/* Accordion */



.caption {
	margin: 0 0 10px 10px;
}

.basic, #list2, #list3, #navigation { width: 530px;}

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic  {
	width: 530px;
	border: 3px solid #0a172b;
}
.basic div {
	background-color: #213653;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic .hed {
	text-transform:lowercase;
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #526988;
	background-color: #abb9cf;
	background: #162b4b url("../images/bg-accordion-header-dark.gif") repeat-x top;
}
.basic a:hover {

}
.basic .activepanel {
	color: #fff;
	background: #162b4b url("../images/bg-accordion-header.gif") repeat-x top;
}

#list2 {
	height: 178px;
	border: 1px solid #eee;
	overflow: hidden;
}
#list2 .red {
	color: red;
	background-color: red;
}
#list2 .green {
	color: green;
	background-color: green;
}
#list2 .blue {
	color: blue;
	background-color: blue;
}
#list2 dd { height: 130px; overflow: hidden; }

#list3 { border: 1px solid #111; }
#list3 div.selected .title { font-weight: bold; }
#list3 div div {
	border-left:8px solid #6699CC;
	padding: 5px;
}
#list3 div.title {
	border: 1px solid #3366AA;
	background-color: #6699CC;
	padding: 10px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}

#navigation {
	border:1px solid #5263AB;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#E2E2E2;
	width:200px;
}
#navigation a.head {
	cursor:pointer;
	border:1px solid #CCCCCC;
	background:#5263AB url(collapsed.gif) no-repeat scroll 3px 4px;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:14px;
	text-decoration: none;
}
#navigation a.head:hover {
	color:#FFFF99;
}
#navigation a.selected {
	background-image: url(expanded.gif);
}
#navigation a.current {
	background-color:#FFFF99;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#navigation li li a:hover {
	background-color:#FFFF99;
	color:#FF0000;
}

#wizard {
	width: 200px;
	border: 1px solid black;
}
#wizard .title {
	background-color:#DDDDDD;
}

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}

.gallery {
	border:0;
	margin:0;
}

.gallery td {
	padding:3px;
}

.gallery td a img {
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;	 
}

.gallery td a:hover img {
	opacity:1.00;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;	 
}


/*GLOBAL OPTIONS*/
html {
	font-size: 100.1%;
	height: 100%;
	background: #000818  url(../images/bg-html.gif) repeat-x;
}
body {
	font: 64% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	min-width: 950px;
	height:100%;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
li {list-style: none;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
a:focus {outline: none;}
img {
	border: none;
	display: block;
}
h2, .contentheading, h1, .componentheading {
	
	font-size: 16px;
	font-weight: normal;
	text-transform: lowercase;
}
h1, .componentheading {
	color: #feffff;
	margin: 0 0 15px;
	padding-bottom: 15px;
}
h2, .contentheading {
	color:#99CCFF;
}
.rightcolheading {
	color:#aabbcc;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	margin: 0 0 15px;
}
.latestnews li {
	list-style: square;
}
.latestnews li a {
	text-decoration:none;
}
p, body, table {
	font-size: 10px;
	line-height: 18px;
	color: #b3bac5;
}
p {
	margin: 0 0 15px 0;
}

p.big {
	font-size: 11px;
	font-weight: bold;
}
/*text to image replacment*/
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/*MAIN CONTAINER*/
.main-holder {
	background: url(../images/bg-body.jpg) no-repeat center top;
	height: 100%;
}
#main {
	margin: 0 auto;
	width: 950px;
	height: 100%;
}

#intro-main {
	margin: 0 auto;
	width: 1145px;
}
/*HEADER*/
#header {
	height: 120px;
	position: relative;
}
/*logo*/
.logo {
	margin: 0;
	position: absolute;
	top: 20px;
	left: 17px;
	height: 77px;
	width: 255px;
	background: url(../images/logo.gif) no-repeat;
}
.logo a {
	width: 100%;
	height: 100%;
}
.content p {
	font-size: 120%;
	line-height: 180%;
}

