/* CSS Document */

body{
	margin:0;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background: #000000 url(../images/cogwatermark.jpg) 50% no-repeat;
}

.title{
	/*font-weight:normal;*/
	padding-left:5px;
	line-height:1.7em;
	margin:10px 0 10px 0;
	font-size:1.3em;
	background-color:#333333;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


h1{
	/*filter:alpha(opacity=50);
	opacity:0.50;*/
	margin:0;
	padding-left:5px;
	line-height:1.4em;
	background-color:#006600;
	display:block;
	clear:both;
	height:100%;
	font-size:1.2em;
	font-weight:100;
}

h2{
	margin:0;
	padding-left:5px;
	line-height:1.4em;
	/*background-color:#333333;*/
	border-bottom:#003300 1px solid;
	display:block;
	clear:both;
	height:100%;
	font-size:1.1em;
	/*font-weight:bold;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



p{
	padding-left:5px;
	padding-right:5px;
}

.snug{
	margin-bottom:0;
}

/*--------------------------------------------------*/

a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}

/*--------------------------------------------------*/

#footer a {
	color:#CCCCCC;
}

#footer a:hover {
	color:#0066FF;
}


/*--------------------------------------------------*/

#wrapper{
	width:985px;
	margin:0 auto;

}

#header1{
	height:130px;
	font-size:0;
	background-image:url(../images/header/stripegradient.jpg);
	background-repeat:repeat-x;
}

.underline{
	font-size:0;
	height:2px;
	background:50% url(../images/header/underline.jpg) no-repeat;
}

.onecoloumn{
	width:95%;
}

.onecoloumn img{
	float:left;	
	clear:both;
	margin:10px 10px 10px 5px;	
}

.onecoloumn p{
	padding-right:10%;
}

.twocoloumnleft{
	float:left;
	width:49%;
	line-height:1.6em;
}

.twocoloumnleft img{
	border:solid medium #666666;
}


.twocoloumnright{
	float:right;
	width:48%;
}

.twocoloumnright p{
line-height:1.3em;
	/*font-size:0.95em;*/
	/*padding-right:30%;*/
}

.twocoloumnright img{
	margin:0 0 0 5px;
	float:right;
	border-bottom:medium solid #FF6600;
	border-top:medium solid #FF6600;
}

#map{
	float:right;
	width:80%;
	border: solid thick #0000FF;
	margin:10px 0 15px 0;
}

#directions{
	margin:8px 0 0 5px;
	float:left;
}

#footer{
	color:#CCCCCC;
	margin-top:15px;
	height:160px;
	background:#333333;
	clear:both;
}

#footer ul{
	text-decoration:none;
	list-style:none;
	
}

#footer li{
	line-height:4em;
	display:inline;
}

#footer span{
	color:#FF9900;
}



/*--------------------menu-------------------*/

#menu {
	padding-left:57%;
	border-bottom:solid thin #000000;
	height: 26px;
	background:#333333;
	font: bolder 12px/26px Tahoma, Verdana, Arial, Sans-Serif;

}

#menu ul{
	margin: 0; padding: 0 0 0 85px;
}
#menu ul li {
	float: left;
	list-style: none;		
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 30px;
	background: inherit;
	color: #FFF;
}
#menu ul li a:hover {
    background: #FFF; 
	color: #333;  
}
#menu ul li#current a {	
	background:#FF6600;
	color:#000000;	
}