body
{
    /*width: 101em;
    max-width: 100%;*/
    font-size:12px;
    background-color:#8499A5;
    color: Black;
    font-family: Arial;
	}

	
#wrapper 
{   
    border: 2px red;
    width: 1024px;
	height: 100%;
    text-align: left;
	background-color: white;
	margin:  0 auto;
	}	
/*#logo
{
       border: 2 px dashed white;
       width:20em;
       max-width: 20%;
       text-align: center;
    }*/

h1 
{
	font-family: Arial Black, arial;
	font-size:40px;
	font-weight: bold;
	margin-bottom: -15px;
}
h2 
{
	margin-top: 15px;
	margin-bottom: 0px;
	font-size: 30px;
	font-weight: lighter;
}
h3 
{
	margin-top: 10px;
	font-size: 20px;
}

#branding
{
    margin: 5px;
	float: Right;
	height:200px;    
	/*border: 2px dashed black;*/
    width: 820px;
    text-align: center;
}
/* =link control */
#branding a
{
    color:#3E88C8;
    text-decoration: none;
    text-align:right;
}
    
#branding a:hover 
{
    color: #005522;
    background-color: White;
    text-align:right;
} 

#branding a:active
{
    font-weight: bolder;
    text-align:right;
}
  
#addleft
{
float:left;
text-align: left;
}
#addright
{
float: right;
text-align: right;
}




#mainNav 
{ 
    background-color:#8499A5;
    color: White;
	float:left;
    margin:8px;
	min-height: 100%;
	padding: 3px;
    width: 170px;
    text-align:center;
    font-size:14px; 
    /*border:2px dashed red;*/
}
#content 
{
    color: black;
	background-color: white;
	min-height: 440px;
    float:right;
   /*border:2px dashed blue;*/
    width:820px;
    font-size:12px;
    text-align: center;
	/*overflow: scroll;*/
}

   /* =link control */
a 
{
    color: Black;
    text-decoration: none;
    text-align:right;
}
    
a:hover 
{
    color: #005522;
    background-color: White;
    text-align:right;
} 

a:active
{
    font-weight: bolder;
    text-align:right;
}
.image    
{
  float:left;
  /*width: 400px;*/
  padding-right: 10px;
  
 }

#footer
	{
	clear: both;
	margin-bottom :0;
	/*padding-left:15%;*/    	
        text-align: center;
    	font-size: 0.75em;
    	border: 2px blue;
		}
    
/*added nav below*/
ul
{
    margin:0;
    padding:0;
    list-style-type: none;
    /*text-align: left;*/
}
li
{
        padding-left:0px;
}




   /* =link control */
a 
{
    color: White;
    text-decoration: none;
    text-align:right;
}
    
a:hover 
{
    color: #8499A5;
    background-color: White;
    text-align:right;
} 

a:active
{
    font-weight: bolder;
    text-align:right;
}
    
   
#home #mainNav .home a,
#about #mainNav .about a,
#recommend #mainNav .recommend a,
#jobs #mainNav .jobs a,
#opening #mainNav .opening a,
#findus #mainNav .findus a,
#download #mainNav .download a,
#links #mainNav .links a,
#gallery #mainNav .gallery a,
#faq #mainNav .faq a
/*#fun #mainNav .fun a*/

	{
	font-size: 16px;
	font-weight: bold;    	
	text-decoration: underline;
	}

