/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-size: 77.5%;
	line-height: 1.3em;
	background-image:assets/Uploads/backg.jpg;
	background-attachment:fixed;
	background-repeat:no-repeat;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family: Georgia, serif;
	font-style:italic;
	list-style:none;
}
a img{
	border:0;
}

img {

}

.clear{
	clear:both;
}

/* Layout CSS */
#Main {
	margin-left:237px;
	margin-top:50px;
}



#Header {
float:left;
padding-bottom:110px;
width:524px;

}
	#Header h1 {
		font-size:1.5em;
		line-height:4.5em;
		padding-left:20px;
	}
		#Menu {
			padding: 0;
			font-size:9em;
		}
		
			#Menu li {
			
			}
				#Menu li.current,
				#Menu li.section {
					
				}
				#Menu li a {
					display:block;
					text-decoration:none;
					color:#000;
				}
					#Menu li a:hover {
						background-color:#FFFFFF;
					}
					#Menu li.current a,
					#Menu li.section a {
						
					}

#Menu1 {
			padding: 0;
			margin-top:130px;
			width:200px;
			font-size:0.9em;
			background-color:#CCCCCC;
			
		}
		
			#Menu1 li {
			margin-top:-6px;
			}
				#Menu1 li.current,
				#Menu1 li.section {
					background-color:#666666;
						color:#FFFFFF;
				}
				#Menu1 li a {
					display:block;
					text-decoration:none;
					color:#000;
				}
					#Menu1 li a:hover {
						background-color:#666666;
						color:#FFFFFF;
					}
					#Menu1 li.current a,
					#Menu1 li.section a {
						background-color:#666666;
						color:#FFFFFF;
					}

#reallymen {
	margin-left: 300px;
}

#ContentContainer {
	padding-bottom:20px;
	width:524px;
}

#Banner {
	text-align: center;
}

#Menu2 {
	margin-top:50px;
}
	#Menu2 li {
	margin-top:-12px;
	}
	#Menu2 a {
		
		text-decoration:none;
		
	}
	#Menu2 li a:hover {
	text-decoration:underline;
	color:#000000;
	background-color:#FFFFFF;
	
	
	}
	
	#Menu2 li.current a,
	#Menu2 li.section a {
	text-decoration:underline;
	color:#000000;
	background-color:#FFFFFF;
	}
	
	
	#Menu3 {
	
}
	#Menu3 li {
	margin-top:-14px;
	}
	#Menu3 a {
		
		text-decoration:none;
		
	}
	#Menu3 li a:hover {
	text-decoration:underline;
	color:#000000;
	background-color:#FFFFFF;
	}
	
	#Menu3 li.current a,
	#Menu3 li.section a {
	text-decoration:underline;
	color:#000000;
	background-color:#FFFFFF;
	}

#Content {
	margin-bottom:30px;
	

}

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

#Footer {
	clear:both;
	text-align:left;
	font-size:0.9em;
	margin-bottom:30px;
}
	#Footer span {
		padding-left:20px;
	}
	#Footer a {
	font-size:0.9em;
	color:#000000;
	text-decoration:none;
		}
		#Footer a:hover {
			text-decoration:underline;
		}
		#Footer a:visited {
			text-decoration:none;
		}

#NewsList
 {
	width:630px;
	margin-bottom:30px;
}

#NewsList li,
#StaffList li {
	 	float:left;
		width:200px;
		height:200px;
		padding-right:5px;
		margin: 0;
		list-style-type: none;
}


/* The rest of this file is for the second tutorial 
#NewsList,
#StaffList {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#NewsList li,
#StaffList 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: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;
}
*/

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


/*
#StaffList .staffname { 
	clear: both;
	padding-left: 60px;
	height: 1.2em;
}

#StaffList .staffphoto {
	float: left;
	margin-left: 3px;
	margin-top: -1.2em;
}     
#StaffList .staffphoto img {
	border:1px solid #AAA;
}

#StaffList .staffdescription {
	margin-left: 60px;
	margin-bottom:30px;
}

#StaffPhoto {
	float: left;
	margin-right: 10px;
}

#StaffPhoto img {
	border:1px solid #AAA;
}

*/
#PageComments {
	list-style:none;
	border:1px solid #ccc;
	border-bottom:0;
	padding:0;
	margin:0;
	background-color:#ffff00;
}
	#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 {
		}

#Workholder {
float:left;
}


#Imgholder {
margin-bottom:5px;
}


#appLayer {
position:absolute;
top:200px;
left:400px;
}

#men {
width:200px;
height:60px;
position:absolute;
top:50px;
left:860px;
background-image:assets/Uploads/really_button_1.jpg;
background-repeat:no-repeat;

}
			#men a {
					
				}
					#men a:hover {
					background-image:assets/Uploads/really_button_2.jpg;
					background-repeat:no-repeat;
					}
					
					#men .current a,
					#men .section a {
					background-image:assets/Uploads/really_button_2.jpg;
					background-repeat:no-repeat;	
					}
					

#right{
margin-top:40px;

}

embed {
margin-top:10px;
margin-bottom:5px;
}

address {
font-style:italic;
font-size:0.7em;
}
	
/*		
#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;
	}

		

*/