/* @group  Basic */

* {margin:0; padding:0;}

body {margin:0 auto; padding:0; text-align: left; width:100%; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-size:100%; color: #535353; background:#fff;}

a:link, a:visited {color: #ac4f3c; text-decoration: none;}

a:hover {text-decoration: underline;}

img {border:none;}

.r {float:right;}

.l {float:left;}

.clear {clear: both;}

ul {list-style: none; list-style-image: none;list-style-position:outside;}

#wrapper {
	margin: 0 auto;
	width: 900px;
	background: #fff;
	height: auto;
	min-height: 650px;
}

.s50 {width:50px;}
.s70 {width:70px;}
.s80 {width:80px;}
.s90 {width:90px;}
.s100 {width:100px;}
.s120 {width:120px;}
.s130 {width:130px;}
.s140 {width:140px;}
.s150 {width:150px;}
.s170 {width:170px;}
.s200 {width:200px;}
.s230 {width:230px;}
.s250 {width:250px;}
.s300 {width:300px;}
.s350 {width:350px;}

.pc10 {width:10%;}
.pc20 {width:20%;}
.pc30 {width:30%;}
.pc33 {width:33%;}
.pc40 {width:40%;}
.pc50 {width:50%;}
.pc60 {width:60%;}
.pc70 {width:70%;}
.pc80 {width:80%;}
.pc90 {width:90%;}



/* @end */

/* @group Header */

#header {
	display:block;
	background: url(../images/headerbg.gif) left top no-repeat;
	float: left;
}

#logo {
	margin: 0;
	padding: 65px 0 0 45px;
	width: 217px;
	float: left;
}

#quot {
	margin: 0;
	padding: 26px 0px 0 60px;
	width: 420px;
	float: left;
	
}

#searchbox {
	margin: 30px 0 0 0;
	padding: 0px 0px 0 0;
	width: 484px;
	float: right;
	height: 30px;
}

#searchbox p {
	display: inline;
	float: left;
	width: 120px;
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
	font-size: 9px;
	font-family: Arial,Verdana, Geneva, Arial,Verdana, Helvetica, sans-serif;
}


#searchbox form {
	margin-top: 6px;
	padding: 0;
	font-size: 9px;
}

#searchbox form input.box {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px 0px 0px 4px;
	background: #e5e5e5;
	border: 1px solid #e5e5e5;
	width: 85px;
	font-size: 9px;
	color: #8c8c8c;
	font-family: Trebuchet MS,Geneva, Arial,Verdana, Helvetica, sans-serif;
	font-weight: 100;
	float: left;

}

#searchbox form input .sub {
	margin-top: 0px;
	margin-left: 2px;
	padding: 4px;
	background: #fcfdfe;
	border: 1px solid #aabed2;
	width: 24px;
	font-size: 9px;
	color: #4c699c;
	font-family: Trebuchet MS,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 100;
	float: left;
}


#searchbox ul {
	margin: 10px 0 0 10px;
	padding: 0;
	color: #4c699c;
	font-size: 10px;
	
}

#searchbox form img.submit {
	margin-top: 0px;
	padding-top: 0px;
	display: inline;
}


#searchbox ul li.calendar {
	margin:0;
	padding: 0 0 0px 20px;
	background: url(../images/cal-bg.gif) no-repeat;
}

html > body #searchbox ul li.calendar {
	padding: 0 0 5px 20px;
}

#searchbox ul li.forecast {
	margin:0;
	padding: 0 0 10px 35px;
	background: url(../images/weather-bg.gif) no-repeat;
}


#tagline {
	margin: 55px 0px 0 0px;
	padding: 0px  38px 0 0px;
	width: 384px;
	float: right;
}

#tagline img {
	float: right;
}

/* @group Nav */

#nav {
	margin: 15px 0 0 24px;
	padding: 0px 0 0 0;
	float: left;
	width: 816px;
	height: 22px;
}

html > body #nav {
	margin: 30px 0 0 45px;
	float: left;
	width: 816px;
	height: 22px;
}

#nav img {
	float: left;
}

/* @end */






/* @end */

/* @group Main */

#main {
	margin: 0px 0 0 45px;
	padding-top:38px ;
	min-height: 350px;/*332px;*/
	height:auto;
	width: 816px;	
}

html > body #main {
	min-height: 460px;
	height: auto;
}

#lhs  {	
	height: 200px;
	width:228px;
	float: left;
}

#mid {
	min-height: 420px;
	height: 100%;
	width: 420px;
	float: left;
}

#rhs {
	min-height: 495px;
	height:auto;
	width: 163px;
	float: left;
	font-size: 10px;
	border:0px solid green;
}

#rhs .pocket {
	margin-bottom: 10px;
	border-top: 1px solid #96bd0d;
	background: #f7f7f7;
/*	height: 115px;*/
}

#rhs .pocket h2 {
	padding-top: 10px;
	padding-left: 10px;
}

#rhs .pocket p {
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #535353;
	font-size: 13px;
}

#rhs .pocket p a {
	margin-bottom: 5px;
	color: #96bd0d;
}

#main p.sml {
	font-size: 13px;
}

h1 {
	color: #e32518;
	font-size: 18px;
}


#mid p {
	margin: 10px 0;
	padding-right: 50px;
	color: #535353;
	font-size: 13px;
}

#mid p a {
	margin-bottom: 5px;
	color: #e32518;
	text-decoration: none;
}

#mid p a:hover {
	color: #e32518;
	text-decoration: underline;
	}


/* @end */

/* @group Footer */

#partners {
	margin-top: 4px;
	margin-left: 45px;
	background: #e8e8e8;
	height: 35px;
	width: 816px;
}

#partners a{
font-size:10px;
}

#footer {
	margin-top: 15px;
	margin-left: 45px;
	margin-bottom: 10px;
	width: 816px;
	font-size: 8px;
	height: 30px;
}

#footer p {
	color: #e32518;
	font-size: 13px;
}

#footer p.small {
	margin-top: 3px;
	color: #96bd0d;
	font-size: 9px;
	width: 700px;
	text-align: center;
}

#footer a {
	font-size: 10px;
	color: #e32518;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* @end */

