
/* ---------------------------------------------------------------------------------------------------------

BeMen Foundation
http://www.bemen.org/

Design + Code + Database Structure + Interactivity + Management: 

Thomas Bright and Tony Scialdone
http://www.dotcomonomics.com/

--------------------------------------------------------------------------------------------------------- */

/* Universal Declarations */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
body * { position: relative; }
html { background : url(null) fixed no-repeat; } 			/* this fixes an IE problem. Scrolling some pages causes corruption in the rendering. */
:focus { outline: 0; background: #ddd; }					/* remember to define focus styles! */
table { border-collapse: collapse; border-spacing: 0; } 		/* tables still need cellspacing="0" in the markup */



/* Block Level Elements */

html {
	height: 100%;
	background: #000; }

body { 
	margin: 0;
	padding: 0 0 77px 0;
	background: #000 url(../images/bgbody.jpg) no-repeat center top; 
	font-size: 100.01%; }

#wrap { 
	top: 28px;
	margin: 0 auto 77px auto;
	width: 960px; 
	font: 0.8em/1.6em verdana, arial, sans-serif; 
	color: #ddd; }
	
#header { 
	height: 372px; 
	background: url(../images/bg_header.jpg) no-repeat center top; }
	
#contentwrap { 
	float: left; 
	padding: 7px 0 49px 0; }
	
#primary { 
	float: left;
	width: 500px; }
	
#secondary {  
	float: right;
	padding-top: 21px;
	width: 425px; }
	
#footer {
	clear: both; 
	margin: 77px 0 77px 0;
	padding: 0;
	width: 100%;
	height: 400px;
	background: url(../images/bg_footer.gif) repeat-x center top; }
	
	
/* Nav Styles */

#topnav { 
	margin: 0;
	width: 100%;
	height: 49px;
	background: #161616 url(../images/bg_topnav.jpg) repeat-x left top; 
	text-align: right; 
	border-bottom: 1px solid #2b2b2b; }
	
#topnav ul { 
	margin: 0 auto;
	width: 960px; }

#topnav li {
	list-style-type: none;
	display: block;
	display: inline; 
	padding-right: 28px; }
#topnav a:link,
#topnav a:visited,
#topnav a:active { 
	text-decoration: none;
	font: bold 90%/45px verdana, arial, sans-serif;
	color: #c6c6c6; 
	text-transform: uppercase; 
	letter-spacing: -1px; }
#topnav a:hover { color: #fff; }


a:link,
a:visited,
a:active {
	text-decoration: underline;
	font-size: 100%;
	color: #00afff; }
a:hover { 
	text-decoration: none;
	color: #fff; }
	

	
/* Headlines */

h1 { 
	margin: 0px 0 0 14px;
	font: normal 218%/1.5em arial, sans-serif; 
	color: #ddd;
	letter-spacing: -1px; }

h2 { 
	margin: 14px 0 0 21px; 
	font: normal 164%/1.5em arial, sans-serif; 
	color: #ddd; }

h3 { 
	margin: 14px 0 0 21px;
	font: bold 145%/1.5em arial, sans-serif;  
	color: #ddd;
	letter-spacing: -1px;	}
	
h4 { 
	margin: 14px 0 0 21px;
	font: bold 136%/1.5em arial, sans-serif;  
	color: #ddd;
	letter-spacing: -1px;	}
	
h5 { 
	margin: 14px 0 0 21px;
	font: bold 136%/1.5em arial, sans-serif;  
	color: #ddd;
	letter-spacing: -1px; }
	
h1+p, h1+ul, h1+ol, h1+dl,
h2+p, h2+ul, h2+ol, h2+dl,
h3+p, h3+ul, h3+ol, h3+dl,
h4+p, h4+ul, h4+ol, h4+dl,
h5+p, h5+ul, h5+ol, h5+dl { margin-top: 4px; }
	
	
	
/* Paragraphs */	
	
p { 
	margin: 21px 14px 0 14px;
	line-height: 1.6em; 
	text-align: justify; }
	
#footer p {
	top: 380px; 
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #666; 
	text-align: center; }
	
p#dco a {
	display: block;
	margin: 49px auto;
	width: 177px;
	height: 32px;
	background: url(../images/dco.gif) no-repeat left top; }


	
/* Unordered Lists */	

ul { 
	list-style-position: inside; 
	margin: 14px 28px 0 42px; }
	
ul li { text-align: justify; }



/* Ordered Lists */	

ol { 
	list-style-position: outside; 
	margin: 14px 28px 0 42px; }

ol li { text-align: justify; }



/* Definition Lists */	
	
dl { 
	list-style-position: inside; 
	margin: 14px 28px 0 42px; }

dt { 
	font-weight: bold; 
	font-size: 118%; }

dd { 
	margin-left: 14px; }



/* Images */


.pic {
	display: block;
	margin: 14px auto;
	padding: 4px;
	background: #fff;
	border: 1px solid #000; }
	
object, embed {
	display: block;
	margin: 21px auto; }
	
/* Blockquotes */	

blockquote { 
	margin: 21px 21px 0 21px; 
	border-top: 1px solid #666; border-bottom: 1px solid #666; }
	
blockquote p { 
	margin: 0;
	padding: 14px; 
	background: url(../images/quotes.gif) no-repeat 5px 10px;
	font-weight: bold; 
	color: #ddd; }
	
blockquote cite {
	display: block;
	font: normal normal normal 90%/1.5em verdana, arial, sans-serif; 
	text-align: right; }

	
/* Forms */		
	
/* Forms */

form {
	margin: 21px 21px 21px 77px; }

label {
	clear: both;
	display: block;
	margin: 0;
	font-weight: bold;
	color: #00afff;
	text-transform: uppercase; }

input {
	display: block;
	margin: 0 0 14px 0;
	padding: 4px;
	width: 200px;
	background: #fff;
	font: normal 188%/1.3em tahoma, verdana, arial, sans-serif;
	color: #2b2b2b;
	border: 1px solid #c2c2c2; }	
	
input:focus, textarea:focus { background: yellow; }
	
input[type $='hidden'] { display: none; }

textarea {
	clear: both;
	display: block;
	overflow: auto;
	margin: 0 0 7px 0;
	padding: 4px 4px 0 4px;
	width: 400px;
	height: 100px;
	background: #fff;
	font: normal 188%/1.3em tahoma, verdana, arial, sans-serif;
	color: #2b2b2b;
	border: 1px solid #c2c2c2; }

select {
	margin: 7px 0 7px 0;
	background: #fff;
	border: 1px solid #c2c2c2; }

input.button {
	clear: both;
	display: block;
	margin: 14px 0 0 0;
	padding: 4px 11px;
	width: auto;
	background: #00afff;
	font-weight: bold;
	font-size: 136%; 
	color: #000;
	text-align: center;
	text-transform: uppercase; }
	

	
	
/* Tables */	

table {    
	table-layout: fixed;    
	width: 100%;    
	overflow: hidden; }


/* Classes and Stuff */

.bold { font-weight: bold; }

.right { text-align: right; }
.left { text-align: left; }
.center {
	display: block;
	margin: 0 auto;
	text-align: center; }

.red { color: #f00; }	
	
em { font-variant: italic; }
	
	
	