* {
	margin:0;
	padding:0;
}
.clearFloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}

/*
GENERAL FORMATTING
*/
body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
}
p {
	line-height:23px;
	color:#272727;
	margin:5px 0 10px;
}
h1 {
	font-size: 20px; 
	color:#c41130;
	font-weight:normal;
}
h2 {
	font-size: 14px; 
	color:#c41130;
	margin:20px 0 0;
}
h3 {
	font-size: 13px;
	color:#004990;
	font-weight:normal;
}
a:link, a:visited {
	color: #004990; 
	text-Decoration: underline; 
}
a:hover {
	color: #004990; 
	text-Decoration: none;
}
a img {
	border:none;
}

ul {
	
}
li {
	
}
ol {
	
}
ol li {
	
}
HR {
	
}
.phone {
	font-size:16px;
	color:#004990;
	font-weight:bold;
}

/*
COLORS
*/
.red, .red a:link, .red a:visited, .red a:hover { 
	color:#c41130;
}
.blue, .blue a:link, .blue a:visited, .blue a:hover { 
	color:#004990;
}

/*
GENERAL STRUCTURE
*/
body {
	background:url(/images/BG.jpg) repeat-x #90b0c9; 
	margin:0px auto 20px; 
	text-align:center;
}
#wrap-outer {
	width:946px;
	background:url(/images/BG_content.jpg) repeat-x top #4177ac;
	padding:2px;
	margin:auto;
	text-align:center;
}
#wrap-inner {
	width:946px;
	background:#ffffff;
	margin:auto;
	text-align:left;
}
#logo {
	margin:7px 0 0;
	float:left;
}

#content {
	width:910px;
	padding:0 15px 15px;
}
#content .left {
	width:689px;
	float:left;
}
#content .right {
	width:205px;
	float:right;
}

#copyright {
	width:910px;
	padding:15px 20px;
	font-size:11px;
	color:#004990;
	margin:0 auto;
	text-align:left;
}
#copyright strong {
	font-size:12px;
}
#copyright a {
	color:#004990;
	text-decoration:none;
}

/*
CONTENT
*/
#feature {
	width:649px;
	padding:20px;
	background:url(/images/BG_feature.jpg) no-repeat bottom #daebfb;
}
#feature p {
	font-size:17px;
	line-height:25px;
}
#feature img {
	float:right;
}
#text {
	padding:15px 0px 15px 7px;
}
#agencies #text, #auditors #text, #communities #text, #consultants #text, #contractors #text, #associates #text {
	padding:15px 10px 15px 15px;
}
.mission {
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	color:#004990;
}

.teaser-top {
	width:212px;
	height:7px;
	background:url(/images/BG_side-top.gif) no-repeat;
	margin:15px 0 0;
}
.teaser {
	width:182px;
	padding:14px;
	background:#daebfb;
	border-left:solid 1px #c8d7e5;
	border-right:solid 1px #c8d7e5;
}
.teaser h3 {
	color:#c41130;
	font-weight:bold;
	text-transform:uppercase;
}
.teaser hr {
	color:#cadae8;
	background:#cadae8;
	border:solid 1px #cadae8;
	margin:1px 0;
}
.teaser-bottom {
	width:212px;
	height:7px;
	background:url(/images/BG_side-bottom.gif) no-repeat;
}
#marqueecontainer {
	position: relative;
	width: 175px; /*marquee width */
	height: 150px; /*marquee height */
	padding:5px 0 0;
	overflow: hidden;
}

#crossfade {
	position:relative;
	width:175px;
	height:400px;
	overflow:hidden;
}
#crossfade .slide {
	position:absolute;
	width:175px;
	left:0px;
	top:0px;
	background:#daebfb;
	min-height:100px;
	height:auto !important;
}
#crossfade #slide1 {
	z-index:1000;
}

/*
NAVIGATION
*/
#nav-top {
	float:right;
	width:350px;
	padding:50px 0 0;
}
#nav-top ul {
	float:right;
}
#nav-top li {
	list-style:none;
	float:left;
	padding:0 5px;
	background:url(/images/NAV_dot.png) no-repeat bottom right;
}
#nav-top li.none {
	background:none;
}
#nav-top a {
	color:#838383;
	font-weight:bold;
	text-decoration:none;
}

#nav-main-left {
	width:10px;
	height:30px;
	background:url(/images/NAV_left.jpg) no-repeat;
	margin:15px 0 0 15px;
	float:left;
}
#nav-main {
	width:900px;
	height:30px;
	padding:0 10px 0 0;
	margin:15px 0 0 0;
	background:url(/images/NAV_right.jpg) no-repeat right;
	float:left;
}
#nav-main ul {
	height:30px;
	background:url(/images/NAV_slice.jpg) repeat-x;
}
#nav-main li {
	height:16px;
	list-style:none;
	float:left;
	padding:7px 15px;
	background:url(/images/NAV_div.png) no-repeat right;
}
#nav-main a {
	color:#004990;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
}
#nav-main a:hover {
	color:#c41130;
}
#agencies #nav-main .agencies, #auditors #nav-main .auditors, #communities #nav-main .communities, #consultants #nav-main .consultants, #contractors #nav-main .contractors, #associates #nav-main .associates {
	background:#daebfb;
	border-top:solid 1px #9ebad5;
	border-left:solid 1px #a1bede;
	border-right:solid 1px #a1bede;
}
#agencies #nav-main .agencies a:hover, #auditors #nav-main .auditors a:hover, #communities #nav-main .communities a:hover, #consultants #nav-main .consultants a:hover, #contractors #nav-main .contractors a:hover, #associates #nav-main .associates a:hover {
	color:#004990;
	cursor:text;
}

#nav-bottom {
	width:900px;
	padding:0 10px 20px;
}
#nav-bottom ul {
	float:left;
}
#nav-bottom li {
	list-style:none;
	float:left;
	padding:0 5px;
	background:url(/images/NAV_dot.png) no-repeat bottom right;
}
#nav-bottom li.none {
	background:none;
}
#nav-bottom a {
	color:#838383;
	text-transform:lowercase;
	display:block;
	padding:0 5px;
}

#admin #nav-main-left {
	width:10px;
	height:30px;
	background:#004990;
	margin:15px 0 0 15px;
	float:left;
}
#admin #nav-main {
	width:900px;
	height:25px;
	padding:5px 10px 0 0;
	margin:15px 0 0 0;
	background:#004990;
	float:left;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
#admin #nav-main ul {
	height:30px;
	background:#004990;
}

table.form td {
	padding:7px;
}
table.form td td {
	padding:2px 7px;
}
table.form label {
	margin-left:5px;
}