﻿html, body, form
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: normal;
    font-family: sans-serif;
    color: #666666;
    background-color: #fff;
}
h1, h2, h3, h4, h5, h6 
{
    font-size: normal;
}
a:link, a:visited
{
    color: #4d7fb2;
}
a:hover, a:active
{
    color: #1d60ff;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#nav_header 
{
    margin: 0;
    padding: 1em 0;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    color: #dfdfdf;
    background-color: #4d7fb2;
    background-image: url(Images/gloss.png);
    background-image: linear-gradient(top, #8ab8e6, #4d7fb2);
    background-image: -moz-linear-gradient(top, #8ab8e6, #4d7fb2);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#8ab8e6), to(#4d7fb2));
    background-position: center;
    background-repeat: repeat-x;
}

#nav_header a:link, #nav_header a:visited
{
    padding-left: 1ex;
    padding-right: 1ex;
    color: #ffffff;
}

#nav_header a:hover, #nav_header a:active
{
    color: #f0c000;
}

#title 
{
    margin: 0;
    padding: 1em 0;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    color: #ffffff;
    background-color: #669454;
    background-image: url(Images/gloss.png);
    background-image: linear-gradient(top, #a0cc8f, #669454);
    background-image: -moz-linear-gradient(top, #a0cc8f, #669454);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#a0cc8f), to(#669454));
    background-position: center;
    background-repeat: repeat-x;    
}

#footer
{
	font-size:				.8em;
	font-weight:			bold;
	color:					#666666;
	text-align:				center;
		
	background-color:		#FFFFFF;
	padding:			    1ex .5ex;
}

h2.subtitle
{
    margin: 0;
    padding: 1em 0;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    color: #ffffff;
    background-color: #8f8f8f;
    background-image: url(Images/gloss.png);
    background-image: linear-gradient(top,#cfcfcf,#8f8f8f);
    background-image: -moz-linear-gradient(top,#cfcfcf,#8f8f8f);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#cfcfcf), to(#8f8f8f));
    background-position: center;
    background-repeat: repeat-x;    
}

.nav_primary 
{
	display:				block;
		
	font-size:				1em;
	font-weight:			bold;
	color:					#666666;
	
	padding: 1em;	
		
	border-bottom-color:	#CCCCCC;
	border-bottom-style:	solid;
	border-bottom-width:	thin;	
}

.nav_results
{
	display:				block;
		
	font-size:				1em;
	color:					#666666;

	padding:			1em;
		
	border-bottom-color:	#CCCCCC;
	border-bottom-style:	solid;
	border-bottom-width:	thin;	
}

.nav_regular_site
{
	display:				block;
		
	font-size:				1em;
	font-weight:			bold;
	color:					#666666;
	text-align:				center;
	
	padding:			1em;
	background-color:		#DDDDDD;
		
	border-bottom-color:	#CCCCCC;
	border-bottom-style:	solid;
	border-bottom-width:	thin;	
}

div.default_txt
{
	font-size:				normal;
	color:					#666666;
	line-height:			1.5em;
	padding:			1em;
}

