/** author: chris whiteford **/
/** style for the layout and the fonts **/

html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-image:url(../template_images/goldbg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	line-height:19px;
}

#main {
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	position:relative;
}


#container{ 
	margin:0px auto;
	
	width:765px;
	min-height: 100%;
}

#content{
	float:left;
	background:#ffffff;
	width:685px;
	margin: 0px 40px;
}

#header{
	width:100%;
	height:199px;
	float:left;
	min-height:199px;

}

h3{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
}

#nav{
	width:657px;
	height:114px;
	min-height:114px;
	float:left;
	padding-left:28px;
}


.navitem{
	float:left;

}

#navleft{
	float:left;
	width:325px;
}

#navright{
	float:left;
	width:332px;
}

#navrighttop{
	float:right;
        #margin-bottom: 6px;	
}


#navrightbot{
	float:left;
	padding-left:4px;
}

#mainwell{
	float:left;
	width:657px;
	padding-left:28px;
}


#mainleft{
	float:left;
	width:313px;
	padding-right:15px;
}

#mainright{
	float:left;
	width:320px;
}

#maincopy{
	float:left;
	width:629px;
	padding-right:28px;
}

#maincopy object{
	text-align:center;

}

#midimages{
	float:left;
	clear:right;
}

.imgrighttop{
	float:right;
	padding:0 0 15px 15px

}

.imglefttop{
	float:left;
	padding:0 15px 15px 0px;

}

.imgleft{
	float:left;
	padding:15px 0 15px 15px

}

.imgright{
	float:right;
	padding:15px 0 15px 15px

}

.imgbottom{
	float:left;
	padding:10px 15px 10px 0px;

}
#mainrightheader{
	float:left;
	
}

#mainrightcontent{
	float:left;
	color:#336699;
	clear:left;
	width:300px;
	
}

#mainrightimg{
	float:left;
	clear:right;
	margin-bottom:5px;
}



.featureitem{
	float:left;
	background-image:url(../template_images/highlight_point.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	padding:5px 20px 5px 30px;
	font-weight:bold;
	width:250px;

}

.featureitem a{
	text-decoration:none;
	
	color:#336699;

}

.worknav{
	float:left;
	padding-right:10px;


}

#workright{
	float:right;
	width:300px;
	margin-bottom:10px;

}

.workitem{
	float:left;
	background-image:url(../template_images/highlight_point.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	padding:5px 20px 5px 30px;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#336699;
	width:250px;

}

.workitem a{
	text-decoration:none;
	
	color:#336699;

}
