@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#header {
	background-image: url(headernew1.jpg);
	background-repeat: no-repeat;
	height: 51px;
	width: 1000px;
	text-align: right;
	font-size: x-small;
	padding-top: 6px;
}
#searchmodule {
	background-image: url(rowsearch_bg.jpg);
	background-repeat: no-repeat;
	height: 122px;
	width: 980px;
	padding: 10px;
	text-align: left;
}
#header a {
	color: #666666;
	text-decoration: none;
}

#header a:hover {
	color: #0066CC;
	text-decoration: none;
}
#weathermodule {
	text-align: left;
	padding-left: 20px;
}
#searchmoduleinside {
	background-color: f8dd46;
	height: 100px;
	width: 932px;
	margin-left: 20px;
	margin-top: 5px;
}
#bluebtm {
	background-image: url(bluebtm.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 1000px;
}
#footer {
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	height: 72px;
	width: 1000px;
	padding-top: 4px;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #0033FF;
}
#footer a:hover {
	text-decoration: none;
	color: #663300;
}

.style2 {
	color: #00338E;
	font-weight: bold;
	font-sise:13px;
}

#searchinside {
	padding-left: 20px;
	padding-top: 20px;
}
.style1 {
	font-size: x-small;
}
.inputbox {
	line-height: 1.5;
}
.inputboxnew {
	line-height: 2;
	width: 390px;
	height: 30px;
	font-size: 18px;
}

.inputboxnew1 {
	line-height: 2;
	width: 390px;
	height: 30px;
	font-size: 18px;
	
}
#snapshot {
	float: right;
}
#snapshot {
	text-align: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 5px;
	background-repeat: no-repeat;
}
#tablink {
	padding-top: 80px;
	padding-left: 30px;
	text-align: left;
	font-size: 12px;
}
#tablink a {
	color: #CCFFFF;
	text-decoration: none;
}
#tablink a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#popularsearches {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	line-height: 1.2;
	text-align: left;
}
#popularsearches a {
	color: #00338E;
	text-decoration: none;
}
#popularsearches a:hover {
	color: #996600;
	text-decoration: none;
}

#ad {
	height: 215px;
	width: 299px;
	padding: 10px;
	border: thin solid #CCCCCC;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#maincontent {
	padding: 20px;
	color: #CCCCCC;
}
#col2contactform {
	text-align: left;
	margin-left: 12px;
	margin-right: 12px;
	background-color: #C8DBFB;
}
#formcontainer {
	padding: 20px;
}

