/*
	Agate Construction CSS
	copyright 2005, all rights reserved
*/

body
{
	background-color: #F4F4F4;
	margin: 0px;
	padding: 0px;
}

h2
{
	font-family: Arial, sans;
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 12px;
	padding: 0px;
	color: #000;
	padding-bottom: 15px;
	padding-right: 8px;
	background-image: url(images/h2_bar.gif);
	background-repeat: no-repeat;
	background-position: 100% 85%;
}

h3
{
	font-family: Arial, sans;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	
}

h4
{
	font-family: Arial, sans;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}

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

a:hover
{
	color: #A50000;
	text-decoration: underline;
}

a:active
{
	color: #333;
}

ol
{
	margin: 5px;
	padding-left: 20px;
	
}

.right
{
	margin-left: 15px;
}

.left
{
	margin-right: 15px;
}

/*** custom divs ***/

#box
{
	width: 100%;
	text-align: center;
}

#head
{
	position: relative;
	background-image: url(images/stripe_head.gif);
	background-repeat: repeat-x;
	
	font-family: Arial, sans;
	color: #FFF;
	font-size: 13px;
	line-height: 16px;
	text-shadow: #000 0px 1px 2px;
}

.h_red
{
	color: #D90000;
	font-weight: bold;
}

.h_red a 
{
	color: #D90000;
	text-decoration: none;
}

.h_red a:hover
{
	text-decoration: underline;
}

/*** nav ***/
#nav
{
	background-image: url(images/stripe_nav.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 36px;
}

#navbox
{
	position: relative;
	top: 10px;
	
	width: 760px;
	font-family: Arial, sans;
	font-size: 14px;
	font-weight: bold;
	
	line-height: 11px;
	height: 20px;

}

#navbox .nav
{
	text-shadow: #999 0px 1px 2px;
	color: #000;
	text-decoration: none;
	margin-left: 39px;
	margin-right: 39px;
}

#navbox .navselected
{
	text-shadow: #999 0px 1px 2px;
	color: #D90000;
	text-decoration: none;
	margin-left: 39px;
	margin-right: 39px;
}

#navbox .nav:hover
{
	color: #D90000;
	text-shadow: #999 0px 1px 2px;
}

/*** main copy ***/
#copy
{
	font-family: "Arial", sans;
	font-size: 13px;
	line-height: 16px;
}

#copy table
{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

#copy img
{
	border: 1px solid #7F7F7F;
}

.img_home
{
	margin-right: 15px;
}

#copy p
{
	margin: 0px;
	margin-bottom: 10px;
}

/*** news ***/
#news
{
	width: 405px;
}

h1
{
	margin: 0px;
	height: 20px;
	padding-top: 6px;
	padding-left: 7px;

	font-family: Arial, sans;
	line-height: 10px;
	text-align: left;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-shadow: #333 0px 1px 2px;
	background-image: url(images/stripe_news.gif);
	background-repeat: repeat-x;
}

#news p
{
	font-family: "Arial", sans;
	font-size: 13px;
	text-align: left;
	margin: 0px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 0px;

}

#projects
{
	width: 325px;
	background-color: #EBEBEB;
}

h1 .projects
{
	width: 325px;
	background-image: url(images/stripe_projects.gif);
	height: 15px;
}

.news
{
	margin-bottom: 4px;
	font-size: 15px;
}

.projects
{
	margin-bottom: 5px;
}

#flash
{
	width: 320px;
	height: 230px;
	padding-top: 0px;
	background-color: #EBEBEB;
}

/*** global headers ***/
.headbar
{
	background-image: url(images/h2_bar.gif);
	background-repeat: no-repeat;
	background-position: 100% 25%;
}

ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}

ul .unordered
{
	padding-bottom: 10px;
}


/*** footer ***/
#footer
{
	background-image: url(images/stripe_foot.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 36px;
	position: relative;
	top: 10px;
}

#footbox
{
	position: relative;
	top: 11px;
	
	width: 760px;
	font-family: "Trebuchet MS", sans;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	
	line-height: 10px;
	height: 20px;
}

#footbox .foot
{
	margin-left: 16px;
	margin-right: 16px;
}

#copyright
{
	padding-top: 15px;
	padding-bottom: 10px;
	font-family: "Trebuchet MS", sans;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

.logo
{
	display: block;
}

.logo_white
{
	display: none;
}