/* andreas05 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. More free templates are available at: http://oswd.org/userinfo.phtml?user=Andreas
Version: 1.0, September 27, 2005 */

body{
padding:0;
margin:0;
font:76% verdana,tahoma,sans-serif;
background:#2570cd url(../images/HibiscusBlueBackground.jpg) no-repeat;
color:#303030;
}
#page_wrap {
	width: 100%;
	z-index: 1;
	margin: 10px auto;
}

#bottom_fade {
	width: 100%;
	height: 100px;
	z-index: 1;
	position: fixed;
	bottom: 0px;
	background: url("../images/bottom-fade.png") bottom no-repeat;
}

a{
text-decoration:none;
background-color:inherit;
font-weight:bold;
color:#286ea0;
}

a:hover{
background-color:inherit;
color:#303030;
}

h1{
margin:0;
font-size:3.6em;
letter-spacing:-2px;
text-align:right;
background-color:inherit;
color:#505050;
}

h2{
margin:5px 0 10px 0;
font-size:1.6em;
letter-spacing:-1px;
font-weight:normal;
}

p{
margin:0 0 15px 0;
line-height:1.3em;
}

img{
float:left;
margin:0 0 4px 0;
}

#title{
margin:20px auto 4px auto;
width:700px;
}

#container{
margin:0 auto 15px auto;
width:810px;

padding:10px;
background:#ffffff url(../scripts/rotator.php) top left no-repeat;
color:#303030;
border:20px solid #505050;
}

#sidebar{
	float:left;
	width:110px;
	padding-left:180px;
}

#facebook{
	float:left;
	width:280px;
	padding-left:5px;
}

#main{
width:500px;
float:right;
}

#main2{
width:560px;
}

#footer{
clear:both;
}

.menu{
display:block;
width:103px;
padding:4px 2px 4px 10px;
font-size:1.1em;
font-weight:bold;
background-color:inherit;
color:#286ea0;
border:1px solid #ffffff;
}

.menu:hover{
background-color:#f8f8f8;
color:#286ea0;
border:1px solid #dadada;
}

.menuhighlight{
display:block;
width:103px;
padding:4px 2px 4px 10px;
font-size:1.1em;
font-weight:bold;
background-color:#f8f8f8;
color:#286ea0;
border:1px solid #dadada;
}

.menuright{
padding:4px 4px 4px 10px;
font-size:1.0em;
font-weight:bold;
color:#ffef00;
background-color:#000066;
border:1px solid #ffffff;
}

.menuright a:link{
color:#ffef00;
}

.menuright:hover{
color:#286ea0;
border:1px solid #EBE7D6;
background-color:#d0d0d0;
}

.credits{
margin-bottom:0;
font-size:0.8em;
background-color:inherit;
color:#aaaaaa;
}

.credits a{
background-color:inherit;
color:#aaaaaa;
}

.map {
color: #000000;
background-color:#e8e8e8;
font-size:10px;
border:thin #000000;
}

/*only applies to home*/
#leftcolumn{
float:left;
width:150px;
height: 400px;
border: 3px solid black;
padding: 5px;
padding-left: 8px;

}

#leftcolumn a{
padding: 3px 1px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid gray;
}

#leftcolumn a:hover{
background-color: #2570cd;
}

#rightcolumn{
float:left;
width:470px;
min-height: 140px;
/*border: 3px solid black;*/
margin-left: 5px;
margin-top: 5px;
padding: 5px;
padding-bottom: 8px;
}

* html #rightcolumn{ /*IE only style*/
height: 400px;
}
/* Rotator Styles */
#wrapper {
	width:100%; 
	height: 340px;
	border:1px solid  #999;
	margin:0 auto;
	font-size:16px;

}

#rotator {
	background: url(../images/contentbg-rotator.gif) repeat-x;
	height: 340px;
	color:#000;
	position:relative;
	padding-bottom:2.6em;
	margin:0; 
	font-size:12px;
}

/* Tabs */
ul.ui-tabs-nav, li.ui-tabs-nav-item, li.ui-tabs-nav-item a:link, li.ui-tabs-nav-item a:visited {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	line-height:1.3;
	text-decoration:none;
	font-size:100%;
	list-style:none;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
}

ul.ui-tabs-nav {
	position:absolute;
	bottom:0px;
	left:0;
	z-index:1;
	width:100%;
	background:#bdd6f4 url(../images/uitabsbg.gif) repeat-x bottom right;
	border-top:1px solid #FFF;
}

/* Non-Selected Tabs */
li.ui-tabs-nav-item a:link,
li.ui-tabs-nav-item a:visited {	
	font-size:.8em;
	font-weight:bold;
	color:#bdd6f4;
	background:#bdd6f4 url(../images/uitabsbg.gif) repeat-x bottom left; 
	border-left:1px solid #bdd6f4;
	border-right:1px solid #bdd6f4;
}

/* Hovered Tab */
#rotator .ui-tabs-nav-item a:hover,
#rotator .ui-tabs-nav-item a:active {
	background:#bdd6f4 url(../images/uiactivetabbg.gif) repeat-x bottom left;
	color:#333;
}

#rotator .ui-tabs-nav-item a span {
	float:left; 
	padding:1em; 
	cursor:pointer;
}

/* Active Tab */
#rotator .ui-tabs-selected a:link,
#rotator .ui-tabs-selected a:visited,
#rotator .ui-tabs-selected a:hover,
#rotator .ui-tabs-selected a:active {
	background:#fff url(../images/uiactivetabbg.gif) repeat-x bottom left;
	color:#333;
}

/* Content Panels */
#rotator .ui-tabs-panel {
	font-family: Verdana, Geneva, sans-serif;
	clear:left;
	color:#000;
	padding:15px 15px 15px;
	height:225px;
}

#rotator .ui-tabs-hide {
	display:none;
}

#rotator h2 {
	color:#E75D00;
	font-weight:normal;
	margin:0;
	font-size:1.8em;
	line-height:1.2em;
}

#rotator p {
	font-size:1.1em;
	margin:.5em 0;
	color:#333;
}