@charset "UTF-8";
/* CSS Document */

/* Colors Used  

Brown: #8c6239
Dark Brown: #583015
Light Blue: #5aafc2
Dark Blue: #00344f
light Brown: #ead9ab
*/

body {
	margin: 0;
	padding: 0;
	background:#5aafc2;
	overflow: -moz-scrollbars-vertical;
}


#wrapper {
	height: 788px;
	background:#5aafc2 url(../img/contentBackground.jpg) top left repeat-y;	
}

#header {
	background: transparent url(../img/header.jpg) top left repeat-x;
	height: 130px;
	padding-left:100px;
}
#header img {
	border:none;
}

#navBar {	
	height: 30px;
	width: 780px;
	background:#5aafc2 url(../img/navBarBackground.jpg) left repeat-x;
	border-bottom:1px solid #8c6239;
	padding-top: 14px;
	padding-left:20px;
}
#navBar a, a:link, a:visited {
	color: #8c6239;
	font-family:"Trebuchet MS";
	text-transform:uppercase;
	font-size:16px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
}
#navBar a:hover {
	color: #FFFFFF;
}
#navBar #loginBox {
	position: absolute;
	height: 25px;
	text-align:right;
	top: 145px;
	left: 825px;
	font-size:14px;
}
#navBar #loginBox a, a:link, a:visited {
	font-size:14px;
}
#content {
	margin-left: 100px;
	margin-top: 0;
	width: 800px;
	height: 620px;
	float:left;
}

#leftColHome{
	width: 530px;
	height: 100%;
	float:left;
}
#leftCol{
	width: 490px;
	height: 100%;
	float:left;
	font-family:"Trebuchet MS";
	color:#333333;
	font-size: 11px;
	line-height: 15px;
	padding-left:20px;
	padding-right: 20px;
}
#leftCol a, a:link, a:visited {
	color: #0087a5;
	text-decoration:none;
	font-size: 11px;
	text-transform:none;
	padding: 0;
	margin: 0;
}
#leftCol a:hover, #rightColHome a:hover {
	color: #00344f;
}
img {
 border: none;
}
h1 {
	color: #583015;
	font-size:18px;
	font-weight:bold;
	font-family:"Trebuchet MS";
	text-transform:uppercase;
	margin-bottom: 3px;
}

.subHead {
	color: #00344f;
	margin-bottom: 2px;
	font-size:14px;
	font-weight:bold;

}

#rightColHome{
	float:right;
	width: 210px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	text-align:center;
	height:100%;
	color:#583015;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
}
#rightColHome hr{
	border-top:1px dotted #8c6239;
	margin-bottom: 7px;
}
#footer {
	height: 23px;
	padding-top:15px;
	padding-left: 20px;
	background-color:#00344f;
	width: 780px;
	float:left;
	margin-left:100px;
	color:#5aafc2;
	font-family:"Trebuchet MS";
	font-size:10px;
}

/*lightbox stuff*/
table {
	font-family:"Trebuchet MS";
	color:#333333;
	font-size: 13px;
	line-height: 15px;
}
#overlay{ 
    background-image: url(../img/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}

* html #overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(../img/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/overlay.png", sizingMethod="scale");
}

#box{
    width:300px;
    background: white;/*#2d2d2d;*/
    padding:10px;
    border:2px solid #eee;
	color:#FFFFFF;
}
input {
	border: 1px solid #00344f;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 12px;
}
#close{
    /*position:absolute;
    top:7px;
    right:7px;*/
    cursor:pointer;
	float:right;
}

.white {
	color:#FFFFFF;
	padding-left: 10px;
	font-size:13px;
}

.submit {
	width: 290px;
	height: 25px;
}
	
