/* Colour specific sections */
/* Load before Core.css */

/* Structure */
body
{
  background: #f6f6f6 url(/uploads/blue/bg.jpg) repeat-x top left;  /* * */
	margin: 0px; 
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
}

#head
{
	background: #e4e4e4 url(/uploads/blue/header.jpg) no-repeat top left; /* * */
	width: 747px;
	height: 117px;
	padding: 0px;
	margin: 0 auto;
}

/* Text elements */

h1, h2, h3, h4, h5, h6
{
	font-family: sans-serif;
	padding: 0px;
	margin: 0px;
	color: #0E77C7;    /* * */
	background-color: transparent;
	font-weight: bold;
	display: block;
}

/* Stylesheet: Blue Modified On 2012-11-22 11:13:00 */
/* Core.css */
/* Load AFTER the colour specific css */

#head #logo
{
	padding: 25px 0px 0px 22px;
	width: 80px;
	height: 117px;
	margin: 0px;
display: inline-block;
}

#head #title
{
	width: 600px;
	height: 50px;
	margin: 25px 0px 0px 0px;
	position: absolute;
	display: inline-block;
}


#body_wrapper
{
  background: #A0A0A0 url(/uploads/body_repeat.jpg) repeat-y top left;
top: -100px;
	margin: 0px auto;
	width: 747px;
	display: block;
}

#body_content
{
  background: url(/uploads/body_top.jpg) no-repeat top left;
	float: left;
	padding: 10px 20px 0px 20px;
	min-height: 50px;
	display: block;
}

#end_body
{
  background: url(/uploads/body_bottom.jpg) no-repeat top left;
	margin: 0px auto;
	width: 747px;
	height: 37px;
	display: block;
}

.clearer
{
  clear: both;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

#all
{
  width: 707px;
	float: left;
	padding: 0px;
	background: url(/uploads/all_repeat.jpg) repeat-y top left;
}

#all .top
{
  background: url(/uploads/all_top.jpg) no-repeat top left;
	width: 707px;
	height: 18px;
	padding: 0px;
	margin: 0px;
}

#all .bottom
{
  background: url(/uploads/all_bottom.jpg) no-repeat bottom left;
	width: 707px;
	height: 21px;
	padding: 0px;
	margin: 0px;
}

.content 
{
  padding: 0px 15px;
}

.gmap
{
         float: right;
         width: 340px;
}

#left .content, #all .content
{
  padding-left: 22px;
}

#footer
{
	margin: 0 auto; 
	width: 747px;
	text-align: center;
}

/* Navigation */

#menu 
{
	float: right;
	margin: 89px 20px 0px 0px;

}

#menu ul 
{
	margin: 0;
	padding: 0;
	white-space : nowrap;
}

#menu ul li 
{
	margin: 0;
	padding: 0;
	display: block;
	float:left;
	text-align: center;
}

#menu ul li a 
{
	color : #fff;
	background-color: transparent;
	text-decoration : none;
	display: block;
	border-style:none;
}

#menu ul li a:link, #menu ul li a:visited 
{
	background-image: url(/uploads/menu_tabs.gif);
	background-repeat: no-repeat;
	color: #000;
	height: 17px;
	width: 94px;
	line-height: 17px;
	padding-top: 7px;
}

#menu ul li a:hover, #menu ul li a:active 
{
	background-image: url(/uploads/menu_tabs.gif);
	background-repeat: no-repeat;
	background-position: 0px -33px;
	height: 20px;
	width: 94px;
	line-height: 20px;
	padding-top: 4px;
}

#menu ul li.active a:hover, #menu ul li.active a:active,#menu ul li.active a:link, #menu ul li.active a:visited 
{
	background-image: url(/uploads/menu_tabs.gif);
	background-repeat: no-repeat;
	background-position: 0px -66px;
	height: 20px;
	width: 94px;
	line-height: 20px;
	padding-top: 4px;
	color: #606060;
}



/* Stylesheet: Core Modified On 2012-11-27 11:36:18 */
ul#menul li ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
}
ul#menul li li {
	float: none;
	margin: 0px;
	padding: 0px;
}

ul#menul li:hover ul, ul#nav li.cssHover ul {
	display: block;
}

#menu ul li.menuparent li a,
#menu ul li.active.menuparent li a
{
background-image: none;
background:#fff; color:#192666;
border: 1px #192666 solid;
}
#menu ul li.active.menuparent li a:hover,
#menu ul li.menuparent li a:hover 
{
background:#CBD5FB; color:#192666;
}
/* Stylesheet: Menu Modified On 2012-11-09 15:18:06 */
