/* Global styles */
body {
	font-size: 62.5%;
	background:url(../images/bg.jpg) repeat-x;
	background-color:#f9f9fb;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:0px;

	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
#clearit{
	clear:both;
}

/* Layout CSS */
#Main {
	margin:0 auto;
	width:920px;
	height:100%;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	background-color:#FFF;
	background:url(../images/bg_main.png) repeat-y;

}
#Header {
	width:900px;
	height:374px;
	background:url(../images/header.jpg);
	margin-left:10px;
	
}
	h1 {
		color:#000;
		font-size:2em;
		padding-left:0px;
	}
	
#Nav {
		background:url(../images/nav_bg.jpg);
		width:900px;
		height:61px;
		text-align:center;
		margin-left:10px;

	}
		#Menu1 {
			padding:0px;
		}
		
			 ul#Menu1 {
				list-style:none;
				padding-top:20px;

			}
			
			#Menu1 li {
				display:inline;
				padding-left:45px;
			}
				#Menu1 li.current,
				#Menu1 li.section {

				}
				
				#Menu1 li a {
					
					font-size:1.1em;
					text-decoration:none;
					color:#000;
				}
					#Menu1 li a:hover {
						font-weight:bold;
					}
					#Menu1 li.current a,
					#Menu1 li.section a {
						color:#000;
						font-weight:bold;

					}

#ContentContainer {
	background:#fff;
	padding-top:20px;
	padding-bottom:20px;
	overflow: auto;
	float:left;
	width:575px;
	margin-left:30px;
	margin-right:20px;
}


#Menu2 {
	margin-left: 20px;
	width: 17em;
	float:left;
	background:#f0f0f0;
	border:1px solid #ddd;
	padding:10px 10px 10px 10px;
}
	#Menu2 li {
		padding-left:15px;
		background:url(../images/menu2_arrow.gif) no-repeat left center;
	}
	#Menu2 a {
		color:#333;
		font-weight:bold;
		font-size:1.1em;
		line-height:1.6em;
		text-decoration:none;
	}
	#Menu2 a:hover {
		text-decoration:underline;
	}
	#Menu2 li.current a,
	#Menu2 li.section a {
		color:#0083C8;
	}

#Content {
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	padding-top:10px;
	width: 575px;
}

div.breadcrumbs {
	margin-bottom:10px;
	font-size:1em;
	color:#666;
}
div.breadcrumbs a {
	text-decoration:none;
}

/** these styles controll the left hand suplimentary**/

#Suplimentary{
	float:right;
	width:265px;
	margin-right:20px;
	}
	
#twitter_div {
	background:url(../images/twit_mid.jpg) repeat-y;
	padding-top:0px;
	margin-top:-3px;
	padding-left:10px;
	padding-right:10px;
	}

#Footer {
	background:#015581;
	clear:both;
	text-align:right;
	padding-right:20px;
	border-top:0;
}
	#Footer span {
		color:#ccc;
		font-size:1.1em;
		line-height:2em;
		font-weight:bold;
		padding-left:20px;
		background:url(../images/ss_logo.gif) no-repeat;
	}
	#Footer a {
		color:#fff;
	}
		#Footer a:hover {
			text-decoration:none;
		}


/* The rest of this file is for the news styling */
#NewsList {
	background:#fff;
	padding-left:0px;
	margin-left:0px;
}

.rss{
	float:right;
	
	}

#NewsList li {
	margin: 0;
	list-style-type: none;
}
	#NewsList li.newsDateTitle span {
		color:#666;
		line-height:2em;
	}
	#NewsList li.newsDateTitle a {
		font-size:1.3em;
		font-weight:bold;
		color:#0083C8;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/treeicons/news-file.gif) no-repeat left center;
	}
		#NewsList li.newsDateTitle a:hover {
			border-bottom:1px dotted #0083C8;
		}
		
	#NewsList li.newsSummary {
		margin-bottom:15px;
		padding-bottom:5px;
		border-bottom:1px dotted #000;
	}
		#NewsList li.newsSummary span {
			font-size:1.1em;
			line-height:1.5em;
			color:#333;
		}
		#NewsList li.newsSummary a.readMoreLink {
			color:#0083C8;
			text-decoration:none;
		}
			#NewsList li.newsSummary a.readMoreLink:hover {
				border-bottom:1px dotted #0083C8;
			}

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}

div.pageComments {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}


#PageComments {
	list-style:none;
	background:#e9e9e9;
	border:1px solid #ccc;
	border-bottom:0;
	padding:0;
	margin:0;
}
	#PageComments li {
		list-style:none;
		padding:5px;
		margin:0;
		font-size:1em;
		border-bottom:1px dotted #bbb;
	}
		#PageComments li p span {
			font-style:italic;
		}
		#PageComments a.deletelink {
			font-weight:bold;
		}

			
#PageNumbers {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	background:#e9e9e9;
}
#PageNumbers * {
	padding:0 5px;
	line-height:1.5em;
}
#PageNumbers a {
	color:#0083C8;
	text-decoration:none;
}
	#PageNumbers a:hover {
		text-decoration:underline;
	}


/**footer sytles**/

 div#footer{
	width:890px;
	height:40px;
	background-color: #8d8d8d;
	margin-top:40px;
	padding-top:0px;
	margin-left:15px;
	margin-bottom:-15px;
	padding-bottom:0px;
}

 div#footer p{
	color: #fff;
	margin-top:12px;
}

 div#footer a{
	color: #fff;
	text-decoration:none;
}

 div#footer div#footer_contact{
	float:left;
	padding-left:10px;
}

 div#footer div#footer_contact a{
	font-weight:normal;
}

 div#footer div#footer_credit{
	float:right;
	padding-right:10px;
}

div#spacer{
	height:20px;
	}
	
div#clearit{
	clear:both;
	}
	
		

