/* All the content boxes belong to the content class. */
/* All the content boxes belong to the content class. */

div#printView 
{
    visibility:hidden;
}

body {
	color:#333;
	background-color: #2f2125;
	padding:0px;
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	}

#container {

width: 780px;
background: #ffffff url(/Core/David-Parker-Architects/Layout/Graphics/bgContents.gif);
margin: 0px 0px 0px 0px; 
text-align: left;
margin-right : auto; 
margin-left : auto; 
}

#header 
{
	display:none;
}

#subHeading 
{
	padding-left: 9px;
	padding-right: 25px;
	padding-bottom: 15px;
}

#rightText
{
	padding-left: 13px;
}

#navSection, #navSection2 {
	padding: 3px;
	text-align: center;
	text-align: right;
	}

#navSection ul, #navSection2  ul{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#navSection ul li, #navSection2 ul li {
	margin-left: 0;
	border: none;
	list-style: none;
	display: inline;
	}
	
#navSection ul li a, #navSection2 ul li a  
{
display: inline-block;
padding: 5px;   
width: 84px;
text-align: center;
}	

#navSection ul li.first, #navSection2  ul li.first
{
	padding-left: 0px;
}

#navSection a, #navSection a:link, #navSection a:visited
{
	color: #000000;
}

#navSection a:hover 
{
	background-color: #eb8330;
}


#navSection2 
{
	float:right;
	padding-right: 30px;
}

#navSection2 a, #navSection2 a:link, #navSection2 a:visited
{
	color: #ffffff;
}

#navSection2 a:hover 
{
	background-color: #ffffff;
	color: #eb8330;
}

#navMain {
	float:left;
	width:150px;
	padding:10px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

#navMain ul {
	margin-left: 0;
	padding-left: 0;
	border: none;
	} 

#navMain ul li {
	margin-left: 0;
	padding-left: 2px;
	padding-bottom: 15px;
	border: none;
	list-style: none;
	text-decoration: none;
	text-align: right;
	}

#navMain a, #navMain a:link, #navMain a:visited
{
	color: #858585;
}

#navMain a:hover 
{
	color: #eb8330;
}

#contents {
	width:auto;
	margin:0px 15px 0px 190px;
	padding:10px;
	}

#subFooter 
{
	padding-left: 45px;
background: #ffffff url(/Core/David-Parker-Architects/Layout/Graphics/bgSubFooter.gif);
clear:both;
}

#footer {
color: #ffffff;
text-align:center;
}


#footer a, #footer a:link, #footer a:visited{
color: #eb8330;
}

.formLable 
{
	width: 150px;
	text-align:right;
}

.formLableReq 
{
	width: 150px;
	font-weight:bold;
	text-align:right;
}

#contents img 
{
	margin: 5px;
}
	
.headingText 
{
	font-size:x-large;
}

.subHeadingText 
{
	font-size:large;
}



.title {
color: black;
font-size: x-large;
}
.subTitle {
color: black;
font-size: large;
}

.error 
{
	color: Red;
}

#contents label {
   width: 250px;
   float: left;
   text-align: left;
}

.title {
color: #fed960;
}
.titleSub {
color: #fed960;
}

.error 
{
	color: Red;
}


