/* SnowBall Classic
#2167d0 - dark blue
#7AA2BB - light blue
#B9D4D3 - lighter blue
#d48d27 - dark brown
#e7c042 - light brown
#f5e6b4 - lighter brown */
body  {
	font: 82.5% Tahoma, Arial, Helvetica, sans-serif;	
	background: #fff;
	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: #000;
}
.container {
	text-align:left;
}
#bodyContainer {
	background:#fff;
	width:780px;
	text-align:center;
	padding-top:2em;
}

body, div, p, td, th, ul, li { 
	line-height:1.5em; 
}
ul, ol {
	margin:0 1em;
}
img { 
	border:none; 
}
a {
	color:#3A6A90;
	text-decoration:underline;
}
a:hover {
	color:#067A78;
	text-decoration:underline;
}
h1,h2,h3,h4,h5 {
	font-weight:bold;
}
h1 {
	color:#000;
	font-family:Arial;
	font-size:1.6em;
	margin:1em 0 1em -3em;
	/*font-variant:small-caps;*/
	text-transform:uppercase;
}
h2 {
	font-family:Arial;
	color:#4C626F;
	font-size:1.2em;
	margin:1em 0;
	
}
h3 {
	color:#3A6A90;
	font-size:1.1em;
	margin:1em 0;
}
form input {
	padding:3px;
	/*width:100%;*/
}
form label {
	display:block;
	float:left;
	width:125px;
}
form textarea {
	height:70px;
	padding:3px;
	width:100%;
}
input.text, input.password, select {
	padding:3px;
	width:170px;
	margin:auto;
	border-top:none;
	border-left:none;
	border-right:none;
	
}
input.button, input.submit {
	padding:3px;
}
table { 
	border:none;
	border-collapse:collapse;
}
table tr td {
	padding:0; 
}
ul.whatlist {
	list-style-type:none;
	margin-left:0;
}
a.whatlink {
	color:inherit;
	text-decoration:none;
}
a.whatlink:hover {
	text-decoration:underline;
}
.container {
}
#header #logo {
	margin:10px 10px 5px 10px;
	height:25px;
	text-align:center;
	padding-top:80px;
} 
#header #logo a {
	text-decoration:none;
}
#header .menu {
	font-weight:bold;
	text-transform:small-caps;
}
#main-menu {
	background:#000000;
	border-top:1px solid #FFFFFF;
	color:#FFFFFF;
	text-align:left;
	overflow:hidden;
	position:relative;
	font-family:Tahoma, Arial, Helvetica;
	font-size:1.2em;
	font-weight:normal;
	padding:5px 0;
}
#main-menu a { 
	color:#FFFFFF;
	padding:7px 15px;
	text-decoration:none;
}

#main-menu a:hover, #main-menu a.on {
	color:#FFFFFF;
	background:#902A5C;
}

#header {
	background:url('/images/Apollo-Buildings-Tile.png') repeat-x;
}
#header .container, #footer .container {
	width:1000px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#3A6A90; 
	line-height:1.2em;
	padding-left:2px; 
	margin-top:2px;
	font-weight:normal;
}
#header h1 a {
	color:#3A6A90; 
}
#header h1 a:hover {
	color:#067A78; 
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
#mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /*20px; remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer {
	margin:2em 0;
	font-size:0.9em;
	text-align:center;
}
#footer .menu span a, #footer .menu span.nolink {
	margin-left:0px;
	border-left:none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* sandbox */


#homeImageContainer {
    background:#fff;
    margin:0 0 0 0;
	text-align:center;
}
#homeImage {
	/*background:transparent url('/images/photos/home/panorama1.jpg') top center no-repeat;*/
	height:55px;
	min-height:124px;
	_height:124px;
}
#homeImageRel {
    position:relative;
    width:640px;
	top:40px;
	left:0px;
}
#homeImage h1 {
    color:#000;
    padding-top:5px;
    text-align:left;
    position:absolute;
	top:0px;
	left:0px;
    width:420px;
}
#homeImage h1 a { color:#A5CF40; }
#homeImage h1 a:hover { color:#AAEF00; }
#homeImageRel h1.shadow {
    position:absolute;
    top:1px;
    left:-1px;
}
#homeImageRel h1.shadow, #homeImageRel h1.shadow a {
    color:#E5F3FB;
}
#credits, #credits a {
	color:#8AB;
	margin-top:1em;
	text-decoration:none;
}
#credits a:hover { text-decoration:underline; }
#sidebarContainer { padding:15px 0; }

