/*
------------------------------------------------------------------------
RESET
------------------------------------------------------------------------
*/

p, h1, h2, h3, h4, h5, form{
	padding: 0 0;
	margin: 0 0;
}

img{
	border: none;	
}


/*
------------------------------------------------------------------------
STRUCTURE
------------------------------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #171717;
	color: #FFF;
	margin: 0;
	padding: 0;
	background-image: url(media/bodyback.png);
	background-position: top center;
	background-repeat: no-repeat;
}


#Container{
	width: 950px;
	height: 2000px;
	margin: 0px auto 0px auto;

}

#AboveHeader{
	width: 930px;
	height: auto;
	
	float: left;
}

#AboveHeaderLogo{
	float: left;
	margin: 40px 0px 40px 0px;
}

#Header{
	width: 930px;
	height: 70px;
	padding: 10px;
	float: left;
}

#Navigation{
	width: 930px;
	height: 50px;
	padding: 10px;
	float: left;
}

#LeaderLine{
	width: 910px;
	padding: 20px 20px 20px 20px;
	background-color: #000;
	border-top: solid 1px #666;
	float: left;
}

#ContentWrapper{
	width: 910px;
	height: auto;
	padding: 30px 20px 30px 20px;
	background-color: #FEFEFE;
	margin: 0px 0px 0px 0px;
	color:#333;
	font-size: 0.85em;
	float: left;
	background-image: url(media/ContentWrapperBack.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#ContentLeft{
	width: 440px;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

#ContentRight{
	width: 440px;
	height: auto;
	float: right;
	margin-bottom: 20px;
}

#ContentFooter{
	width: 930px;
	height: 20px;
	padding: 10px;
	background-color: #000;
	float: left;
}

#Footer{
	width: 930px;
	padding: 10px;
	height: 150px;
	background-color: #333;
	float: left;


}

.FolioDisplay{
	width: 438px;
	height: 128px;
	border: solid 1px #000000;
	margin-bottom: 10px;
	float: left;
	overflow: hidden;
}

.FolioDisplay:hover{
	border: solid 1px #999;
	display: block;
	opacity: 0.8;
}

.MS{
	float: right;
	margin: 60px 10px 0px 0px;
}

/*
------------------------------------------------------------------------
TEXT
------------------------------------------------------------------------
*/

#LeaderLine h1, #AboveHeader h1{
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

#LeaderLine h2{
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

#ContentLeft p, #ContentRight p{
	height: auto;
	line-height: 150%;
	font-size: 0.87em;
	margin-bottom: 15px;
}

#ContentWrapper h2{
	font-size: 1.1em;
	margin-bottom: 15px;
	font-weight: bold;
}

#ContentWrapper h3{
	font-size: 1em;

	font-weight: normal;
	text-transform: uppercase;
}


#ContentFooter h5{
	font-size: 0.8em;
	color: #666666;
	font-weight: normal;
}

address{
	text-decoration: none;
	font-size: 0.9em;
	font-style: normal;
	color: #666666;
}

ul{
	font-size: 0.85em;
	list-style: square;
	color: #390;
}
/*
------------------------------------------------------------------------
SEPARATORS // RULERS
------------------------------------------------------------------------
*/

.Ruler{
	width: 100%;

	clear: both;
	border-top: solid 1px #CCCCCC;
}

.RulerPlus{
	width: 100%;
	clear: both;
	border-top: solid 1px #CCCCCC;
	margin: 10px 0px 10px 0px;
}
.Clear{
	width: auto;
	height: auto;
	clear: both;
}


/*
------------------------------------------------------------------------
LINK STYLES
------------------------------------------------------------------------
*/

a:link{
	text-decoration: none;
	color:#333;
}

a:visited{
	text-decoration: none;
	color:#333;
}

a:hover{
	text-decoration: none;
	color: #999;
}

a:active{
	text-decoration: none;
	color:#333;
}