﻿* {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,filedset,address {
	margin: 8px 0;
}

img {
   border: 0 none;
}

html, body {
	height: 100%;
	line-height: 20px;
	color: #000;
	font-family: verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 92%;
}

.clear {
	clear: both;
	height: 60px;	
}

.inside {padding:10px;}

a:link {
	color: #4682B4;
}

a:hover{
color : #000000;
} 
form {
margin : 0;
padding : 0;
}

img {
border : 0;
}
.hiddenpic {
display : none;
}
.hide {
display : none;
} 
.wrap {
	z-index: 0;
	position: relative;	
	width:100%;
	min-height: 100%;	
	font-family: verdana, Arial, Helvetica, sans-serif;
	border: none;
}

/** Heads Rows that includes top navigation.
Total of Top Three Rows with dividers. **/
.headrow_one {
	display: block;			
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 60px;
	border-top: 0;
	color: #FF9966;
}

.rowone_left {
	float: left;		
	background: url("../images/logo.gif");
	background-position: left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 65%;
	height: 60px;
}

.rowone_right {
	float: right;
	margin: 0;
	padding: 0;
	width: 35%;
	height: 60px;
}

.headrow_two {
display : block;
margin : 0;
padding : 0;
width : 100%;
height : 25px;
background-color : #930209;
border-top : 2px outset #ffcc33;
}

.rowtwo_left {
	float: left;
	height: 25px;	
	margin: 0;
	padding: 0;
	width: 35%;
}

.rowtwo_center_left {
	float: left;
	height: 25px;	
	margin: 0;
	padding: 0;
	width: 30%;
}

.rowtwo_center_right {
	float: left;
	height: 25px;	
	margin: 0;
	padding: 0;
	width: 10%;
}

.rowtwo_right {
	float: right;
	height: 25px;	
	margin: 0;
	padding: 0;
	width: 25%;
}

/* Top Tab Menu Styling */
.headrow_three .moduletable h3 {
	display: none;
}

.headrow_three {
	width: 100%;
	height: 25px;
	padding-top: 4px;
	margin: 0 auto;
	background: #333366;
	border-bottom: 3px solid #A9A9A9;
	float: left;
}

.headrow_three  ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}

.headrow_three ul  li {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	height: 25px;
	line-height: 25px;
}

.headrow_three  ul li a:link, .headrow_three ul li a:visited {
	float: left;
	font:bold 1em Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0 8px 0 8px;
	text-decoration: none;
	margin: 0;
	height: 25px;
	line-height: 25px;
	background: #fff9e1 url("../images/cornerblue.gif") no-repeat right top;/* Nav Color */
	color: #000000;/* nav font color */
}

.headrow_three  ul li a:hover {
	background: #ffcc33 url("../images/cornerblue.gif") no-repeat right top;/* nav mouseover */
}

.headrow_three  ul li a.active_menu {
	background: #ffcc33 url("../images/cornerblue.gif") no-repeat right top;/* lower level color */
}

.headrow_three  ul li a.active_menu:hover {
	background: #fff9e1 url("../images/cornerblue.gif") no-repeat right top;/* lower level mouseover */
}


.topnav  ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}

.topnav ul  li {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	height: 25px;
	line-height: 25px;
}

.topnav  ul li a:link,.topnav  ul li a:visited {
	float: left;
	font:bold 1em Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0 8px 0 8px;
	text-decoration: none;
	margin: 0;
	height: 25px;
	line-height: 25px;
	background: #fff9e1 url("../images/cornerblue.gif") no-repeat right top;/* Nav Color */
	color: #000000;/* nav font color */
}

.topnav  ul li a:hover {
	background: #ffcc33 url("../images/cornerblue.gif") no-repeat right top;/* nav mouseover */
}

.topnav  ul li a.active_menu {
	background: #ffcc33 url("../images/cornerblue.gif") no-repeat right top;/* lower level color */
}

.topnav  ul li a.active_menu:hover {
	background: #fff9e1 url("../images/cornerblue.gif") no-repeat right top;/* lower level mouseover */
}

.left_column {
	float: left; 
	width: 20%;
	margin-top: 10px;
	overflow: hidden;
	background: none;
}

.center_content {
width : 58%;
float: left;
text-align : left;
}

.center_content a:link, .center_content a:visited {
color : #336699;
text-decoration : none;
border-bottom : 1px dashed #000000;
}

.center_content a:hover, .center_content a:active {
color : #000000;
background-color : #eaeaea;
border-bottom : 1px dashed #336699;
}

.right_column {
	float: left;
	width:20%;
	left: 80%;
	margin-top: 20px;	
	overflow: hidden;	
	background: none;
}
.footer_top {
	position: relative;
	display: block;
	clear: both;
	height: 30px;
	width: 100%;
	background-color : #930209;
	border-top : 2px outset #ffcc33;
	text-align: left;
	color: #ffffff;
}

