/* BURKETT STUCCO */
body, html	{
	background-color:#FFFFFF;
	text-align:center;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
}

#container	{
	width:759px;
	clear:both;
	text-align:center;
	margin:auto;
	background-color:#FFFFFF;
	border-right:8px solid #FFFFFF;
}

#header	{
	height:185px;
	clear:both;
	width:759px;
	position:relative;

	
}
/* NAVIGATIONS */
#Navs	{
	position:absolute;
	left:182px;
	margin-top:8px;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	width: 569px;
	text-align:left;
	top: 120px;
}
#Navs a, #Navs a:link {
	text-decoration:none;
	color:#000000;
	margin-right:5px;
}
#Navs a:visited	{
	color:#354F91;
}
#Navs a:hover	{
	color:#003399;
}
/* END NAVIGATIONS */
#grid	{
	background-image:url(../images/Grid.gif);
	border-top:1px solid #3E5CAA;
}
#main	{
	margin-left:29px;
	border-left:1px solid #3E5CAA;
	border-right:1px solid #3E5CAA;
	border-bottom:1px solid #3E5CAA;
	background-image:url(../images/bkgd.gif);
	background-repeat:no-repeat;
	background-position:center top;
}

#content	{
	text-align:left;
	padding:20px 30px 20px 20px;
}

#content h1	{
	font-size:21px;
	font-style:italic;
	color:#003399;
	margin:0px;
}

#content h2	{
	font-size:18px;
	color:#3E5CAA;
}
#content h3	{
	font-size:17px;
	color:#3E5CAA;
}
#content p	{
	font-size:14px;
}
#content li	{
	font-size:14px;
	font-weight:bold;
}
#content a, #content a:link	{
	text-decoration:underline;
	color:#003399;
	font-weight:bold;
}
#content a:hover	{
	color:#3E5CAA;
	text-decoration:none;
}

#li {font-size:12px; 
font-weight: bold; 
padding-left:20px;
}

#ul { padding-left:30px;
      padding-right:5px;
	  font-color:#000000;}	

/* HOME PAGE STYLES */
#home	{
	text-align:center;
}
.title	{font-size:23px;}
.blue	{color:#003399;}
.black	{color:#000000;}
.services 	{
	font-size:16px;
	width:450px;
	font-weight:bold;
}

/* END HOME PAGE STYLES */

/* CASE STUDIES */
.projectHolder	{
	padding:8px;
	background-color:#CCCCCC;
	border:1px solid #666666;
	margin-bottom:10px;
}
.project	{
	width:365px;
	float:right;
	background-color:#EEEEEE;
	padding:6px;
}
.date	{
	font-size:13px;
	font-style:italic;
	float:right;
}
.projectTitle	{
	font-size:16px;
	border-bottom:2px solid #003399;
	color:#003399;
}
.prjDesc	{
	font-style:italic;
}
/* END CASE STUDIES */

.imgLeft	{
	float:left;
	margin:0px 20px 10px 0px;
}

.imgRight	{
	float:right;
	margin:0px 0px 20px 10px;
}

/* FOOTER*/
#footer	{
	background-image:url(../images/btm.gif);
	background-repeat:no-repeat;
	height:67px;
	font-size:12px;
	text-align:right;
	color:#354F91;
	clear:both;
	padding-top:3px;
	padding-right:5px;
}
#footer	p {
	font-size:12px;
	margin:0px;
}
#footer a, #footer a:link	{
	margin-left:5px;
}
#footer a:visited {	color:#354F91;}
#footer a:hover	{ color:#333333; text-decoration:none;}
/* END FOOTER*/

.clearElem {clear: both; font-size: .1em;}
