/* Start of CMSMS style sheet 'style' */
/*###################################################*/
/*##################  RESET  ########################*/
/*###################################################*/
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 {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*###################################################*/
/*##############  MAIN STRUCTURE  ###################*/
/*###################################################*/
body {
	background-color: #000;
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #418f40;
}

h1 {
	font-size:30px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size:18px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
}


p {
	margin-bottom:10px;
}

#logo-outer {
	width:100%;
}

#logo {
	padding:20px 0 5px 20px;
	margin: 0 auto;
	width:600px;
}



.clearBoth {
	width: 100%;
	height: 0;
	clear: both;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

	#header {
		width: 958px;
		height: 159px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		background:url(images/banner-back.jpg) center top no-repeat;
	}
	
	#strip-banner {
		height:34px;
		width:100%;
	}

		
	#left, #middle, #content, #right {
		float: left;
	}
	
	#left {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	#middle { /* REMOVE FOR TWO COLUMN */
		margin: 0 10px;
		padding: 0 0 0 0;
	}
	
	#content {
		width:100%;
		margin: 0;
		padding: 0 0 0 0;
		position:relative;
	}
	
	#right { /* REMOVE FOR TWO COLUMN */
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	#footer {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		clear: both;
	}
	
		#copyright {
			margin: 10px 0 0 0;
			padding: 0 0 0 0;
			float: right;
			text-align:right;
		}
		
		#copyright a {
			color:#fff;
			padding-left:20px;
			font-size:16px;
		}
		
		#phone-number {
			float:left;
			margin-top:10px;
			font-size:16px;
		}
		
		#wdl {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			float: right;
		}
		
		#web-url {
			position:absolute;
			bottom:10px;
			left:0;
			right:0;
		}
		
/*###################################################*/
/*####################  NAV  ########################*/
/*###################################################*/
#nav, #nav ul {
	margin: 0;
	padding: 0;
}

#nav {
	float:left;
	border-right:2px solid #fff;
	margin-top:20px;
	width:170px;
	height:auto;
	padding-left:10px;
	padding-right:10px;
        margin-bottom:90px;
}

	#nav ul {
		list-style-type: none;
			padding:20px 30px 20px 10px;
			background-image:url(images/content-back.png);
			background-repeat:repeat-y;
			margin-bottom:10px;
	}
	
	#nav ul li {
		margin-bottom:10px;
	}
	
		#nav li, #nav a {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			display:block;
		}
	
			#nav a {
				margin: 0 0 0 0;
				padding: 0 0 0 0;
				font-size: 14px;
				color: #fff;
				text-decoration: none;
			}
			
			#nav a:hover {
				color: #418f40;
			}
			
	#nav ul ul {
		margin-top:10px;
		padding-left:10px;
		background:none;
	}
	
	#nav ul ul li {
		list-style-type: disc;
	}
	
	#nav ul ul li a {
		font-size:12px;
	}
	
	
	
/*###################################################*/
/*###############  OTHER STYLES  ####################*/
/*###################################################*/

#content-outer {
	padding-left:20px;
		float:left;
	width:700px;
}

#content-right {
	margin-top:20px;
	padding:20px;
	background:url(images/content-back.png) repeat-y;
	float:right;
	margin-bottom:10px;
}

#contact-outer {
	border-top:2px solid #fff;
	padding-top:10px;
	
}
#contact-detail {
	width:89%;
	padding-top:10px;
	background:url(images/content-back.png) repeat-y;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

#contact-detail h2{
	font-size:16px;
}




/* End of 'style' */

