@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #030512;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a {
	outline: none;
}

#container {
	width: 940px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/sidebar_column.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 0px;
	display: block;
	height: auto;
	font-size: 13px;
} 

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 169px;
	width: 940px;
	padding: 0;
	background-position: center top;
	margin: 0px;
} 

#navbar {
	position: relative;
	right: 0px;
	bottom: 0px;
	left: 316px;
	top: 132px;
	margin: 0px;
	padding: 0px;
	width: 624px;
}

ul.nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.nav li {
	float: left;
	text-align: center;
}
li.homeUp  {
	width: 102px;
	height: 37px;
}

li.servicesUp {
	height: 37px;
	width: 101px;
}
li.consultantsUp {
	height: 37px;
	width: 121px;
}

li.aggUp {
	height: 37px;
	width: 179px;
}

li.contactUp {
	height: 37px;
	width: 121px;
}

li.homeDown          {
	width: 102px;
	height: 37px;
	background-image: url(../images/home_down.jpg);
	color: #FFFFFF;
}

li.servicesDown {
	width: 101px;
	height: 37px;
	background-image: url(../images/services_down.jpg);
	color: #FFFFFF;
}

li.consultantsDown {
	width: 121px;
	height: 37px;
	background-image: url(../images/consultants_down.jpg);
	color: #FFFFFF;
}

li.aggDown {
	width: 179px;
	height: 37px;
	background-image: url(../images/agg_down.jpg);
	color: #FFFFFF;
}

#navbar a {
	text-decoration: none;
	color: #666666;
	display: block;
	height: 28px;
	padding-top: 9px;
	font-size: 12px;
	font-weight: bold;
}

#navbar  li.homeUp a:hover {
	background-image: url(../images/home_down.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 37px;
	width: 102px;
	color: #FFFFFF;
}

#navbar li.servicesUp a:hover {
	background-image: url(../images/services_down.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 37px;
	width: 101px;
	color: #FFFFFF;
}

#navbar li.consultantsUp a:hover {
	background-image: url(../images/consultants_down.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 37px;
	width: 121px;
	color: #FFFFFF;
}

#navbar li.aggUp a:hover {
	background-image: url(../images/agg_down.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 37px;
	width: 179px;
	color: #FFFFFF;
}

#navbar li.contactUp a:hover {
	background-image: url(../images/contact_down.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 37px;
	width: 121px;
	color: #FFFFFF;
}


#mainContent .mainImage {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
	height: 268px;
	width: 650px;
}

#mainContent {
	font-size: 13px;
	color: #333333;
	width: 655px;
	padding: 0;
	height: auto;
	line-height: normal;
	display: block;
	clear: none;
	margin: 0;
} 

#mainContent h1 {
	font-size: 20px;
	color: #18385D;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#mainContent p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 13px;
}

#mainContent li {
	line-height: 18px;
}

#mainContent table {
	margin-left: 15px;
	margin-top: 15px;
	height: auto;
	display: block;
}

#mainContent td {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#mainContent td.alignRight {
	text-align:right;
}

#mainContent caption {
	font-weight: bold;
	color: #18385D;
	display: inline;
}

#mainContent ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}

.boldMainContent {
	font-weight: bold;
	color: #18385D;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 275px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 100%;
	color: #666666;
}

#sidebar1 h3 {
	color: #666666;
	font-size: 16px;
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: thin;
	border-bottom-color: #FFFFFF;
	border-bottom-style: inset;
	background-color: #F6F6F6;
}

#sidebar1 ul {
	list-style-type: none;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 12px;
	margin: 0px;
}
.boldSidebar {
	font-weight: bold;
	font-size: 14px;
}

#sidebar1 p {
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
}

#sidebar1 li {
	line-height: 17px;
}
.widget {
	background-color: #e4e4e4;
	width: 251px;
	margin-right: 10px;
	margin-left: 12px;
	margin-top: 12px;
	border: 1px solid #CCCCCC;
}


#footer {
	background-color: #002E62;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 940px;
	display: block;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
} 
#footer img.footerBottom {
	margin: 0px;
	padding: 0px;
	float: right;
}

#footer a {
	color: #CCCCCC;
	margin: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

#footer p {
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
	width: 940px;
	margin: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
	padding-bottom: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}

#mainContent a {
	text-decoration: underline;
	color: #333333;
}

#mainContent a:hover {
	color: #18385D;
	text-decoration: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

li.contactDown {
	width: 121px;
	height: 37px;
	background-image: url(../images/contact_down.jpg);
	color: #FFFFFF;
}

#mainContent #contactInfo {
	width:250px;
	margin:0 0 0 16px;
	list-style: none;
}

#contactInfo span {
	text-align: right;
}