#mainlevel-intro li {
	display: inline;
	padding-left: 21px;
	text-transform: lowercase;
}

#mainlevel-intro li a {
	font-size: 13px;
	font-weight: bold;
	position: relative;
}

#mainlevel-intro li a {
	color: #646b89;
}
#mainlevel-intro li a.blue {color: #0d6d86;}

#mainlevel-intro li a:hover {
	color: #fff;
}
#mainlevel-intro li a:hover.blue {color: #0cb9c1;}

#mainlevel-intro {
	background: url(../images/menu-bg.png) no-repeat;
	width: 963px;
	height: 80px;
	padding-top:10px;
}

/*CONTAINER*/
#container {
	width: 820px;
	overflow: hidden;
	padding: 0 0 170px 107px;
}
/*content*/
.content {
	float: left;
	width: 530px;
	background: url(../images/bg-content.jpg) no-repeat;
	padding: 18px 15px 20px 20px;
}
/*sidebar*/
.sidebar {
	float: right;
	width: 210px;
	background: url(../images/bg-sidebar.jpg) no-repeat;
	padding: 15px 15px 20px;
}
/*photo-list*/
.photo-list {
	padding: 20px 0 0;
	margin: 0;
}
.photo-list li {
	width: 100%;
	vertical-align: top;
	margin-bottom: 16px;
}
/*sidebar title*/
.new-build {
	background: url(../images/txt-new-build.gif) no-repeat;
	height: 11px;
}
/*FOOTER*/
#footer {
	clear: both;
	color: #323f6e;
	font-size: 9px;
	margin: 0;
	text-align: center;
	letter-spacing: 2px;
	height: 40px;
}
#footer a {color: #323f6e;}

.bodyBg {
	height: 100%;
}

.welcomeBody {
	background: #000818 url('../images/bg.gif') repeat-x scroll top center;
	height: 100%;
}

.contentdescription {
	margin: 0 0 20px 0;
}

.contentdescription p {
	font-size: 120%;
}
	
FORM {
	margin:0;
	padding:0;
}

UL {
	list-style-type: square;
	margin-left: 0.75em; 
	padding-left: 0.75em;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;}
	
LI {
	margin-bottom:5px;
}
legend {
	color: #ffffff;
}
.content img {
	display:inline;
}

/* Joomla */

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}


/* form validation */
.invalid {
border-color:red !important;
}

label.invalid {
color:red;
}

/* read more link */
.readon {
	font-size: 10px;
}

/* created date for content items */
.createdate {
	font-size: 10px; 
	color:#6699CC;
}

/* set content windows to full width */
.contentpaneopen {
	width: 100%;
}

.blog {
	width: 100%;
}

.contentpaneopen td {
	line-height: 21px;
}

/* end Joomla */
	
H1 {
	font-size: 18px;
}

H2 {
	font-size: 16px;
}

H3 {
	font-size: 14px;
}

H4 {
	font-size: 13px;
}

.small {
	font-size: 10px;
}


.footer {	
	color: #666666;
    font-size: 10px;
}
	
.footer a:link {	
	color: #666666;
    text-decoration: none;
}
	
.footer a:visited {	
	color: #666666;
    text-decoration: none
}

.footer a:hover {	
	color: #000000;
    text-decoration: underline
}

.category {	
	color: #b3bac5;
    font-size: 12px;
}
	
.category a:link {	
	color: #b3bac5;
    text-decoration: none;
}
	
.category a:visited {	
	color: #b3bac5;
    text-decoration: none
}

.category a:hover {	
	color: #ffffff;
    text-decoration: underline
}


/*LINKS*/
a:link { text-decoration: none; font-weight: bold; color: #fff; }
a:visited { text-decoration: none; font-weight: bold; color: #fff; }
a:active { text-decoration: none; font-weight: bold; color: #fff; }
a:hover  { text-decoration: underline; font-weight: bold;  color: #ccdeff; } 
