body{
/*background: #7FA2BE url('../images/backdrop.jpg') repeat-x;*/
  background-color:#ffffff;
  /*background:url('../images/backdrop.jpg') repeat-x;*/
  text-align:center;
  margin:0 auto;
  color:#626262;
  font-size:12px;
  font-family:arial;
  margin-top:0px;
}

td {
	font-size:11px;
	color:#626262;
}

td h3 {

	margin-top:0px;
	font-size:14px;
	margin-bottom:3px;
}

td h3 a {

	text-decoration:none;
	color:#000000;
}


td h2 {

	margin-top:15px;
	font-size:16px;
	margin-bottom:2px;
	color:#B81616;
}

td h2 a {

	text-decoration:none;
	color:#000000;
}

td h4 {

	margin-top:0px;
	font-size:12px;
	color: #B81616;
	margin-bottom:2px;
	font-weight:700;
}


td p {

	padding:2px;
}


.small11 {

	font-size:11px;
}

#wrapper{
  margin:0 auto;
  width:1000px;
  background-color:#ffffff;
  border-right:1px solid #E6E4E4;
  border-left:1px solid #E6E4E4;

}

#wrapper_white{
  text-align:left;
  margin:0 auto;
  width:1000px;
  background-color:#fff;
  clear:both;
}

#wrapper_white .spacer{
  width:1000px;
  color:#fff;
  clear:both;
  font-size:4px;
  background-color:#ffffff;

}

#wrapper .bluelogo {

  margin:0 auto;
  width:1000px;
  height:267px;
  background: url('../images/header_backdrop.jpg') no-repeat bottom left;

}

#wrapper .bluelogo #logo {
        margin-left:15px;
        margin-right:5px;
        float: left;
        width: 318px;
}

#wrapper .bluelogo #blueright {
        float: right;
        margin: 15px 50px 0px 0px;
        width: 280px;
        color:#01034B;
        font-family: tahoma;
        font-size:26px;
        font-weight:700;
        /*border: 1px solid #c00000;*/
       text-align:right;
}


#wrapper .menu {
     	float: right;
       	margin: 194px 40px 0px 0px;
      	width: 795px;
	background-color:#505960;
	font-size:11px;
	font-weight:300;
	height:25px;
	z-index:100;
	color:#fff;


}


/*start of first set of ULs */

#wrapper .menu ul {
	padding:0; 
	margin:0; 
	list-style: none;
}

#wrapper .menu ul li {
	float:left; 
	position:relative;
	}

#wrapper .menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#fff;
	/*top/right/bottom/left*/
	padding: 0px 8px 0px 8px;
	text-align:center; 
	line-height:28px; 
	font-size:12px; 

}

#wrapper .menu ul li:hover a {
	color:#555555; 
	background:#EFEFEF;
	}

/*end of first set of ULs*/


/*second set of ULs - will all start with menu ul li:hover as only active when parent ul hovered over*/
.menu ul li ul {
	display: none;
	}

#wrapper .menu ul li:hover ul {
	display:block;
	position:absolute;
	top:26px;
	left:0;
	background:#EFEFEF;
	text-align:left;
}


#wrapper .menu ul li:hover ul li {
	float:left; 
	display:block; 
	position:relative;
	clear:left;
	}

#wrapper .menu ul li:hover ul li a, .menu ul li:hover ul li a:visited {
	background:#EFEFEF; 
	display:block; 
	text-decoration:none; 
	color:#000;
	/*top/right/bottom/left*/
	/*padding: 0px 20px 0px 20px;*/
	width:160px;
	text-align:left; 
	color:#555555; 
	line-height:26px; 
	font-size:11px; 

}

#wrapper .menu ul li:hover ul li a img {
	position: relative;
	margin-left:20px;
}

#wrapper .menu ul li:hover ul li:hover a {
	color:#fff;
	background:#818588;

	}
/*end of second set of UL's*/

/*third set of ULs - will all start with menu ul li:hover ul li:hover as only active when parent ul hovered over and second set hovered over*/

#wrapper .menu ul li:hover ul li:hover ul {
	display: none;
	position:absolute;
	top:0px;
	left:180px;

	}
#wrapper .menu ul li:hover ul li ul {
	display: none;
	position:absolute;
	top:0px;
	left:180px;

	}
