/*-------------------------------------------------------

	doc title: stylesheet
	filename: primary.css
	author: JBMoss Ltd - http://www.jbmoss.com
	developer: JBMoss Ltd - DPETRIE
	date: 14/01/2009
	
	-----------------------
	
	1. master reset
	2. typography
	3. listography
	4. base structure
	5. navigation
	6. page specific structure
	7. images
	8. tables
	9. 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, table {
	margin			: 1em 7%;
}
li, dd {
	margin-left		: 5%;
}
fieldset {
	padding			: .5em;
}

a {
	text-decoration	: none;
	outline			: none;
	
}

.clr {
	clear:both;
	height:0;
	width:0;
	padding:0;
	margin:0;
}

* { behavior: url(iepngfix.htc) }

										/* ---------- 2. typography ---------- */ 

p {
	color:#fff;
}
	p a {
		color:#fff;
	}
	p a:hover {
		text-decoration:underline;		
	}
	
h1 {}
	h1 a {}
	h1 a:hover {}
	
h2 {}
	h2 a {}
	h2 a:hover {}
	
h3 {}
	h3 a {}
	h3 a:hover {}
	
h4 {
	display:block;
	width:480px;
	margin:0.6em 20px;
	background:#fff;
	border-left:13px solid #772B32;
	padding:4px;
	color:#A11E22;
	text-transform:uppercase;
}
	h4 a {}
	h4 a:hover {}

h5 {
	display:block;
	width:480px;
	margin:0.6em 20px;
	background:#fff;
	border-left:13px solid #fff;
	padding:4px;
	color:#A11E22;
	text-transform:uppercase;
}
	h5 a {}
	h5 a:hover {}
	
#div-content table {
	color:#fff;
}
#div-content table td {
	padding:5px;
}
	#div-content table .ti {
		background:#fff;
		color:#A11E22;
	}
	#div-content table .tr1 {
		background:#A11E22;
	}
	#div-content table .tr2 {
		background:#B0292E;
	}
	
.faqhr {
	background:#fff;
	height:1px;
	border:none;
	width:90%;
	margin:20px auto;
}
	

										/* ---------- 3. listography ---------- */ 
										
										
#div-content ul {
	margin			: 1em 5%;
}
#div-content ul li {
	color:#fff;
	padding:3px 0;
}
										
										
										/* ---------- 4. base structure ---------- */ 

html {
}
body {
	font-size		: 80%;
	font-family		: Arial, Helvetica, sans-serif;
	background		: #A21F23 url(../images/page_bg.jpg) center repeat-y;
}


#div-wrap {
	position		: relative;
	margin			: 0 auto;
	width			: 770px;
}

	#div-banner {
		position:relative;
		width:770px;
		height:300px;
		border-bottom:15px solid #fff;
	}
	
	#div-cent {
		position:relative;
		width:770px;
		background:#772B32;
		border-bottom:15px solid #fff;
	}

		#div-logo {
			position:relative;
			width:182px;
			height:150px;
			float:left;
			margin:7px 0 0 4px;
		}
		#div-nav {
			position:relative;
			width:540px;
			float:right;
		}
		
	#div-main {
		position:relative;
		padding-top:15px;
	}
	
		#div-content {
			position:relative;
			width:525px;
			float:left;
		}
		
		#div-aside {
			position:relative;
			float:right;
			margin-right:20px;
			padding-top:6px;
		}
		
	#div-footer {
		position:relative;
		padding-top:10px;
		margin:20px 5% 20px 5%;
		color:#fff;
		font-size:0.8em;
		clear:both;
		border-top:1px solid #B0292E;
	}
		#div-footer a {
			color:#fff;
		}
			#div-footer a:hover {
				text-decoration:underline;
			}


										/* ---------- 5. navigation ---------- */
										
#div-nav ul {
	margin:10px 0 10px 0;
	padding:0;
}
#div-nav ul li {
	display:block;
	margin:3px 0;
	padding:0;
}
#div-nav ul li a {
	display:block;
	margin:0;
	padding:3px 0 3px 10px;
	border-left:10px solid #772B32;
	background:#772B32;
	color:#fff;
	text-transform:uppercase;
	font-size:1.1em;
}
#div-nav ul li a:hover {
	border-left:10px solid #A11E22;
	background:#fff;
	color:#A11E22;
}
 
										

										/* ---------- 6. page specific structure ---------- */ 
										

										/* ---------- 7. images ---------- */ 
										

										/* ---------- 8. tables ---------- */ 
										
										
										/* ---------- 9. forms ---------- */ 
										
.ibox {
	border:1px solid #ccc;
	padding:1px 3px;
	width:200px;
}
.isub {
	font-size:0.9em;
	background:#A11E22;
	color:#fff;
	border:1px solid #fff;
}