/*---------------------------------------------------------------*/
/*GENERAL SETTINGS*/
/*---------------------------------------------------------------*/
body {
	background-image: url(../Images/Background.jpg); 
	background-color: #DADADA;
	margin: 0px;
	font-family: Arial, Verdana, Georgia;
	font-size: 14px;
}

a {
    text-decoration: none;      
	color: #0000EE;
	font-weight: bold;
}

a.visited {
    text-decoration: none;    
	color: #551A8B;
	font-weight: bold;
}

a:hover {
     text-decoration: none;
	 color: #EE0000; 
     cursor: pointer;  
}

h1 {
	padding: 0px 0px 25px 0px;	
	margin: 0px;
	color: #F32729;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;	
}

h2 {
	padding: 0px 0px 25px 0px;	
	margin: 0px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;	
}

p {
	padding: 0px 0px 25px 0px;
	margin: 0px;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	line-height: 200%;	
}

.ssImgStyle {
   padding: 1px;
   border: 1px solid #000000;
   background-color: #000000;
}

/*---------------------------------------------------------------*/
/*PAGE WRAPPER*/
/*---------------------------------------------------------------*/
.ssPgWrap {
	height: auto;
	width: 1000px;
	padding: 0px;
	border: 2px solid #000000;
	margin: auto;
	margin-top: 15px;
	box-shadow: 10px 10px 5px 0px #000000;	
	position: relative;
}


/*---------------------------------------------------------------*/
/*PAGE HEADER 1*/
/*---------------------------------------------------------------*/
.ssPgHd1 {
	background-color: #FF601E;
	height: 175px;
	width: auto;
	padding: 0px;
	border: 0px;
	margin: 0px;		
	overflow: hidden;
	text-align: center;	
}


/*---------------------------------------------------------------*/
/*PAGE HEADER 2*/
/*---------------------------------------------------------------*/
.ssPgHd2 {
	background-color: #FFCE01;
	height: 40px;
	width: auto;
	padding: 0px 0px 0px 0px;
	border-top: 2px solid #000000;		
	border-bottom: 2px solid #000000;
	margin: 0px;
	text-align: center;
}


/*---------------------------------------------------------------*/
/*PAGE CONTENT*/
/*---------------------------------------------------------------*/
.ssPgCon{
	background-color: #EBE9D7;
	min-height: 400px;
	height: auto;
	width: auto;
	padding: 40px 30px 40px 30px;
	margin: 0px;
	text-align: left;
}


/*---------------------------------------------------------------*/
/*PAGE FOOTER 1*/
/*---------------------------------------------------------------*/
.ssPgFt1 {
	background-color: #FFCE01;
	height: 100px;
	width: auto;
	padding: 0px;
	border-top: 2px solid #000000;
	margin: 0px;
	text-align: center;
	color: #000000;	
	font-size: 16px; 	
	font-weight: bold;
	text-align:center;
	vertical-align: middle;
	line-height: 100px;	
}

/*---------------------------------------------------------------*/
/*PAGE FOOTER 2*/
/*---------------------------------------------------------------*/
.ssPgFt2 {
	height: auto;
	width: 1000px;
	padding: 0px;
	border: 0px;	
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #000000;
	font-size: 14px; 	
	font-weight: bold; 
	text-align:center;
	vertical-align: middle;	
}





/**********************************************************************************************************************************/





/*---------------------------------------------------------------*/
/*NAVIGATION BAR - MAIN BUTTON CONTAINER*/
/*---------------------------------------------------------------*/
ul {
	background-color: #FFCE01;
	height: 40px;
	width: auto;
	padding: 0px;	
	margin: 0 auto;
	list-style-type: none; 	
	font-size: 18px;
	font-weight: bold;	
}

/*MAIN BUTTON SETTINGS---------------------------------------------*/
li {
	width: 140px;
	padding: 0px; 
	border-right: 2px solid #000000; 
	line-height: 40px; 
	float: left; 
	position: relative; 	
}

li a {
	display: block; 
	padding: 0px 10px 0px 10px; 
	color: #000000; 
	text-decoration: none;
}

li a:hover {
	background-color: #FF601E;
	color: #000000;
}

/*MAIN BUTTON SELECTED---------------------------------------------*/
.ssNavCur {
	background-color: #FF601E;

}

/*SUB BUTTON TRANSPARENCY---------------------------------------*/
li ul {
	opacity: 0; 	
	position: absolute; 
}

li:hover ul {	
	opacity: 1;
}

/*SUB BUTTON SETTINGS-------------------------------------------*/
li ul li {
	width: 140px;
	padding: 0px;	
	border: 0px solid #000000;
	font-size: 16px;
	text-align: left;
	position: static; 
	height: 0; 
	line-height: 0;
}

li:hover ul li {
	height: 40px; 
	line-height: 40px;
}

li ul li a {
	font-size: 16px;
	background-color: #FFCE01;
}

li ul li a:hover {
	font-size: 16px;	
	background-color: #FF601E;
}