#wrapper .menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	top:0px;
	left:180px;
	background:#EFEFEF;
	text-align:left;
}


#wrapper .menu ul li:hover ul li:hover ul li {
	float:left; 
	display:block; 
	position:relative;
	clear:left;
	}

#wrapper .menu ul li:hover ul li:hover ul li a, .menu ul li:hover ul li:hover ul li a:visited {
	background:#EFEFEF; 
	display:block; 
	text-decoration:none; 
	color:#000;
	/*top/right/bottom/left*/
	/*padding: 0px 15px 0px 15px;*/
	width:165px;
	text-align:left; 
	color:#555555; 
	line-height:26px; 
	font-size:11px; 

}

#wrapper .menu ul li:hover ul li:hover ul li:hover a {
	color:#fff;
	background:#818588;
	}
/*end of third set of UL's*/



#wrapper .colmain {
 	margin:0 auto;
  	background:url('../images/backdrop.jpg') repeat-y;
	width:1000px; 
	/*font-size:0px;*/
	text-align:left;
	padding:0px;
}



.footer {
	clear:both;
 	margin:0 auto;
	width:1000px; 
	text-align:left;
	color: #244067;
	font-size:11px;
	background-color:#ffffff;
	height:33px;
  border-top:4px solid #34383B;


}
.footer p {
	color: #818588;
	font-size:11px;
	padding:7px;
	margin: 0px;

}

.footer a {
	font-size:11px;
	color:#818588;
	font-weight:200;
	text-decoration: none;
}
#wrapper h1 {
	color:#626262;
	font-size:16px;
	padding-top:3px;
	/*padding-left:5px;
	padding-right:5px;*/

}


#wrapper p {
	font-size:12px;
	color:#626262;
	/*padding-left:5px;
	padding-right:5px;*/
}


#wrapper ul {

	list-style: none;
}

#wrapper ul li a{

	color: #B81616;
	text-decoration: none;
}

#wrapper .optext {

	font-size:10px;
}

#wrapper .padme {
 	float:left;
	margin-left:37px;
	width:924px; 
      	background:#ffffff;
 	border-right:1px solid #D7D5D5;
 	border-left:1px solid #D7D5D5;

}

#wrapper .colleft {

 	float:left;
	width:180px; 
}

#wrapper .colcentre {
	margin-left:3px;
 	float:left;
	width:555px; 
	margin-right:3px;
}

#wrapper .flashimg {
 	float:left;
	width:555px; 
	margin-bottom:4px;
}

#wrapper .colright {

 	float:left;
	width:180px; 
}

#wrapper .searcharea {
 	float:left;
	width:170px; 
	background-color: #F7FBFE;
	margin-left:5px;

}

#wrapper .searcharea #header{
	margin-top:10px;
	width:170px; 
	height:41px;
	text-align:center;

}

#wrapper .searcharea span {
	margin-left:4px;
	margin-top:6px;
	float:left;
	width:160px; 
	height:24px;
	text-align:left;
	background:url("../images/car_icon.gif") no-repeat top right;
	color:#7F7F7F;
	font-size:12px;
	font-weight:700;

}

#wrapper .searcharea select {
	margin-left:4px;
	clear:left;
	float:left;
	width:160px; 
	color:#7F7F7F;
	font-size:10px;

}

#wrapper .searcharea .button {
	clear:left;
	float:left;
	margin-left:3px;
	padding-top:6px;

}

#wrapper .greenspace {
 	float:left;
	width:175px; 
	height:15px;
}

#wrapper .pink {
 	float:left;
	width:175px; 
	background:url("../images/header_back.gif") repeat-y;

}


#wrapper .pink #header{
	color:#626262;
	font-size:16px;
	width:175px; 
	height:81px;
	background:url("../images/header.gif") no-repeat right top;

}

#wrapper .pink #footer{
	color:#626262;
	font-size:16px;
	border-bottom: 1px dashed #8E8E8E;

}

#wrapper .pink form {
	margin: 0px;
	padding:0px;
}

#wrapper .pink a {
	margin: 0px;
	padding:0px;
	text-decoration: none;
}



