/* #GLOBAL 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;
}

/*#HTML Tags#*/
body, p {
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

p, h1, h2, h3, h4, h5, h6 {
	line-height: 1.25;
	margin-bottom: 10px;
	}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #00236d;
	margin-left:20px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #4270BB;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #00236d;
}

h4 {
	margin-left:20px;
	margin-right:15px;
	font-weight:normal;
}

h5 {
	font-style: italic;
	color: #ccc491;
	font-weight: bold;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}


hr {
	color: #008852;
	height: 1pt;
}

a:link, a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:hover, a:focus {
	 color: #666666; 
}

/*# Page Layout #*/
body
{
	text-align:center;
	background-color:#fff;
}
/*#/master page #*/
#wrapper
{
	text-align:left;
	width:990px;
	margin: auto;
	background-color:transparent;
	position:relative;
	padding:0;	
}
#header
{	
	background-color:#d6c794;
	width:990px;
	height:150px;
}

#header img 
{
	width:325px;
	height:150px;
}

#header p
{
	margin-bottom:0px;
}

#headerLeftImage
{
	/*background-image:url(/app_themes/COBS/Images/headerLeftImage.gif);*/
	background-image:url(/COBS/media/Images/header/headerLeftImage.gif);
}
#headerMiddleImage
{
	/*background-image:url(/app_themes/COBS/Images/headerLeftImage.gif);*/
	background-image:url(/COBS/media/Images/header/headerMiddleImage.gif);
}
#headerRightImage
{
	/*background-image:url(/app_themes/COBS/Images/headerLeftImage.gif);*/
	background-image:url(/COBS/media/Images/header/headerRightImage.jpg);
}

#headerLeftImage, #headerMiddleImage, #headerRightImage
{
	background-repeat:no-repeat;
	width:330px;
	height:150px;
	float:left;
}

#main
{
	background-color:white;
	width:990px;
	padding:0;
	clear:both;	
}

#navigation
{
	background-color:#d6c794;
	width:990px;
	height:35px;
	/*float:left;*/	
}

#container
{
	background-color:white;
	width:990px;
	/*float:left;*/	
}

#container .top {
	width: 76px;
	float: right;
	}

#footer
{
	background-color:#d6c794;
	width:990px;
	margin-top:20px;
	clear:both;
}
#footerSignature
{
	font-weight:bold;
	padding-top:5px;
	padding-left:10px;
}
#footerSignature p
{
	display:inline;
	font-weight:bold;
}
.ftrDate
{
	padding-right:195px;
}
/*#top menu#*/

.hdrMenu_CMSListMenuUL
{
	height: 27px;
	margin: 0;
	padding: 0;
	position:relative;
	width:990px;
}

.hdrMenu_CMSListMenuLI, .hdrMenu_CMSListMenuHighlightedLI
{
	float: left;
	padding-left: 9px;
	padding-right: 5px;
	background-color:#d6c794;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	width:75px;
	text-align:center;
	}
	
.hdrMenu_CMSListMenuUL li a {
	display: block;
	height: 27px;
	text-decoration:none;
	}	
	
.hdrMenu_CMSListMenuUL li:hover {
	background: #00f;
	}	

/*#menuElem
{
	height: 27px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 123px;
	left: 284px;
	width:75px;	
	text-indent: -9999px;
}

#menuElem li {
	float: left;
	height: 27px;
	padding-left: 10px;
	padding-right: 5px;
	background-color:#00F;
	}
	
#menuElem li a {
	display: block;
	height: 27px;
	}	
	
#menuElem li:hover {
	background: #00f;
	}	
*/	
/*#bottom menu#*/
.ftrMenu_CMSListMenuUL
{
	height: 35px;
	margin: 0;
	padding: 0;
	position:relative;
	/*top: 423px;
	left: 355px;	
	text-indent: -9999px;*/
}
.ftrMenu_CMSListMenuHighlightedLI, .ftrMenu_CMSListMenuLI
{
	float: left;
	height: 27px;
	padding-left: 2px;
	padding-right: 5px;
	padding-top:5px;
	background-color:transparent;
	text-align:center;
	width:83px;
}
	
