/* MAIN CSS FOR THE SITE */

/*
div {
	border:1px dotted #000099;
}/* uncomment this block of code to help with layout debugging in browsers */

body, html {
	margin:0;
	padding:0;
}

body {
	background:#bebebe url(../images/site/body_bg.jpg) top center repeat-y;
}

#top_bg {
	background:url(../images/site/top_bg.jpg) top center no-repeat;		
	padding-top:34px;
}

#page_bg {
	background:url(../images/site/page_bg.jpg) top center repeat-y;
}

#page_container {
	width:910px;
	margin:0 auto;
	text-align:left;
	padding-bottom:10px;
}

.clearer {
	clear:both;
	display:block;
	height:1px;
	margin-bottom:-1px;
	font-size:1px;
	line-height:1px;
}


/*------------------- HEADER AND HEADER NAV -------------------*/
#header {
	padding:20px 0 10px 0;
}

#top_right_nav {
	float:right;
	position:relative;
}
#top_right_nav a:link, #top_right_nav a:visited {
	color:#333;
	text-decoration:none;
	padding:0 5px;
}
#top_right_nav a:hover {
	color:#f22;
}

/*------------------- NAVBAR -------------------*/
#nav_bar {
	position:relative;
	z-index:3;			/* necessary for IE6 if you want dropdowns  */
	height:27px;
		
	background:url(../images/site/nav_bar_bg.jpg) top left no-repeat;
	border-bottom:solid 1px #ddd;
}

/*------------------- CONTENT AREAS -------------------*/
#content {
	border:solid 1px #ddd;
	min-height:525px;		
}
* html #content {	/* hack for IE6 */
	height:525px;	
}

#main_photo {
	z-index:2;
}

/*-------- 1 columns --------*/
#one_col {
	padding:10px;
}

/*-------- 2 columns --------*/
#main_col2 {
	width:715px;
	position:relative;
	float:left;
	padding:10px;
	border-right:solid 1px #ddd;
}

#right_col2 {
	width:150px;
	position:relative;
	float:right;
	padding:10px;
}

/*-------- 3 columns --------*/
#left_col3 {
	width:150px;
	position:relative;
	float:left;
	padding:10px;
}

#right_col3 {
	width:150px;
	position:relative;
	float:right;
	padding:10px;
}

#main_col3 {
	margin:0 170px;
	padding:10px;
	border-right:solid 1px #ddd;
	border-left:solid 1px #ddd;
}


/* -------------------- LEFT NAV ------------------------- */
.navButton {
	position:relative;
	display:block;
	padding:5px 0 5px 0;
	
	border-bottom:dotted 1px #777;
	text-decoration:none;

	font-size:14px;
	line-height:1.2em;
	font-weight:bold;
	color:#d22;
	padding-top:0;
	margin-top:0;
}
a.navButton:link, a.navButton:visited {
	color:#000;
}
a.navButton:hover {
	color:#d22;
}

a.right_col_button:link, a.right_col_button:visited  {
	display:block;
	padding:8px;
	color:#000;	
	background:#f8f8f8;
	border:1px solid #d6d6d6;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:3px;
}
a.right_col_button:hover {
	color:#d22;
	text-decoration:none;
}

/*------------------- FOOTER -------------------*/
#footer {
	width:910px;
	margin:0 auto;
	padding:10px 20px;
	font-size:8pt;
	color:#777;
	background:url(../images/site/footer_bg.jpg) top center no-repeat;
}

#footer a:link, #footer a:visited {
	color:#777;
	text-decoration:none;
}

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