/* CSS Document */
html { height: 100%; margin-bottom: 1px; }  /* Forces vert scrollbar on all pages*/

body 
{
	margin: 0 0 0 0;
	height: 100%;
	min-height: 100%;
	min-width: 800px;
	font-size: 12px;
	background-image:url(images/websiteimages/background_1.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

p, form, h1, h2, table
{
margin: 0;
padding: 0;
}

#container
{
margin-top:20px;
margin-left: auto;
margin-right: auto;
width: 800px;
height: auto;
min-height:600px;
}

#innercontainer
{
width: 760px;
height:auto;
float: left;
margin: 0px 0px 0px 0px;
background-color:#FFFFFF;
padding:20px;
}

#header
{
width: 760px;
height:auto;
float: left;
margin: 0px 0px 20px 0px;
}

#contentholder
{
width: 760px;
height:auto;
float: left;
margin: 0px 0px 20px 0px;
}

#lowertitle
{
width: 760px;
height:auto;
float: left;
margin: 0px 0px 0px 0px;
background-color:#999999;
}

#lowertitle p
{
font-size:11px;
line-height:21px;
text-align:center;
text-decoration:none;
color:#003366;
}

#lowertitle a
{
font-size:11px;
line-height:21px;
text-align:center;
text-decoration:none;
color:#003366;
}

#footer
{
width: 760px;
height:auto;
float: left;
margin: 0px 0px 0px 0px;
padding: 20px;
}

#footer p
{
font-size:11px;
line-height:21px;
text-align:center;
text-decoration:none;
color:#003366;
}

#footer a
{
font-size:11px;
line-height:21px;
text-align:center;
text-decoration:none;
color:#003366;
}

/*========================================*/

#navholder
{
width:180px;
height:auto;
float:left;
margin: 0px 0px 0px 0px;
}

.navholder
{
width:160px;
height:22px;
float:left;
margin:0px 0px 5px 0px;
background-color:#003366;
padding-left:10px;
border-left:10px #666666 solid;
}

.navholder a
{
font-size:12px;
line-height:21px;
text-decoration:none;
color:#FFFFFF;
}

.navholder p
{
font-size:12px;
line-height:21px;
text-decoration:none;
color:#FFFFFF;
}

.spacer
{
width:180px;
height:5px;
float:left;
margin:15px 0px 20px 0px;
overflow:hidden;
background-color:#999999;
}

#formholder
{
width:160px;
height:auto;
float:left;
margin:0px 0px 0px 0px;
background-color:#CCCCCC;
padding:10px;
}

#formholder p
{
float:left;
width:150px;
font-size:12px;
line-height:21px;
text-decoration:none;
color:#333333;
}




/*========================================*/


/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}



/*Text inputs*/
.textinput, .textinputHovered {
	width:144px;
	height:12px;
	background-color:#999999;
	border:none;
	float:left;
	padding:4px 8px;
	margin-bottom:6px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:144px;
	height:132px;
	overflow:auto;
	background-color:#999999;
	border:none;
	float:left;
	padding:4px 8px;
	margin-bottom:8px;
}
.textareaHovered {
	background-position:left bottom;
}




/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:20px;
	color:#FFF;
	float:right;
	font-weight:bold;
	padding:2px 5px;
	background-color:#003366;
	border-left:#666666 solid 10px;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}

/*=====================================================*/

#rightcontaner
{
width:560px;
height:auto;
float:right;
margin: 0px 0px 0px 0px;
}

#rightcontaner img
{
float:left;
margin: 0px 0px 0px 0px;
}

.righttitleholder
{
width:540px;
height:49px;
float:left;
margin: 0px 0px 20px 0px;
background-color:#003366;
padding-left:10px;
border-left:#666666 solid 10px;
}

.righttitleholder h1
{
line-height:48px;
color:#FFFFFF;
}


.contectleftholder
{
width:250px;
height:auto;
float:left;
margin: 0px 0px 0px 0px;
padding: 20px 0px 20px 20px
}


.contectrightholder
{
width:250px;
height:auto;
float:right;
margin: 0px 0px 0px 0px;
padding: 20px 20px 20px 0px
}

.contectleftholder p
{
font-size:12px;
text-align:left;
line-height:16px;
color:#666666;
margin: 0px 0px 10px 0px;
}


.contectrightholder p
{
font-size:12px;
text-align:left;
line-height:16px;
color:#666666;
margin: 0px 0px 10px 0px;
}


.contectleftholder strong
{
font-size:12px;
font-weight:bold;
text-align:left;
color:#003366;
margin: 0px 0px 10px 0px;
}


.contectrightholder strong
{
font-size:12px;
font-weight:bold;
text-align:left;
color:#003366;
margin: 0px 0px 10px 0px;
}

.contectleftholder a
{
text-decoration:none;
font-size:12px;
font-weight:bold;
text-align:left;
color:#003366;
margin: 0px 0px 10px 0px;
}


.contectrightholder a
{
text-decoration:none;
font-size:12px;
font-weight:bold;
text-align:left;
color:#003366;
margin: 0px 0px 10px 0px;
}



/*================================*/

#mapholder
{
width:558px;
height:auto;
float:left;
margin: 0px 0px 0px 0px;
border:#003366 solid 1px;
}




/*=================================*/

.parholder
{
width:250px;
height:auto;
float:left;
margin: 0px 0px 0px 0px;
}

.contectleftholdertwo
{
width:250px;
height:auto;
float:left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 20px 20px
}


.contectrightholdertwo
{
width:250px;
height:auto;
float:right;
margin: 0px 0px 0px 0px;
padding: 0px 20px 20px 0px
}

.contectleftholdertwo p
{
font-size:12px;
text-align:left;
line-height:16px;
color:#666666;
margin: 0px 0px 10px 0px;
}


.contectrightholdertwo p
{
font-size:12px;
text-align:left;
line-height:16px;
color:#666666;
margin: 0px 0px 10px 0px;
}


.contectleftholdertwo strong
{
font-size:12px;
font-weight:bold;
text-align:left;
color:#003366;
margin: 0px 0px 10px 0px;
}


.contectrightholdertwo strong
{
font-size:12px;
font-weight:bold;
text-align:left;
color:#003366;
margin: 0px 0px 10px 0px;
}

.contectleftholdertwo a
{
text-decoration:none;
font-size:12px;
font-weight:bold;
text-align:left;
color:#003366;
margin: 0px 0px 10px 0px;
}


.contectrightholdertwo a
{
text-decoration:none;
font-size:12px;
font-weight:bold;
text-align:left;
color:#003366;
margin: 0px 0px 10px 0px;
}


.titlecapacity
{
width:230px;
height:22px;
float:left;
margin:0px 0px 0px 0px;
background-color:#003366;
padding-left:10px;
border-left:10px #666666 solid;
}

.titlecapacity h1
{
font-size:12px;
line-height:21px;
text-decoration:none;
color:#FFFFFF;
}

