/*general styles*/
body{
	margin:0;
	padding:0;
	background: #F7F4EE repeat-y center url(../images/background_wht2.jpg);
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}


#maincontainer{
	width: 962px;
	margin: 0 auto;
}



#mainheader{
	background: #6c93bf;
	height: 89px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin-top:0;
}

.logo {
	margin:30px 0 0 10px;
	float:left;
}

#leftcolumn{
	width: 180px; /*Width of left column in pixel*/
	background: #545352;
	margin-top: 5px;
	margin-bottom:0px;
	float: left;
}

/*end general styles*/

/*home page styles*/

#rightcolumn{
	
	width: 256px; /*Width of right column*/
	background: #d9a034;
	margin-top: 5px;
	margin-bottom: 0px;
}

.innertube_left{
	margin:0; 
}

/*menu styles*/

.wireframemenu{
	background-color: #545352;
	border-bottom-width: 0;
	width: 180px;
	margin-bottom: 5px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 180px;
}

.wireframemenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

li.noline a:link, li.noline a:visited, li.noline a:hover {
border-bottom:none;
}

.wireframemenu a{
	font: bold .8em Verdana;
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #908f8e;
}

.wireframemenu a:visited{
color: #fff;
text-decoration:none;
}

html>body .wireframemenu a{ 
width: auto;
}

.wireframemenu a:hover{
background-color: #F8FBBD;
border-bottom: 1px dashed #F8FBBD;
color: black;
}
/*end menu styles*/


/*submenu home page styles*/

.submenu{
	/*border: 1px solid #C0C0C0;*/
	background-color: #545352;
	border-bottom-width: 0;
	width: 180px;
	margin-top:5px;
}

* html .submenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 180px;
}

.submenu ul{
	padding: 0;
	margin: 5px 0 0 0;
	list-style-type: none;
}

.submenu a{
	font: bold .65em Verdana;
	padding:2px 0 2px 4px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #fff;
	text-decoration: none;
	/*border-bottom: 1px dashed #908f8e;*/
}

.submenu a:visited{
color: #fff;
text-decoration: none;
}


.submenu a:hover{
	background-color: #FFF;
	color: #000;
}

.innertube_right{
	margin: 10px 0 0 0;
}

.innertube_right img {
margin:8px 0 10px 20px;
border:2px solid #fff;
}

/*right border styles*/
p.small {
text-align:center; margin:-10px 0 -27px 0; color:#fff; font-size:.7em; font-variant:small-caps;
}

h1.thin {
	margin:10px 0 0 -10px;
	padding:0;
	text-align:center;
	color:#fff;
	font-weight:normal;
	font-size:1.5em;
}

.boldHeader {
font-weight:bold;
}

td { vertical-align:top; }

td.rightcolumncolor {
background-color:#d9a034;
}

td.leftcolumncolor {
background-color:#545352
}

.quicklinks {
background-color:#d9a034; border:4px solid #fff; border-left:none; border-right:none; 
font:bold 1em Tahoma, Arial, Helvetica, sans-serif; color:#FFFFFF; text-align:center; padding:5px 0 5px 0;
}

#footer{
	width: 100%;
	background: #6c93bf;
	color: #395B82;
	text-align: center;
	padding: 10px 0 0 0;
	height: 80px;
	font-size:0.65em;
}

#footer a:link,  a:visited {
	color: #395B82;
	text-decoration:underline;
}

#footer a:hover{
color: #fff;
}

.header{
	background-color:#214064;
	color:#fff;
	font:bold 1em Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
	border:2px solid #fff;
	padding: 3px;
}

.noleftborder {
border-left:none;
}

.norightborder {
border-right:none;
}


* html .news{ 
width: 200px;
}

.news {
width:100%;
border-right:3px dotted #fff;
} 

.news ul{
	padding: 3px;
	margin: 5px 0 5px 0;
	list-style-type: none;
	/*list-style-position:inside;*/
}



.news a{
	font: bold .8em  Tahoma, Arial, Helvetica, sans-serif;
	padding:5px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #000;
	text-decoration: none;
	line-height:110%;
	border:1px dotted #cecece;
	
}

.news a:visited{
color: #595959;
}

html>body .news a{
width: auto;
}


.news a:hover{
	background-color: #FFF;
	border:1px dotted #333;
	color: #000;
	text-decoration:none;
}


* html .calendar{ 
width: 200px;
}

.calendar {
width:100%;

} 

.calendar ul{
	padding: 3px;
	margin: 5px 0 5px 0;
	list-style-type: none;
}



.calendar a{
	font: bold .8em  Tahoma, Arial, Helvetica, sans-serif;
	padding:5px;
	display: block;
	width: 100%;
	color: #000;
	text-decoration: none;
	line-height:110%;
	border:1px dotted #cecece;
}

.calendar a:visited{
color: #595959;
}

html>body .calendar a{
width: auto;
}


.calendar a:hover{
	background-color: #FFF;
	border:1px dotted #333;
	color: #000;
	text-decoration:none;
}

.mainimg {
background-color:#fff; 
padding:0px 2px 2px 2px;
}

td.blue {
background-color:#cecece;
}

/*end home page styles*/

/*sub page styles*/

#subpageheader {
	width:766px;
	height:30px;
	background-color:#ddd;
	padding:13px 0 0 5px;
	background-image:url(../images/policecar-new.jpg); 
	background-repeat:no-repeat; 
	background-position:top right;
}

#subpageheader h1 {
font-size:1.2em;
color:#666;
margin:0;
}

#subpagewrapper {
width:100%;
float:left;
}

#subpagecontent {
	float:left;
	width:600px;
	margin:10px 0 3px 3px;
	padding: 5px 4px 4px 5px;
}


#subpagecontent img{
text-align:left;
padding:5px;
}

#subpagelinks {
	float:right;
	margin-top:10px;
	width:150px;
	background-color:#d9a034;
	padding:4px 0 4px 0;
	text-align:center;
}

#subpagelinks .relatedlinks{
	/*background-color: #545352;*/
	border-bottom-width: 0;
	width: 150px;
	margin-top:5px;
}

* html #subpagelinks .relatedlinks{ /*IE only rule. Original menu width minus all left/right paddings */
width: 150px;
}

#subpagelinks .relatedlinks ul{
	padding: 0;
	margin: 5px 0 0 0;
	list-style-type: none;
}

#subpagelinks .relatedlinks a{
	font: bold .8em Tahoma, Arial, Helvetica, sans-serif;
	padding:2px 0 2px 0;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #fff;
	text-decoration: none;
	/*border-bottom: 1px dashed #908f8e;*/
}

#subpagelinks .relatedlinks a:visited{
color: #fff;
text-decoration: none;
}


#subpagelinks .relatedlinks a:hover{
	background-color: #FFF;
	color: #000;
}


#subpagelinks h2{
margin:5px 0 5px 0;
color:#fff;
font-size:1em;
}


#subpagecontent h1{
font-size:1.2em;
color:#666;
}
