/* *****************************************************
 HTML Tags 
***************************************************** */
/*
@font-face {
	font-family: "QSL Medium Cond";
	font-style:  normal;
	font-weight: normal;
	src: url(../fonts/QSLMEDI0.eot);
}
*/


html{
	font-size: 100%;
}
html, body{
	height: 100%;
	
}
body {
	margin: 0;
	padding: 0;
	background-color: #F7F7F7;
	background-image: url(../images/back_board.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #002244;
	line-height: 1.5;
}

a:link, a:visited {
	color: #A9966C;
	text-decoration: underline;
}
a:hover, a:active {
	color: #999999;
}


img {	
	border: 0;
}
h1 {
	font-size: 2em;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Arial Narrow", Helvetica-Narrow, Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
}
.h1 {
	font-size: 2em;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Arial Narrow", Helvetica-Narrow, Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
}
h2 {
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: normal;
	color: #A9966C;
	line-height: normal;
	font-family: "Arial Narrow", Helvetica-Narrow, Arial, Helvetica, sans-serif;
	padding: 6px 0 6px 0;
	border-bottom: 1px dotted #A9966C;
	border-top: 1px dotted #A9966C;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
}
h3 {
	font-weight: normal;
	text-transform: none;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	color: #808080;
	font-size: 1.25em;
	letter-spacing: 1px;
	font-family: "Arial Narrow", Helvetica-Narrow, Arial, Helvetica, sans-serif;
}
.h3 {
	font-weight: normal;
	text-transform: none;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	color: #808080;
	font-size: 1.25em;
	letter-spacing: 1px;
	font-family: "Arial Narrow", Helvetica-Narrow, Arial, Helvetica, sans-serif;
}
h4 {
	border: 1px dotted #999999;
	padding: 1px 4px 1px 4px;
	margin: 5px 0 0 -5px;
	background-color: #F8F8F8;
	text-transform: uppercase;
	color: #666666;
	display: inline;
	clear: both;
}
ul {
	list-style-type: circle;
	list-style-image: url(../images/bullet.gif);
}

.hr {
	border-top: 1px dotted #B2B2B2;
	margin: 15px 0 15px 0;
}






/* *****************************************************
 Classes 
***************************************************** */

.clearBoth {
	clear: both;
}

.bordered{
	border: 1px dotted #999999;
	padding: 10px;
}
.bordered2 {
	border: 1px dotted #999999;
	padding: 2px 4px 2px 5px;
	margin: 5px 0 0 -5px;
	background-color: #F8F8F8;
	text-transform: uppercase;
	color: #666666;
}
.bordered3 {
	border: 1px dotted #999999;
	padding: 2px 4px 2px 5px;
	margin: 5px 0 0 0;
	background-color: #F8F8F8;
	text-transform: uppercase;
	font-size: 0.95em;
	color: #666666;
}
.alternatRow {
	background-color: #EEEEEE;
}

.imgTextLeft{
	float: left;
	margin: 0 3px 5px 0;
	padding: 0;
	border-right: 15px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
}
.imgTextRight{
	float: right;
	margin: 0 0 5px 5px;
	padding: 0;
	border-left: 15px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
}
.big {
	font-size: 1.25em;
}
.normalBold {
	font-weight: bold;
}



.xsmall {
	font-size: 0.2em;
}
.small {
	font-size: 0.8em;
}
.med {
	font-size: 0.9em;
}
.contact_left {
	float: left;
	width: 300px;
	margin: 15px 0 15px 0;

}
.contact_right {
	float: right;
	width: 250px;
	margin: 15px 0 15px 0;
	text-align: right;
}


.zoomLink {
	cursor: url("../cursors/zoomin.cur"), default;
}

.marginLeft {
	margin-left: 3px;
}
.marginRight {
	margin-right: 3px;
}
.marginAuto {
	margin-right: auto;
	margin-left: auto;
}
.marginBottom {
	margin-bottom: 6px;
}

/* *****************************************************
 IDs 
***************************************************** */


#centerWrapper{
	width: 904px;
	height: 95%;
	margin: 0 auto 0 auto;
	position: relative;
}
#topLeftBlock, #topRightBlock{
	width: 145px;
	height: 100%;
	margin: 0;
	float: left;
	padding: 0;
	position: relative;
}


#leftCol, #rightCol{
	width: 6px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
	float: left;
	/*background-color: #A9966C;*/
}

#leftCol{
	background-image: url(../images/shadow_left.png);
}
#rightCol{
	background-image: url(../images/shadow_right.png);
}

#leftnav, #rightnav {
	padding: 100px 10px 0 10px;
	color: #666666;
	font-size: 1em;
}

#mainCol{
	width: 602px;
	min-height: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #FFFFFF;
	position: relative;
}
#topLinks {
	width: 97px;
	height: 15px;
	margin: 0 0 -15px 0;
	padding: 0 8px 0 0;
	float: right;
	font-size: 10px;
	color: #999999;
	text-align: right;
	position: relative;
	background-color: #FFFFFF;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	KhtmlOpacity: .8;
	opacity: .8;
}
#topLinks a:link, #topLinks a:visited {
	color: #999999;
	text-decoration: none;
}
#topLinks a:hover {
	color: #002244;
}



#head{
	width: 602px;
	height: 249px;
	margin: 0;
	padding: 0;
}

#menu{
	width: 602px;
	margin: -100px 0 60px 0;
	color: #FFFFFF;
	position: relative;
	padding: 0;
	height: 30px;
	font-size: 11px;
	letter-spacing: 1px;
	font-family: Arial;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a:link, #menu ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px 11px 5px 13px;
	display: block;
	margin: 0;
	float: left;
	background-image: url(../images/back_menu.png);
}
#menu ul li a:hover {
	background-image: url(../images/back_menu_on.png);
	border: 1px dotted #999999;
	padding: 6px 10px 4px 12px;
}
#breadcrumbs {
	font-size: 0.75em;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0 8px 0 8px;
	position: relative;
	width: 584px;
	text-align: right;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #A9966C;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #999999;
}



/* Container for port images - fixes the font-size so the space between images will not vary with page font size */
#portImages{
	font-size:13px;
}

#content{
	width: 562px;
	margin: 0;
	padding: 10px 20px 75px 20px;
	position: relative;
}
#content p {
	text-align: justify;
}

#hr_copy {
	border-top: 1px solid #D3D3D3;
	margin: 0 auto 0 auto;
	position: relative;
	padding: 3px 0 0 15px;
	font-size: 0.9em;
	color: #999999;
	font-style: italic;
	clear: both;
	width: 591px;
	height: 5%;
	background-image: url(../images/back_board.png);
	background-repeat: repeat-x;
}

