body
{
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #061C37;
	background: #FAFCFC;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}


*
{
	margin: 0 auto 0 auto;
	text-align:left;
}


html, body
{
	text-align: center;
}


p
{
	text-align: left;
}


#container
{
	display: block; 
	height: auto;
	position: relative; 
	width: 960px;
}


#header
{
	height: 85px;
	width: 960px;	
}

#header h1
{
	position: absolute;
	text-align: left;
	color: #FFFFFF;
	font-size: 48px;
	left: 14px;
	top: -5px;
}


#header h2
{
	position: absolute;
	text-align: right;
	color: navy;
	left: 445px;
	top: 3px;
	width: 500px;
	font-variant: small-caps;
	font-size: 20px;
}

#header h3
{
	position: absolute;
	text-align: left;
	color: navy;
	font-size: 22px;
	left: 43px;
	top: 52px;
	font-style: italic;
}

.off
{
	color: #000080;
}


#header h2 span 
{
	color: white;
}


/* Menu Styles */
#menu
{
	display: block;
	float: left;
	clear: both;
	width: 960px;
	height: 54px;
}

#menu ul
{
	list-style: none;
	padding: 0px;
	margin-left:auto;
	width: 960px;
}

#menu li
{
	list-style: none;
	padding: 0px;	
	display: inline; 
}

#menu a
{
	float: left;
	height: 36px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 18px;
	font-size: 18px;
	padding-left: 13px;
	padding-right: 13px;
}

#menu a:hover
{
	background-image: url(images/link_background.png);
	background-repeat: repeat-x;
	color: #cc0000;
}
/* End of menu styles */

#services a
{
	text-decoration: none;
}

/* Main content area styles */
#content
{
	display: block;
	float: left;
	width: 940px;
	height: auto;
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
}


#content_top
{
	background-image: url(images/main_top.png);
	background-repeat: no-repeat;
	width: 940px;
	height: 23px;
}

#content_main
{
	background-image: url(images/main_back.png);
	background-repeat: repeat-y;
	width: 910px;
	padding-left: 15px;
	padding-right: 15px;
}

#content_bottom
{
	background-image: url(images/main_bottom.png);
	background-repeat: no-repeat;
	width: 940px;
	height: 23px;
}
/* END Content area styles */


#footer
{
	width:inherit;
	height:auto;
}

#footer img
{
	border: 0;
	padding-top: 5px;
}


.emphasise
{
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}


img.icon
{
	vertical-align: middle;
	height: 80px;
	width: 80px;
	padding-right: 10px;	
}

h3 .imgText
{
	font-size: 26px;	
}

img.floatRight
{
	float: right;
	margin: 0 0 10px 10px;
	border: 2px solid navy;
	padding: 3px;
}

img.floatLeft
{
	float: left;
	height: 80px;
	width: 80px;
	margin: 0 6px 0px 0;
	vertical-align: middle;
}


img.servicesGif
{
	float: right;
	margin-right: 25px;
	border: 3px solid navy;
	width: 330px;
	height: 210px;
}

.textCenter
{
	text-align: center;	
}

.italic
{
	font-style: italic;
}

.bold
{
	font-weight: bold;
}

.biggerFont
{
	font-size: 18px;
}

blockquote
{
	padding: 10px 25px 10px 25px;
}


blockquote:before
{
	content: "'";
}


blockquote:after
{
	content: "'";
}

#content_main h2
{
	font-size: 32px;
	color: navy;
}

.inline
{
    display: inline;
}