*{margin:0;padding:0; }
ul, li{list-style:none}
p{padding:8px 0;}
a{color:#004990;text-decoration:underline;}
a:visited{color:#004990;}
a:hover{color:#004990;text-decoration:none;}
a img, a:hover img{border:none;}
a:active, a:focus{outline:none}
.img-left{float:left;margin:0 10px 10px 0;}
.img-right{float:right;margin:0 0 10px 10px;}
h1,h2,h3,h4,h5{font-family:"Helvetica Neue", Helvetica, Arial; font-weight:normal;}
.clearboth{clear:both}
.displaynone{display:none;}
h1 {font-size: 28px; margin:10px 0;} h2 {font-size: 20px; margin:7px 0;} h3 {font-size: 18px; margin:5px 0;} h4 {font-size: 16px; margin:5px 0;} h5 {font-size: 14px; margin:5px 0;} h6 {font-size: 12px; margin:5px 0;}
h1, h2, h3, h4, h5{color:#003d78;clear:both;}
abbr{border-bottom:1px dotted #CCC;}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #004990 url(/images/layout2/bg_body.gif) top left repeat-x;
	color:#004990;
}
#site-wrap{
	margin:0 auto;
	width:802px;
	background: url(/images/layout2/bg_sidebar.png) top left repeat-y;
}
#home #top{
	margin:10px auto 0 auto;
	height:12px;
	width:802px;
	background: url(/images/layout2/bg_sitewrap_top_sidebar.png) top center no-repeat;
}
#home #bot, #bot{
	margin:0 auto 10px auto;
	height:18px;
	width:802px;
	background: url(/images/layout2/bg_sitewrap_bot_sidebar.png) top center no-repeat;
}
#home #site{
	height:500px;
}
#top{
	margin:10px auto 0 auto;
	height:12px;
	width:802px;
	background: url(/images/layout2/bg_sitewrap_top.png) top center no-repeat;
}

#site{
	float:left;
	width:100%;
	padding-top:10px;
	background: url(/images/layout2/bg_watermark.jpg) bottom right no-repeat;
	
}
#navigation{
	width:203px;
	float:left;
}
#content{
	width:555px;
	margin-left:20px;
	float:left;
}
#navigation ul li{
	background: url(/images/layout2/bg_nav.png) 10px 0 no-repeat;
	height:42px;
	line-height:42px;
	margin:5px 0;
}
#navigation ul li#active{
	background: url(/images/layout2/bg_nav_active.png) 12px 0 no-repeat;
	height:41px;
	line-height:42px;
	margin:5px 0;
}
#navigation ul li a{
	font-family:Garamond, Georgia, serif;
	margin-left:24px;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	color:#00a895;
}
#navigation ul li#active a{
	color:#004990;
}


#header{
	border-bottom:1px solid #D4D4D4;
	float:left;
	width:100%;
	background:#FFF;
}
#logo{
	float:left;
	margin:0 0 0 15px;
}

#header-mid, #header-right{
	float:left;
	width:160px;
	margin-left:45px;
	color:#00A996;
	padding-top:30px
}

h1.heading{
	height:37px;
	line-height:37px;
	background:#004990 url(/images/layout2/bg_heading.gif) top right no-repeat;
	padding-left:10px;
	color:#FFF;
	font-size:18px;
}


#logo-large{
	margin-top:30px;
}

h3.emphasis, h2.emphasis{
	color:#00A996;
	font-size:14px;
	font-style:italic;
	display:inline;
	margin:0;
}
h2.emphasis{
	font-size:20px;
}
h2.emphasis.red, h3.emphasis.red{
	color:#ec2c00;
	font-size:16px;
	margin:10px 0;
}
ul.service-list{
	margin:0px 0 10px 5px;
}
ul.audit-list{
	margin:10px 0 10px 5px;
}
ul.audit-list li{
	margin:0 0 10px 10px;
	background: url(/images/layout2/bullet_check.gif) top left no-repeat;
	padding-left:25px;
}
ul.client-list li{
	line-height:30px;
}
ul.client-list img{
	margin-right:15px;
	float:left;
}
ul.client-list li{
	clear:both;
}

/* FORMS */
form {
    text-align: left;
}
form fieldset {
    margin-bottom: 10px;
    border: none;
}
form label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    font-weight: bold;
}
form fieldset ul {
    margin: 10px 0px;
    padding: 0;
}
form fieldset li {
    list-style: none;
    padding: 5px 10px 5px 25px;
    margin: 0px;
    clear: both;
    border-top: none;
}
form fieldset li label {
    float: left;
    width: 100%;
}
input, textarea, select {
    padding: 4px;
    color: #444;
    background: #FFF;
    border: 1px solid #CCC;
}
input:hover, textarea:focus, textarea:hover, select:hover {
    color: #000;
    background: #FFFFCC;
    border: 1px #666;
    border-style: inset;
}
input:focus, textarea:focus, select:focus {
    color: #000;
    background: #FFFFF2;
    border: 1px #333;
    border-style: inset;
}
input.button {
    background: #07967B;
    color: #FFF;
	font-size:11px;
	text-transform:uppercase;
}

#copyright{
	width:700px;
	color:#408BCF;
	margin:10px auto;
	text-align:center;
}
#copyright a{
	color:#408BCF;
}
.message{
	background:#FFFFCC;
	padding:5px;
	margin:5px 0;
}