/* 			
		Copyright 2009 Byte Technology  
		
		http://www.byte-technology.com
		
		Byte Technology
		20 Ragsdale Drive, Suite 220
		Monterey, CA  93940
		
		Phone:    	831.656.9178
		Toll-free:	800.679.2188
		Fax:		831.855.0291
*/

/* ------------------------------------------------------------------------ */
/* Standard HTML tags 
--------------------------------------------------------------------------- */

/* ---------------------- */
/* Body
------------------------- */

body {
	margin: 10px auto 25px auto;
	padding: 0;
	font-size: 12px;
	font-family: Arial;
	background: #ffffff;
	color: #000000;
}

/* ---------------------- */
/* Default Form Fields
------------------------- */

textarea {
	font-size: 11px;
	font-family: Arial;
	color: #000000;
}

input {
	font-size: 11px;
	font-family: Arial;
	color: #000000;
}

/* ---------------------- */
/* Default Paragraph
------------------------- */

p {
	line-height: 1.25;
	margin: 0 0 15px 0;
}

/* ---------------------- */
/* Default Image
------------------------- */

img {
	border: none;
	padding: 0;
	margin: 0;
}

/* ---------------------- */
/* Default Tables
------------------------- */

th {
	text-align: left;
	font-weight: bold;
}

td {
	vertical-align: top;
}

td p {
	line-height: 1.5;
	margin: 0 0 15px 0;
}

/* ---------------------- */
/* Horizontal Rule
------------------------- */

hr {
	color: #0000cc;
	background-color: #000000;
	height: 1px;
	border: none;
	width: 924px;
	margin: 0 0 0 35px;
	*margin: 0 0 0 -5px;
}

/* ---------------------- */
/* Default Links
------------------------- */

a:link {
	color: #666699;
	text-decoration: underline;
}

a:hover {
	color: #00004a;
	text-decoration: underline;
}

a:active {
	color: #00004a;
	text-decoration: underline;
}

a:visited {
	color: #666699;
	text-decoration: underline;
}

/* ----------------------------------------------- */
/* Lists
-------------------------------------------------- */

ul,
ol {
	margin: 15px 0 18px -20px;
	*margin: 15px 0 18px 20px;
	list-style-type: square;
}

ul li,
ol li {
	line-height: 1.5;
	margin: 0 0 5px 0;
	list-style-type: square;
}

/* ----------------------------------------------- */
/* Special
-------------------------------------------------- */

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	line-height: 1;
}

/* ----------------------------------------------- */
/* Push a <div>, an image, table, or other object to one side or the other. Creates a text-wrap.
-------------------------------------------------- */

.pushLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.pushRight {
	float: right;
	margin: 0 0 10px 10px;
}

/* ------------------------------------------------------------------------ */
/* Headers
--------------------------------------------------------------------------- */

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #00004a;
	margin: 0 0 25px 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	margin: 25px 0 25px 0;
	border-bottom: 1px solid #00004a;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #00004a;
	margin: 25px 0 25px 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	margin: 25px 0 25px 0;
}

h5 {
	font-size: 12px;
	color: #9999cc;
	margin: 25px 0 25px 0;
}

h6 {
	font-size: 12px;
	color: #9999cc;
	margin: 25px 0 25px 0;
}

/* ------------------------------------------------------------------------ */
/* Footer
--------------------------------------------------------------------------- */

.footer {
	width: 775px;
	margin: 20px auto 20px auto;
	font-size: 11px;
	text-align: center;
	color: #00004a;
}

/* ------------------------------------------------------------------------ */
/* Misc.
--------------------------------------------------------------------------- */

.container {
	border-top: 1px solid #00004a;
	border-right: 1px solid #00004a;
	border-bottom: 1px solid #00004a;
	border-left: 1px solid #00004a;
}

.containerLeft {
	background-color: #00004a;
	border-right: 4px solid #666699;
}

.navigationTable {
	background-color: #00004a;
}

.navigationTable a:link {
	color: #ffffff;
	text-decoration: none;
}

.navigationTable a:hover {
	color: #ffffff;
	text-decoration: none;
}

.navigationTable a:active {
	color: #ffffff;
	text-decoration: none;
}

.navigationTable a:visited {
	color: #ffffff;
	text-decoration: none;
}

.navigationCell {
	border-top: 1px solid #666699;
	padding: 20px;
	color: #ffffff;
}

.navigationCell ul li {
	list-style-image: url(../images/bullet.gif);
}

.containerRight {
	background-image: url(../images/headerPhotoPlane.jpg);
}

.mainBody {
	background-image: url(../images/backgroundSky.jpg);
	background-repeat: no-repeat;
	border-top: 4px solid #666699;
	padding: 20px;
}

.mainBody img {
	border: 1px solid #cccccc;
}

.containerBottomNav {
	background-color: #00004a;
	color: #ffffff;
	text-align: center;
	padding: 5px 0 5px 0;
}

.containerBottomNav a:link {
	color: #ffffff;
	text-decoration: none;
}

.containerBottomNav a:hover {
	color: #ffffff;
	text-decoration: none;
}

.containerBottomNav a:active {
	color: #ffffff;
	text-decoration: none;
}

.containerBottomNav a:visited {
	color: #ffffff;
	text-decoration: none;
}

.alertBoxHeader {
	background-color: #9999cc;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

.alertBox {
	float: left;
	width: 180px;
	margin: 0 10px 10px 0;
}

.alertBoxBody {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #000000;
	font-size: 12px;
	padding: 5px;
}

.alertBoxBody ul {
	list-style-type: square;
}

.alertBox a:link {
	color: #666699;
	text-decoration: underline;
}

.alertBox a:hover {
	color: #00004a;
	text-decoration: underline;
}

.alertBox a:active {
	color: #00004a;
	text-decoration: underline;
}

.alertBox a:visited {
	color: #666699;
	text-decoration: underline;
}

.homeImageOFNote {
	float: right;
	width: 331px;
	margin: 2px 0 10px 0;
}

.maps {
	float: right;
	width: 300px;
	text-align: right;
}

.tableHeader {
	background-color: #9999cc;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

.table {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #000000;
	font-size: 12px;
	padding: 5px;
}

.table a:link {
	color: #666699;
	text-decoration: underline;
}

.table a:hover {
	color: #00004a;
	text-decoration: underline;
}

.table a:active {
	color: #00004a;
	text-decoration: underline;
}

.table a:visited {
	color: #666699;
	text-decoration: underline;
}

.backToTop {
	text-align: right;
}

.directionsBox {
	width: 490px;
}