/*
button.primary {
	background:transparent url(/images/form/button_primary.png) left;
	border:none;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding:6px;
	margin-top:2px;
	height:24px;
	width:154px;
}
button.secondary {
	background:transparent url(/images/button.gif) top left no-repeat;
	border:none;
	color:#fff;
	cursor:pointer;
	height:21px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:21px;
	font-weight:bold;
	padding-left:21px;
	padding-bottom:0;
	margin:0;
	text-align:left;
	text-transform:uppercase;
	width:129px;
}
*/

.outerContainer {
	background:#fff;
	text-align:left;
	padding:30px;
}
.nobackground {
	background:none;
	padding:0px;
}
.outerContainer.nofullscreen {
	width:770px;
}
.nobackground.nofullscreen {
	width:830px;
}


 img, div, input, #logo { behavior: url("/css/iepngfix.htc") }


.photobox {
float:left; margin:0em 2em 1em 0em; min-height:120px; _height:120px; border:1px solid #ddd; padding:0.5em;
}

.dirlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

.dirlist li, h2#dirlist
{
padding-left: 25px;
background: transparent url("/images/folder_icon.gif") no-repeat left;
}

.filelist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

.filelist li, h2#filelist
{
padding-left: 25px;
background: transparent url("/images/file_icon.gif") no-repeat left;
}


.menuContainer {
	background:#000;
	border-top:1px solid #fff;
	text-align:center;
	position:relative;
}
#header .menuContainer {
	padding-left:180px;
}
#footer .menuContainer {
	padding-left:10px;
}

/* CSS Document */
.menu, .menu ul {
	list-style:none;
	padding:0;
	margin:-0;
}
.menu li {
	float:left;
	position:relative;
}
.menu li ul li {
	width:14em;
}
.menu li ul {
	position:absolute;
	margin-top:0px;
	margin-left:1px; /* for IE */
	display:none;
}
.menu ul li ul {
	margin-top:-1.2em;
	margin-left:14em;
}
/* ******************************************************************* */
/* SHOW SUBMENU  1 */
.menu li:hover ul, .menu li.over ul {
	display:block;
}
.menu li:hover ul ul, .menu li.over ul ul {
	display:none;
}
/* SHOW SUBMENU  2 */
.menu ul li:hover ul, .menu ul li.over ul {
	display:block;
}
/* ******************************************************************* */
/* STYLING UP THE LINKS */
.menu a, .menu span.nolink {
	color:#fff;
	text-decoration:none;
	/*font-variant:small-caps;*/
	text-transform:uppercase;
	display:block;
	padding:5px 15px;
	background:#000;
	margin:0px 0px 0px -1px;
	font-family:Tahoma, Arial;
	font-size:1.1em;
	/*border-left:1px solid #fff;
	/*
	background:#000000;
	border-top:1px solid #FFFFFF;
	color:#FFFFFF;
	text-align:left;
	overflow:hidden;
	font-family:Arial, Helvetica;
	font-size:1.2em;
	font-weight:normal;
	padding:5px 0;
	*/
}
#footer .menu a, .menu span.nolink {
	padding: 0;
}
.menu a {
	padding:5px 30px;
}
.menu a:hover {
	color:#FFFFFF;
	background:#4C626F;
}
.menu ul {
	background-color:#000;
	padding-top:0px;
}
.menu ul a {
	margin:0px 0;
	margin-top:0;
	background:#000;
	border:none;
	font-weight:normal;
	color:#FFFFFF;
	padding:5px 15px;
	text-decoration:none;
}

/* ******************************************************************* */

.menu {
	z-index:1;
}
.menu ul {
	z-index:2;
}
.menu ul ul {
	z-index:3;
	border:2px solid #9A8E78;
	border-left:none;
}

/* ******************************************************************* */

/* override grid.css */
p img {
	float:none;
	margin:auto;
}



ul.primaryList {
	list-style:none;
	padding:0;
	margin:-0;
}
ul.primaryList li {
	margin:0.5em 0em 0.5em 1.5em;
}


fieldset {
	border:none;/*1px solid #4C626F;*/
	border-top:1px dashed #4C626F;
	margin:1em 0;
	padding:1em 1em;
	width:100%;
}
fieldset legend {
	background:#4C626F;
	border:1px solid #000;
	border-top:3px solid #000;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	padding:7px 10px;
	text-align:left;
}