/*-------------------------------------------------------

	doc title: stylesheet
	filename: primary.css
	author: JBMoss - http://www.jbmoss.com
	date: 04/06/08
	
	-----------------------
	
	1. master reset
	2. typography
	3. listography
	4. base structure
	5. navigation
	6. page specific structure
	7. images
	8. forms
	
	
-------------------------------------------------------*/


										/* ---------- 1. master reset ---------- */ 

* {
	padding			: 0;
	margin			: 0;
	border			: 0px solid red;
	font-family		: Tahoma, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, table {
	margin			: 1em 5%;
}
li, dd {
	margin-left		: 5%;
}
fieldset {
	padding			: .5em;
}

a {
	text-decoration	: none;
}

										/* ---------- 2. typography ---------- */ 
h1 { font-family: Tahoma, Helvetica, sans-serif; font-size: 13px; color: #636365;}
h2 { font-family: Tahoma, Helvetica, sans-serif; font-size: 12px; color: #00696F;}
.h2 { font-family: Tahoma, Helvetica, sans-serif; font-size: 12px; color: #00696F; font-weight:bold;} 
h3 { font-family: Tahoma, Helvetica, sans-serif; font-size: 12px; color: #636365;}
p { font-family: Tahoma, Helvetica, sans-serif; font-size: 12px; color: #636365;}
.contentheading { font-family: Tahoma, Helvetica, sans-serif; font-size: 13px; color: #636365; font-weight:bold;}
.componentheading { font-family: Tahoma, Helvetica, sans-serif; font-size: 13px; color: #636365; font-weight:bold;}
.article_seperator { }
p a:link, a:visited, a:hover {font-family: Tahoma, Helvetica, sans-serif; font-size: 12px; color: #00696F;} 
.uc_st { font-family: Tahoma, Helvetica, sans-serif; font-size: 9px; color: #red;}
reen_p {font-family: Tahoma, Helvetica, sans-serif; font-size: 12px; color: #00696F;}
.p { font-family: Tahoma, Helvetica, sans-serif; font-size: 12px; color: #636365;}


										/* ---------- 3. listography ---------- */ 
									
										/* ---------- 4. base structure ---------- */ 

html {
}
body {
	font-size		: 80%;
	background		: #C4CEC6;
}


#wrap {
	position		: relative;
	width			: 800px;
	margin			: 10px auto 0 auto;
}

#header {
	position:relative;
	width:800px;
	height:182px;
	background:url(../images/mbb_topimg.jpg) no-repeat;
}
#nav {
	position:relative;
	width:800px;
	background:#9DC9BA;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#0A6965;
	font-family		: Tahoma, Helvetica, sans-serif;
}
	#nav a {
		color:#0A6965;
		font-size:0.9em;
		font-family		: Tahoma, Helvetica, sans-serif;
	}
	#nav a:hover {
		text-decoration:underline;
		font-family		: Tahoma, Helvetica, sans-serif;
	}

#content {
	position:relative;
	width:780px;
	background:#fff;
	padding:10px 10px 10px 10px;
	min-height:300px;
}
#footer {
	position:relative;
	width:800px;
	text-align:center;
	font-size:0.85em;
	color:#40413C;
	padding-top:10px;
}
	#footer a {
		color:#40413C;
	}
	#footer a:hover {
		text-decoration:underline;
	}
#clr {
	clear:both;
}
										/* ---------- 5. navigation ---------- */ 
										

										/* ---------- 6. page specific structure ---------- */ 

										/* ---------- 7. images ---------- */ 

										/* ---------- 8. forms ---------- */
										
.formbox {
	width:200px;
	border:1px solid #40413C;
	padding:1px;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
}
.submit {
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #40413C;
	background:#0A6965;
	color:#fff;
}
.form_t {
	color:#40413C;
	font-family:Arial, Helvetica, sans-serif;
}
