@charset "utf-8";
/* CSS Document */
/* This will be the style sheet for the home page */

/*********************************This first section resets the default css for all browsers***************************************/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*********************************Browser reset close***************************************/

/*********************************This is used for the sticky footer************************/
* {
	margin:0;
}
html, body {
	height:100%;
}
.wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin: 0 auto -4em;
}
.footer, .push {
	height: 4em;
	width:100%;
}
.footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	width:960px;
	/*height:80px;*/
	color:#FFFFFF;
	text-align:center;
	padding:10px 0px 0px 0px;
	clear:both;
}

.footer a {
	text-decoration:none;
	color:#FFFFFF;
}

.footer a:hover {
	color:#FF9900;
}

.footer .bottom p {
	float:left;
	color:#FFFFFF;
	height:100%;
	vertical-align:bottom;
	padding:10px 0px 0px 15px;
}

.bottom {
	padding-right:25px;
}

.bottom a {
	color:#FFFFFF;
}

.bottom a:hover {
	color:#FF9900;
}

/*********************************Close sticky footer************************/


body {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#top_header {
	background-image:url(../images/header_top.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:25px;
}

#top_header a {
	font-size:12px;
	color:#234064;
	text-decoration:none;
}

#top_header a:hover {
	text-decoration:underline;
}

#top_header span {
	vertical-align:super;
}

#top_header img {
	border:0;
}

#top_header_emergency {
	background-image:url(../images/header_top_emergency.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:25px;
}

#top_header_emergency a {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

#top_header_emergency a:hover {
	text-decoration:underline;
}

#top_header_emergency span {
	padding-top:5px;
	vertical-align:super;
}

#top_header_emergency img {
	border:0;
}

#header {
	background-image:url(../images/header_middle.jpg);
	background-repeat:repeat-y;
	width:960px;
}

#sub_menu {
	color:#FFFFFF;
	text-align:left;
	padding:10px 15px 20px 0px;
	background:url(../images/header_bottom.jpg) bottom no-repeat;
	height:100%;
	min-height:90px;
}

#sub_menu a {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	padding-left:25px;
}

#sub_menu a:hover{
	color:#FF9900;
}

#sub_menu li {
	color:#FF9900;
}

#navigation {
	/*position:relative;*/
	background-image:url(../images/main_menu_middle.jpg);
	background-repeat:repeat-x;
	height:53px;
	width:98%;
	margin-left:auto;
	margin-right:auto;
}

#navigation img {
	float:left;
	border:0;
}

#navigation span {
	float:left;
	vertical-align:super;
	text-align:center;
	padding-left:13px;
	padding-top:10px;
}

#navigation a {
	float:left;
	text-decoration:none;
	font-size:13px;
	color:#FFFFFF;
	padding-left:16px;
	padding-right:16px;
}

#navigation a:hover {
	text-decoration:underline;
}

#bottom_header {
	background-image:url(../images/home_page_header.jpg);
	background-repeat:no-repeat;
	height:189px;
	width:960px;
}

#add_section {
	/*background-color:#FDF9C8;*/
	width:165px; 
	float:right; 
	/*border:#234064 thin solid;*/
	margin-top:5px;
	padding:5px;
}

#add_section a {
	color:#234064;
	text-decoration:none;
	font-size:13px;
}

#add_section a:hover {
	color:#FF9900;
}

#content {
	width:775px;
	text-align:left;
	height:100%;
}

#content h1 {
	background-color:#234064;
	font-size:16px;
	color:#FFFFFF;
	padding:5px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
}

#content h2 {
	border-bottom:#234064 thin solid;
	color:#234064;
	font-size:14px;
	margin:15px 0px 10px 10px;
	font-weight:bold;
}

#content h3 {
	font-size:13px;
	margin:15px 0px 5px 10px;
	font-weight:bold;
	text-decoration:underline;
}

#content p { 
	font-size:12px;
	margin-left:10px;
}

#content ul {
	margin-left:25px;
	list-style:circle;
}

#content li {
	font-size:12px;
	padding-bottom:5px;
	margin-left:10px;
}

#content a {
	color:#234064;
	text-decoration:none;
}

#content a:hover {
	color:#FF9900;
}

#content a:active {
	color:#FF9900;
}

#table_borders td {
	border:#000 thin solid;
	padding:3px;
	font-size:12px;
}

#calendar_button a {
	display:block;
	background-image:url(../images/calendar_button.jpg);
	height:49px;
	width:380px;
}

#calendar_button a:hover {
	background-image:url(../images/calendar_button_over.jpg);
}

#calendar_button span {
	display:none;
}

#enter_forum_button a {
	display:block;
	background-image:url(../images/enter_forum.jpg);
	height:37px;
	width:383px;
	float:left;
}

#enter_forum_button a:hover {
	background-image:url(../images/enter_forum_over.jpg);
}

#enter_forum_button span {
	display:none;
}

#exit_forum_button a {
	display:block;
	background-image:url(../images/exit_forum.jpg);
	height:37px;
	width:383px;
	float:right;
}

#exit_forum_button a:hover {
	background-image:url(../images/exit_forum_over.jpg);
}

#exit_forum_button span {
	display:none;
}

#popular {
	width:100%;
	vertical-align:bottom;
	height:100%;
}

#popular h1 {
	color:#333333;
	font-size:16px;
	font-weight:bold;
	padding:5px 0px 0px 0px;
	background-color:#FFFFFF;
	border-top:#666666 thick solid;
}

#popular hr {
	color:#CCCCCC;
	margin-top:.1em;
	margin-bottom:.1em;
}

#popular a {
	font-size:12px;
	width:100%;
}

#popular .service {
	font-size:12px;
}

#popular .date {
	font-size:12px;
	float:right;
	color:#666666;
}

#left_column {
	float:left;
	width:240px;
	margin:0;
	padding:0;
}
#left_column p {
	margin:0;
	padding-left:5px;
	margin-right:5px;
	padding-bottom:5px;
}
#left_column a {
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
}

#right_column {
	float:right;
	width:240px;
	margin:0;
	padding:0;
}
#right_column p {
	margin:0;
	padding-left:5px;
	margin-right:5px;
	padding-bottom:5px;
}
#right_column a {
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
}

#center_column {
	width:240px;
	margin-left:34.5%;
	margin-right:34.5%;
	padding:0;
}
#center_column p {
	margin:0;
	padding-left:5px;
	margin-right:5px;
}
#center_column a {
	font-size:12px;
	font-weight:bold;
}

#column_background {
	background-color:#C5D3E9;
	height:100%;
	width:100%;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.gray {
	color:#666666;
}

.red {
	color:#FF0000;
	font-size:12px;
	margin-left:10px;
}

.green {
	color:#00FF00;
	font-size:12px;
	margin-left:10px;
}

.last_mod {
	float:right;
	font-size:9px;
	color:#666666;
	padding:10px 0px 10px 10px;
	height:100%;
	clear:both;
}

/*********************************OPEN DHTML MODAL WINDOW************************/
.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #234064;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity:1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor:move;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
/*border-top: 1px solid brown;*/
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor:nw-resize;
font-size: 0;
}
/*********************************CLOSE DHTML MODAL WINDOW************************/