﻿@import url("layout.css");
body {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #494949;
	/* background-image: url("../images/background.gif"); */
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 960px;
	margin: 0px auto;
	background-color: #000000;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
}
#masthead {
	text-align: center;
	width: 958px;
	height: 287px;
	background-color: #000000;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	background-color: #000000;
}
#content {
	float: left;
	width: 768px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	background-color: #000000;
}
#footer {
	text-align: center;
	clear: both;
	width: 958px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	background-color: #000000;
}

/* Gallery Container */
#gallerycontainer {
	width: 640px;
	margin: 0 auto;
}

/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	border: 1px solid #a9a9a9;
	background-color: #494949;
}
#navigation a {
	color: #ecc800;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #a9a9a9;
	background-color: #494949;
}
#navigation a:hover {
	color: #494949;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #ecc800;
}
/* Content Styles */
#content h1,h4,h5,h6 {
	color: #FFFFFF;
}
#content h2 {
	font-size: x-large;
	text-align: center;
	color: #e21776;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#content h3 {
	font-size: large;
	text-align: center;
	color: #e21776;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	line-height: 1.5em;
}
#content h4 {
	display: block;        
	color: #e21776;
	text-align: center;        
	font-size: 85%;        
	font-style: normal;        
	text-transform: uppercase; 
	position: relative;
	top: -1em;
}

#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	font-size: small;
	text-align: center;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #ecc800;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
p {
	font-size: large;
	text-align: justify;
	color: #ffffff;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_centered {
	text-align: center;
}
.style_conttext {
	text-align: left;
	font-size: small;
}

/* Spotlight */

#spotlight {
	float: right;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 5px;
	background-image: url("../images/spotsdown.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}

#spottext {
	width:85%;
}

/* Form */

#formcontainer {
	width: 80%;
	margin: 0 auto;
}
fieldset {  
	float: left;    
	clear: both;    
	width: 100%;    
	margin: 0 0 1.5em 0;    
	padding: 0;
	color: #fff;
	border: 1px solid #BFBAB0;
	background-color: #999a99;
	background-image: url(../images/formgrad.png);    
	background-repeat: repeat-x;   
}  
legend {  
	margin-left: 1em;  
	color: #fff;
	background-color: #000;
	font-weight: bold;  
	padding: 0;    
}  
fieldset ol {
	padding: 1em 1em -1 1em;
	list-style: none;
}
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 0.5em;
}
fieldset.submit {  
	float: none;    
	width: auto;    
	border: none;    
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}
label {    
	float: left;    
	width: 10em;    
	margin-right: 1em;  
}

fieldset fieldset {      
	margin-bottom: -1.5em;
	border-style: none;      
	background-color: transparent;      
	background-image: none;      
}      
fieldset fieldset legend {      
	margin-left: 0;      
	font-weight: normal;      
}      
fieldset fieldset ol {      
	position: relative;      
	top: -1.5em;      
	margin: 0 0 0 11em;      
	padding: 0;      
}      
fieldset fieldset label {      
	float: none;      
	width: auto;      
	margin-right: auto;      
}
fieldset fieldset legend {
	background-color: transparent;
}
label em {        
	display: block;        
	color: #fc1b35;        
	font-size: 85%;        
	font-style: normal;        
	text-transform: uppercase;      
}


/*fieldset {  
	position: relative;
	float: left;    
	clear: both;    
	width: 100%;    
	margin: 0 0 -1em 0;      
	padding: 0 0 1em 0;
	border-style: none;      
	border-top: 1px solid #fff;    
	background-color: #5a5a5a;
	color: #fff;
}  
fieldset ol {  
	padding: 3.5em 1em 0 1em;  
	list-style: none;  
}  
fieldset li {  
	padding-bottom: 1em;
}  
fieldset.submit {  
	border: 0 none #FFF;
	float: none;    
	width: auto;    
	border-style: none;
	padding-top: 1.5em;    
	padding-left: 12em;    
	background-color: transparent;
}
}
fieldset li {    
	float: left;    
	clear: left;    
	width: 100%;    
	padding-bottom: 1em;  
}
legend {  
	padding: 0;  
	color: #fff;  
	font-weight: bold;  
}  
legend span {      
	position: absolute;      
	left: 0.74em;      
	top: 0;      
	margin-top: 0.5em;      
	/* font-size: 135%; */ /*
}
label {    
	float: left;    
	width: 10em;    
	margin-right: 1em; 
	/* text-align: right; */ /*
}
fieldset fieldset {      
	margin-bottom: -2.5em;      
	border-style: none;      
	background-color: transparent;      
	background-image: none;      
}      
fieldset fieldset legend {      
	margin-left: 0;      
	font-weight: normal;      
}      
fieldset fieldset ol {      
	position: relative;      
	top: -1.5em;      
	margin: 0 0 0 11em;      
	padding: 0;      
}      
fieldset fieldset label {      
	float: none;      
	width: auto;      
	margin-right: auto;      
}
label em {        
	display: block;        
	color: #bf2525;        
	font-size: 85%;        
	font-style: normal;        
	text-transform: uppercase;      
}
*/
