@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em; /*Set text size to be dynamic*/
	line-height:150%;
	text-align:center;
	background-color:#2D2B2E;
	background-image:url(/images/background_tile.jpg);
	background-repeat:repeat-x;
}

.fillerImage {
	float:right;
	border:1px solid #000;
	margin-bottom:10px;
	margin-left:10px;
	margin-top:10px;
}

.fillerImage2 {
	border:1px solid #000;
	margin-bottom:10px;
	margin-left:10px;
	margin-top:10px;
}

.headerImageBorder{
	border-style:solid;
	border-width:1px 1px 0px 1px;
	border-color:#000;
}

a:link{
	color:#00F;
}

a:visited{
	color:#00F;
}

a:hover{
	color:#FF0;
}

a:active{
	color:#000;
}

#mainContainer {
	width:955px;
	margin: 0px auto;
	height:100%;
}

#header {
	margin-top:10px;
	padding-top:0px;
	width:100%;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	font-size:16px;
}
#headerBottom{
	background-color:#FFF;
}

#header .login{
	font-size:.7em;
	text-align:right
}

#header .login a:link{
	color:#FFF;
	text-decoration:none;
}

#header .login a:visited{
	color:#FFF;
	text-decoration:none;
}

#header .login a:hover{
	color:#F00;
	text-decoration:none;
	background-color:#FF0;
}

#header .login a:active{
	color:#FF0;
	text-decoration:none;
	background-color:#F00;
}

#footer a:link{
	color:#0FC;
	text-decoration:none;
}

#footer a:visited{
	color:#0FC;
	text-decoration:none;
}

#footer a:hover{
	color:#0FC;
	text-decoration:none;
}

#footer a:active{
	color:#0FC;
	text-decoration:none;
}

#header ul {
	list-style:none;
	margin:0;
	padding:0;
}

#header li {
	display:inline;
	margin:0;
	padding:5px 15px;
}
	
#header li a:link {
	color:#FFF;
	text-decoration:none;
}

#header li a:visited {
	color:#FFF;
	text-decoration:none;
}

#header li a:hover {
	color:#FF0;
}

#header li a:active {
	color:#F00;
}

#contentContainer {
	width:100%;
	padding-bottom:3px;
	overflow:hidden;
}

#left{
	float:left;
	margin-left:0px;
	margin-right:3px;
	margin-top:3px;
	margin-bottom:3px;
	width:316px;
	background-color:#FFF;
	text-align:left;
}

#center{
	float:left;
	width:316px;
	margin-right:3px;
	margin-top:3px;
	margin-bottom:3px;
	text-align:left;
	background-color:#FFF;
}

#right{
	float:left;
	width:317px;
	margin-top:3px;
	margin-bottom:3px;
	background-color:#FFF;
	text-align:left;
}

#news{
	background-color:#C3AE91;
	text-align:left;
	padding:0px 0px 20px 0px;
	border:1px solid #000;
}

.newsInfo{
	margin:15px;
	border-color:#275545;
	border-style:dashed;
	border-width:1px;
	padding:0px 20px;
	background-color:#E7DED3;
	overflow:hidden;
}

.newsInfoWHITE{
	margin:15px;
	border-color:#275545;
	border-style:dashed;
	border-width:1px;
	padding:0px 20px;
	background-color:#FFF;
	overflow:hidden;
}

.steps{
	margin:15px;
	border-color:#275545;
	border-style:dashed;
	border-width:1px;
	padding:0px 0px;
	background-color:#E9E2D8;
	overflow:hidden;
}

#portfolio{
	width:100%;
	margin-top:3px;
	text-align:center;
	background-color:#E7A23A;
	border:1px solid #000;
}

#footer{
	width:100%;
	background-color:#4E3B1D;
	margin-top:3px;
	margin-bottom:25px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	color:#FFFFFF;
	border:1px solid #000;
}

.client {
	margin:5px 5px 5px 5px;
}

h1 {
	font-size:1.5em;
	font-weight:bold;
	font-style:italic;
	text-indent:15px;
	margin-top:15px;
}

h2 {
	font-size:1.1em;
	font-weight:bold;
	font-style:italic;
	text-indent:15px;
}

.announcement {
	font-size:1.2em;
	font-style:italic;
	color:#900;
}

.announcement2 {
	font-size:1.2em;
	font-style:italic;
	color:#000;
}

table {
	border:1px solid #000;
	background-color:#FFF;
}

th {
	background-color:#E7A23A;
	color:#000;
}

td {
	background-color:#C3AE91;
	color:#000;
	padding:5px;
	text-align:center;
}

td.whiteBK {
	background-color:#FFF;
}

.required {
	font-weight:bold;
}

.portImage{
	background-color:#FFF;
	margin:0px;
	padding:0px;
	border:1px solid #000;
}

