/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background: rgb(24,56,132) url(../images/cliparts.gif) repeat-y left 40px;
	/* background:url(../images/body_bg.gif) repeat; */
}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
  /* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
   font-family: Verdana, arial, sans-serif;
	list-style:none;
}
a img{
	border:0;
}
a, a:visited {
	text-decoration:  none;
	font-weight: bold;
	border: none;
	color:#183884;
}
a:hover {
   text-decoration:  underline; 
	border: none;
	color:#CCCCCC;
}

.clear{
	clear:both;
}

h1 {
	color: #183884;
	border-bottom:1px solid #183884;
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Layout CSS */
#Main {
	margin: auto;
	width:770px;
   background: transparent url(../images/back_all.gif) repeat-y 0px 140px;
   margin-bottom: 20px;
}

#Top {
	background: rgb(24,56,132) none;
	height: 30px;
	width: 100%;
}

#Topmenu {
	float:right;
	height:20px;
	width:600px;
}

#Topmenu ul {
   float: right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	white-space:nowrap;
}

#Topmenu li {
	background:transparent url(../images/headmenu_left.gif) no-repeat scroll left bottom;
	float:left;
	font-size:10px;
	height:20px;
	line-height:20px;
	margin:0 1px 0 0;
	white-space:nowrap;
	width:auto !important;
}

#Topmenu li a {
	background:transparent url(../images/headmenu_right.gif) no-repeat scroll right bottom;
	color:#CCCCCC;
	display:block;
	font-weight:normal;
	height:20px;
	margin-left:5px;
	padding-left:5px;
	padding-right:10px;
	text-decoration:none;
	white-space:nowrap;
}

#Topmenu li:hover, #Topmenu li.sfhover {
	background: url(../images/headmenu_left_hover.gif) bottom left no-repeat;
}

#Topmenu li:hover a, #Topmenu li.sfhover a{
	background: url(../images/headmenu_right_hover.gif) bottom right no-repeat;
}

#search {
	background:transparent url(../images/back_search.jpg) no-repeat scroll right top;
	float:right;
	height:28px;
	margin:0;
	padding:2px 0 0 10px;
	vertical-align:top;
	width:148px;
}

#SearchForm_SearchForm fieldset {
	margin:0;
	padding:0;
	border:0;
}

#SearchForm_SearchForm_Search {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	font-size:10px;
	height:18px;
	line-height:14px;
	margin:0;
	padding:0;
	width:100px;
}

#SearchForm_SearchForm_action_results {
   visibility:hidden;	
}

#Header {
   background: #183884 none;
}
	
#Menu1 {
	padding:10px 50px 0;
}
	#Menu1 li {
		float:left;
		margin-left:2px;
		background:url(../images/menu1_right.gif) no-repeat right top;
	}
		#Menu1 li.current,
		#Menu1 li.section {
			background:url(../images/menu1_right_on.gif) no-repeat right top;
		}
		#Menu1 li a {
			display:block;
			color:#fff;
			font-weight:bold;
			font-size:1.1em;
			text-decoration:none;
			padding:5px 15px;
			background:url(../images/menu1_left.gif) no-repeat left top;
		}
			#Menu1 li a:hover {
				color:#d2ebff;
			}
			#Menu1 li.current a,
			#Menu1 li.section a {
				background:url(../images/menu1_left_on.gif) no-repeat left top;
				color:#d2ebff;
			}

/* Container with frame --------------------------------------------------------*/
#Container {
   width:850px;
	overflow: auto;
	/*margin-top: -3px;*/
	margin-bottom: 20px;
       padding-top: 6px;
   background: transparent url(../images/content-top.jpg) top left no-repeat;
}
#Banner {
	text-align: center;
}

/* Left Column for Menu -------------------------------------------------------*/
#LeftCol {
   float: left;
	width: 152px;
	background: transparent url(../images/module_middle.jpg) left repeat-y;
	margin-bottom: 10px;
	margin-top: 10px;
}
#LeftCol div {
	width: 152px;
	background: transparent url(../images/module_top.jpg) top left no-repeat;
}
#LeftCol div div  {
	width: 152px;
	background: transparent url(../images/module_bottom.jpg)  bottom left no-repeat;
}
#LeftCol div div div {
	background:transparent none repeat scroll 0 0;
	font-size:10px;
	padding:10px 10px 10px 5px;
	width:137px;
}
#LeftMenu  {
	font-size: 11px;
	padding-left: 4px;
	width: 143px;
	display: block;
	line-height: 26px;
	margin-bottom: 2px;
	text-decoration: none;
	/* font-weight: normal; */
	font-weight:bold;
	border-right: 4px solid #CACACA;
	voice-family:"\"}\""; /* Box Model fix */
	voice-family:inherit;
	width: 136px;
}

