/* CSS Document */

/* the height spawns a vertical scrollbar on all pages
 * to prevent short pages jumping to the left on Firefox
 * add a color and tiled image background to the page */ 
html, body {
	color:#333333;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #041737;
	font-size: 12px;
  }
  
  /* set width of wrapper to same width as title image
 * no top or bottom margin
 * auto on both sides will center wrapper in modern browsers */
#wrapper {
	width: 90%;
	border: 1px solid #041737;
	background-color: #75A0D3;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
  }
/* this next rule prevents Firefox adding a space beneath the
 * title image when displayed as application/xhtml+xml */
#banner {
	background-color: #75A0D3;
	height: 200px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #041737;
	width: 100%;
	background-image: url(../images_common/jax_skyline_day_960_panoramic_type.jpg);
	background-repeat: no-repeat;
} 

#flags {
	background-color: #75A0D3;
	color: #041737;
	width: 100%;
} 

/* set the maincontent background to white, and add a drop shadow
 * image to the right border */
#maincontent {
	background-color: #BED6FC;
	background-position: right top;
	
  }
/* styles for the nav menu - remove padding, margin and bullets */

/* footer styles - set to height and width of the footer image */


#footer {
	height: 25px;
	color: #000000;
	font-size: 85%;
	background-color: #75A0D3;
	background-position: center;
	font-family: sans-serif;
  }
  

#footer  a:visited{
	text-decoration: none;
	color: #333333;
	}
#footer  a:link{
	text-decoration: none;
	color: #333333;
	}
	
#footer p {
	margin: 0;
	padding: 10px 15px 0 25px;
	clear:both;
	font-family: sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #000000;
	text-align: center;
  }
h1{
	font-size: 24px;
	color: #0D1E35;
}

h2{
	font-size: 18px;
	color: #F7FAFD;

}
h3 {
font-size: 16px;
}

	
/* styles for links */	
a:link {
	color: #666666;
}
a:visited {
	color: #333333;
}




/* styles for contact form */
form {
  margin: 10px 25px 0 50px;
  }
#name, #email {
  width: 200px;
  }
#message {
  width: 500px;
  height: 150px;
  }
label {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  }
.warning {
  color:#F00;
  }
/* styles for random quote */
blockquote {
  border-top: 10px solid #A8B2A3;
  border-bottom: 10px solid #A8B2A3;
  background: #EFF0EE;
  width: 250px;
  text-align: center;
  margin: 0 30px 0 1em;
  padding: 0;
  font-family: georgia, serif;
  font-size: 130%;
  letter-spacing: -1px;
  line-height: 1.2;
  color: #555;
  float: right;
  }
#maincontent blockquote p {
  margin: 0 1em;
  }
#quote {
  margin: 0;
  padding: 20px 20px 10px 20px;
  }
#author {
  margin: 0;
  padding: 0 0 10px 0;
  color: #999;
  font-size: 80%;
  }

#wrapper #subNavColumn{
	width: 200px;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
}

#wrapper #right {
	float: right;
	width: 200px;
	margin-top: 5px;
	margin-right: 5px;
}






@charset "utf-8";
/* CSS Document */



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Verdana;
width: 180px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
	background-color: #082973; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
	background-color: #254BB1;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */
