/*__________________________________________

	Moses Singer (c) 2008
	Website by FuzzProductions.com
	
	
	
	THIS DOCUMENT IS FOR LAYOUT ONLY!!
	
		--Colors---------------------
			Red: #8e1000 
			Tan dark: #eec490
			Tan light: #f8dcb8
			Gry: #c2c0bd
			
		-----------------------------
	
____________________________________________*/

/*
=GLOBAL
*********************************************/
#center785 {
	width: 785px;
	margin: 30px auto 0 auto;
}

#logo {
	position: relative;
	width: 100%;
	height: 42px;
}

#header {
	float: left;
	width: 100%;
	height: 65px;
	background: url(../images/header_bg.jpg) repeat-y;
}
	#backToMs {
		float: right;
		width: 185px;
		height: 15px;
		margin: 50px 5px 0 0;
		text-align: right;
	}
	
	#backToMs a {
	 text-decoration: none;
	}

/*
=NAV
*********************************************/
#navWrapper {
	clear: both;
	position: relative;
	width: 100%;
	height: 20px;
	background: #f4f4f4;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
}

	#nav {
		display: inline;
		height: 20px;
	}
		#nav li {
			display: inline;
		}
		
		#nav li a {
			display: block;
			float: left;
			height: 13px;
			width: auto;
			padding: 5px 5px 0 5px;
			border-right: 1px solid #c5c5c5;
		}

#navGutter {
	position: relative;
	width: 100%;
	height: 20px;
	background: url(../images/nav_gutter.jpg) repeat-x;
}

/*********************************************
	CONTENT FOLLOWS THE FOLLOWING SYSTEM
	
	id="content" class="PAGE NAME"
	
*********************************************/

/*
=CONTENT
*********************************************/
#content {
	position: relative;
	width: 765px;
	padding: 15px 10px;
}

#content h1 {
	margin: 0 0 15px 0;
}
	
#content h2 {
	margin: 20px 0 5px 0;
}
	
#content p {
	margin: 0 0 12px 0;
	padding: 0;
	text-align: justify;
}


/*
=INDEX
*********************************************/
#content.index p {
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
}

/*
=TM
*********************************************/


/*
=DIVERSITY
*********************************************/
#content.diversity {
	height: 300px;	
}

/*
=PB
*********************************************/


/*
=POSITIONS
*********************************************/


/*
=NLPOSITIONS
*********************************************/
#content.nlpositions {
	height: 300px;	
}

/*
=FOOTER
*********************************************/
#footerGutter {
	position: relative;
	width: 100%;
	height: 17px;
	background: url(../images/footer_gutter.jpg) repeat-x;
}

#footerLinks {
	width: 630px;
	margin: auto;
	text-align: center;
	padding: 2px 0 0 0;
}

#footerLinks a {
	border-right: 1px solid #666666;
	padding: 0 5px 0 0;
	margin: 5px 0 0 0;
}
	#footerLinks a.lastLink {
		border: none;
	}







