/*
-----------------------------------------------
Cooper Design
Author:   Jason Cooper
Version:  March 9 2008
----------------------------------------------- */


/* Global
----------------------------------------------- */

/* Remove border around linked images */
img {
	border: 0;
	padding: 0;
	margin: 0;
	}
	
h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

	
	
/* Pseudo Links
----------------------------------------------- */
a:link, a:visited, a:active  {
	color: #fff000;
    text-decoration: underline;
	}    

a:hover {
	color: #fff000;
    text-decoration: none;
	}  
 
	
/* Body 
----------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
  	background-color: #016eb3;
  	background-image: url("../media/bgMain.jpg");
	background-repeat: repeat-x;
	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 11px;
  	line-height: 18px;
  	color: #363e7e;
  	text-align: center;
	}

#container {
	margin: 0 auto;
  	padding: 0px;
	width: 800px;
	}
	
#header {
	margin: 0 auto;
  	padding: 0px;
	width:800px;
	}	
	
#homeMain {
	margin: 0 auto;
	padding: 0px;
	width:800px;
	text-align: left;
	font-size: 11px;
	background: url(../images/austin1.jpg) no-repeat;
	}
	
#bodyMain {
	margin: 0 auto;
	padding: 0px;
	width:800px;
	text-align: left;
	font-size: 11px;
	color: #c3e9fc;
	border-top: none #005184;
	border-right: none #005184;
	border-bottom: none #005184;
	border-left: none #005184;
	}
	
#homeBox {
	padding: 10px;
	color: #c3e9fc;
	line-height: 16px;
	background: url(../images/austin1.jpg) no-repeat;
	}
	
#currentProjects {
	margin: 20px 0px 0px;
	padding: 15px;
	color: #fff;
	border: solid 1px #fff;
	background-image: url("../media/bgCurrentProjects.gif");
	width: 200px;
	}
#mainCopy {
	padding-right: 40px;
	padding-left: 12px;
}

	
#currentProjects ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;

	}
				
	
	
/* Navigation
----------------------------------------------- */	
	
* BEGIN DROPDOWN NAVAGATION */

#nav a:hover {
	text-decoration: none;
	}

.nav-bar {
	height: 29px;
	font-family: helvetica, tahoma, sans-serif;
	font-size: 20px;
	float: right;
	width: 375px;
	line-height: 25px;
	position: relative;
	top: 8px;
	color:#00c2f3;
	}
	
.nav-bar a {
	color: #005184;
	text-decoration: none;
	}	
	
.nav-bar a:hover {
	color: #5bcef6;
	text-decoration: none;
	}		
	
#nav a:link, #nav a:visited, #nav a:active, #nav a:hover {
  	border-style: none;
	}	

.nav-wrapper  {
	width: 375px; 
	height: inherit; 
	margin: auto;
	}

.nav-wrapper ul {
  	padding: 0;
  	margin: 0;
  	list-style: none;
	text-align: left;
	}

.nav-wrapper li {
  	float: left;
  	position: relative;

	}

.nav-wrapper li.sub {
	border-top: 1px solid #fff;
	clear: left;
	}

.nav-wrapper li img {
	display: block; /* IE5, 5.5 */
	}

.nav-wrapper li ul {
  	display: none;
  	position: absolute; 
  	top: 1em;
  	left: 0;
	padding-top: 18px;
	}

.nav-wrapper li>ul {
	top: auto;
	left: auto;
	padding-top: 0; 
	}
#table100 {
	padding-left: 11px;
}


.nav-wrapper li:hover ul, 
.nav-wrapper li.over ul{ 
	display: block;  
	}

.nav-wrapper li.sub a {
	display: block;
	width: 125px;	
	padding: 5px 10px;
	background: #005184;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	}

.nav-wrapper li.sub a:hover {
	color: #fff;
	background-color: #4092c7;
	cursor: arrow;
	}
	
	
/* END DROPDOWN NAVAGATION */		

.navSep {
	padding: 0 15px 0 15px;
	background-repeat: no-repeat;
	background-position: center;
	}
	
	

/* Footer 
----------------------------------------------- */
#footer {
	background-image: url("../media/bgFooter.gif");
	background-repeat: no repeat;
	color: #005184;
	}	

#foot-a {
	color: #2576c9;
	font-size:11px;
	padding-left:15px;
	text-align:left;
	}	

#foot-b {
	color: #2576c9;
	font-size:11px;
	padding-right:16px;
	text-align:right;
	}
		
#foot-b a {
	color: #ff00ba;
    text-decoration: none;
	}
		
#foot-b a:hover {
	color: #ff00ba;
    text-decoration: none;
	}
	
	
#footerLinks{	
	color: #76beec;
	font-family: helvetica, tahoma, sans-serif;
	font-size: 12px;
	}
	
#footerLinks a:link, #footerLinks a:visited, #footerLinks a:active  {
	color: #76beec;
    text-decoration: none;
	}    

#footerLinks a:hover {
	color: #76beec;
    text-decoration: underline;
	}	
	
	
	
	
	
	
	h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#test1 {
	padding: 0px 22px;
	margin-left: 0px;
}
h3 {
	font-size: 16px;
}

