*{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: #FFF;
}
#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.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:780px;
	margin:10px;
	
}
#content{
	width:100%;
	float:left;
}
#navigation ul li{
	float:left;
}
#navigation ul li#active{
	margin:5px 0;
}
#navigation ul{
	float:left;
	width:100%;
	background:#00886E;
	margin:0;
	padding:3px 0;
}
#navigation ul li a{
	font-family:Garamond, Georgia, serif;
	margin-left:14px;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	color:#FFF;
	margin-right:10px;
}
#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;
}


table{
	color:#224656;
}
table.noborder{
	border:0;
}
table. * {
    font-size: 11px;
}

table td.table_header, td.table_header_sub, td.table_header_sub2, .bgColorTableHeader {
    background: #00886E;
    color: #FFF;
    padding: 3px 3px 3px 8px;
    text-transform: uppercase;
    font-weight: normal;
	font-size:11px;
	border-bottom:1px solid #224656;
	border-right:1px solid #224656;
}
.bgColorTableHeader a {
	color:#FFF;
}
table td.table_header_sub{
	background:#4E94C8;
	border:0;
	text-transform:none;
	font-size:12px;
}
table td.table_header_sub2{
	background:#EDF6FD;
	border:0;
	text-transform:none;
	color:#31426b;
	font-size:12px;
}
table td {
    padding: 5px;
}
table tr.table_row_even, table td.table_row_even {
    background: #FFF;
}

table .package-name {
    font-size: 22px;
}

table .small-text {
    font-size: 11px;
    color: #999;
}
table {
    margin: 0 auto 10px auto;
}

/* FROM OLD CSS */
.table_header {
	color: #fff;
	font-weight: bold;
	background-color: #00886E;
}

.table_row_one {
	background-color: #ffc;
}

.table_row_odd {
	background-color: #f5f5f5;
}

.table_row_even {
	background-color: #f5f5f5;
}

.table_row_highlight {
	background-color: #fc9;
}

.coming_soon {
	color: #f00;
	font-style: italic;
}

.small {
	font-size: 11px;
}

.important {
	color: #900;
	font-weight: bold;
}

.border_upper {
	border: 1px solid #ccc;
}

.border_lower {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.clearer {
	height: 1px;
	overflow: hidden;
	clear: both;
	margin-top: -1px;
}
.textPageTitle{
	font-size:16px;
	margin:10px 0 0 0;
	display:block;
}

.message{
	background:#FFFFCC;
	padding:5px;
	margin:5px 0;
}


table{
	color:#224656;
}
table.noborder{
	border:0;
}
table. * {
    font-size: 11px;
}

table td.table_header, td.table_header_sub, td.table_header_sub2, .bgColorTableHeader {
    background: #00886E;
    color: #FFF;
    padding: 3px 3px 3px 8px;
    text-transform: uppercase;
    font-weight: normal;
	font-size:11px;
	border-bottom:1px solid #224656;
	border-right:1px solid #224656;
}
.bgColorTableHeader a {
	color:#FFF;
}
table td.table_header_sub{
	background:#4E94C8;
	border:0;
	text-transform:none;
	font-size:12px;
}
table td.table_header_sub2{
	background:#EDF6FD;
	border:0;
	text-transform:none;
	color:#31426b;
	font-size:12px;
}
table td {
    padding: 5px;
}
table tr.table_row_even, table td.table_row_even {
    background: #FFF;
}

table .package-name {
    font-size: 22px;
}

table .small-text {
    font-size: 11px;
    color: #999;
}
table {
    margin: 0 auto 10px auto;
}

/* FROM OLD CSS */
.table_header {
	color: #fff;
	font-weight: bold;
	background-color: #00886E;
}

.table_row_one {
	background-color: #ffc;
}

.table_row_odd {
	background-color: #f5f5f5;
}

.table_row_even {
	background-color: #f5f5f5;
}

.table_row_highlight {
	background-color: #fc9;
}

.coming_soon {
	color: #f00;
	font-style: italic;
}

.small {
	font-size: 11px;
}

.important {
	color: #900;
	font-weight: bold;
}

.border_upper {
	border: 1px solid #ccc;
}

.border_lower {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.clearer {
	height: 1px;
	overflow: hidden;
	clear: both;
	margin-top: -1px;
}
.textPageTitle{
	font-size:16px;
	margin:10px 0 0 0;
	display:block;
}
