@charset "UTF-8";

*.* {
	margin: 0;
	padding: 0;
}

body {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.6em;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/FRS_header_900.jpg);
	background-position: top;
	background-repeat:no-repeat;
}

.oneColFixCtr #container_gallery {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/FRS_header_900gallery.jpg);
	background-position: top;
	background-repeat:no-repeat;
}


.oneColFixCtr #mainContent {
	padding: 5px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 675px;
}

.oneColFixCtr #maincolumn {
	margin: 10px 30px 0 0;
	float: left;
	width: 610px;
	padding: 0;
}

.oneColFixCtr #maincolumn_gallery {
	margin: 10px auto 0;
	float: left;
	width: 840px;
	padding: 0;
}

.oneColFixCtr #sidebar {
	margin: 15px 0 0 20px;
	float: right;
	width: 180px;
}

.oneColFixCtr #sidebar p {
	padding: 8px 0 ;
	border-bottom: #99CCFF 1px solid;   /* Header Blue */
	/* border-bottom: #006699 1px solid; */  /* Med Blue */
}

.oneColFixCtr #gallery_table {
	margin: 20px auto 50px; 
	width: 640px;
}


#sopabar {
	color: #FFF;
	background-color: #000;
	border: 1px solid #F00;
	padding: 5px;
	text-align: center;
	line-height: 1em;
	font-size: 12px;
}
#sopabar p {
	margin: 3px 0 !important ;
	padding: 0 !important ;
	border-bottom: none !important ;
	color: #f00;
}
#sopabar h2 {
	font-size: 20px;
	color: #FFF;
	margin: 0 !important ;
	padding: 0 !important ;
}


/* MENU STYLES -------------------------------- */

.oneColFixCtr #menu {
	margin: 120px -30px 00px -30px;
	padding: 2px 20px 0 24px;
	height: 40px;
	/* midnight  Blue background-color: #081549; */
	/* black background-color: #000000; */
	background-image: url(../images/menu_band.png);
	background-repeat: no-repeat;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #99CCFF;
	font-size: 12px;
	letter-spacing: .02em; 
}
.oneColFixCtr #menu a:link {
	color: #99CCFF;
	padding: 5px 6px;
}
.oneColFixCtr #menu a:visited {
	color: #99CCFF;
	padding: 5px 6px;
}
.oneColFixCtr #menu a:hover {
	color: #FFFFFF;
	background-color: #006699;
	padding: 5px 6px 6px;
	text-decoration: none;
}
.oneColFixCtr #menu a:active {
	color: #FFFFFF;
	background-color: #006699;
	padding: 5px 6px 6px;
	text-decoration: none;
}

/*  -----------------------------------------  */

.oneColFixCtr #url {
	float: right;
	margin: -30px 0 0 0;
	height: 30px;
	font-size: 14px;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: normal;
	/* color: #999DAA; */
	color: #7b6670;
	clear: both;
	letter-spacing: .05em; 
}

.oneColFixCtr #footer {
	margin: 10px auto; 
	padding: 10px 0 0 0;
	border-top: #003399 1px solid;
	text-align: center;
	font-size: 10px;
	color: #003399;
}
.oneColFixCtr #footer p {
	text-align: center;	
}

#footer a:link {
	color: #0066CC;
}
#footer a:visited {
	color: #0066CC;
}


/* General styles  */

p {
	margin: 0;
	padding: 0 0 1em 0;
	letter-spacing: .02em;
	text-align: left;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: .85em 0 .5em 0;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #99CCFF;
	line-height: 1.5em;	
	letter-spacing: .02em; 
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 135%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 105%;
}
h5 {
	font-size: 85%;
}



.keg {
	margin: 0 0 0; padding: 0;
	float: left;
	height: 30px;
	clear: none;
}

.keg h3 {
	margin: 0; padding: 0;
	color: #99CCFF;
}

.text16 {
	font-size: 16px;
	line-height: 1.5em;
}
.text14 {
	font-size: 14px;
	line-height: 1.3em;
}
.text12 {
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: .05em;
}
.text10 {
	font-size: 10px;
	line-height: 1.3em;
	letter-spacing: .05em;
}
.text9 {
	font-size: 9px;
	line-height: 1.2em;
	letter-spacing: .1em;
}
.text8 {
	font-size: 8px;
	line-height: 1.2em;
	letter-spacing: .1em;
}

.oneColFixCtr #maincolumn hr	{
	color: #99CCFF;
	/* Middle blue color: #006699;  */
	margin: 20px 0;
}

.frs_tag {
	line-height: 1.3em;
}

.red {
	color: #F00;
}
.white {
	color: #FFF;
}
.deep_blue {
	color: #69C;
}
.deeper_blue {
	color: #36C;
}
.dark_blue {
	color: #003399;
}
.header_blue {
	color: #99CCFF;
}
.gray9 {
	color: #999;
}
.gray6 {
	color: #666;
}

.right {
	text-align: right;
}
.center {
	text-align: center;
}

.indent10 {
	margin-left: 10px;
}
.indent20 {
	margin-left: 20px;
}
.indent40 {
	margin-left: 40px;
}
.indent60 {
	margin-left: 60px;
}

.dim40 {
	opacity: .4;
}
.dim60 {
	opacity: .6;
}

/* Link STYLES ------------ */ 
/*  Old Site link colors: link="#99FFFF" vlink="#33FFFF" alink="#FFFF99 */

a:link {
	color: #bee4ff;
	text-decoration: none;
}
a:visited {
	color: #4fd2f7;
	text-decoration: none;
}
a:hover {
	color: #FFFF99;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
