/********************/
/*     Core CSS     */
/********************/

*{margin:0px; padding:0px;}

img{border:none;}

li{
	list-style: none;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background: url(../images/background.gif) top left repeat-x;
	background-color: #36393d;
}

a{
	color:#AAA;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color:#DDD;
}


#container{
	margin: 0 auto;
	width: 775px;
	min-height: 600px;
}

#centerPane{
	width: 775px;
	min-height: 600px;
	}

#header{
	width: 775px;
	height: 74px;
	background: url(../images/header_background.gif) top right no-repeat;
	}

#mainContent{
	float:right;
	width: 775px;
	color: #888;
	background: url(../images/reflection.gif) top right no-repeat;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#logo{
	padding-top: 20px;
}

/********************/
/*     mainmenu     */
/********************/

#menu{
	float: left;
	width: 775px;
	height: 20px;
	text-align: left;
	background: url(../images/menu_background.gif) top right no-repeat;
}

#menu a{
	text-decoration: none;
	color: #000;
	height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
	line-height: 20px;
	font-weight: normal;
}

#menu a:hover{
	color: #CCC;
}

#selectedNav{
	border-top: 2px solid #e07f38;
	background-color: #000;
	color: #FFF !important;
}

#menu ul{
	height: 20px;
}

#menu li{
	
	display: inline;
}

#welcome{
}

#leftContent{
	width: 500px;
	float:left;
}

#contentText{
	width: 290px;
	margin-top: 15px;
}

p{
	font-size: 11px;
	line-height: 13px;
	}

#contentText p{
	padding-left: 15px;
	padding-bottom: 15px;
}

div.feature{
	clear:both;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 30px;
}

div.feature li{
	padding-bottom: 5px;
}

/********************/
/*      recent      */
/********************/

#recentGallery{
	padding-right: 15px;
	float:right;
	width: 190px;
	text-align: right;
}

#recentGallery ul{
	padding-top: 5px;
}

#recentGallery ul li{
	padding-right: 13px;
	padding-bottom: 10px;
	background: url(../images/icon.gif) 5px right no-repeat;
}

h3{
	font-weight: normal;
	font-size: 12px;
}

h2{
	font-weight: normal;
	clear:both;
}

#recentGallery p{
	font-style: italic;
}

#recentGallery li span{
	font-size: .66em;
}

div.galleryTile{
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
}

div.galleryTile img{
	float: right;
}

div.update{
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
	float: left;
	width: 600px;
}

div.recentGallLinks{
	padding-left: 15px;
	float: left;
}

div.recentGallLinks h4{
	color: #CCC;
	font-weight: normal;
	font-style: italic;
}

#welcomeLinks{
	padding-left: 15px;
}

#welcomeLinks a{
	font-size: 11px;
	color: #CCC;
	float: left;
	padding-left: 16px;
	padding-right: 20px;
	background: url(../images/arrow.gif) left 1px no-repeat;
}

#welcomeLinks a:hover{
	color: #b3652d;
}

/*******************/
/*     contact     */
/*******************/

div.formSet{
	width: 500px;
	height: 25px;
}

div.formlabel, div.formitem{
	float: left;
}

div.formlabel{
	width: 75px;
}

div.radioButton{
	float:left;
	clear:left;
	padding-left: 75px;

}

div.radioButtons p {
	font-size:1em;
	padding-bottom:5px;
}

div.radioButtons{
	padding-top: 5px;
	padding-bottom: 10px;
}

/********************/
/*       misc       */
/********************/

div.separator{
	height: 5px;
	background: url(../images/separator.gif) left center repeat-x;
}




/********************/
/*   footer stick   */
/********************/

	

	#footer
	{
		color: #AAA;
		text-align: center;
		clear: both;
	}

	#bottomLinks li{
		display: inline;
		font-size: 10px;
		line-height: 13px;
	}

	#bottomLinks a, bottomLinks a:visited, #footer p a, #footer p a:visited{
		color: #AAA;
		font-weight: normal;
	}

	#bottomLinks a:hover, #footer a:hover{
		color: #DDD;
	}
