/* css reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}

/* end css reset */


body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg_body.gif) repeat-x top;
}

strong {
	font-weight: bold;
}

#main_frame {
	width: 948px;
	margin: 0 auto;
}

#header {
	height: 152px;
	position: relative;
}

#service_nav {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 948px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}


#service_nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

#service_nav a.last {
	border: none;
}

#service_nav a:link, #service_nav a:visited {
	text-decoration: none;
}

#service_nav a:hover, #service_nav a:active {
	text-decoration: underline;
}


#logo {
	position: absolute;
	top: 55px;
	left: 20px;
}

#slogan {
	position: absolute;
	top: 70px;
	right: 20px;
}

#toll_free_number {
	position: absolute;
	left: 570px;
	top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #d4d0c1;
	text-transform: uppercase;
	font-size: 18px;
}

#top_nav {
	position: absolute;
	bottom: 0px;
}

#top_nav ul {
	display: inline;
}

#top_nav ul li {
	float: left;
	display: inline;
}

#top_nav a {
	display: block;
	width: 189px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	border-right: solid 1px #fff;
	padding-top: 7px;
	color: #fff;
	text-decoration: none;
}

#top_nav a.last {
	border: none;
	width: 188px;
}

#top_nav a:link, #top_nav a:visited {
	background-image: url(images/bg_top_nav.gif);
}

#top_nav a:hover, #top_nav a:active {
	background-color: #cc0000;
	background-image: none;
}

#content_frame { background: url(images/bg_right.gif) repeat-y right; }

#left_nav {
	float: left;
	width: 178px;
	color: #33cc00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: inline;
}

#left_nav ul li ul { background: url(images/bg_sidenav.gif) repeat-x #e1e1e1; }

#left_nav li {
	display: inline;
}

#left_nav h3 {	padding: 8px 8px;
	font-size: 18px;
	background: #cc0000;
	color: #fff;
}

#left_nav h4 {
	padding: 8px;
	font-size: 11px;
	font-weight: normal;
}

#left_nav ul li { margin-top: 2px; display: block; }

#left_nav ul li ul { padding: 2px 0; }

#left_nav ul li ul li { padding: 0; margin: 0; }


#left_nav a {
	display: block;
	padding: 3px 8px;
	color: #000;
	text-decoration: none;
}

#left_nav a:link, #left_nav a:visited {
	text-decoration: none;
}

#left_nav a:hover, #left_nav a:active {
	text-decoration: underline;
}

#content {
	float: left;
	width: 550px;
	margin-left: 15px;
	padding-top: 10px;
	position: relative;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #33cc00;
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0 8px 0;
}

#content p, #content td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 15px;
	margin: 16px 0;
	line-height: 16px;
}

#content a {
	color: #00C;
	text-transform: underline;
}

#content a:hover {
	color: #07b0ff;
	text-transform: underline;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-weight: bold;
	font-size: 10px;
	margin: 16px 0;
	line-height: 16px;
}


.red {color:#f33;}

#content ul {
	list-style: disc;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	color: #000;
}

#content ul li {
	margin: 6px 0;
	line-height: 16px;
}

#img_frame p {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: normal;
	font-size: 12px;
	padding: 8px;
}


 #right_col {
	width: 180px;
	float: right;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#right_col ul li ul { background: url(images/bg_sidenav.gif) repeat-x #e1e1e1; }

#right_col li {
	display: inline;
}

#right_col h3 {	
	padding: 10px 8px;
	font-size: 18px;
	background: #c00;
	color: #fff;
}

#right_col h4 {
	padding: 8px;
	font-size: 11px;
	font-weight: normal;
}

#right_col ul li { margin-top: 10px; display: block; }

#right_col ul li ul { padding: 10px 0; }

#right_col ul li ul li { padding: 0; margin: 0; }


#right_col li a {
	display: block;
	padding: 5px 8px;
	color: #000;
	text-decoration: none;
}

#right_col a:link, #right_col a:visited {
	text-decoration: none;
	color: #000;
}

#right_col a:hover, #right_col a:active {
	text-decoration: underline;
}



#content blockquote {
	background-color: #c4e4b5;
	padding: 5px 20px 20px 20px;
	margin-bottom: 10px;
}

#content blockquote p {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-weight: normal;
	font-size: 12px;
	margin: 16px 0;
	line-height: 16px;
}

#content blockquote ul {
	color: #555;
}

div.box {
	padding: 1px 15px 15px 15px;
	border: 2px solid #c4e4b5;
	width: 132px;
	margin-right: 10px;
	float: left;
}

div.box2 {
	float:left; 
	background-color:#07b0ff; 
	margin-right:10px; 
	padding-left:15px; 
	padding-right:15px; 
}

div.box2 h2 {
	color: #fff;
}

#right_col div {
	margin-top: 12px;
}

#right_col div.brown_box {
	background: url(images/bg_brownbox.gif) #ece4cd;
	text-align: center;
	padding: 10px 0;
}



#right_col div.brown_box h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 4px;
	background: transparent;
}

#right_col div.brown_box p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
}


#right_col div.brown_box_2 {
	background: url(images/bg_brownbox.gif) #ece4cd;
	text-align: left;
	padding: 10px 7px;
}



#right_col div.brown_box_2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #33cc00;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 4px;
	background: transparent;
}

#right_col div.brown_box_2 p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
}

#img_frame a:link, #img_frame a:visited {
	color: #6FB353;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#img_frame a:hover, #img_frame a:active {
	color: #6FB353;
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}


div.center {
	margin: 0 auto;
	text-align: center;
}

#footer {
	height: 19px;
	padding-top: 25px;
}


#footer ul {
	display: inline;
	list-style: none;
}

#footer ul li {
	float: left;
	display: inline;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #f00;
	border-right: solid 1px #f00;
	padding: 0 3px;
	display: block;
}

#footer a.last {
	border: none;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}


td { border-bottom: 1px dotted #eee; }

.noborder td { border: none transparent; }





