/* --------------------------
Global Styles
----------------------------- */
  
body {
  font-family:VArial, Helvetica, sans-serif;
  font-size:12px;
  margin:0 auto;
  background:#d7d5cf url(../images/css/top_background3.jpg) top repeat-x;   
}/*change background image to adjust if special header is used*/
html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
html>body, html>body #container {
	height: auto;
		}
* {
  margin:0;
  padding:0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#ae1411;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 2px;
	}
h2 {
	font-size:16px;
	color:#a4a29c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
h3 {
	font-size:16px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #ae1411;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c51516;
	margin: 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2f6fa6;
	margin: 0px;
}

p {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
td {
  padding:5px 7px;
}

li {
  
  margin:2px 0 2px 15px;
  padding:0;
}
ol {
  
  margin:2px 0 2px 15px;
  padding:0;
}
a:link, a:visited, a:hover, a:active {
  color: #2f6fa6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006699;
	text-decoration: none;
}


#container {
	width:833px;
	top:0;
	left:0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;

	background-color: #FFFFFF;
	padding: 2px;
}
.photo{
	border: 1px solid #006699;
	padding: 2px;
}



/* --------------------------
SPECIAL Header
----------------------------- */
#special {
	width:833px;
	height: 54px;
	top:0;
	left:0;
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -5px;
	margin-left: auto;
	padding-top: 3px;	
}

/* --------------------------
Header
----------------------------- */
#wrap_header {
	width:833px;
	height: 32px;
	top:0;
	left:0;
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	
}
#tagline {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 8px;
	
}
#sidenav {
	float: right;
	width: 515px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;	
}
#sidenav a:link{
	color: #FFFFFF;
}
#sidenav a:visited{
	color: #FFFFFF;
}
#sidenav a:hover {
  text-decoration: underline;
}
#sidenav a:active {
  text-decoration: underline;
}


/* --------------------------
Navigation 
----------------------------- */ 
/*if special header is used adjust margin-top 3*/
#nav {
	float:none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px ;
	width: 833px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	height:35px;
	background-color: #2f6fa6;
}



/* --------------------------
Featured Area on Homepage
----------------------------- */ 
#featured {
	width: 585px;
	float: left;
	background-color: #fff;
	background-image: url(../images/css/featured_bkgd2.jpg);
	background-repeat: repeat-x;
	border: 1px solid #bdbbb4;
	height: 225px;
	margin-top: 4px;
}
#now {
	width: 235px;
	float: right;
	background-color: #e42827;
	border: 1px solid #ae1411;
	height: 225px;
	margin-top: 4px;
}
#now a:link{
	color: #FFFFFF;
}
#now a:visited{
	color: #FFFFFF;
}
#now a:hover {
  text-decoration: underline;
}
#now a:active {
  text-decoration: underline;
}
#now ul{
	list-style-type: disc;
	color: #FFFFFF;
}
#now li{
	list-style-type: disc;
	color: #FFFFFF;
	padding-bottom: 2px;
	padding-right: 5px;
}
#box{
	width: 833px;
	float: left;
	margin-top: 4px;
}
#red{
	width: 280px;
	float: left;
	margin-top: 4px;
	background-image: url(../images/css/box1_bkgd.jpg);
	background-repeat: repeat-x;
	border: thin solid #ae1411;
	height: 91px;
	}
#red h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;
}	
#red p{
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
}
#red a:link{
	color: #FFFFFF;
	text-decoration: underline;
}
#red a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
#red a:hover {
  text-decoration: underline;
}
#red a:active {
  text-decoration: underline;
}
#blue {
    width: 280px;
	float: left;
	margin-top: 4px;
	background-image: url(../images/css/box2_bkgd.jpg);
	background-repeat: repeat-x;
	border: thin solid #2b5f89;
	height: 91px;
}
#blue  h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#FFFFFF;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;
}	
#blue  p{
   color: #FFFFFF;
   	padding-right: 4px;
	padding-left: 4px;
}
#blue  a:link{
	color: #FFFFFF;
	text-decoration: underline;
}
#blue  a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
#blue  a:hover {
  text-decoration: underline;
}
#blue  a:active {
  text-decoration: underline;
}


/* --------------------------
SECONDARY - Column 
----------------------------- */ 
#content {
	width: 823px;
	float: left;
	background:#fff;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-right: 5px;
	padding-left: 5px;
}



/* --------------------------
Footer 
----------------------------- */   
#wrap_footer {
	height:20px;
	top:0;
	left:0;
	background-image: url(../images/css/footer_background2.jpg);
	background-repeat: repeat-x;
		clear:both;
}
#footer {
	width:833px;
	top:0;
	left:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 4px;
	clear:both;
}
.contest {
	font-family: "Century Gothic", Century, Arial;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2c3180;
	font-style: italic;
}
.photoart{
	border: 2px solid #93a849;
}

