/*
 Light 
 Mid 
 Bright 
 Dark 
 */
/*****************ReseT***********************************/
body, #container #header img, #menu, #menu ul, #container #content, #container #content img.left_photo, #container #content img.right_photo, #container #content ul {
    margin: 0em;
    padding: 0em;
}
*
{
	margin: 0em;
    padding: 0em;
}

/******************************************************************/
body 
{
    font-: Arial, Verdana, Helvetica, sans-serif;
    font-size: medium;
    overflow: -moz-scrollbars-vertical;
  
    background-color: #4380d3;
    color: #000000;
    margin: 0 auto;
    
    text-align: centre;
}

hr
{
	margin: 1em 0 1em 0;
	
	color: #0f4fa8;
	border: solid;
	
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    -webkit-box-shadow: 5px 5px 10px #000000;
	-moz-box-shadow: 5px 5px 10px #000000;
}

#container 
{
    margin:auto;
    min-width: 800px;
    width: 800px;
}

/*********************************************** HEADER ****************************************/
 
#container #header 
{
    padding: 1em 0 1em 0
}

#container #header img
{
	-webkit-box-shadow: 5px 5px 10px #000000;
	-moz-box-shadow: 5px 5px 10px #000000;
}

#container #header h1,h2
{
	margin: -99999;
}

/*********************************************** MENU ****************************************/

#container #menu 
{
    text-align: center;
	font-size: medium;
	
	background-color: #0f4fa8;
	
	clear: both;  	
}

#container #menu ul 
{
    list-style-type: none;
}

#container #menu li 
{
    float: left;
    position: relative;
    
    z-index: 100;
    left: 0px;
}

/*For IE6*/
#container #menu table 
{
    position: absolute;
    border-collapse: collapse;
    z-index: 80;
    
    left: 0px;
    top: 34px;
}

#container #menu a, #container #menu:visited 
{
    display: block;
    text-decoration: none;
    
    width: 156px;
    padding: 0.5em 0em; /*height of nav bar*/
    
    background-color: #0f4fa8;
	border: 2px solid #0f4fa8;

    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    
    -webkit-box-shadow: 5px 5px 10px #000000;
	-moz-box-shadow: 5px 5px 10px #000000;    
}

#container #menu ul ul 
{
    visibility: hidden;
    
    position: absolute;
    width: 156px;
    height: 0em;
}

#container #menu a:active 
{
    background-color: #4380d3;
    color: #ffffff;
}

#container #menu a:hover 
{
    background-color: #4380d3;

}

#container #menu ul li:hover ul, #container #menu ul a:hover ul 
{
    visibility: visible;
}

/*********************************************** CONTENT ***************************************/

#container #content 
{	
    padding: 0em 2em 2em 2em;

    background-color: #AAC8F0;
    text-align: center;
    

    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-box-shadow: 5px 5px 10px #000000;
    -webkit-box-shadow: 5px 5px 10px #000000;
    
    clear: both;
    
}
#container #content img.left_photo {
    float: left;
    margin: 1em;
}

#container #content img.right_photo {
    float: right;
	margin: 1em;
}

#container #content img, #container #content iframe
{ /*iframe is for the google maps*/

	border: solid;
    border-color: #0f4fa8;
    
    margin: 1em;
    
    -webkit-box-shadow: 5px 5px 10px #000000;
	-moz-box-shadow: 5px 5px 10px #000000;

}

#container #content ul.gallery_demo img
{
/*thumbnails in gallery*/
	border: none;
	padding: 0;
	margin: 0;
}
/*********************************************** FOOTER ***********************************************/

#container #footer 
{
    padding: 0 .5em 0 .5em;
    text-align: center;
    clear: both; /*makes footer for gallery appear at bottom */
    
    background-color: #0f4fa8;
    color: #ffffff;
    
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    -webkit-box-shadow: 5px 5px 10px #000000;
	-moz-box-shadow: 5px 5px 10px #000000;
}

#container #footer ul 
{
    list-style-type: none;
    padding: 0.5em;
    margin: 0em;
    height: 20px;
}

#container #footer ul li.copyrights 
{
    float: left;
}

#container #footer ul li.privacy 
{
    float: right;    
}

#container #footer a 
{
    color: #ffffff;
}

/*********************************************** TEXT FORMATTING****************************************/


p, a, h3, h4,h5, ul,label, legend, input, textarea {
    font-family:  Arial, Verdana, Helvetica, sans-serif;
    font-size: small;

}

a {
    list-style: none;
    text-decoration: none;
    color: #ffffff;
}

strong 
{

    font-weight: bold;
}

.error
{
	color: red;
}

#container #header h1, #container #header h2 
{
 	text-align: center;
	/*Hide header text which is represented in graphic*/
    display: none;
    visibility: hidden;
}


#container #content p 
{
    font-size: small;
    text-align: left;
    padding: 0em 0em 0em 0em;
    line-height: 160%;
}

#container #content h3.title 
{
    text-align: center;
    font-size: x-large;
    padding: .5em 0.5em .5em 0.5em;
}
#container #content h3 
{
    font-size: medium;
    padding: 2em 0.5em 1em 0.5em;
}

#container #content h3.tagline, #container #content h4.tagline 
{
    text-align: center;
}

#container #content h4.safe, #container #content h3.safe  
{
    clear: both;
}


#container #content h4, #container #content h5 
{
    text-align: left;
    font-size: medium;
    padding: 0.5em 0 .5em 0;
}
#container #content a
{
	color: #000000;
	font-style: italic;	
}

#container #content ul 
{
  	font-size: medium;
    padding-left: 2em;
    text-align: left;
    text-decoration: none;
}

#container #content li
{
	list-style-type: none;
}


/*********************************************** CONTACT FORM ****************************************/
#container #content #contact-form 
{

    float: left;
    width: 65%;
    padding-bottom: 1em;
    margin-top: 1em;
    margin-bottom: 2em;
    margin-left: .5em;
    border: solid;
    border-color: #0f4fa8;
    
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-box-shadow: 5px 5px 10px #000000;
    -webkit-box-shadow: 5px 5px 10px #000000;

}

#container #content #contact-form form dl dt, #container #content #contact-form form dl dd 
{
    text-align: left;
    clear: both;
}

#container #content #contact-form form dl dt 
{
    margin-left: 1em;
    margin-top: 0.5em;
}

#container #content #contact-form p 
{
    margin-left: 0.5em;
    margin-top: 0em;
}

#container #content #contact-form form dl dd textarea 
{
    width: 90%;
    padding: 0.2em;
    margin-top: 0.5em;
    margin-left: 1em;
}

#container #content #contact-form form dl dd input.input-field 
{
    width: 60%;
    padding: 0.2em;
    margin-top: 0.5em;
    margin-left: 1em;
}

#container #content #contact-form form dl dd input.button 
{
    margin-left: 1em;
    padding: 0em 0.5em 0.5em 0em;
}

#container #content #contact-form form dl dd textarea 
{
    margin-bottom: -1em;
}
/*
 #container #content #right_side_bar
 {    float: right;
 border:solid ;
 border-color: #935000;
 width: 30%;}
 */
#container #content #postal-address 
{
    float: right;
    border: solid;
    border-color: #0f4fa8 ;
    width: 25%;
    margin: .5em;
    padding: .5em;
    
     -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-box-shadow: 5px 5px 10px #000000;
    -webkit-box-shadow: 5px 5px 10px #000000;
}

