/***
 * CSS code to support http://www.bostwicklaketri.com
 * Last updated: March 5, 2010
 * XHTML/CSS programmed by Intrepid Design
 * Contact Info:
 *		E-mail  	spiff@mac.com
 *		Website		http://www.boldandintrepid.com
 ***/
 
/*** Defaults ***/

*{
	margin: 0 auto;
	padding: 0;
	line-height: 1.25em;
}

body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#595B5D;
	margin:0 auto;
	padding-top:5px;
}

p{
	margin-bottom:16px;
	line-height:1.5em;
}

a{
	text-decoration:none;
	color:#CE7738;
	line-height:1.5em;
}

a:hover{
	color:#EF8544;
	border-bottom:1px dotted;
	text-decoration:none;
	line-height:1.5em;
}

li{
	margin-left:30px;
	line-height:1.5em;
}


/*** Global Classes ***/

#header{
	width:900px;
	margin-top:30px;
}

.header_logo{
	float:left;
	width:195px;
	height:88px;
	margin-bottom:10px;
	margin-top:-15px;
}

.header_logo a:hover{
	border:none;
}

.header_nav{
	float:right;
	text-align:right;
	margin-top:26px;
}

.header_nav a{
	margin-left:25px;
	color:#666;
	border:none;
}

.header_nav a:hover{
	margin-left:25px;
	color:#EF8544;
	border-bottom:1px dotted;
}

.selected{
	font-weight:bold;
}

.header_lines{
	background:url(images/header_lines.gif) repeat-x;
	height:10px;
	clear:both;
}

#photos{
	width:900px;
	margin-top:10px;
	height:288px;
	background:url(images/photos.jpg)
}

#main_content{
	width:900px;
	margin-top:10px;
}

.left_content{
	float:left;
	width:635px;
}

.right_content{
	float:right;
	width:228px;
}

.course{
	width:213px;
	height:63px;
	background:url(images/course.gif) no-repeat;
	padding-top:40px;
	padding-left:15px;
	color:#000;
	line-height:1.5em;
}

.course a{
	color:#000;
	text-decoration:none;
	border:none;
}

.course a:hover{
	color:#333;
	border-bottom:1px dotted;
	text-decoration:none;
}

.results{
	width:228px;
	height:33px;
	background:url(images/results.gif) no-repeat;
	margin-top:8px;
}

#footer{
	width:900px;
	padding-top:10px;
	clear:both;
	color:#999;
	font-size:10px;
	padding-bottom:30px;
}

hr{
	height:1px;
	background:#ccc;
	border:none;
	margin-top:50px;
	margin-bottom:15px;
}