/* START DEFAULT CSS SETTINGS */

* {padding:0px; margin:0px;} 
p {padding:0px; margin:0px;} 
a {outline:0px;}

html { overflow:scroll; }
img  {border:none; padding:0px; margin:0px;}

body, html {
	font-family:Helvetica, arial; 
	font-size:12px; 
	margin:0px;
	background-color:#fefefe;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

/* CLOSE DEFAULT CSS SETTINGS */

#wrap {
	width:965px;
	margin:auto;
	background-color:#FFFFFF;
}
#header {
	width:965px;
	height:122px;
}
#logo {
	float:left;
	width:280px;
	height:53px;
	margin:10px;
}
#cookie_banner {
	background-color:#d22100;
	color:#fff;
	height:16px; 
	padding:8px;
}

#menu {
	width: 940px;
	height: 34px;
	border-bottom: 1px solid #cdcdcf;
	margin: 0 auto;
/*	background-image:url(../images/menu_bg.jpg);*/
	/*background-repeat:repeat-x;*/
}
#home_button {
	float:left;
	width:39px;
	height:34px;
}
#header-top-right {
	float: right;
	width: 366px;
	height: 48px;
	margin: 10px 10px auto auto;
}
#search {
	float: right;
	display: block;
	width:211px;
	height:26px;
	margin:10px auto;
}
.top_search_field {
	float:left;
	width:160px;
	height:20px;
	line-height:20px;
	border:solid 1px #b4d7db;
	border-right:none;
	padding:0px 10px 0px 10px;
	margin:0px;
	color:#999999;
}
.top_search_button {
	float:left;
	width:29px;
	height:26px;
	background-image:url(../images/top_search_button.jpg);
	background-repeat:no-repeat;
	border:none;
	padding:0px;
	margin:0px;
	cursor:pointer;
}
#phone {
	clear:right;
	display: block;
	width:366px;
	height:40px;
	padding:5px 5px 5px 0px;
}
#menu ul{
}
#menu ul li{
	float:left;
	display:block;
	list-style-type:none;
	height:34px;
	line-height:34px;
	padding:0px 12px 0px 12px;
	/*border-right:solid 1px #87c9e3;*/
	font-size:14px;
	font-weight:bold;
}
#menu ul li a{
	text-decoration:none;
	color:#d22100;
}
#menu ul li a:hover{

}
#menu ul li a.active{
	color:#000000;
}
#menu_current {
color:#000000;
}
#banner_1 {
	width: 940px;
	height: 241px;
	margin: 14px auto 25px auto;
}
#banner_2 {
	width:945px;
	height:204px;
	margin:14px 10px 0px 10px;
}
#breadcrumb {
	width:945px;
	height:20px;
	line-height:20px;
	font-size:14px;
	margin: 0px 10px 20px 10px;
}
#breadcrumb a{
	color:#d22100;
	text-decoration:none;
}
#container {
	width:965px;
	margin:0px 0px 10px 0px;
	background-image:url(../images/container_bg.jpg);
	background-repeat:repeat-y;
}
#container_no_left {
	width:965px;
	margin:0px 0px 10px 0px;
	background-image:url(../images/container_bg_no_left.jpg);
	background-repeat:repeat-y;
}
#left {
	float:left;
	width:160px;
	padding:0px 10px 0px 10px;
}
#left .box_title {
	clear:both;
	width:140px;
	height:24px;
	line-height:24px;
	background-position: left center;
	background-repeat:no-repeat;
	font-size:15px;
	font-weight: bold;
	color:#d22100;
	padding:0px 0px 0px 5px;
	border-bottom: solid 1px #CCCCCC;
}
#left .box {
	clear:both;
	width:160px;
	font-size:13px;
	font-weight: bold;
	color:#666666;
	margin:10px 0px 10px 0px;
}
#left .box a {
	text-decoration:none;
	font-weight:bold;
	color:#D22100;
}
#left ul{
	margin:15px 0px 0px 0px;
}
#left li {
	display:block;
	list-style:none;
	float:left;
	width:160px;
	height:22px;
	line-height:22px;
}
#left li a{
	display:block;
	width:155px;
	height:22px;
	line-height:22px;
	text-decoration:none;
	color:#000000;
	padding-left:5px;
}
#left li a:hover{
	background-color:#e1e1e1;
}
#left li a.active{
	background-color:#e1e1e1;
}
#content {
	float:left;
	width:525px;
	padding:0px 10px 0px 10px;
}
#content h1 {
	font-size:25px;
	line-height:25px;
	margin-bottom:10px;
	font-weight: normal;;
	color:#d22100;
	/*font-family: 'Rokkitt', serif;*/
	font-family: 'Arial Roman', Arial, Helvetica, serif;
}
#content h2 {
	font-size:20px;
	line-height:20px;
	margin-bottom:10px;
	font-weight: normal;;
	color:#d22100;
	/*font-family: 'Rokkitt', serif;*/
	font-family: 'Arial Roman', Arial, Helvetica, serif;
}
#content h3 {
	font-size:17px;
	line-height:17px;
	margin-bottom:10px;
	font-weight: normal;;
	color:#d22100;
	/*font-family: 'Rokkitt', serif;*/
	font-family: 'Arial Roman', Arial, Helvetica, serif;
}
#content p {
	Font-size:14px;
	line-height:20px;
	margin-bottom: 1.5em;
	color:#000000;
}
#content a {
	text-decoration:none;
	color:#d22100;
	font-weight:bold;
}
#content ul {
Font-size:14px;
	margin-bottom:10px;
}
#content li {
	list-style-position:inside;
	Font-size:14px;
	line-height:20px;
	color:#000000;
}
#content ul ul{
Font-size:14px;
	margin-left:20px;
}
#content_no_left {
float:left;
	width:705px;
	padding:0px 10px 0px 10px;
}
#content_no_left h1 {
	font-size:25px;
	line-height:25px;
	margin-bottom:10px;
	font-weight: normal;;
	color:#d22100;
	/*font-family: 'Rokkitt', serif;*/
	font-family: 'Arial Roman', Arial, Helvetica, serif;
}
#content_no_left h2 {
	font-size:20px;
	line-height:20px;
	margin-bottom:10px;
	font-weight: normal;;
	color:#d22100;
	/*font-family: 'Rokkitt', serif;*/
	font-family: 'Arial Roman', Arial, Helvetica, serif;
}
#content_no_left h3 {
	font-size:17px;
	line-height:17px;
	margin-bottom:10px;
	font-weight: normal;;
	color:#d22100;
	/*font-family: 'Rokkitt', serif;*/
	font-family: 'Arial Roman', Arial, Helvetica, serif;
}
#content_no_left p {
	Font-size:14px;
	line-height:20px;
	margin-bottom: 1.5em;
	color:#000000;
}
#content_no_left a {
	text-decoration:none;
	color:#d22100;
	font-weight:bold;
}
#content_no_left ul {
Font-size:14px;
	margin-bottom:10px;
}
#content_no_left ul ul{
Font-size:14px;
	margin-left:20px;
}
#content_no_left li {
	list-style-position:inside;
	Font-size:14px;
	line-height:20px;
	color:#000000;
}

