x/*****************************/
/*** Core html setup stuff ***/
/*****************************/

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #222222;
}

html {
  height: 100%;
}

body {
	height: 101%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #93B8DC;
}

form {
  margin: 0;
  padding: 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #2672B2;
}

a:hover {
	text-decoration: underline;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 15px; }

img { border: 0 none; }

div#content_container table {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

div#content_container td { 
	background-color: #E9F1F8;
	padding: 10px;
	vertical-align: top;
}

div#content_container th {
	padding: 0 10px 0 10px;
}

a img {
	margin: 5px 0 10px 10px;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	background: url(../images/wrapper_bg.png) repeat-y;
}

div#wrapper_edit {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	background: url(../images/wrapper_bg_edit.png) repeat-y;
}

div#header {
	position: relative;
	height: 340px;
	background-image: url(../images/header.jpg);
}

div#header_edit {
	position: relative;
	height: 340px;
	background-image: url(../images/header_edit.jpg);
}

div#top_menu {
	float: right;
	margin: 251px 0 0 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
}

div#top_menu ul {
	list-style-type: none;
	margin: 0;
}

div#top_menu ul li {
	display: inline;
}

div#top_menu ul li a {
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 10px 0 10px;
}

div#left {
	position: relative;
	float: left;
	width: 218px;
	margin-bottom: 40px;
}

div#left div.moduletable_menu {
	width: 183px;
	margin: 15px 0 0 15px;
	border-left: 2px solid #F89321;
	border-right: 2px solid #F89321;
	border-bottom: 1px solid #F89321;
	text-align: center;
}

div#left div.moduletable_menu h3 {
	background-color: #F89321;
	height: 25px;
	line-height: 27px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
}

div#left div.moduletable_menu ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#left div.moduletable_menu ul.menu li {
	line-height: 27px;
	background-color: #FFFFFF;
	display: block;
	border-bottom: 1px solid #F89321;
	text-align: center;
}

div#left div.moduletable_menu ul.menu li#current a {
	color: #2672B2;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

div#left div.moduletable_menu ul.menu li ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div#left div.moduletable_menu ul.menu li ul li {
	line-height: 20px;
	display: block;
	border: 0;
}

div#left div.moduletable_menu ul.menu li ul li a {
	font-weight: normal;
	font-size: 11px;
	text-transform: lowercase;
}

div#left div.moduletable_menu ul.menu li#current ul li a {
	font-weight: normal;
	font-size: 11px;
	text-transform: lowercase;
}

div#left div.moduletable_menu ul.menu li ul li#current a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px
}

div#left div.moduletable_menu ul.menu li a {
	color: #2672B2;
	text-transform: lowercase;
	font-size: 14px;
}

div#content_container {
	float: left;
	width: 520px;
	margin-left: 15px;
	font-size: 13px;
	line-height: 130%;
	padding-bottom: 200px;
	background: url(../images/outline.png) bottom no-repeat;
}

div#right {
	width: 210px;
	float: left;
	margin-left: 15px;
	font-size: 13px;
}

div#right div.moduletable {
	width: 168px;
	margin: 15px 0 0 15px;
	border-left: 2px solid #2672B2;
	border-right: 2px solid #2672B2;
	border-bottom: 2px solid #2672B2;
	background-color: #FFFFFF;
	padding: 5px;
}

div#right div.moduletable h3 {
	position: relative;
	top: -5px;
	left: -5px;
	width: 178px;
	background-color: #2672B2;
	height: 25px;
	line-height: 27px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 10px 0;
}

div#footer {
	width: 100%;
	height: 30px;
	background-color: #FFFFFF;
	border-bottom: 40px solid #93B8DC;
	border-top: 2px solid #2672B2;
	line-height: 30px;
	text-align: center;
	font-size: 11px;
	overflow: hidden;
	color: #2672B2;
}

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

div#footer ul li {
	display: inline;
}

div#footer ul li a {
	color: #F89321;
	font-weight: normal;
	text-transform: uppercase;
}

div#footer ul li span.separator {
	margin: 0 10px 0 10px;
}

.clr {
	clear: both;
	width: 100%;
}

div#right label {
	font-size: 12px;
	text-align: left;
	color: #F89321;
}

div#right .inputbox {
	width: 164px;
	margin: 0 0 10px 0;
	border: 1px solid #F89321;
}

div#right .button {
	background-color: #F89321;
	color: #FFFFFF;
	border: 0;
	margin: 0 0 5px 0;
}

thead {
	background-color: #2672B2;
	line-height: 30px;
	color: #FFFFFF;
	text-align: left;
}

/* horizontal menu */


/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/


h1, h1.contentheading, h1.componentheading {
	font-size: 20px;
	text-transform: uppercase;
	color: #C7DAF1;
	font-weight: bold;
	width: 100%;
}

h2, h2.contentheading, h2.componentheading {
	font-size: 16px;
	color: #2672B2;
	padding-bottom: 12px;
	padding-top: 20px;
	border-bottom: 1px solid #C7DAF1;
	font-weight: bold;
	width: 100%;
	display: block;
}

a.slideTitleLink {
	font-size: 12px;
	color: #2672B2;
	padding-bottom: 8px;
	border-bottom: 1px solid #C7DAF1;
	font-weight: bold;
	width: 100%;
	display: block;
	cursor: pointer;
}

a.slideTitleLink:hover {
	text-decoration: underline;
	cursor: pointer;
}

.buttonheading {
	position: relative;
	top: -43px;
	float: right;
}

.iteminfo {}

.modifydate, .createdby {
	display: none;
}

.createdate {
	color: #2672B2;
	font-size: 11px;
}

div.contact_address, address {
	font-style: normal;
}

.contact label {
	display: block;
}
	
.contact .inputbox {
	width: 300px;
	margin: 5px 0 10px 0;
	border: 1px solid #F89321;
	font-size: 13px;
}

textarea.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
}

.contact .button {
	background-color: #F89321;
	color: #FFFFFF;
	border: 0;
	margin: 5px 0 5px 0;
	cursor: pointer;
}

.article_separator, .row_separator {
	display: none;
}

td img {
	margin-right: 5px;
}

.pagination {
	width: 100%;
	text-align: center;
}

.pagination span, .pagination a {
	margin-right: 5px;
}

tr.sectiontableheader td{
	background-color: #2672B2;
	font-weight: bold;
	color: #FFFFFF;
}
