/* CSS Document */
 
body {
	background: url(../images/bg_inside.gif) repeat-x top #969A9C;
	margin:0;
	padding:0;
	height:100%; /* this is the key! */
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
}


h1 {
	color: #E32E37;
	font-size: 16px;
	line-height:1.2em;
	margin: 10px 0 10px 0; 
	font-weight: bold;
}

h2 {
	color: #333333;
	font-size: 14px;
	line-height:1.2em;
	margin: 10px 0 7px 0; 
}

h3 {
	color: #333333;
	font-size: 14px;
	line-height:1.2em;
	margin: 10px 0 5px 0; 
	font-weight: bold;
}

h4 {
	color: #333333;
	font-size: 14px;
	line-height:1.2em;
	margin: 10px 0 5px 0; 
	font-weight: bold;
}

h5 {
	color: #E32E37;
	font-size: 15px;
	line-height:1.2em;
	font-weight: bold;
	margin-bottom: 4px;
}

.smaller {
	color: #333333;
	font-size: 11px;
	line-height:1.2em;
	font-weight: bold;
}


#mainContentArea p {
	line-height: 1.35em;
	margin: 0 0 10px 0;
}

 
#insideTopBackground {
	height: 123px;
	width: 811px;
	background-color: #B8BDC0;
	position:relative;
	top:0px;
	left:20px;
}

#insideTopArea{
	width:806px;
	margin-left: 5px;
}

#logoAreaTop {
	background-color: #FFFFFF;
	height:80px;
}

#insideTopBackground #logoAreaTop #logoArea{
	padding: 10px 0 18px 10px;
}

#insideTopBackground #nav {
	position: relative;
	background: url(../images/bg_nav_inside.gif) no-repeat;
	height:43px;
	padding-left:13px;
}

#insideTopBackground #nav img{
	margin-left: 2px;
}

#insideColumnRight {
	position: absolute;
	top: 88px;
	right:27px;
	width: 186px;
}

#insideColumnRight #insideServices{
	height: 258px;
	background: url(../images/bg_services_box_inside.gif)
}

#insideColumnRight #insideServices ul{
	list-style: none;
	width:180px;
	margin:0px;
	padding-top:38px;
}

#insideColumnRight #insideServices li{
	background:url(../images/bg_services_list_inside.gif) no-repeat top left;
	list-style: none;
	padding: 6px 0px 0px 24px; 
	height: 25px;
	margin: 0px 0px 0px 6px;
}

#insideColumnRight #insideServices li a{
	
}

#insideColumnRight #insideServices li a:hover{
	color: #DA2B31;
	text-decoration: none;
}


#insideColumnRight #sideButtons{
	margin-top: 7px;
}

#insideColumnRight #sideButtons img{
	margin-top: 7px;
}

#contentArea {
	position: relative;
	top:7px;
	left:25px;
	z-index:1;
	width: 606px;
}



#contentAreaPriceQuote {
	position: relative;
	top:7px;
	left:25px;
	z-index:1;
	width: 799px;
	background-color:#FFFFFF;
}

#contentAreaMiddle {
	min-height:507px;
	background-color:#FFFFFF;
}

#contentAreaMiddle a {
	color: #E32F38;
	text-decoration: none;
}

#contentAreaMiddle a:hover {
	color: #333333;
	text-decoration: underline;
}

#contentAreaMiddle #priceQuote ul{
	list-style: none;
	color:#333333;
	font-size:11px;
	font-weight:bold;
	margin: 0 0 10px 20px;
}

#contentAreaMiddle #priceQuote li{
	list-style: url(../images/list_content.gif);
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	line-height:1.3em;
}


#subNav {
	position:absolute;
	top:24px;
	left:0;
	width: 115px;
	margin: 0 0 0 15px;
	font-weight:bold;
	font-size:11px;
}

#subNav ul{
	list-style: none;
}


#subNav li{
	background: url(../images/bg_subnav_list.gif) no-repeat top left;
	height: 22px;
	border-bottom: #E3E8EB solid 1px;
	padding: 8px 0 0 15px;
	margin: 0 0 0 0;
}

#subNav #twolines li{
	height: 32px;
}

#subNav a{
	color: #7A7E80;
}

#subNav a:hover{
	text-decoration: none;
	color: #333333;
}

#subNav .active{
	text-decoration: none;
	color: #E32F38;
	
}

#mainContentArea {
	position:relative;
	top:0;
	left:0;
	margin: 0 0 0 145px;
	width:445px;
}

#priceQuote {
	position:relative;
	top:0;
	left:0;
	margin: 0 0 0 145px;
	width:600px;
}

#priceQuote td{
	color: #333333;
	font-size:11px;
	font-weight:bold;
}


#mainContentArea ul{
	list-style: none;
	color:#333333;
	font-size:11px;
	font-weight:bold;
	margin: 0 0 15px 20px;
}

#mainContentArea li{
	list-style: url(../images/list_content.gif);
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	line-height:1.3em;
}

#mainContentArea #questionList {
	border-top: 1px solid #959A9D;
	padding: 10px 0 0 0;
}

#mainContentArea #questionList ul {
	list-style:none;
	margin:0 0 0 15px;
	padding:0;
}

#mainContentArea #questionList li {
	list-style: url(../images/list_content.gif); 
	font-size:13px;
	color: #333333;
	margin:0;
	padding:0;
	font-weight:normal;
}

#mainContentArea #questionList li a{
	font-size:12px;
	color: #E32E37;
	font-weight:bold;
}

#breadCrumbs {
	font-size: 11px;
	color: #333333;
	font-weight:bold;
	margin: 0 0 10px 0;
}

#breadCrumbs a{
	color: #E32D36;
	text-decoration:underline;
	font-weight:bold;
}

#breadCrumbs a:hover{
	color: #333333;
	text-decoration:underline;
}

#homepageUpperNav {
	position:absolute;
	top: 7px;
	right: 7px;
	font-size:11px;
}

#homepageUpperNav a{

}

#homepageUpperNav a:hover{

}

.priceHeader {
	color:#999999;
	font-size:16px;
	font-weight:bold;
}

#imageLeft {
	float:left;
	margin: 4px 10px 10px 0 ;
}

#imageRight {
	float:right;
	margin: 4px 0px 10px 10px ;
}

#tableAccred {
	border-top: #959A9D 1px solid;
	border-bottom:#959A9D 1px solid;
	margin: 0 0 20px 0 ;
}

#management {
	border-top: 1px solid #959A9D;
	padding: 15px 0 5px 0 ;
}

#career {
	border-top: 1px solid #959A9D;
	padding: 0px 0 0px 0 ;
	margin: 10px 0 0 0;
	clear:both;
}





















