/* Element Styles */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #164C80 url('../images/background.png') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	z-index: -3;
}

#website{
	position:absolute;
	bottom:0px;
	width:960px;
	height:100%;
	z-index:1;
	border:4pt solid #FF0000;
}
H1 {
	font-family: Georgia, serif;
    font-weight: bold;
	font-size: 25px;
	color: #3688DB;
	margin-left: 0px;
	padding-bottom: 0px;
	}
H2 {
	font-family: Georgia, serif;
    font-weight: normal;
	font-size: 16px;
	color: #3688DB;
	margin-left: 60px;
	padding-bottom: 15px;
	}

H3 {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 18px;
	color: #3688DB;
	margin-left: 0px;
	padding-top: 15px;
	text-align:center;
	}
H5 {
	font-family: Georgia, serif;
    font-weight: normal;
	font-size: 16px;
	color: #3688DB;
	margin-left: 60px;
	padding-bottom: 5px;
	}
#loginbox {
	font-family: Arial, Helvetica, sans-serif;
	width: 431px;
	font-size: 16px;
	color: #C7EEFF;
	margin:40px 100px;
	padding-bottom: 4px;
	font-weight: bold;
	}
a.weblink {
	color: #C7EEFF;
	text-decoration: none;
}
a.weblink:hover {
	color: #3688DB;
	text-decoration: none;
}
P, BLOCKQUOTE {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #C7EEFF;
        line-height: 1.5em;
        letter-spacing: .9px;
	padding-bottom:20px;
	font-weight:normal;
    }

/* Footer */




#footercontainer {	
	width: 570px;
	height: 100px;
	margin: 20px auto;
	z-index: 1;
	text-align:center;
}
#footercontainer p {
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #C7EEFF;
	margin: 0;
	padding: 15px 20px;
	font-size: smaller;

}
.footer_copyright {	
	font-size:smaller;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #C7EEFF;
}	
a.footer {
	color: #C7EEFF;
	text-decoration:none;
}
a.footer:hover {
	color: #3688DB;
	text-decoration: none;
}

#video{
	border: ridge 5px #C7EEFF;
	width: 455px;
	height: 255px;
	margin:10px auto;
}

/* Layout Styles */
#watermark{
	position: absolute; 
	width: 501px;
	height: 501px;
	top: 200px; 
	left: 200px; 
	background:url('../images/watermark.png') no-repeat;
	z-index: -2;
	}

#logo {
	position: relative;
	float: left;
	margin: 14px 20px;
	z-index: 1;
}
	
#client{
	position: absolute;
	display:block;
	top:14px;	
	left:600px;
	width:100%;
	z-index:1;

}
.login {
	position:relative;
	float:left;
	display:block;
	height: 106px;
	width: 500px;
	padding: 0px;
	background:url('../images/login.png') no-repeat;
}

 .loginbar {
	position:relative;
	float:right;
	display:block;
	height: 106px;
	width: 100%;
	background:url('../images/login_bar.png') repeat-x;
}

/* Navbar */

#navbar {
	position: absolute;
	left: 0px;
	top:145px;
	width: 206px;
	height:100%;
	display: block;
	z-index:1;
}

.navtop {
	position: relative; 
	top: 0px;
	background:url(../images/nav_top.png) no-repeat;
	width: 206px; 
	height: 37px;
	display:block;
	z-index:1;
}
.navmiddle {
	position: relative; 
	background:url(../images/nav_glass.png) repeat-y;
	display:block;
	width:206px;
	z-index:1;
	padding:10px;
	min-height:50%;
}
.navbottom { 
	background:url(../images/nav_bottom.png) no-repeat;
	width:206px;
	height:38px;	
	z-index:1;
	display:block;

}
#navbar ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	font-family: sans-serif;	
	font-size: 15pt;
	font-weight: normal;
	margin-top:25px;
	margin-bottom:25px;
	line-height:30pt;

}

#navbar li {
	padding-left: 0px;
}


#navbar a {
	color: #C7EEFF;
	text-decoration: none;
	padding-left:50px;
}


#navbar a:hover {
	background: url(../images/arrow.png) left center no-repeat; 
	padding-left: 50px;
	color: #3688DB;
	font-size: 15pt;
	font-weight: normal;
	text-decoration: underline;
}
/* maincontent */
#maincontent {
	position: absolute;
	left: 300px;
	top:145px;
	width: 662px;
	height:100%;
	display: block;
	z-index:1;
}

.maincontenttop {
	position: relative; 
	top: 0px;
	background:url(../images/glass_top.png) no-repeat;
	width: 662px; 
	height: 10px;
	display:block;
	z-index:1;
}
.maincontentmiddle {
	position: relative; 
	background:url(../images/glass_tile.png) repeat-y;
	display:block;
	width:662px;
	z-index:1;
	min-height:75%;
	padding: 0px 30px 20px 30px;
}
.maincontentbottom { 
	background:url(../images/glass_bottom.png) no-repeat;
	width:662px;
	height:10px;	
	z-index:1;
	display:block;

}
.maincontentback { 
	position: absolute;
	left: 400px;
	bottom: 0px;
	background:url(../images/main_bottom.png) no-repeat;
	width:662px;
	height:571px;	
	z-index:0;
	
}
#contentarea {
	width:570px;
	padding:10px;
}
	
