@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-size:11px;
	background: #d8d9da;
	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: #8a8c8e;
}

a {
	color: #E88843;
	text-decoration: none;
}

a:HOVER {
	color: #688288;
	text-decoration: underline;
}

#main {
	width: 820px;
	display: table;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	
}

#maincontainer {
	width: 800px;
	margin: 0px;
	margin-bottom: 20px;
	padding: 10px;
	float: left;
}

#content {
	width: 760px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	display: inline;
}

#header {
	width: 760px;
	padding: 0;
	margin-left: 20px;
	margin-right: 20px;
	height: 120px;
	float: left;
	background-color: #D5D6B4;
	background-repeat: repeat-x;
	display: inline;
}

#bodycontent {
	float: left;
	display: block;
	width: 760px;
	margin-top: 20px;
}

#bodycontent2 {
	float: left;
	display: block;
	width: 760px;
	margin-top: 10px;
}

#bodyleft {
	width: 400px;
	float: left;
	display: table-row;
	text-align: left;
	line-height:24px;
	padding-left: 30px;
	margin: 0;
	margin-bottom: 20px;
}

#bodyright {
	width: 240px;
	float: right;
	display: table-row;
	margin: 0;
	margin-top: 20px;
	text-align: left;
}

#bodyright2 {
	width: 240px;
	float: right;
	display: table-row;
	margin: 0;
	margin-top: 10px;
	text-align: left;
}

#twocoll {
	width: 320px;
	float: left;
	display: table-row;
	text-align: left;
	line-height:24px;
	padding-left: 30px;
	margin: 0;
	margin-bottom: 20px;
}

#twocolr {
	width: 320px;
	float: right;
	display: table-row;
	margin: 0;
	margin-top: 50px;
	padding-right: 30px;
	text-align: left;
	line-height:24px;
}


#bottom {
	width: 800px;
	float: left;
	padding-top: 12px;
	padding-left: 20px;
	height: 30px;
	background: #d8d9da;
	background-image: url(../images/bottom_grad.jpg);
	background-repeat: no-repeat;
	color: #666666;
	font-size: 10px;
	text-align: left;

}

p.headline {
	font-size: 20px;
	color: #E88843;
}

#nav2 {
	float: left;
	width: 400px;
	margin-left: 30px;
	

}

#navcontainer {
	width: 760px;
	padding: 0;
	margin: 0;
	float: right;
	display: inline;
	border-bottom: 1px solid #C2D0D2;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
}


/*------------------------- Navigation -------------------------*/

#mainNav {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	display: block;
	float: right;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#mainNav li {
	float: right;
	height: 15px;
	margin: 0px;
	margin-right: 1px;
	padding: 0px;
}

#mainNav li a {
	margin: 0px;
	display: block;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #688288;
	border-left: 1px solid #688288;
}

#mainNav li a:hover {
	text-decoration: none;
	color: #E88843;
}


#mainNav li a.noleft {
	border-left: 1px solid #fff;
}


/*-------------------------Portfolio Nav ----------------------------------*/

#portNav{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	display: block;
	float: left;
}
#portNav li {
	float: left;
	margin: 0px;
	margin-right: 10px;
}

#portNav li a {
	margin: 0px;
	display: block;
	text-decoration: none;
	padding: 4px;
	color: #688288;
	border: 1px solid #C2D0D2;
}

#portNav li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #688288;

}

