*
{
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

body
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #777;
	background-color: #414141;
	background-attachment: fixed;
}

p
{
	padding-bottom: 15px;
	line-height: 150%;
}

h1 a
{
	position: absolute;
	width: 340px; 
	height: 120px; 
	top: 35px; 
	left: 55px;
	text-indent: -9000px;
}

h2
{
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	color: #CB582C;
	margin-bottom: 5px;
	line-height: normal;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

a
{
	background-color: transparent;
	color: #1E376B;
}

a:hover
{
	color: #96a1b5;
}

a img
{
	border: none;
}

.mailimg
{
	vertical-align: bottom;
}

.hide
{
	display: none;
}

.show
{
	display: block;
}

.floatleft, img.left
{
	float: left;
	margin: 5px 10px 5px 0px;
}

.floatright, img.right
{
	float: right;
	margin: 5px 0px 5px 10px;
}

ul, ol
{
	margin: 0px 0px 10px 20px;
	list-style-type: disc;
}

li
{
	margin-bottom: 5px;
	line-height: 150%;
}

.invalid
{
	background-color: #FF9900;
	color: #fff
}

.nospam
{
	display: none;
}

#container
{
	background-color: #fff;
	color: #777;
	width: 760px;
	padding: 0px 8px;
	margin: 0px auto;
}

#menu
{
	width: 760px;
	background-color: #111923;
	color: #fff;
	padding-top: 10px;
}

#menu ul
{
	margin-left: 15px;
}

#menu li
{
	list-style-type: none;
	float: left;
	margin: 0px;
}

#menu li a
{
	position: relative;
	color: #96a1b5;
	display: block;
	float: left;
	padding: 10px 4px 10px 6px;
	text-decoration: none;
	background-color: #111923;
	font-weight: bold;
	outline: none;
}

#menu li a:hover, #menu li a.active
{
	color: #fff;
	background: transparent url(images/tableft2.gif) no-repeat top left;
}

#menu li a span
{
	padding: 10px 15px 10px 10px;
}

#menu li a:hover span, #menu li a.active span
{
	background: transparent url(images/tabright2.gif) no-repeat top right;
}

#banner
{
	width: 760px;
	height: 265px;
	position: relative;
}

#banner span
{
	font-size: 14px;
	color: #1E376B;
	font-weight: bold;
	position: absolute;
	bottom: 28px;
	left: 15px;
}

#full_content
{
	width: 695px;
	padding: 0px 30px;
}

#left_content
{
	width: 200px;
	float: left;
	padding-left: 10px;
}

#left_content.home
{
	width: 400px;
}

#right_content
{
	width: 500px;
	float: right;
	padding-right: 30px;
	line-height: 150%;
}

#right_content.home
{
	width: 260px;
	text-align: center;
}

.service
{
	width: 245px;
	float: left;
	margin-bottom: 10px;
	font-size: 11px;
}

.service_image
{
	float: left;
	width: 80px;
	border: none;
}

.service_intro
{
	float:  left;
	width: 150px;
	margin-left: 10px;
}

.service_intro a
{
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.service_intro a:hover
{
	text-decoration: underline;
}

#mediabox, #tabs 
{
	float: left;
	width: 260px;
	font-size: 11px;
	text-align: left;
}

#mediabox .content
{
	background-color: #eee;
	border: 1px solid #eee;
	border-top: none;
	padding: 8px 12px 0px 12px;
}

#mediabox h3
{
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	color: #5b9ccc;
	margin-bottom: 5px;
}

#tabs ul
{
	line-height: normal;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

#tabs li
{
	display:inline;
	list-style-type: none;
	float: left;
	margin: 0px 2px 0px 0px;
}

#tabs li a 
{
	float: left;
	background-color: #fff;
	text-decoration: none;
	outline: none;
	display: block;
	padding: 0px 0px 0px 6px;
	line-height: normal;
	height: 20px;
	
}

#tabs li a span 
{
	float: left;
	background-color: #fff;
	padding: 4px 11px 2px 4px;
	color: #999;
	cursor: pointer;
	line-height: normal;
	height: 14px;
	position: relative;
	text-decoration: underline;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover, #tabs .current a 
{
	background: url(images/minitab_left.gif) no-repeat left top;
}

#tabs a:hover span, #tabs .current a span 
{
	background: url(images/minitab_right.gif) no-repeat right top;
	text-decoration: none;
	color: #666;
}

#submenus
{
	background-color: #eee;
	padding: 5px;
}

#submenus a
{
	margin: 0px 3px 0px 2px;
}

#footer
{
	height: 137px;
	width: 760px;
	background: transparent url(images/footer_bg2.gif) repeat-x;
	margin-top: 30px;
	color: #0e93b3;
}

#footer p.copy
{
	margin: 50px 0px 0px 35px;
	float: left;
}

#footer .menu
{
	position: relative;
	top: 50px;
	right: 35px;
	float: right;
}

#footer a
{
	margin: 0px 5px;
	color: #5b9ccc;
}

#footer .powered
{
	margin: 25px auto 10px auto;
	font-size: 11px;
	text-align: center;
}

#footer .powered a
{
	color: #fff;
	background-color: transparent;
}

/* ---- calendar styles ---- */
#calendar table
{
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 0px auto;
}

#calendar caption, #calendar .caption
{
	text-align: left;
	font-size: 18px;
	color: #074260;
	background-color: transparent;
}

#calendar .caption
{
	float: left;
}

#calendar .caption a
{
	font-weight: bold;
	text-decoration: none;
}

#calendar .views
{
	float: right;
	padding-top: 5px;
}

#calendar .views a
{
	margin-left: 8px;
	padding-right: 18px;
	text-decoration: none;
	background-position: right center;
	background-repeat: no-repeat;
}

#calendar td, #calendar th
{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 100px;
}

#calendar th
{
	background-color: #003066;
	color: #fff;
	padding: 3px 0px;
}

#calendar td
{
	height: 95px;
	padding: 2px;
}

#calendar td.weekly
{
	height: 155px;
	padding: 2px;
}

#calendar td.empty
{
	background-color: #eee;
}

#calendar td.full
{
	background-color: #ffcfcf;
}

#calendar td.today
{
	background-color: #ffffcc;
}

#calendar table a
{
	color: #074260;
	background-color: transparent;
}

#calendar a.day
{
	float: left;
}

#calendar a.openice
{
	float: right;
}

#calendar a.eventlink, #calendar a.morelink
{
	font-size: 10px;
}

#calendar a.morelink
{
	margin-top: 5px;
	float: right;
}

#calendar .event_times
{
	font-size: 9px;
}

#calendar ul
{
	margin: 0px 0px 0px 15px;
	list-style-image: url(images/dash.gif);
}

#calendar li
{
	line-height: 100%;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#overlay {
	position: absolute;
	top:0; left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 10;
	visibility: hidden;
}


#modal
{
	position: fixed;
	_position: absolute;
	top: 150px;
	left: 0px;
	margin: 0px auto;
	width: 500px;
	background: transparent url(images/modaltop.gif) top no-repeat;
	z-index: 15;
	visibility: hidden;
	padding-top: 8px;
}

#modal .content
{
	background-color: #fff;
	color: #666;
	font-size: 11px;
	padding: 15px 10px;
	text-align: left;
}

#modal .details
{
	width: 275px;
	float: left;
}

#modal .other
{
	float: left;
	margin-left: 5px;
	padding-left: 10px;
	border-left: 1px solid #aaa;
}


#modal .bottom
{
	width: 500px;
	height: 8px;
	background: transparent url(images/modalbottom.gif) top no-repeat;
	padding: 0px;
	margin: 0px;
}

* html #modal
{
	position: absolute;
}

a.close
{
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	background: transparent url(images/close.png) no-repeat;
}

a.button
{
	background-color: #eee;
	color: #666;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 5px;
	text-decoration: none;
	margin: 3px 3px 3px 0px;
	border: 1px solid #666;
}