﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headerPanel 
{
	background-image:url(../../Images/header.jpg);
	height:153px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:0px;
	color:#FFFFFF;
	font-size:.85em;
	position:relative;
	width:950px;
	}
	
#headerTopPanel
{
	margin-left:auto;
	margin-right:auto;
	width:950px;
	color:Black;
	background-color:white;
	font-size:.85em;		
}
	
#headerLogo {
	position:absolute;
	top:1.1em;
	left:0px;
	width:600px;
	height:80px;
	font-size:2.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:2.8em;
	padding:.1em 0 .2em 0;
	font-variant:small-caps;
	}
	
#headerHome {
	text-align:right;
	border-bottom:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:0px;
	height:2em;
	width:10%;
	padding:0 1.5% 0 0;
	}

#headerContact {
	text-align:right;
	border-bottom:1px dashed #CACACA;
	position:absolute;
	top:2em;
	right:0px;
	height:2em;
	width:10%;
	padding:0 1.5% 0 0;
	}
	
#headerLogin
{
	text-align:right;
	/*border-bottom:1px dashed #CACACA;*/
	position:absolute;
	top:4em;
	right:0px;
	height:2em;
	width:10%;
	padding:0 1.5% 0 0;
}

a.headerLink:link,a.headerLink:visited,a.headerLink:active {text-decoration:none; font-weight: normal; font-family:Arial; font-size:0.8em; color:black }
a.headerLink:hover{text-decoration: none; font-weight: normal;  font-family:Arial; font-size:0.8em; color:#1e5593 }

#navMain 
{
	position:relative;
	top:130px;
	left:400px;
	background: transparent;/*Black url(../../images/menuBack.jpg) repeat-x;*/
	font-size:1em;
	font-family:Arial;
	/*background-color:#404040;
	margin-left:auto;
	margin-right:auto;*/
	width:550px;
	padding:0 0 0 350;
	margin-top:0px;	
	z-index:999;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footer 
{
	background-image: url(../../Images/footer.jpg);	
	margin:0 auto;
	width:950px;
	height:53px;
	display:block;
	font-size:.8em;
	clear:both;
}
#footerLeft {
	float:left;
}
#footerRight {
	float:right;	
	text-align:right;
}

a.footerLink:link,a.footerLink:visited,a.footerLink:active {text-decoration:none; font-weight: normal; color:white }
a.footerLink:hover{text-decoration: none; font-weight: normal; color:black }

