/* ----- CSS ----- */
	
html{
	}	
	
body{
	background: url(../../../images/pagebg.jpg) repeat-x;
	color: #555555;
	font: 12px Tahoma, Verdana, Arial;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

/* ----- IDS ----- */

#containerBG{
	background: url(../../../images/containerbg.jpg) no-repeat;
	width: 840px;
	min-height: 600px;
	margin: 0px auto;
	}
	
#container{
	background: transparent;
	width: 800px;
	min-height: 600px;
	margin: 0px auto;
	border: 1px solid #cccccc;
	border-top: 0px;
	}

#header{
	position: relative;
	height: 74px;
	}

#headerContent{
	position: absolute;
	bottom: 0px;
	padding: 0px 10px;
	}

#headerContent h1{
	font-size: 2.5em;
	font-weight: bold;
	color: #006699;
	}

#imageArea{
	height: 200px;
	}

#columns{
	}

#mainContent{
	padding: 10px 50px 10px 20px;
	}
	
#mainContent h2{
	padding: 0px;
	}
	
#mainContent p{
	padding: 0px;
	}

#subContent{
	padding-top: 10px;
	}

#subContent h3{
	background: #006699 url(../../../images/bluespacebg.jpg) repeat-x;
	color: #ffffff;
	padding: 2px 10px;
	}
	
#subContent p{
	padding: 0px;
	}
	
#subContent ul {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	}

#subContent ul li {
	display: block;
	margin: 0;
	padding: 3px;
	list-style: none;
	}

#subContent ul li a {	
	font-weight: bold;
	}

#nav{
	height: 25px;
	background: #006699 url(../../../images/bluespacebg.jpg) repeat-x;
	}
	
#nav ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav ul li a {
	float: left;
	padding: 0px 10px 0px 10px;
	color: #ffffff;
	font-weight: bold;
	height: 25px;
	display: block;
	line-height: 25px;
	}

#nav ul li a:hover,
#nav ul li.here a {
	background: url(../../../images/bluespacebgactive.jpg) repeat-x;
	}

#subFooter {
        width: 780px;
        background: url(../../../images/subfooterimg.jpg) no-repeat;
	position: relative;
	height: 100px;
        margin: 0px auto;
        }

#footerLinks{
        width: 780px;
	position: relative;
	height: 25px;
        margin: 0px auto;
        text-align: center;
        color: #ffffff;
        font-size: 10px;
	}

#footerLinks ul{
	margin: 0px auto;
	}

#footerLinks ul li{
	padding: 0px 2px;
	display: inline;
	list-style: none;
        color: #ffffff;	
	}

#footerLinks ul li a {
	line-height: 25px;
	color: #ffffff;
	font-size: 10px;
	}

#footerLinks ul li a:hover {
	color: #3399cc;
	}

/* ----- CLASSES ----- */

.hide{
}

.show{
}

.width{
	width: 780px;
	margin: 0px auto;
	}

.width25{
	width: 24%;
	}
	
.width75{
	width: 64%;
	}
	
.widthPad{
	width: 760px;
	margin: 0px auto;
	}

.footerSpacer{
	height: 10px;
	background: transparent;
	}

.clearSpacer{
	height: 1px;
	background: transparent;
	}

.blueSpacer{
	height: 25px;
	background: #006699 url(../../../images/bluespacebg.jpg) repeat-x;
        padding: 0px;
	}

.blueSpacer span{
       padding: 1px;
       line-height: 25px;
       color: #ffffff;
       font-size: 10px;
       }

.blueSpacer span a{
       color: #ffffff;
       }

.floatLeft{
	float: left;
	}
	
.floatRight{
	float: right;
	}
	
.floatClear{
	clear: both;
	}

/* ----- HEADINGS ----- */

h1{
}
h2{
}
h3{
}
h4{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}

/* ----- IMAGES ----- */

img{
       border: 0px;
}
img a{
}
img a:hover{
}

/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a:link,a:visited,a:active{
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	}

a:hover,a:focus{
	color: #3399cc;
	text-decoration: none;
	}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}