/*
	Copyright (C) webWHAK Internet Services. All rights reserved.
*/

body
{
	margin-top: 0px;
	margin-left: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #444444;
	padding: 0px;
	font-size: 12px;
	background: #ffffff repeat-x;
}

#container
{
	width: 960px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background:transparent;
}

#banner
{
	width: 960px;
	height: 100px;
	float: left;
	background: #ffffff url('banner.png') repeat-x;
}

#logo_banner
{
	float: left;
	width: 200px;
	height: 80px;
	background: #ffffff url('logo_banner.png') no-repeat;
	margin-top: 10px;
	margin-left: 10px;
}

#contact_details
{
	float: right;
	text-align: left;
	width: 310px;
	height: 100px;
	margin-top: 20px;
	color: #003278;
	font-size: 16px;
	font-weight: bold;
	font-family: arial, verdana, helvetica, sans-serif;
}

#contact_details a
{
	color: #003278;
	text-decoration: none;
}

#menu_bar
{
	width: 943px;
	height: 30px;
	float: left;
	background: #003173 url('menu_bar.png') repeat-x;
	padding-left: 17px;
}

#menu_bar ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu_bar ul li.parent
{
	float: left;
}

#menu_bar ul li.parent a
{
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	background: transparent url('menu_bar_item.png') no-repeat;
	outline: none;
}


#menu_bar ul li.parent a:hover
{
	color: #F8DA14;
}

#menu_bar ul li.parent a.selected
{
	color: #F8DA14;
}

#menu_bar ul li.parent ul.child
{
	position: absolute;
	z-index: 999;
	background: #e3e3e3;
	display:none;
	filter:alpha(opacity=90);
	opacity:0.90;
	width: 110px;
}

#menu_bar ul li.parent ul.child a
{
	color: #222222;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	background: #e3e3e3;
	width: 90px;
	height: auto;
	line-height: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 0px;
}

#menu_bar ul li.parent ul.child a:hover
{
	color: #ffffff;
	background: #888888;
}

#banner_image
{
	width: 960px;
	height:auto;
	margin-bottom: 10px;
	float:left;
	background: transparent;
}



#content
{
	width: 960px;
	height: auto;
	min-height: 200px;
	background: #ffffff;
	padding-bottom: 10px;
	float: left;
}

#footer_logos
{
	width: 940px;
	height: 70px;
	line-height: 70px;
	background: #ffffff;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	padding-bottom: 20px;
}

#footer_logos img
{
	margin-right: 25px;
	vertical-align: middle;
	border: 0px;
}

#footer_logos a
{
	outline: none;
}


#footer
{
	width: 960px;
	height: 40px;
	padding-top: 10px;
	background: #ffffff;
	float: left;
	border-top: 1px dashed #cccccc;
	text-align: center;
	color: #aaaaaa;
	font-size: 10px;
}

#footer a
{
	color: #aaaaaa;
}



.side_right
{
	float: right;
	width: 200px;
	height: auto;
}

.main_left
{
	float: left;
	width: 740px;
	height: auto;
}

.main_left p
{
	text-align: justify;
}

.side_right h3
{
	font-size: 22px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #aaaaaa;
	letter-spacing: 2px;
	margin-bottom: 5px;
	text-transform: lowercase;
	margin-top: 0px;
}

h3
{
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b3b3b3;
	letter-spacing: 2px;
	margin-bottom: 5px;
	/* text-transform: lowercase; */
	margin-top: -5px;
}

h1
{
	font-size: 22px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #aaaaaa;
	letter-spacing: 2px;
	margin-bottom: 5px;
	/* text-transform: lowercase; */
	margin-top: 0px;
}

h2
{
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #bbbbbb;
	letter-spacing: 2px;
	margin-bottom: 5px;
	/* text-transform: lowercase; */
	margin-top: -5px;
}

h2 a
{
	text-decoration: none;
	color: #777777;
}

h4
{
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #888888;
	letter-spacing: 2px;
	margin-bottom: 5px;
	margin-top: 0px;
}

a
{
	color: #003173;
}

a.news_link
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin-top: 8px;
	outline: none;
}

.news_right
{
	float: right;
	width: 200px;
	height: auto;
	padding: 5px;
	margin-right: 5px;
}

img.news_feed_icon
{
	border: 0px;
	float: right;
	margin-left: 5px;
}

a img.news_feed_icon
{
	outline: none;
}

#map_canvas
{
	width: 350px;
	height: 200px;
	float: right;
}

.contact_form
{
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 730px;
	height: auto;
	background: #e2e2e2;
	padding: 5px;
}

.form_data
{
	float: left;
	width: 520px;
	background: #e5e5e5;
	padding-left: 10px;
}

.form_data th
{
	width: 100px;
	text-align: left;
}

.form_data td
{
	width: 420px;
	text-align: left;
}

.form_data input
{
	width: 350px;
	border: 1px solid #888888;
	color: #444444;
	background: #ffffff;
}

.form_data select
{
	width: 350px;
	border: 1px solid #888888;
	color: #444444;
	background: #ffffff;
	outline: none;
}

.form_data textarea
{
	width: 350px;
	border: 1px solid #888888;
	color: #444444;
	background: #ffffff;
}

.form_code
{
	float: right;
	width: 190px;
	padding: 5px;
}

.form_code .code
{
	width: 90px;
	height: 28px;
	margin: 0px;
	line-height: 30px;
	padding: 0px;
	font-size: 22px;
	vertical-align: middle;
	border: 1px solid #888888;
	color: #444444;
	background: #ffffff;
}

.form_code p img
{
	vertical-align: middle;
}

.form_code p
{
	margin-top: 0px;
}

.form_code .submit
{
	border: 1px solid #888888;
	background: #ffffff;
	height: 25px;
}

.asterisk
{
	color: #003173;
}

.link_divide
{
	float: left;
	width: 740px;
	height: 1px;
}

.links_box
{
	float: left;
	width: 350px;
	height: auto;
	padding: 10px;
}

.divisions_box
{
	float: left;
	width: 170px;
	height: 170px;
	border: 1px solid #cccccc;
	margin-right: 13px;
	margin-bottom: 13px;
}

.side_right input
{
	border: 1px solid #888888;
	color: #444444;
	background: #ffffff;
}

.map_side
{
	width: 370px;
	height: auto;
	float: left;
}