#right {
	float:left;
	width:220px;
	padding:0px 10px 0px 10px;
}
#right .quick_links {
	width:220px;
	font-size:14px;
	color:#666666;
	margin-bottom:10px;
}
#right .quick_links ul {
	width:220px;
	font-size:13px;
	color:#666666;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#right .quick_links li{
	padding-left: 10px;
	background-image: url(../images/news_list_image.jpg);
	background-repeat: no-repeat;
	background-position: 0 .7em;
	padding-bottom:10px;
	line-height:16px;
	padding-top:5px;
	border-bottom:solid 1px #cacccb;
	font-weight:bold;
	float:left;
	width:220px;
}
#right .quick_links li a {
	text-decoration:none;
	font-weight:bold;
	color:#000000;

}
#right .box_title {
	clear:both;
	width:216px;
	height:24px;
	line-height:24px;
	background-image:url(../images/arrow.jpg);
	background-position: left center;
	background-repeat:no-repeat;
	font-size:15px;
	font-weight:bold;
	color:#d22100;
	text-indent: 20px;
	border-bottom: solid 1px #CCCCCC;
}
#right .box {
	clear:both;
	width:216px;
	font-size:13px;
	color:#666666;
	margin:10px 0px 10px 0px;
}
#right ul {
	width:216px;
	font-size:13px;
	color:#666666;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#right li{
	padding-left: 10px;
	background-image: url(../images/news_list_image.jpg);
	background-repeat: no-repeat;
	background-position: 0 .7em;
	padding-bottom:10px;
	padding-bottom:10px;
	line-height:16px;
	padding-top:5px;
	border-bottom:solid 1px #cacccb;
	font-weight:bold;
	float:left;
}
#right li a {
	text-decoration:none;
	font-weight:bold;
	color:#d22100;
}
#right .box a {
	text-decoration:none;
	font-weight:bold;
	color:#d22100;
}
.email_signup {
	width:220px;
}	
.email_signup_field {
	float:left;
	width:144px;
	height:24px;
	line-height:24px;
	border:solid 1px #b4d7db;
	border-right:none;
	padding:0px 10px 0px 10px;
	margin:10px 0px 10px 0px;
	color:#999999;
}
.email_signup_button {
	float:left;
	width:55px;
	height:26px;
	background-color:#cccccc;
	color:#ffffff;
	border:none;
	padding:0px;
	margin:10px 0px 10px 0px;
	cursor:pointer;
}
.follow_us {
	clear:both;
	width:220px;
}
.follow_us p{
	line-height:30px;
}
.follow_us a img{
	margin-right:8px;
}
#footer {
	clear:both;
	width:965px;
	height:142px;
	background-color:#999999;
}
#footer .left_spacer {
	float:left;
	width:185px;
	height:142px;
}
#footer .links {
	float:left;
	width:135px;
	height:100px;
	padding:15px 0px 15px 0px;
}
#footer .links li{
	list-style:none;
	list-style-position:inside;
	color:#2e2e2e;
	line-height:18px;
}
#footer .links li a{
	text-decoration:none;
	color:#FFFFFF;
}
#footer .right_text {
	float:left;
	width:220px;
	height:127px;
	padding:0px 10px 0px 10px;
	font-size:11px;
	padding:15px 0px 0px 0px;
	color:#FFFFFF;
}
#footer .right_text a {
	text-decoration:none;
	color:#FFFFFF;
}

