/*
//Jaxsearch.net
// Designed: Phil and Walter
// Date Created:  April 24, 2009
// Date Modified: 
*/

/*    DEFINE HTML TAGS     */

body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	
	text-align: center; /* this hack centers the wrapper for IE 5.X pc */
	font-size: 80%;
	color:#444444;
	margin: 0;
	padding:0;
}
	
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11 px;
	color: #333333;
}

/* styles for the nav menu - remove padding, margin and bullets */

#nav{
	margin: 0;
	padding: 0;
	background-color: #492B88;
	width: 100%;

  }
  
  
#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
/* float each list element inline */

#nav li {
  float: right;
  display: inline;
  }
/* style the links in the nav list */
#nav a {
  display:block;
  margin: 0;
  height: 1em;
  padding: 7px 0 7px 22px;
  width: 150px;
  text-decoration: none;
  font-variant:small-caps;
  font-weight:bold;
  font-size: 100%;
  }
#nav a:link, #nav a:visited {
	background-color: #492B88;
	color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
  }
#nav a:hover, #nav a:active {
  background-color: #7C56CB;
  color: #524872;
  border-left: #EBF3E7 solid 2px;
  border-top: #EBF3E7 solid 2px;
  border-right: #777E74 solid 2px;
  border-bottom: #777E74 solid 2px;
  }
/* special style for link to identify current page */
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
  background-color: #7C56CB;
  color: #FFF;
  border-left: #5B6058 solid 2px;
  border-top: #5B6058 solid 2px;
  border-right: #B1B7AE solid 2px;
  border-bottom: #B1B7AE solid 2px;
  }


#nav li a:hover, #nav li a:focus{
	color: #C9CEB5;
	text-decoration: none;
	background-color: #44277E;
}

	






h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	color: #301C59;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-family: "Book Antiqua";
	}
	
	
/* design containers */
#wrapper {
	width: 900px;/* sets the width for IE 5.X browsers */
	text-align: left; /* centers the wrapper left and right, drops the wrapper 10px adjusts top and bottom */
	padding: 0;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #000000;
	}



#wrapper #banner{
	margin: 0px;
	background-image: url(../images_common/skylinenight.jpg);
	height: 130px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 11px;
	color: #C4B890;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
}


#wrapper #LeftColumn {
	width: 25%;
	margin: 0px;
	float: left;
	background-color: #695F3C;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 18px;
	color: #FFFFFF;
}


#wrapper #mainColumn{
	background-color: #E0E2E1;
	border-left: 1px solid #333333;
	width: 70%;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
}




#wrapper #footer {
	padding: 7px 5px;
	margin: 0px;
	clear: both;
	background-color: #472E83;
	text-align: center;
	font-size: 75%;
	color: #CCCCCC;
	}