.footer_bottom {
	position: relative;
	display: block;
	clear: both;
	height:28px;
	width: 100%;
	background-color: #293158;
	text-align: right;
	color: #FFFFFF;
	border-bottom: 3px solid #A9A9A9;
}
.footer_bottom a {
	color: #FFFFFF;
	text-decoration : none;
}
.footer_bottom a:hover {
	color : #000000;
	background-color : #F0F8FF;
	border-bottom : 1px dashed #990000;
}
.footer_bottom a:visited{
	color : #4682B4;
	text-decoration : none;
}
.ntmenu_container {
position: absolute; 
height: auto;
margin: 0;
padding: 0;
padding-top: 5px;
text-align:center;
width:130px;
}
.toplevel {
font-size : 11px;
width : 130px;
color : #ffffff;
font-weight : bold;
border-bottom : 0 solid #866a32;
font-family : Arial, Helvetica, sans-serif;
}
.level2,
.level3 {
FONT-SIZE: 11px; 
WIDTH: 130px;  
FONT-FAMILY: Arial, Helvetica, sans-serif;
text-indent:2px;
}
#nav {
margin : 0;
padding : 0;
width : 130px;
list-style-type : none;
text-align : left;
}
#nav .toplevel {
margin:0px 0px;
padding-top : 6px;
padding-bottom : 6px;
background-color:#333366;
border: 1px ridge #ffcc00;
text-indent:5px;
}
#nav LI LI, #nav LI LI LI {
padding-top : 2px;
padding-bottom : 2px;
}
#nav UL, #nav UL UL {
margin : 0;
padding : 0;
float : left;
width : 130px;
list-style-type : none;
background-color : #F0FFFF;
}
#nav LI {
float : left;
}
#nav LI UL {
margin-top : -1.8em;
left : -999em;
margin-left : 125px;
border : 1px solid #000000;
width : 130px;
position : absolute;
}
#nav LI UL UL {
margin-top : -1.7em;
left : -999em;
margin-left : 125px;
border : 1px solid #000000;
width : 130px;
}
#nav LI A {
display : block;
margin : 0;
padding : 0;
text-decoration : none;
}
#nav LI A:hover {
color : #ffcc00;
}
#nav LI LI A, #nav LI LI LI A, #nav LI LI LI LI A {
display : block;
text-decoration : none;
color : #000000;
}
#nav LI LI A:hover, #nav LI LI LI A:hover, #nav LI LI LI LI A:hover {
color : #000000;
background-color : #d5dde8;
}
#nav LI:hover UL UL {
left : -999em;
}
#nav LI:hover UL UL UL {
left : -999em;
}
#nav LI.sfhover UL UL {
left : -999em;
}
#nav LI.sfhover UL UL UL {
left : -999em;
}
#nav LI:hover UL {
left : auto;
}
#nav LI LI:hover UL {
left : auto;
}
#nav LI LI LI:hover UL {
left : auto;
}
#nav LI.sfhover UL {
left : auto;
}
#nav LI LI.sfhover UL {
left : auto;
}
#nav LI LI LI.sfhover UL {
left : auto;
}
html #nav li {
float : left;
height : 1%;
}
html #nav li a {
height : 1%;
}

.featuredservices_container {
margin : 0 auto;
margin-top : 5px;
width : 95%;
text-align : left;
}
.featuredservices_nav ul {
list-style : none;
width : 100%;
}
.featuredservices_nav li {
margin-top : 4px;
text-indent : 15px;
width : auto;
}
.featuredservices_nav li a {
font-weight : bold;
height : 15px;
padding-top : 3px;
text-decoration : none;
color : #505050;
display : block;
border-left : 4px solid #333366;
width : auto;
background : #f4f4f4 url(../images/tickon-duo-redblu.gif) no-repeat 0 4px;
}
.featuredservices_nav li a:hover {
color : #333366;
border-left : 4px solid #930209;
width : auto;
background : #eaeaea url(../images/tickon-duo-redblu.gif) no-repeat 0 -16px;
}
h1 {
margin : 0;
padding : 0;
padding-left : 10px;
line-height : 22px;
font-size : 18px;
font-weight : bold;
color : #990000;
width : auto;
}
h2 {
margin : 0;
padding : 0;
padding-top : 5px;
font-size : 1.35em;
font-weight : bold;
color : #000000;
width : 100%;
}
h3 {
margin : 0;
padding : 2px 0;
background-color : #293158;
border-bottom : 1px solid #ffcc33;
border-top : 1px solid #ffcc33;
border-right : 20px double #930209;
color : #ffffff;
font-size : 1.25em;
font-weight : normal;
text-indent : 2px;
}
h4 {
margin : 0;
padding : 0;
font-size : 1.10em;
font-weight : bold;
color : #000000;
}