/* menu dropdown */
/* Targeting both first and second level menus */

#nav ul{
	border:0px;
}
#nav li {
	float: left;
	position: relative;
	border:0px;
}
#nav li a {

}
#nav li a:hover {
	background:none;
	text-decoration: none;
}

/* Targeting the first level menu */
#nav {

}
#nav > li > a {

}
#nav > li > a:hover {
	color:#000000;
	border-bottom: 3px solid #000000;
	padding-bottom: 7px;
}

/* Targeting the second level menu */
#nav li ul {
	background: #ffffff;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #333;
	display: none;
	width: 200px;
	position: absolute;
	left:0;
	top:34px;
}
#nav li ul li {
	width: 188px;
	border-right:0px;
	padding:0px;
	margin:0px;
	height:24px;
	line-height:24px;
}
#nav li ul li a {
	background: none;
	border: none;
	height:24px;
	line-height:24px;
	margin:0px;
	padding-left:10px;
	color:#333333;
	font-size:14px;
	font-weight:normal;
	display:block;
	width:100%;
}
#nav li ul li a:hover {
	background: #E1E1E1;
}

/* Third level menu */
#nav li ul li ul{
	right: -200px; top: 0;
}

/* A class of current will be added via jQuery */
#nav li.current > a {
	color:#000000;
}
/* CSS fallback */
#nav li:hover > ul.child {
	display: block;
}
#nav li:hover > ul.grandchild  { 
	display: block; 
}
/* set default table properties */
table
{
border-collapse:collapse;
}
table, td, th
{
border:1px solid lightgrey;
}
td, th
{
padding:3px;
}
