/* Default Styles */
.clear{
	clear: left;
}
.logged{
	color: #33CCCC;
}
.agentlinks{
	margin: 20px 0;
}
.agentlinks p{
	padding: 10px 0;
}
body{
	color: #CCCCCC;
	font-size: 62.5%;
	font-size: 65%;
	font-size: 10px;
	font-family:"Lucida Sans", Arial, sans-serif;
	font-family: Helvetica, sans-serif;
	line-height: 1.5em;	
	background-color:#3E3E37;
}
body,p,div,ol,,h1,h2,h3,h4,form,fieldset,input,textarea,blockquote,th,td{    
	margin:0;   
	padding:0;   
}      
img
{    
	border:0;   
}
fieldset
{    
	padding: 10px;   
}
     
ol,ul
{
	font-size: 1.1em;
	color:#999999;
	font-size: 1.1em;
	font-weight: bold;     
}   
p,q,h1,h2,h3,h4
{   
	font-size:100%;   
	font-weight:normal;   
}
td{
	vertical-align: top;
}
/* Detailed Styles */
h2{
	font-size: 1.6em;
	color: #788C38;
	margin-left: 5px;
	padding-top: 10px;
	font-weight: bold;
}
h3{
	font-size: 1.1em;
	color: #666666;
	margin: .1em 0 0 5px;
	font-weight: bold;
}
h4{
	font-size: 1.1em;
	color: #666666;
	margin: .2em 0 0 5px;
	font-weight: bold;
}
p{
	margin: 5px 0 2px 5px;
	color:#999999;
	font-size: 1.1em;
	font-weight: bold;
}
a{
	color: #33CCCC;
}
#navbar {
	font-size: 1.1em;
	height: 30px; 
	color: #FFF;
	margin-right: 10%;
	
}
#navbar li
{ 
		margin: 0; 
		padding: 7px 12px 5px 12px;		
		float: right; 
		list-style: none;
}
#navbar li a
{
	text-decoration: none;
	font-size: 1.1em;
	color: #0099CC;
	color:#669999;
} 
#navbar li a:hover
{
	color: #E3C888;
}
#quickcontact{
	margin-top: 1em;
	margin-bottom: 5px;
	margin-left: 5px;
}
form fieldset{
	border: 1px solid #666666;
	padding: 5px;
}
form fieldset legend {
	font-size: 1.1em;
	color: #666666;
	font-weight: bold;
	padding: 0 1em;
}
form label{
  float:left;
  width:25%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
  text-align:right;
  font-weight:bold;
}
#name, #email, #message{
	margin-top: 0.5em;
}
#submit{
	margin-left: 27%;
	margin-top: 0.5em;
}
input{
	margin: 5px;
}
#submit, #reset{
	border:outset 1px #666666;
	background:#999;
	color:#FFFFFF;
	padding: 1px 2px;
	height: 18px;
	font-size: 1em;
	letter-spacing: 2px;
	background-image: url(../images/buttonbackground.jpg);
}
#topnav{
	height: 35px;
	border-bottom: 1px solid #999999;
	border-bottom-color:#444444;
}

#banner{
	position: relative;
	height: 90px;
	background-color: #333222;
	padding-left: 10px;
	border-bottom: 1px solid #444444;
	border-top: 1px solid #444444;
}
div #login{
	position: absolute;
	right: 10%;
}
#banner h3{
	margin:  0 0 0 10%;
	font-size: 1.2em;
}
#banner img{
	margin: 20px 0 0 10%;
}
#bannerimage{
	background-color:#000000;
}
#content{
	width: 80%;
	margin: 5px auto;
}
#sidebar{
	width: 310px;
	float: right;	
	min-width: 310px;
	max-width: 400px;
	text-align: justify;
}
#sidebar div#projects{
	margin: 10px 0 0 5px;	
}
#maincontent{
	margin-right: 350px;
	margin-right: 40%;
	margin-right: 330px;	
	text-align: justify;
}
#maincontent img{
	float: left;
	margin: 5px 15px 0 0;
}
#footer{
	clear: both;
	margin-bottom: 5px;
	background-color: #333222;
}
#footer p{
	margin-left: 10%;
}
.projects{
	
	padding: 0 10px 0 10px;
	margin: 10px;
	border-bottom: 1px solid #999999;
		
}
.projects hr{
	display: block;
	clear: left;
	visibility: hidden;
}
.projects h3{
	font-size: 1.3em;
	color: #788C38;
	color: #339999;	
	padding-top: .5em;
	font-weight: bold;
}
.projects img{
	float: left;
	margin: 11px 10px 0 0;
}
.designsteps h3{
	font-size: 1.3em;
	color: #788C38;
	padding-top: .5em;
	font-weight: bold;
}

.box { 
  background: #333222;
  margin-top: 15px;
  margin-bottom: 15px;
}

.boxtop { 
  background: url(../images/roundedboxes/ne.gif) no-repeat top right;
}
.boxtop img {
	margin-left: -10px;
	margin-top: -10px;
}
.boxtop div { 
  height: 20px; 
  background: url(../images/roundedboxes/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(../images/roundedboxes/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 20px; 
  background: url(../images/roundedboxes/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 40px 0px 40px;
}
.boxcontent h3{
  font-size: 1.3em;
  color: #788C38;
  color: #339999;
  font-weight: bold;
}