.ftrMenu_CMSListMenuUL li a {
	display: block;
	height: 27px;
	text-decoration:none;
	}	
	
.ftrMenu_CMSListMenuUL li:hover {
	background: #00f;
	}	

/*# page elements #*/
#sidebar, #sidebarB
{
	width:267px;
	background-color:transparent;	
	float:left;
	margin: 2px 0 20px 0px; /* bottom value pushes footer in firefox */
	padding: 0;
}

#sidebar img
{
	width:267px;
	height:199px;
	margin-bottom:2px;
}

#sidebarB img
{
	width:267px;
	height:353px;
	margin-bottom:2px;
}

.BlueBox
{
	border:solid 2px gray;
	background-color:#c8d0e1;
	padding:5px 10px 0 10px;
	margin: 0 ;
}
.BlueBox h2
{
	color:#000;
	font-weight:bold;	
}

.BlueBox a
{
	text-decoration:none;
	color:Red;
}

#content, #formContent 
{
	width:705px;
	background-color:#DED6C6;	
	float:left;
	margin-top:5px;
	margin-left:5px;
	border:solid 2px #d9a62c;
	margin-bottom:20px;
}

#content, #oneCol_Content 
{
	width:713px;
	background-color:#fff; /*#DED6C6;*/	
	float:left;
	margin-top:5px;
	border:solid 2px #d9a62c;
	margin-bottom:20px;
}

#oneCol_Content 
{
	width:986px;
	background-color:White;
}

#content img
{
	width:705px;
}

#content a
{
	text-decoration:none;
	padding-left:10px;
}

#content h2
{
	padding-top:10px;
}

#content p
{
	padding-left:10px;
	padding-right:20px;
}

#linksContent
{
	padding:10px 20px 20px 15px;
}

#formList h1
{
	margin-left:12px;
	padding-bottom:4px;
}

#formList ul
{
	margin-bottom:20px;
}

#formList li
{
	margin-left:30px;
	padding-bottom:4px;
	list-style-type:square;
}

#formList ol
{
	padding-bottom:30px;
	margin-left:15px;
	list-style-type:square;
}

#formList h3
{
	margin-left:10px;
	font-size:12px;
}

#formList h2, .shortlist h2
{
	padding: 10px;
	border-radius: 10px;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	background: #d6c794;
	color: #333;
	font-size: 20px;
	text-transform: uppercase;
}
	
.MediaLibrarySort 
{
	padding: 10px;
	font-weight: bold;
	color: #999;
}

.form 
{
	padding: 10px;
	border-top: 1px dotted #ccc;
	overflow: hidden;
}

#container .form h3, #container .form p {
	margin: 0;
	padding: 0;
	}
	
.form h3 a {
	text-decoration: none;
	}

.form p {
	color: #999;
	}

.form span {
	padding-left: 20px;
	font-weight: bold;
	}
	
#ContactUs
{
	margin:10px 0px 25px 15px;
}

.EditingFormTable td
{
	padding: 5px;
	vertical-align: top;
}

#ContactUs img
{
	width:80px;
	height:20px;
	
}

#formsContent
{
	margin-left:15px;
	margin-bottom:15px;
}

#permitForm
{
	margin:10px 20px 0px 20px;
}

#permitForm input[type="text"]
{
	width:300px;
}

.permitResults
{
	border-spacing:10px;
	border: solid 5px #d6c794;
	margin-bottom:50px;
	margin-left:10px;
}

.permitResults td
{
	width:155px;
	height:45px;
	vertical-align:middle;
	padding-left:5px;
	line-height:24px;
}

.hdrPermitResults th
{
	height:50px;
	vertical-align:middle;
	text-align:center;
	background-color:#d6c794;
}

#adobeLogo
{
	margin: 20px 0px 20px 20px;
}

.altPermitResults td
{
	background-color:#d6c794;
	border: solid 5px #d6c794;
}


.selPermitResults td
{
	background-color:#fff;
	border: solid 5px #d6c794;
}
