@charset "utf-8";
/* CSS Document */


/* ========================================  
                 BASE
 ========================================= */
 
body {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-align: center;
	background: #FFFFFF url(../images/bgnd.gif) repeat-x left top;  
}


#logo {
	width:500px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 0 0px 0;
	}

#logo a {
	border: none;
	text-decoration: none;	
	}
	
	
/* ========================================  
         NAVIGATION (Horrizontal)
 ========================================= */


/* ---- Primary Navigation Bar --- */

div.navigation {
	position: relative;
	width: 100%;
	margin-bottom: 90px;
	padding: 6px 0 0px 0;
	cursor: default;
	vertical-align:top;
	text-align: center;
	}

#navtop, #navtop ul {
	width: 100%;
	list-style: none;
	font-weight: normal;
	padding: 10px 0 0 0px;
	margin: 0;	
	font: normal 0.7em Verdana, Arial, Helvetica, sans-serif; 

	}

#navtop a, #navtop .navlink {
	display:block;
	/* color: red; */
	text-decoration: none;
	border-bottom:none;
	}
	
#navtop li ul {
	position: absolute;
	display: none;
	height: auto;
	width: auto;
	font-weight: normal;
	margin: 0;
	}
	
#navtop .first {
	display: block;
	/* color: red; */
	text-decoration: none;
	}
	
#navtop .last a {
	display: block;
	color: #1d001a;
	text-decoration: none;
	border-right:none
	}

#navtop a {
	padding: 0.4em 1.55em 0.5em 1.55em; 
	text-decoration: none;
	color: #1d001a; 
	border-right: 1px solid #7b4c90;
	height: 40px; 
	min-height:40px; 
	height:auto!important;
	}
	
#navtop .two-lines a, #navtop .first a , #navtop .last a{
	padding: 0.9em 1.55em 0em 1.55em; 
	}

#navtop li {
	position: relative;
	float: left;
	padding: 0;
	/* color: #380074; */
	}
	
#navtop li a:hover {
	text-decoration:underline;
	color: #ee0000; 
	/* background-color: #ffceff; */
	}
	
	
div.content {
	clear: left;
}

/* ---- End Primary Navigation ---- */


/* ========================================  
              CONTENT
 ========================================= */
 
h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	text-align:left;
	font-size:1.9em;
 }
 
h1 span.smaller {
	font-size:0.8em;
 }

h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	text-align:left;
	font-size:1.3em;
 }
  
p {
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	}
	

a { 
	color: #0000FF; 
	text-decoration: underline;
	}

a:hover { 
	color: #FF0000; 
	text-decoration: none; 
	}


/* ========================================  
              FORMS STYLING
 ========================================= */
 
 /* --- Contact Page Form --- */
#contactpage-form {
	display: block;
	width: 600px;	
	margin: 25px 0 45px 0;
	padding: 0;
	/* background-color: #fcfee7;   #fefed2 #f5f8fa #cfeae0 */	
	}

#contact-form label {
	float:left;
	width: 49%;
	font-size: 1em;
	/* margin-left: 1.2em; */
	color: #000000;
	padding-top:4px;
	margin-left:11px;
	font-weight:normal;	
	}

#contact-form div {
	clear:left;
	margin: 0.6em 0 0.7em 0;
	text-align: left;
	}

#contact-form fieldset {
	border: none;
	padding: 0;
	margin: 0;
	text-align: left;
	}

#contact-form .txt {
	width: 270px;
	border: 1px solid #abadb3;
	background-color: #FFFFFF;
	padding: 0.2em 0 0.3em 0.2em;
	}	
	
#contact-form .txt-box {
	width: 25px;
	border: 1px solid #abadb3;
	background-color: #FFFFFF;
	padding: 0.2em 0 0.3em 0.2em;
	}	

#contact-form textarea.txt { 
	width: 270px;
	border: 1px solid #abadb3;
	}
	
#contact-form .checkbox { 
	vertical-align: text-top;
	padding:0px;
	margin-top: 3px;
	margin-left:0;
	}

*html #contact-form .checkbox { 
	vertical-align: middle;
	padding: 0;
	margin: 0;
	}

#contact-form .btn {
	padding: 0.3em 0.8em 0.4em 0.8em;
	margin: 0;
	cursor:pointer;
	font-size: 0.8em;
	margin-left:304px;
	}

#contact-form div.submit {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	} 
	

/* --- //End Contact Page Form --- */



/* ========================================  
                  RESET
 ========================================= */

img {
	border: none;
	}