#wrapper .pink h3 {
	margin-top:4px;
	margin-bottom:0px;
	margin-left:11px;
	margin-right:11px;
	clear:left;
	float:left;
	font-size:13px;
	color:#BB3535;
	line-height:14px;
	width:170px; 
	style:hand;
}

#wrapper .pink h2 {
	margin-top:10px;
	margin-bottom:0px;
	margin-left:8px;
	margin-right:0px;
	clear:left;
	float:left;
	font-size:17px;
	color:#000000;
	width:20px; 
	height:44px;
	text-align:center;

}

#wrapper .pink h4 {
	margin-top:8px;
	margin-bottom:4px;
	margin-left:2px;
	margin-right:0px;
	float:left;
	font-size:11px;
	color:#BB3535;
	line-height:16px;
	width:140px; 
	style:hand;
}

#wrapper .pink h5 {
	margin-top:0px;
	margin-bottom:4px;
	margin-left:2px;
	margin-right:0px;
	float:left;
	font-size:9px;
	color:#000000;
	line-height:20px;
}

#wrapper .pink h5 b {
	margin-top:1px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	float:left;
	font-size:16px;
	color:#BB3535;
	line-height:18px;
}


#wrapper .pink p{
	margin-top:2px;
	margin-bottom:3px;
	margin-left:11px;
	clear:left;
	float:left;
	font-size:10px;
	color:#808080;
	line-height:14px;
	width:158px; 
	border-bottom: 1px dashed #8E8E8E;
	padding:0px;

}

#wrapper .pink #input{
	margin-top:2px;
	margin-bottom:2px;
	margin-left:0px;
	padding:0px;
	clear:left;
	float:left;
	font-size:11px;
	color:#808080;
	width:140px;
	text-align:left;

}


#wrapper .offer {
 	float:left;
	width:175px; 
	height: 193px;
	background:url("../images/offer_backdrop.gif") no-repeat;

}

#wrapper .offer h2 {
	margin-top:10px;
	margin-bottom:0px;
	margin-left:6px;
	margin-right:0px;
	font-size:11px;
	color:#B81616;
}

#wrapper .offer .carimg {
	padding:5px;
	text-align:center;
}

#wrapper .blackblog {

 	float:left;
	width:660px; 
	background-color:#22255C;
	height:30px;
	text-align:left;
	padding-left:4px;
	padding-top:4px;
	margin:0px;

}

#wrapper .blackblog h2 {

	color:#ffffff;
	font-size:19px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	float:left;
	width:350px;

}


#wrapper .blackblog .rss {
background:url("../images/rss_20.gif") no-repeat right top;
	float:right;
	color:#ffffff;
	font-weight:700;
	font-size:11px;
	padding-top:4px;
	margin-right:10px;
	width:150px;
	height:20px;
	text-decoration:none;
	margin-top:4px;

}

.rss a {
	text-decoration:none;
	color:#ffffff;
	font-weight:700;
}

#wrapper .blogmain {
	clear:left;
 	float:left;
	width:520px; 
	border-bottom:1px solid #EAEAEA;
	padding:4px;
	color:#000000;
	font-size:12px;
	margin-top:0px;

}

#wrapper .blogmain a {

	color:#F70042;
	font-weight:450;
	font-size:12px;
	text-decoration:none;

}


#wrapper .blogmain h2 {

	color:#F70042;
	font-size:14px;
	padding-top:5px;
	text-decoration:none;
	padding-bottom:3px;
	margin:0;


}

#wrapper .blogmain p {
	padding-top:2px;
	margin-top:2px;
	font-size:12px;
	color:#626262;
	line-height:15px;

}

#wrapper .blogh1 {

	color:#000000;
	font-weight:450;
	font-size:19px;
	padding-top:3px;
	margin-top:0px;
	padding-bottom:3px;
	margin-bottom:3px;
	text-decoration:none;


}


#wrapper .blogsiteleft {
	float:left; 
	width:660px; 
}

#wrapper .blogsite {
 	float:left;
	width:630px; 
	padding:6px 10px 6px 10px;
	color:#000000;
	font-size:13px;
	margin-top:0px;
	line-height:19px;
	margin-bottom:10px;

}

#wrapper .blogsite a {

	color:#000000;
	/*font-weight:450;
	font-size:19px;*/
	text-decoration:none;

}


