@charset "UTF-8";
/* CSS Document */

/* Core html */
/*****************************/

html {
  height: 100%;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}

img {
border:none;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#517285;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color:#333;
}

input[type=text] {
	border:1px solid #999;
	padding:2px;
}

input[type=submit], input[type=button] {
	border:1px solid #fff;
	background-color:#517285;
	padding:3px 4px;
       color:#fff;
}

input[type=submit]:hover, input[type=button]:hover {
	background-color:#e0e2e6;
	cursor:pointer;
}

fieldset {
	border:none;
}


/* Layout Elements */
/*****************************/

div#site_header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:192px;
}

h1.site_slogan {
       font-family:Courier New;
	font-size:18px;
	font-weight:bold;
       color:#c86903;
}

div#top_container ul {
	list-style:none;
	margin:0;
	padding:0;
}

div#top_container ul li {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}

div#top_container ul li ul {
	display:none;
}

div#top_container ul li a {
	margin:10px 5px 5px 5px;
	padding:0 18px;
	display:block;
       background-repeat:no-repeat;
       color:#c86903;
}

div.breadcrumb_container {
	font-size:11px;
}

div.mainmod_top h3 {
	padding:0 0 0 30px;
	background-repeat:no-repeat;
	background-position:7px 0;
	font-size:12px;
	font-weight:bold;
       color:#c86903;
}


h3.bottommodule_title {
	font-size:12px;
	font-weight:bold;
	background-color:#517285;
       color:#fff;
}

div.bottommodule_content {
	padding:0 0 12px 40px;
}

div.copyright {
	font-size:11px;
}

div.link_bottom {
	color:#cccccc;
	font-size:11px;
}

a.link_bottom {
	color:#cccccc;
	font-size:11px;
}


/* Joomla Styles */
/*****************************/

.componentheading {
	font-weight:bold;
	font-size:13px;
	padding-bottom:12px;
}

.contentheading {
	font-weight:bold;
	font-size:13px;
	padding-bottom:12px;
	color:#000;
	padding-left:2px;
}

div.blog_more {
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	padding-top:10px;
	margin-bottom:10px;
}

.contentpaneopen {
	border-bottom:1px dotted #CCC;
	margin:10px;
}

.module_menu ul {
	list-style:none;
	margin:0 0 6px 0;
	padding:0;
}

.module_menu ul li {
	margin:8px 8px 0 8px;
	padding:0 0 0 16px;
}

.module_menu ul li a {
	margin:0;
	padding:0 0 6px 0;
	display:block;

}

.module_menu ul ul li {
	margin:8px 0 0 0;
	padding:0 0 0 8px;
	background-image:none;
}

.module_menu ul ul ul li {
	margin:8px 0 0 0;
	padding:0 0 0 8px;
	background-image:none;
}

.span {
color:#000;
}