/* Global Resetting */

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

/* Layout CSS */



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



/* The rest of this file is for the second tutorial */


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

	MY NEW CSS STYLES FOR THE SITE
	
*************************************
************************************/
html{	
	width: 100%;
	height: 100%;
	background-color:#272727;
}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;

	/* reset font-sizes to 1em == 10px */
}

.clear{
	clear:both;
	height:1px;
}

#Main {
	margin:0px auto;
	width:75%;
	min-width:830px;
}

#Header {
	background:url(../images/headerStrip.jpg) repeat-x;
	clear:left;
	margin:0px;
	height: 150px;
}


#Header img{
	margin:0px;
}

#menu{
	margin:0px;
	width: 100%;
	background-color: #000;
	background-image: url(../images/menuBack.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom:10px;
}

#Menu1 {
	padding:0px 0px 10px 20px;
	margin: 0px;
}
	#Menu1 li {
		float:left;
		margin-left:0px;
	}
		#Menu1 li.current,
		#Menu1 li.section {
			color: #A0121E;
		}
		#Menu1 li a {
			display:block;
			color:#fff;
			font-weight:bold;
			font-size:1.1em;
			text-decoration:none;
			padding:5px 15px 5px 0px;
		}
			#Menu1 li a:hover {
				color:#A0121E;
			}
			#Menu1 li.current a,
			#Menu1 li.section a {
				color:#A0121E;
			}

#Menu2 {
	clear:both;
	padding:0px 0px 10px 20px;
	margin: 0px;
}
	#Menu2 li {
		float:left;
		padding-left:15px;
		margin: 0px 20px 0px 0px;
		
	}
	#Menu2 a {
		color:#ccc;
		font-weight:bold;
		font-size:1.1em;
		line-height:1.6em;
		text-decoration:none;
		
	}
	#Menu2 a:hover {
		color:#A0121E;
	}
	
	#Menu2 li.current a,
	#Menu2 li.section a {
		color:#A0121E;
	}

#Content {
	float: left;
	margin: 0px 20px;
	width:62%;
	padding-top:20px;
	padding-bottom:20px;
}

#Flash {
	float: left;
	width:120%;
margin: -20px -20px 20px;	
}

#ContentContainer {
	clear:left;
	background:#f5f5f5;
	overflow: auto;
}

.column {
	float : right;
	position : relative;
	width:29.1%;
	background:#f5f5f5;
	padding:2%;
}

#rightColumn .box {
   margin      : 0 10px 10px 10px;
   padding     : 10px;
   border      : 1px solid #ccc;
   background  : #fff;
   font-size   : 0.9em;
   line-height : 1.6em;
}
	


#Footer {
	clear:both;
	text-align:right;
	padding:10px 25px ;
	height: 20px;
	color:#FFF;
	font-size: 0.9em;
	background-color: #000;
	background-image: url(../images/footerBack.png);
	background-repeat: repeat-x;
	background-position: top;
}

	#Footer a:link, #Footer a:visited {
	color:#fff;
	text-decoration:none;
	border-right: 1px solid #FFF;
	padding: 0px 5px 0px 0px;
	}
	#Footer a:hover {
			text-decoration:none;
			color: #E1192A;
	}
	#Footer li{
		float:left;
		padding: 5px 5px 5px 0px;
	}
	
	#lowerLinks {
		height: auto;
		width: auto;
		float: left;
		position: relative;
		padding-bottom: 0px;
	}

	#copy {
		height: auto;
		width: auto;
		float: right;
		text-align: right;
		margin: 0px;
		color: #FFF;
	}
	


#NewsList li{
	margin: 0;
	list-style: url(none) none;
}
	#NewsList li.newsDateTitle {
	color:#666;
	font-weight: bold;

	}
	#NewsList li.newsDateTitle a {
		font-size:1.1em;
		font-weight:bold;
		color:#A0121E;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/treeicons/news-file.gif) no-repeat left center;

	}
	
	#NewsList li.newsDateTitle a:hover {
	color:#666;
	text-decoration:none;
	}
		
	#NewsList li.newsSummary {
		margin-bottom:20px;
	}
		#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;
}

/*portfolio page */

#portfolioMenu div {
	width:185px;
	float:left;
	margin:0 5px;
	text-align:center;
	font-size:90%;

}


/* Gallery Pages */

.GalleryPic{
	float:left;
	margin: 0px 10px 10px 0px;
}

a:link.whiteHover, a:visited.whiteHover{
	color:#A0121E;
	text-decoration:none;
}
a:hover.whiteHover{
	color:#999;
}
