@CHARSET "ISO-8859-1";

/* Portfolio Design by Matt Wagner - 2008 */


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: #333333;
	background-color: #3c3d41;
	background-image: url('images/bg_image.png');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	background-image: url(images/gradient_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 0px;
	height: auto;
} 

#feedback {
	padding: 3px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#feedback a {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}

#banner {
	background-color: #ffffff;
	padding: 15px 10px 5px 10px;
	margin: 0px; /* top right bottom left */
	background-image: url('images/gradient_top.png');
	background-repeat: no-repeat;
}

#banner .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #37414B;
	text-align: center;
	letter-spacing: -1px;
}

#menu {
	width: 760px;
	color: #FFFFFF;
	list-style-image: none;
	margin: 0px;
	background-color: #ffffff;
	padding: 0px;
	padding-bottom: 10px;
	text-align: center;
}

#menu ol {
	list-style-type: none;
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#menu ol li {
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#menu ol li a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3D4956;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #333333;
}

#menu ol li.selected {
	padding: 0px;
	margin: 0;
}

#menu ol li.selected a {
	text-decoration: none;
	border: 1px solid #161869;
	background-color: #577BA6;
}

#content {
	margin: 0;
	padding: 0px 20px 30px 20px;
}

#content #mainTable {
	border-collapse: collapse;
	vertical-align: top;
	padding-bottom: 25px;
	padding-top: 0px;
	width: 100%;
}

h1 {
	font-size: 180%;
	color: #577BA6;
	display: none;
}

h2 {
	font-size: 160%;
	color: #577BA6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #577BA6;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h3 {
	font-size: 110%;
	color: #577BA6;
}
.highlight {
	font-weight: bold;
	color: #161869;
}



.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;
	height: 0;
	font-size: 1px;
	line-height: 0;
}



[if IE]>

/* place css fixes for all versions of IE in this conditional comment */

#menu {padding-top: 30px;}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

<![endif]
