/* mac hide\*/
html, body {
	height				: 100%;
}
/* end hide */

/************************  Body style settings  ************************/

.cmsBody {
	padding					: 0px 0px 0px 0px;
	margin					: 0px 0px 0px 0px; 
	font-family				: Verdana, Arial,  Helvetica, sans-serif;
	font-size				: 12px;
	text-align				: center;
	color					: #14377b;
	background-color		: #3e5c92;
	text-decoration			: none;
	line-height				: 18px;
	height					: 100%;
	background-image		: url(../images/Template/bg_main.png);
	background-repeat		: repeat-x;
	background-position		: top left;
}

#header{
	display					: block;
	position				: absolute;
	background-color		: #FFFFFF;
	top						: 0px;
	left					: 0px;
	width					: 100%;
	height					: 123px;
	background-image		: url(../images/Template/bg_header.png);
	background-repeat		: no-repeat;
	background-position 	: top center;
	z-index					: 10px;
}

#headerContent {
	position			: relative;
	width				: 981px;
	margin				: auto;
}

#outer {
	height					: 100%;
	min-height				: 100%;
	width					: 981px;
	text-align				: left;
	margin					: auto;
	position				: relative;
	background-image		: url(../images/Template/bg_content.png);
	background-repeat		: repeat-y;
	margin-bottom			: -160px;
}

html>body #outer {
	height				: auto;/*for mozilla as IE treats height as min-height anyway*/
}

#left {
	position			: relative;/*ie needs this to show float */
	width				: 288px;
	float				: left;
	padding				: 0px;
	margin				: 0px;
	padding-top			: 130px;/*needed to make room for header*/
	padding-bottom		: 0px;/* needed to make room for footer */
}

#footer {
	clear				: both;
	height				: 160px;
	text-align			: left;
	padding				: 0px;
	position			: relative;
	background-color	: #FFFFFF;
	background-image	: url(../images/Template/bg_footer.png);
	background-repeat	: no-repeat;
	background-position	: bottom center;
	margin-top:10px;
}

* html #footer {
	margin-left:-1px;
}

#footerContent {
	position			: relative;
	width				: 981px;
	margin				: auto;
}

div,p {
	margin-top			: 0px;/*clear top margin for mozilla*/
}

#centrecontent {
	position			: relative;
	width				: 688px;
	margin				: 0px;
	padding				: 0px;
	padding-top			: 123px;
	vertical-align		: top;
	float				: left;
}

#clearfooter {
	clear				: both;
	height				: 100px;/*needed to make room for footer*/
}

* html #centrecontent {
	height				: 1%;
	margin-bottom		: 12px;/* combat IE's 3 pixel jog */
}

/************************  P tag style settings  ************************/

P {
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
}
/************************  A tag style settings  ************************/

A:LINK {	
	font-weight			: normal;
	color				: #14377b;
	text-decoration		: underline;
}
  
A:VISITED {	
	font-weight			: normal;
	color				: #14377b;
	text-decoration		: underline;
} 
 
A:ACTIVE {	
	font-weight			: normal;
	color				: #14377b;
	text-decoration		: underline;
}
  
A:HOVER {	
	font-weight			: normal;
	color				: #ffffff;
	text-decoration		: underline;
}
/************************  Header tag H1 H2 H3 H4 style settings  ************************/

H1 {
	font-size			: 28px;
	font-weight			: normal;
	color				: #FFFFFF;
	padding				: 0px 0px 0px 0px;
	margin				: 0px 0px 0px 0px;
	line-height			: 35px;
}

H2 {
	font-size			: 18px;
	font-weight			: normal;
	color				: #14377B;
	padding				: 0px 0px 5px 0px;
	margin				: 0px 0px 0px 0px;
}

H3 {
	font-size			: 18px;
	font-weight			: normal;
	color				: #14377B;
	padding				: 0px 0px 5px 0px;
	margin				: 0px 0px 0px 0px;
}

H4 {
	font-size			: 12px;
	font-weight			: bold;
	color				: #14377B;
	padding				: 0px 0px 0px 0px;
	margin				: 0px 0px 0px 0px;
}

/************************  List style settings  ************************/

UL { 

}

OL { 

}

LI {

}

/****************  Custom tags/classes style settings  ****************/

#print_logo {
	display					: none;
}

#sectionImage {
	position			: relative;
	background-image	: url(../images/Template/bg_section.png);
	background-repeat	: no-repeat;
	width				: 688px;
	height				: 159px;
}

#sectionImage H1 {
	position			: absolute;
	left				: 90px;
	bottom				: 10px;
}

#menu {
	position			: relative;
	margin-left			: 40px;
	margin-top			: 30px;
	width				: 204px;
	border				: 1px solid #000000;
}

#menuFooter {
	position				: absolute;
	top						: 50px;
	left					: 20px;
	color: 				#ffffff;
}

#menuFooter A:LINK, #menuFooter A:VISITED, #menuFooter A:HOVER, #menuFooter A:ACTIVE {
	color: #FFFFFF;
	text-decoration: none;
}

#menuFooter A:HOVER {
	color: #ffffff;
	text-decoration: underline;
}

#search {
	position				: relative;
	margin-left				: 40px;
	margin-top				: 30px;	
}

#address {
	position				: absolute;
	top						: 20px;
	right					: 0px;
	color					: #14377b;
	text-align				: left;
	padding-right			: 50px;
	font-size				: 10px;
}

#accountants {
	position			: relative;
	margin-left			: 40px;
	margin-top			: 30px;
	width				: 204px;
	color				: #FFFFFF;
}

#accountants A:LINK, #accountants A:VISITED, #accountants A:HOVER, #accountants A:ACTIVE {
	color				: #FFFFFF;
}

#accountants A:HOVER {
	color				: #ffffff;
}

#dit {
	position			: absolute;
	right				: 20px;
	top					: 130px;
}

#dit A:LINK, #dit A:VISITED, #dit A:HOVER, #dit A:ACTIVE {
	font-size			: 10px;
	color				: #14377b;
	text-decoration		: none;
}

#dit A:HOVER {
	color				: #ff0101;
}