#LeftMenu a {
	padding-left: 4px;
	display: block;
	line-height: 26px;
	margin-bottom: 2px;
	text-decoration: none;
	font-weight:bold;
/*	border-right: 4px solid #CACACA;*/
	voice-family:"\"}\""; /* Box Model fix */
	voice-family:inherit;
	width: 133px;
}

#LeftMenu li.current a, 
#LeftMenu a:hover {
	border-right:4px solid #183884;
	background:#F1F1F1 none repeat scroll 0 0;
	text-decoration:none;
	color:#183884;
}

/* Main Column with content -------------------------------------------------------*/
#TopBanner {
   margin-top:  5px;
	margin-left: 15px;
}
#TopBanner img {
	margin-left: 4px;
}

#MainCol {
	float: left;
/*	font-size: 1.1em; */ 
	margin-top: 10px;
	margin-left:0 !important;
	margin-bottom: 30px;
	padding-left: 10px;
	width:492px !important;
}

#Content {
	font-size: 1.2em;
}

/* Right column with Google ------------------------------------------------------*/
#RightCol {
   float: right;
   position: relative;
   margin-right: 4px;
   margin-top: 10px;
	width: 177px;
	background: transparent url(../images/module_middle_wide.png) left repeat-y;
	margin-bottom: 10px;}
#RightCol div {
	width: 177px;
	background: transparent url(../images/module_top_wide.png) top left no-repeat;
}
#RightCol div div {
	width: 177px;
	background: transparent url(../images/module_bottom_wide.png)  bottom left no-repeat;
}
#RightCol div div div {
	width: 162px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 10px;
	background: transparent;
	padding-bottom: 10px;
	font-size: 10px;
}

#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;
	}

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

#Footer {
	background: transparent url(../images/footer.jpg) no-repeat;
	clear:both;
	text-align:center;
	padding-right:20px;
}
	#Footer span {
		color:#aaa;
		font-size:1.1em;
		line-height:2em;
		font-weight:bold;
	}
	#Footer a {
		color:#666;
	}
		#Footer a:hover {
			text-decoration:none;
		}

#DateList {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:2px;
	margin:30px 0px 0px 0px;
	cell-spacing: 2px;
	width: 492px; 
}
#DateList th {
   text-align: left;
}

/* The rest of this file is for the second tutorial */
#AddressList {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
	margin-top:20px;
}

#AddressList li {
	margin: 0;
	list-style-type: none;
}
	#AddressList li.newsDateTitle span {
		color:#666;
		line-height:1.7em;
	}
	#AddressList li.AddressItem a {
		/*font-size:1.1em;*/
		font-weight:bold;
		color:#0083C8;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/treeicons/news-file.gif) no-repeat left center;
	}
		#AddressList li.AddressItem a:hover {
			border-bottom:1px dotted #0083C8;
		}
		
 	#AddressList span.AddressInfo {
 		color:#999;
 		margin-left: 20px;
 		font-size: 0.8em;
 		font-weight: normal;
  	}
 	
.Address {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
	margin-top:30px;
	margin-bottom:30px;
}
	.Address #Prev {
		float: left;
		text-align: left;
		left: 10px;
	}
	.Address #Next {
			right: 10px;
       	text-align: right;
		}
	.Address a {
		text-decoration: none;
	}

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;
	}

#Header form {
	float:right;
	width:160px;
	margin:25px 25px 0px 25px;
}
	#Header form * {
		display:inline !important;
	}
	#Header form div {
	}
	#Header form input.text {
		width:110px;
		color:#000;
		background:#f0f0f0;
		border:1px solid #aaa;
		padding:3px;
	}
	#Header form input.action {
		font-weight:bold;
	}

.searchResults h2 {
	font-size:2.2em;
	font-weight:normal;
	color:#0083C8;
	margin-bottom:15px;
}
.searchResults p.searchQuery {
	color:#333;
	margin-bottom:10px;
}

.searchResults ul#SearchResults li {
	margin-bottom:20px;
}
	ul#SearchResults p {
		font-size:1.1em;
		font-weight:normal;
		line-height:2em;
		color:#333;
	}
	ul#SearchResults a.searchResultHeader {
		font-size:1.3em;
		font-weight:bold;
		color:#0083C8;
		text-decoration:none;
		margin:20px 0 8px 0;
		padding-left:20px;
		background:url(../images/treeicons/search-file.gif) no-repeat left center;
	}
		ul#SearchResults a {
			text-decoration:none;
			color:#0083C8;
		}
		ul#SearchResults a:hover {
		border-bottom:1px dotted #0083C8;
		}
