@charset "UTF-8";
/* CSS Document */

body {
	background:url(/images/body_bg.png) #ccc;
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	}
	
.statcounter {
	display:none;
	}
	
img {
	border:0;
	}
	
img.floatLeft {
	float:left;
	display:inline;
	margin:0 10px 10px 0;
	}
	
img.floatRight {
	float:right;
	display:inline;
	margin:0 0 10px 10px;
	}
	
#fade {
	background:url(/images/bg_fade.png) repeat-x;
	width:100%;
	}
	
#wrapper {
	width:926px;
	margin:0 auto;
	}
	
#banner {
	padding:0 15px;
	}
	

#container {
	width:926px;
	overflow:hidden;
	background:url(/images/container_bg.png) repeat-y;
	position:relative;
	}
	
#container_top {
	width:926px;
	height:7px;
	display:block;
	background:url(/images/container_top.png) no-repeat;
	overflow:hidden;
	}
	
#container_bot {
	width:926px;
	display:block;
	height:7px;
	background:url(/images/container_bot.png) no-repeat;
	overflow:hidden;
	}
	
#main {
	display:block;
	padding:20px 10px;
	background:url(/images/main_top.png) no-repeat -1px -3px;
	margin:0 2px;
	width:902px;
}

#pageTitle {
	height:37px;
	position:relative;
	top:-4px;
	width:912px;
	margin:0 7px;
	}
	
#pageTitle h1 {
	color:#999;
	font-size:18px;
	text-transform:uppercase;
	margin:0;
	padding:15px 0 0 10px;
	position:relative;
	font-weight:normal;
	letter-spacing:1px;
	width:300px;
	}
	
#nav {
	position:absolute;
	top:0;
	right:0;
	display:inline;
	height:41px;
	overflow:hidden;
	}
	
.navItem {
	float:right;
	display:inline;
	}
	
.navItem a {
	display:block;
	text-decoration:none;
	letter-spacing:1px;
	background:url(/images/nav_bg.notThis2.png) repeat-x 0 0;
	}
	
.navItem a:link, .navItem a:visited {
	color:#666;
	text-transform:lowercase;
	padding:15px 15px 10px 15px;
	}
	
.navItem a.thisPage:link, 
.navItem a.thisPage:visited {
	color:#fff;
	background:url(/images/nav_bg.thisPage.png) repeat-x 0 0;
	background-position:0 0;
	}
	
	
/** HOMEPAGE STYLES **/

#homepageWelcome {
	float:left;
	display:inline;
	width:590px;
	border-right:1px solid #ccc;
	margin:0 10px 15px 0;
	padding:10px 15px;
	color:#666;
	font-size:.9em;
	line-height:1.3em;
	}
	
#homepageWelcome a:link, 
#homepageWelcome a:visited {
	color:#666;
	text-decoration:none;
	padding:2px 5px;
	
}

#homepageWelcome a:hover {
	background:#ccc;
	}
	
#homepageRight {
	float:right;
	display:inlne;
	width:260px;
	padding:10px 15px 10px 0;
	}
	
.right_button {
	background:#e5e5e5;
	width:191px;
	padding:10px 10px 10px 35px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #ccc;
	margin:0 0 15px 0;
	}
	
#homepageRight .right_button a {
	color:#666!important;
	text-decoration:none;
	font-size:13px;
	}
	
#homepageRight .right_button a:hover {
	color:#333!important;
	text-decoration:none!important;
	}
	
.right_button#photog {
	background-image:url(/images/homepage/icon_photo.png);
	background-repeat:no-repeat;
	background-position:left center;
	}