/* Two Column - Side Menu Stylesheet
	Written by Katie Karpetz March 15th 2006 */
	
	
/* HTML Styles */

body {
	font-family: "trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin:0px;
	padding:0px;
	background-color:#000000;
	background-repeat: repeat-x;
	}

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

h1 {
	color:#333;
	font-size: 18px;
	font-weight: bold;
	}

h2 {
	color:#333;
	font-size: 16px;
	font-weight: bold;
	}
	
h3 {
	color:#333;
	font-size: 14px;
	font-weight: bold;
	}
	
h4 {
	color:#333;
	font-size: 12px;
	font-weight: bold;
	}
	
h5 {
	color:#333;
	font-size: 10px;
	font-weight: bold;
	}
	
h6 {
	color:#333;
	font-size: 8px;
	font-weight: bold;
	}
	
a:link {
	color:#7A7A7A;
	text-decoration:underline;
	}

a:hover {
	color:#7A7A7A;
	text-decoration:none;
	}

a:visited {
	color:#7A7A7A;
	text-decoration:underline;
	}

a:visited:hover {
	color:#7A7A7A;
	text-decoration:none;
	}

textarea { 
	font-family: "trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
}


/* Layout Styles */

#container {
	margin-left:auto;
	margin-right:auto;
	width: 850px;
	text-align: left;
	vertical-align: top;
	background-color:#fff;
	background-image: url(../images/ContentTile.jpg);
	background-repeat: repeat-y;
	}
	
#header {
	background-color:#FFFFFF;
	width:850px;
	height:150px;
	background-image: url(../images/Header.jpg);
	}

#navcontainer {
	padding: 0px;
	color: #333;
	}

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

#navcontainer li {
	border-bottom: 0px solid ;
	margin: 0;
	}

#navcontainer li a {
	display: block;
	color: #7a7a7a;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 10px;
	}

#navcontainer li a:hover {
	color: #000;
	}

#active a:link, #active a:visited, #active a:hover, #active a:visited:hover {
	color: #000;
	}

#sitemenu {
	width:137px;
	background-color:#ccc;
	float: left;
	left: 49px;
	position: relative;
	background-image: url(../images/LeftBarTile.jpg);
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
#leftBottom {
	float: left;
	width: 137px;
	background-image: url(../images/LeftBarBottom.jpg);
	background-repeat: no-repeat;
	height: 289px;
	top: 25px;
}

#content {
	background-color:#FFF;
	padding:10px;
	float: left;
	width: 399px;
	left: 55px;
	position: relative;
	background-image: url(../images/MiddleTile.jpg);
	}
#MiddleBottom {
	background-color:#FFF;
	padding:10px;
	float: left;
	width: 399px;
	position: static;
	background-image: url(../images/MiddleBottom.jpg);
	background-repeat: no-repeat;
	}

#subcontent {
	float:left;
	width:184px;
	padding:0px 0px 0px 2px;
	background-color: #d1d1d1;
	position: relative;
	background-image: url(../images/RightTile.jpg);
	height: auto;
	left: 60px;
	}

#subcontentFooter {
	float:left;
	width:186px;
	height:13px;
	position: relative;
	background-image: url(../images/RightBottom.jpg);
	background-repeat: no-repeat;
	left: 60px;
	overflow: hidden;
	}
	
#footer {
	background-color:#4A4A4A;
	color:#fff;
	padding:5px 60px 5px 5px;
	text-align:right;
	vertical-align: top;
	float:left;
	width:785px;
	background-image: url(../images/Footer.jpg);
	}
#1img {
	background-image: url(../images/Ads/5.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 182px;
	float: left;
	position: relative;
	left: 644px;
	top: 115px;
	background-attachment: fixed;
}

#PhotoPadding {
	padding: 2px;
}	

#stories {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #E6E6E6;
	font-weight: bolder;
}

#stories2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.highlight {
	background-color: #CCCCCC;
	font-weight: bolder;
	padding-left: 5px;
	float: left;
	width: 370px;
	padding-right: 5px;
}
