@charset "utf-8";
/* CSS Document */
img
	{
		border: 0px;
	}


body 
	{
		background-color:#cccccc;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		color: #003366;
		background-image: url(../Images/hills.jpg); 
		background-repeat: no-repeat;
	}
	
/* For the Background*/

#banner
	{
		position: absolute;
		top: 0px;
		left: 0px;
	
		z-index: 50;
		width: 1024px;*
		height: 384px;
	}

#logo
	{
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 60;
	}


/*Navigation*/ 
div#nav
	{
		z-index: 80;
	
		position:absolute;
		top: 15px;
		left: 5px;
	
		color: #003366;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;		

		padding: 0em 1em 0em 0em ;
	}
	
#nav ul
		{
			list-style-type: none;
		}
		
	#nav ul li
		{
			display: inline;
			padding: 5px 10px 10px 5px; 
		}	

#nav_box
	{
		position: absolute;
		top: 15px;
		left:10px;
	}
		



/*Main area's */		
#main
	{
	 	float:left;
	 	/*width: 1024px;*/
	 	height: 768px;
	}
	
#box
	{
		z-index: 70;
		position: absolute;
		top: 245px;
		left: 360px;
		
		margin-left: 0px;	
		
		background: #003366;
		
		width: 570px;
		height: 750px;
		
		padding: .5em 1em .5em 5em ;
	}

#text
	{
		position:absolute;
		top: 320px;
		left: 0px;
		
		width: 300px;
		height: 500px;
		
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		text-align: justify;
		color: #FFFFFF;
		padding: 1.5em 1em 1em .5em ;
	}
	
#text2
	{
		position:absolute;
		top: 330px;
		left: 310px;
		
		width: 300px;
		height: 500px;
		
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		text-align: justify;
		color: #FFFFFF;
		padding: 1.5em 1em 1em 1em ;
	
	}
	

#textpic
	{ 
		padding: 1.5em 1em 1em 1em ;
	}

/*Welcome Section*/
#welcome
	{
		z-index: 70;
		position:absolute;
		top:90px;
		left: 20px;
	
		padding: 0em 0em 0em 0em ;
	}

#wel_txt
	{
		z-index: 80;
		position:absolute;
		top:25px;
		left: 5px;
		
		width: 280px;
		height: 100px;
	
		padding: 0em .5em 0em .5em ;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		color: #003366;
		text-align: left;
	}

	
.enlarge
	{
		font-size: 30pt;
		font-weight: bold;
		color: #003366;
	}
	
.enlarge2
	{
		font-size: 12pt;
		font-weight: bold;
		color: #003366;
	}
	
#pic
	{
	float:right;
	position: absolute;
	top: 15px;
	left: 285px;
	
	padding: 0em 0em 0em 1em ;
	}
	
/*Contact Box*/	

#contact
	{
		position:absolute;
		top: 687px;
		left: 55px;
	}
#con_box
	{
		position:absolute;
		top: 50px;
		left: 25px;
	}
	
#sidepic
	{
		position: absolute;
		top:420px;
		left:30px;
	}	
	
/*Text Info*/
	
h1
	{
		z-index: 100;
		font-size: 36px; 
		color: #003366;
		
	}
	
h2
	{
		color: #003366;
	}
	
h3 
	{
		color: #003366;
	}
	

.algn_cntr
	{
		text-align: center;
	}
		
.algn_rgt
	{
		text-align: right;
	}	
	
.algn_lft
	{
		text-align: left;
	}		
	

/* For the Links*/

a:link
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		text-decoration: none;
		color: #000000;
	}
		
a:visited
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		text-decoration: none;
		color: green;
	}
		
a:active
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		text-decoration: none;
		color: red;
	}
		
a:hover
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		text-decoration: none;
		color: Orange;
	}

.links1 a:link    
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		text-decoration: none;
		color: #cccccc; 
	}

.links1 a:visited 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		text-decoration: none;
		color: green;  
	}

.links1 a:active 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		text-decoration: none;
		color: red; 
	}

.links1 a:hover
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		text-decoration: none;
		color: Orange;
	}
	   
/* For the Bottom/Footer*/

#bottom
	{
		position: absolute;
		top: 1020px;
		left: 0px;
		margin-left: 0px;	
		background: #999999;
		width: 1024px;
		height: 80px;
	}
	
.footer
	{
		z-index: 50;
		position:absolute;
		top:5px;
		left: 20px;
		text-size: 10pts;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		color: black;
	}
	
.footer2
	{
		z-index: 50;
		position:absolute;
		top:10px;
		left: 500px;
		text-size: 10pts;
		text-align: center;
		font-family:Arial, Helvetica, sans-serif;
		color: black;
	}