@charset "utf-8";
/*
    Document   : style
    Created on : 25-Jun-2010, 12:36:53
    Author     : Sam Fleming
    Description:
		Global stylesheet for default Ah!CMS template
*/
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;}address {font-style: normal;}.clearfix {width: 100%;height: 0;visibility: hidden;clear: both;}#page_container{width:975px;margin:0 auto;}

body {
	background-color: #1B1B1B;
	font: 13px/14px Arial, Verdana;
	color: #2e2e2e;
}

#page-container {
	margin: 20px auto 0;
	width: 800px;
	border: 2px solid #FFF;
	background-color: #969696;
}
	#header {
		background: #FFF url("../images/header.jpg") no-repeat 0 0;
		height: 164px;
		overflow: auto; /* Allows #logo to use margin */
		color: #FFF;
		margin-bottom: 2px;
	}
		#header a, #header a:visited {
			color: #FFF;
		}
		#header a:hover {
			color: #000;
		}
		#logo {
			margin: 30px 0 0 17px;
		}
		#tagline {
			width: 520px;
			margin: 7px 0 0 273px;
		}
			#tagline li {
				float: left;
				border-left: 1px solid #FFF;
				margin-right: 6px;
				padding-left: 6px;
			}
			#tagline li:first-child {
				border-left: none;
			}
	#wrapper {
		overflow: hidden; /* clearfix work-around */
	}
		#sidebar {
			width: 180px;
			float: left;
			color: #FFF;
		}
			#main-nav h2 {
				height: 34px;
				background: transparent url("../images/nav-header.png") repeat-x 0 0;
				text-align: center;
				line-height: 32px;
				font-size: 15px;
				position: relative;
				z-index: 2;
			}
			#main-nav ul {
				position: relative;
				bottom: 2px;
			}
				#main-nav li {
					border-bottom: 1px dotted #FFF;
				}
					#main-nav li a {
						display: block;
						height: 50px;
						background-color: #6e6e6e;
						text-align: center;
						line-height: 48px;
						color: #FFF;
						text-decoration: none;
						font-size: 14px;
					}
					#main-nav li a:hover, #main-nav li a.active {
						background-color: #848484;
					}
			#sidebar-content {
				padding: 10px;
			}
				#sidebar-content h1 {
					font-size: 14px;
					padding: 5px 0 10px 0;
				}
				#sidebar-content img {
					margin-top: 20px;
				}
		#content-container {
			background-color: #FFF;
			float: left;
			width: 620px;
		}
			#content {
				padding: 10px 20px;
				min-height: 322px;
			}
				#content h1 {
					color: #2e2e2e;
					font-size: 15px;
					padding: 5px 0;
				}
				#content h2 {
					font-size: 15px;
					padding: 5px 0 5px;
					border-bottom: 1px dotted #000;
					margin-bottom: 15px;
					color: #003e6c;
				}
				#content p, #latest-article p {
					padding: 8px 0;
					line-height: 16px;
				}
				#content ul, #content ol {
					margin: 0 0 10px 20px;
				}
				#content ul {
					list-style: disc outside;
				}
				#content ol {
					list-style: decimal outside;
				}
				#content li {
					padding: 3px 0;
				}
				#content a, #content a:visited {
					color: #003e6c;
					text-decoration: none;
				}
				#content a:hover {
					color: #000;
					text-decoration: underline;
				}
			#latest-article {
				padding: 10px 0 0 0;
			}
				#latest-article h2 {
					background: #001f36 url("../images/latest-article-header-bg.jpg") repeat-x 0 0;
					color: #FFF;
					height: 33px;
					line-height: 33px;
					text-indent: 20px;
				}
				#latest-article img {
					float: left;
					padding: 15px;
				}
				#latest-article h3 {
					margin: 15px 0 2px;
					color: #003e6c;
				}
				#latest-article p {
					margin-right: 50px;
				}
				#latest-article li.read_more a, #latest-article li.read_more a:visited {
					display: inline-block;
					padding: 7px 20px;
					background-color: #6e6e6e;
					border: 2px solid #d4d4d4;
					color: #FFF;
					text-decoration: none;
					float: right;
					margin-right: 50px;
				}
				#latest-article li.read_more a:hover {
					background-color: #2e2e2e;
					text-decoration: underline;
				}
	#footer {
		background-color: #6e6e6e;
		padding: 15px 10px;
		letter-spacing:0.03em;
	}
		#footer p {
			color: #FFF;
			line-height: 20px;
		}
		#footer a, #footer a:visited {
			color: #111;
			text-decoration: none;
		}
		#footer a:hover {
			text-decoration: underline;
		}


/**
 * Generic Ah!CMS styles
 */
ul.gallery-container {
	 overflow: hidden;
	 width: 456px;
	 margin: 0 auto !important;
	 list-style: none !important;
}
li.img-container {
	display: table-cell;
	width: 120px;
	height: 90px;
	padding: 10px !important;
	float: left;
	margin: 10px 10px 0 0;
	border: 1px dotted #003e6c;
}
a.gallery-link {
	display: block;
}


/* Now to style all of our forms */
/* Core form compontants */
fieldset {
	width: 100%;
	position: relative;
	/*padding: 2.5em 1em 0.5em 0;*/
	margin-bottom: 1em;
}

fieldset select option { margin-left: 0; }

fieldset legend {
	display: none;
}

legend span {
	color:#0F4B6D;
	font-weight:bold;
	left:0;
	position:absolute;
	top:1em;
}

/* Inner form styling */
fieldset ul {
	padding-top: 2em;
}

fieldset label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: pointer;
	min-width: 10em;
	text-align: left;
	width: auto;
	position: relative;
}
body form fieldset li {
	padding: 5px !important;
	list-style: outside none !important;
	background: none !important;
}
fieldset label span {
	color: #FF0000;
    left: 300px;
    min-width: 20em;
    position: absolute;
    text-align: left;
    top: 0;
    width: auto;
}
fieldset textarea {
	width: 20em;
	height: 7em;
}
fieldset input[type=text], fieldset input[type=password] {
	width: 15em;
}
fieldset .form_buttons {
	position: relative;
	left: 126px;
	bottom: 10px;
	margin-top: 5px;
}

fieldset .form_buttons button {
	height: 22px;
	background: none #336E96;
	border: medium none;
	color: #FFF;
	height: 24px;
	padding: 1px 15px 2px;
	cursor: pointer;
}

fieldset .form_buttons button:hover {
	background-position: 0 -239px;
}

div.search-result {
	background-color: #E5E5E5;
	position: relative;
	padding-bottom: 15px;
	margin: 15px 0;
}

div.search-result div.search-result-percent {
	position: absolute;
	color: #FFF;
	right: 6px;
	top: 5px;
}

div.search-result div.search-result-title {
	background-color: #2164AB;
	color: #FFF;
	padding: 5px;
}

div.search-result div.search-result-title a {
	color: #FFF;
}

div.search-result div.search-result-snippet {
	padding: 10px 7px;
}

#page_content_container div.search-result div.search-result-snippet p {
	margin: 0;
}

div.search-result div.search-result-more a {
	color: #1B3974;
	text-decoration: none;
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 12px;
}

div.search-result div.search-result-more a:hover {
	text-decoration: underline;
}