/*-------------------------------------------------------

	doc title: stylesheet
	filename: primary.css
	author: JBMoss Ltd - http://www.jbmoss.com
	date: 05/11/2008
	
	-----------------------
	
	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;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin			: 1em 4%;
}

li, dd {
	margin-left		: 5%;
}
fieldset {
	padding			: .5em;
}

a {
	text-decoration	: none;
	outline			: none;
	
}

										/* ---------- 2. typography ---------- */ 

p {font-size:1em;line-height:1.4em;}
p a {color:#285A75;text-decoration:underline;}

h1 {}
h2 {}
h3 {}
h4 {font-family:"Times New Roman", Times, serif;font-size:1.8em;}
h5 {font-family:"Times New Roman", Times, serif;font-size:1.4em;}


.c_bl {
	color:#000;
	font-size:0.6em;
}

.book {
	font-weight:bold;
}
.book a {
	color:#285A75;
	text-decoration:underline;
}

.cp {
	height:1px;
	border:none;
	background:#ccc;
	width:95%;
	margin:0 auto;
}

.sl_ui {
	color:#285A75;
	text-decoration:underline;
	font-size:0.85em;
	font-weight:bold;
}

										/* ---------- 3. listography ---------- */ 
										
li  {
	margin-top:2px;
	margin-bottom:2px;
}										
										/* ---------- 4. base structure ---------- */ 

html {
}
body {
	font-size		: 80%;
	font-family		: Verdana, Helvetica, sans-serif;
	background		: url(../images/stonewash_cottage_wall.jpg) repeat;
}


#wrap {
	position		: relative;
	width			: 750px;
	margin			: 10px auto 20px auto;
	border			: 1px solid #285A75;
	background		: #fff;
}



#header {
	position		: relative;
	width			: 750px;
	background		: #F2F5F9;
}
	#hdr_add {
		position:absolute;
		top:15px;
		right:20px;
		color:#597B93;
	}
	#hdr_add a {
		color:#597B93;
		font-weight:bold;
	}
	#hdr_lg {
		position:absolute;
		top:25px;
		left:100px;
		color:#285A75;
		font-size:2.7em;
		font-family:"Times New Roman", Times, serif;
		font-weight:bold;
		text-align:center;
	}
	
	
	
	
	
#nav {
	position		: relative;
	width			: 750px;
	height			: 24px;
	background		: #6E90A7;
	border-top		: 1px solid #285A75;
	border-bottom	: 1px solid #285A75;
}
#banner {
	position		: relative;
	width			: 750px;
	height			: 181px;
}
#tag {
	position		: relative;
	width			: 750px;
	background		: #597B93;
	height			: 35px;
	color			: #fff;
	font-weight		: bold;
	text-align		: center;
	padding-top		: 5px;
}




#main {
	position		: relative;
	width			: 750px;
}


	/* For pages with 2 columns */
	#a_side {
		position:relative;
		float:left;
		width:430px;
	}
	#b_side {
		position:relative;
		float:right;
		width:310px;
		padding-top:20px;
	}
	
		#bs_hld {
			position:relative;
			padding:5px 5px 10px 5px;
			border-bottom:1px solid #ccc;
			width:310px;
			margin:5px 0;
		}
			#bs_im {
				position:relative;
				float:left;
				width:130px;
			}
				#bs_im img {
					border:2px solid #ccc;
				}
				
			#bs_tx {
				position:relative;
				float:right;
				width:155px;
				padding:10px;
				color:#285A75;
			}
			#bs_tx a {
				font-weight:bold;
				font-size:1.2em;
				text-decoration:underline;
				color:#285A75;
			}
			#bs_three {
				position:relative;
				width:310px;
				padding:5px 5px 10px 5px;
				font-size:0.8em;
				color:#285A75;
				font-weight:bold;
				text-align:center;
			}	
				#bs_three a {
					color:#285A75;
					text-decoration:underline;
				}
				
				#bs_three img {
					border:2px solid #ccc;
					margin:1px 3px;
				}
			#bs_tst {
				position:relative;
				width:310px;
				padding:5px 5px 10px 5px;
				font-size:1em;
				color:#285A75;
				font-weight:bold;
				text-align:center;
				margin:20px 0;
			}
				#bs_tst a {
					color:#285A75;
					text-decoration:underline;
				}
	
	
	
	
	/* For pages with a single column */
	#c_side {}
	
	
	
	
#footer {
	position		: relative;
	width			: 750px;
	border-top		: 1px solid #808080;
	color:#999966;
	text-align:center;
	font-weight:bold;
	font-size:0.8em;
	line-height:45px;
}
#footer a {
	color:#285A75;
}
#footer a:hover {
	color:#000;
}






										/* ---------- 5. navigation ---------- */ 
										
#nav {
	color:#fff;
	line-height:24px;
	font-weight:bold;
	text-align:center;
	font-size:0.9em;
}
#nav a {
	color:#fff;
	padding:0 1px;
}
#nav a:hover {color:#285A75;}
										


										/* ---------- 6. page specific structure ---------- */ 

#ph_holder {
	width:706px;
	margin:0 auto;
}									
.ph {
	position:relative;
	width:330px;
	float:left;
	margin:5px;
	text-align:center;
	font-weight:bold;
	color:#626242;
}
										

										/* ---------- 7. images ---------- */ 
										

										/* ---------- 8. forms ---------- */ 