/*

Author: Abigail Spankie

*/

/*
MAIN BODY STYES

*/


BODY 
{

   background: #141414; 
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #FFFFFF;
   font-size: 10pt;
}

P {
   line-height:20px;
}

INPUT
{
	width: 80;
	height: 18;
	color: #000000;
	border: #FFFFFF;
	font-size: 9pt;
}

SELECT
{

	color: #000000;
	border: #FFFFFF;
	font-size: 9pt;

}

H1 {
   	color: #FFCC00;
   	font-style: italic;
}

H2 {
  	color: #FFCC00;
  	font-size:11pt;
  	font-style: italic;
  	
}

H3 {
  	color: #FFCC00;
  	font-size:11pt;
}
H4 {
  	color: #FFCC00;
  	font-size:10pt;

}

A {
	color: #FF6600;
	font-weight: bold;
}


HR { 

	color: #57C1BE;
	height: 2px;
}

OL, UL {
line-height:26px;
}

#navigation a {
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
}

#breadcrumb {
	font-size: 9pt;
	font-weight: normal;
	padding-bottom:20px;
}

#breadcrumb a {
	color: #FF6600;
	text-decoration: none;
	font-size: 9pt;
	font-weight: normal;
}


#container {
	 padding: 0px;
}

#subcontainer  {
height:500px;
}

.stripe {
background-color: #740000;
width: 10px;
}

.leftstripe {

background-color: #7C0909;
width: 10px;

}

.bigBlue {
	color: #60BFA4;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 22pt;
}

.bigBlue a:hover {
	color: #60BFA4;

}



.table {
	 background: #000000;
	 margin: 0;
	 padding: 20px 6px 0 30px;
	 font-size: 10pt;
}


.interior_table {
	 background: #000000;
	 margin: 0;
	 font-size: 10pt;
}


.interior_table_small {
	 font-size: 8pt;
	 line-height:20px;
}


.navbar {
	background: transparent url('images/nav_bar.jpg') top center no-repeat;

	margin-top:8px;
	font-size: 10pt;
	height:36px;
	text-align:right;
}

#label {
	font-weight: bold;
}

.gallery {
   background: #141414; 
   text-align:center;

}

.galleryPage {
   background: #141414; 
   text-align:center;
   padding: 20px 0 20px 0;

}

.galleryPage img {
margin-right: 8px;
}

.image {
border: 5px solid #141414;
}

#content { width: 490px; margin-top: 5px; float: right; }
#content p { padding: 10px 0; }
#content div.gallery { background: #181818; }
#content div.gallery img { padding: 9px; }
#content a:visited  {color: #FFFFFF; text-decoration: underline}
#content a:link  {color: #FFFFFF; text-decoration: underline}
#content a:active {color: #FFFF00; text-decoration: underline}

#footer { width: 780px; margin: 10px auto; clear: both; }