#wrapper .blogsite h2 {

	color:#000000;
	font-weight:450;
	font-size:17px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	text-decoration:none;


}


#wrapper .blogsite h3 {

	color:#000000;
	font-weight:450;
	font-size:14px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	text-decoration:none;


}

#wrapper .blogsite h6 {

	color:#000000;
	font-weight:650;
	font-size:10px;
	padding-top:0px;
	margin-top:5px;
	padding-bottom:0px;
	margin-bottom:0px;
	text-decoration:none;


}

#wrapper .blogsite p {

	color:#000000;
	font-size:13px;
	/*padding-left:5px;
	padding-right:5px;*/
	margin-top:0px;
	margin-bottom:0px;

	line-height:19px;


}

#wrapper .blogleft {

	border-bottom:1px solid #EAEAEA;
	padding:4px;
	border-right:1px solid #EAEAEA;padding:2px;
}

#wrapper .blogleft a {

	color:#000000;
	font-weight:450;
	font-size:17px;
	text-decoration:none;

}

#wrapper .blogleft h3 {

	color:#000000;
	font-weight:450;
	font-size:17px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	padding-left:5px;
	text-decoration:none;


}

#wrapper .blogleft p {

	color:#000000;
	font-size:13px;
	padding-left:10px;
	padding-right:5px;
	margin-top:0px;
	line-height:19px;


}

#wrapper .blogright {
	padding:4px;
}

#wrapper .blogright form {
	padding:0px;
	margin:0px;
}
#wrapper .blogright form .imp {
	margin-left:10px;
	font-size:16px;
	float:left;
}
#wrapper .blogright form img {
	margin-top:0px;
	margin-left:3px;
	text-align:right;
	float:left;
}
#wrapper .blogright h4 {

	color:#000000;
	font-weight:450;
	font-size:17px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	padding-left:5px;
	text-decoration:none;


}

#wrapper .blogsiteright {
	text-align:left;
	margin-left:5px;
	margin-right:5px;
	float:left;
  	background:url('../images/blogrss.jpg') no-repeat bottom right;
 	width:235px;
	border: 1px solid #A2A2A2;
	margin-bottom:5px;

}

#wrapper .blogsiteright ul {
	list-style:none;
	padding:0px;
	margin:0px;
	padding-left: 15px;
	padding-top:5px;
	padding-bottom:5px;

}

#wrapper .blogsiteright ul li {
	line-height:19px;

}

#wrapper .blogsiteright p {
	padding-left: 10px;
	padding-right: 10px;

}

#wrapper .blogsiteright .blogheader {

	background-color: #808080;
	color:#ffffff;
	font-weight:500;
	height:28px;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
}

#wrapper .blogsiteright .blogheader h2 {

	color:#ffffff;
	font-weight:650;
	font-size:17px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	text-decoration:none;
}

#wrapper .colright td {

	color:#ffffff;
	font-weight:500;
	font-size:14px;
}

.but_med{
	background: url(../images/but_search.gif) no-repeat top left;
	color : #000000; 
	font-family : tahoma, Arial, Helvetica, sans-serif; 
	font-size : 8px; 
	font-weight: bold;
	height: 20px;
	width:73px;
	text-align: center;
	border:0px;
	cursor: hand;
	}

.but_red{
	background: url(../images/but_sml.gif) no-repeat top left;
	color : #ffffff; 
	font-family : tahoma, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight: bold;
	height: 22px;
	width:61px;
	text-align: center;
	border:0px;
	cursor: hand;
	}



.RequiredTextBox {
        font-family: tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #202020;
} 

.NonRequiredTextBox {
        font-family: tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #202020;
} 

.FailedTextBox { 
	border: 1px solid #CC0000; background:#FFFFFF;
        font-family: tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #202020;
}

.DisabledTextBox { 
	border: 1px solid #ABABAB; background:#C0C0C0;
        font-family: tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #202020;
}
.fixedhtml {

	background-color:#ffffff;

}

.fixedhtml h3 {

	margin-top:0px;
	border-bottom: 1px dashed #202020;
	font-size:11px;
	margin-bottom:3px;
	color:#626262;
}

.fixedhtml p {
	
	font-size:11px;
	margin:0px;
	color:#626262;


}

.fixedhtml img {
	clear:left;
	float:left;
}