/*-------------------------------------------------------

	doc title: stylesheet
	filename: primary.css
	author: JBMoss - http://www.jbmoss.com
	developer: D Petrie
	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		: Arial, Helvetica, sans-serif;
}
h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin			: 1em 5%;
}
li, dd {
	margin-left		: 5%;
}
fieldset {
	padding			: .5em;
}

a {
	text-decoration	: none;
}

										/* ---------- 2. typography ---------- */ 

p {
	color			: #545557;
	text-align		: justify;
	font-size		: 0.95em;
}

p a {
	color			: #4186AD;
}
p a:hover {
	color			: #0C4563;
}

h2 {
	margin			: 0px;
	padding			: 0.6em 5%;
	color			: #4186AD;
	font-weight		: normal;
	font-size		: 2em;
}

h3 {
	color			: #545557;
	text-align		: justify;
	font-size		: 1.1em;
}
h4 {}
h5 {}



.con_title {
	color			: #0C4563;
	font-weight		: bold;
}

/* LOGO */
#hdr object {
	margin			: 0 0 0 20px;
	padding			: 0;
}	

.c_break {
	height			: 1px;
	border			: none;
	margin			: 0 5%;
	background		: #B7B7B7;
}


									/* ---------- 3. listography ---------- */ 
									
#cl {
	list-style		: square;
	color			: #0C4563;
}
#cl li a {
	font-weight		: bold;
	color			: #545557;
	font-size		: 0.95em;
}
#cl li a:hover {
	color			: #0C4563;
}										
									/* ---------- 4. base structure ---------- */ 

html {
}
body {
	font-size		: 80%;
}


#wrap {
	position		: relative;
	width			: 800px;
	margin			: 50px auto 0 auto;
}

#hdr {
	position		: relative;
	width			: 800px;
	padding			: 10px 0;
}
	#t_address {
		position			: relative;
		width				: 535px;
		float				: right;
		font-size			: 0.8em;
		text-align			: right;
		right				: 20px;
	}

#nav {
	position		: relative;
	width			: 800px;
	height			: 36px;
	background		: url(../images/nav_bg.jpg) no-repeat;
}

#content {
	position		: relative;
	width			: 800px;
	height			: 411px;
	background		: url(../images/content_bg.jpg) no-repeat;
}

		#left {
			position		: relative;
			float			: left;
			width			: 330px;
			height			: 313px;
			overflow		: auto;
			border-top		: 1px solid #ccc;
			border-bottom	: 1px solid #ccc;
			margin-left		: 40px;
		}
		#right {
			position		: relative;
			float			: left;
			width			: 330px;
			height			: 313px;
			margin-left		: 50px;
		}
		#right_cl {
			position		: relative;
			float			: left;
			width			: 330px;
			height			: 313px;
			margin-left		: 50px;
			background		: #F0F5F8;
			overflow		: auto;
		}
		



#ftr {
	position		: relative;
	width			: 800px;
	height			: 28px;
	background		: url(../images/footer_bg.jpg) no-repeat;
	line-height		: 25px;
	text-align		: center;
	color			: #fff;
	font-size		: 0.8em;
}
	#ftr a {
		color			: #fff;
	}
	#ftr a:hover {
		color			: #fff;
		text-decoration	: underline;
	}

										/* ---------- 5. navigation ---------- */ 
										

#nav {
	padding-left	: 50px;
	line-height		: 28px;
}

										
#nav a {
	display:block;
	float:left;
	border-left:1px solid #000;
	padding:0 15px;
	margin-top:3px;
	color:#fff;
}
#nav a:hover {
	background:url(../images/nav_hover.jpg) repeat;
}
#nav a.last {
	border-right:1px solid #000;
}

										/* ---------- 6. page specific structure ---------- */ 

										/* ---------- 7. images ---------- */ 
img.address {
		position			: relative;
		padding				: 0 28px;
		float				:right;
}
										/* ---------- 8. forms ---------- */
										
#right {
	color			: #0B3D5E;
	font-weight		: bold;
}
#right ol {
	margin-top:5px;
}								
#right label {
  	vertical-align	: top;
	
}										
#right fieldset li {
	list-style		: none;
	padding			: 3px 0 3px 0;	
	margin			: 0;
 }
#right input {
	border			: 1px solid #C6D7E7;
	padding			: 2px 1px;
	font-weight		: normal;
	font-size		: 0.9em;
	width			: 250px;
	background		: #F7FBFC;
}
#right textarea {
	border			: 1px solid #C6D7E7;
	padding			: 2px 1px;
	font-weight		: normal;
	font-size		: 0.9em;
	width			: 250px;
	background		: #F7FBFC;
	height:100px;
} 