/* Applewhite CSS */

body {	
	/*background: #fff url(../graphics/debut_light.png) repeat;*/
	background-color: #fff;
	vertical-align: top;
	padding-top: 0px; /*84px*/
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #234211;	
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 0 1px rgba(51,51,51,0.2);	
	margin: 0;
	vertical-align: top;
	overflow: visible;
	min-width: 960px;
	
	/* Prevent Web Browsers from changing font size */
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	-moz-text-size-adjust:none;
	text-size-adjust:none;
}

a {
	outline: none;
	border: none;
	color: #234211;
}
a:link {	
	text-decoration: none;
}
a:hover {
	
	text-decoration: underline;
}
a:visited {	
	text-decoration: none;
}
a:active {	
	text-decoration: underline;
}
a img {
  	border: none;
}

p {	
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 0 1px rgba(51,51,51,0.2);
	line-height: 1.6em;
}

h1, h2, h3, h4 {
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 0 1px rgba(51,51,51,0.2);
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #234211;
}

h1 {	
	font-size: 1.6em;
	padding-top: 1.0em;
	padding-bottom: 0px;
}

h2 {
	font-size: 1.2em;	
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

td p a:link {
	color: #1f497b;
}

hr.style1 {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(41, 49, 117, 0.1);
	border-bottom: 1px solid rgba(41, 49, 117, 0.3);
}


/*
hr.style1-large-margin {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	
	margin-bottom: 25px;
}
*/

hr.style1-large-margin {
	border: 0;
	height: 0;	
	border-bottom: 1px solid rgba(84, 114, 88, 0.5);
	margin-bottom: 25px;
	padding-bottom: 25px;
}

hr.style1-footer {
	border: 0;
	height: 0;	
	border-bottom: 1px solid rgba(84, 114, 88, 0.5);
}

p.no-justify {
	text-align: left;
	text-justify: auto;		
}

#green-strip {
	position: absolute;
	width: 100%;
	height: 10px;
	background: #547258; /* 234211*/
}

/************************************* NAV *************************************/

a#logo {	
	float: left;
	display: inline-block;
	position: absolute;
	padding-top: 25px;
}

#navbar {		
	background: none;	
	width: 100%;		
	position: absolute;	
	z-index: 100;
	
	/*border-bottom: 1px solid rgba(35, 66, 17, 0.3);*/
}

#nav-container {
	width: 960px;
	padding-top: 33px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#nav {	
	padding-left: 20px;
	border: none;	
	margin: 0;	
	float: left;
}

#nav ul {	
	list-style: none;
	margin:	0;
	padding: 0;
	text-align: left;	
}

#nav li {
	float: left;
	padding: 0;
	margin-right: 0px;
	vertical-align: middle;
}

/*
#nav-spacer {
	color: #293175;
	display: block;
	font-weight: 400;
	line-height: 202px;
	padding: 0 6px;
	font-size: 20px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;	
}
*/

a#nav-text {
	margin-top: 8px;
}

#nav li a {
	color: #2A482E;
	display: block;
	font-weight: 400;
	line-height: 90px;
	padding: 0 45px;	
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;	
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 18px;
	
	-webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -kthtml-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;		
}

#nav li a:hover {
	color: #7B5C3B;	
	
	
	-webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -kthtml-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#nav li.selected a {
	color: #7B5C3B;
}


/************************************* BODY AND MAIN CONTENT *************************************/

#body-content {	
	padding-top: 152px;
	padding-bottom: 25px;	
	width: 960px;	
	margin-left: auto;
	margin-right: auto;
}

#main, footer {		
	line-height: 1.0em;
}

#main {	
	text-align: left;
	/*text-justify: distribute;	*/
	padding: 0px 25px 25px 25px;
	vertical-align: top;
	clear: left;		
}

#frontpage-text {
	padding-top: 10px;
	font-size: 1.2em;	
	text-align: left;
}

#frontpage-text p {	
	line-height: 1.8em;	
}

#frontpage-text ul {
	line-height: 1.8em;
	color: #883730;
	list-style: square;
}

#frontpage-slider {
	padding-top: 8px;
	width: 100%;
}

.normal-text p, ul {
	line-height: 1.5em;
}

/************************************* CONTACT FORM *************************************/

p#contact {
	padding-bottom: 25px;
}

hr#contact {
	padding: 10px 0 0px 0;
}

h2#contact {
	margin-below: 30px;
	line-height: 45px;
}

input[type=text], input[type=password] {
	padding:5px; border:2px solid #234211; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 4px;
	margin-right: 4px;
}

input[type=text]:focus {
	border-color:#1f497b; 
}

textarea[name="Message"] {
	padding:5px; border:2px solid #234211; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 4px;
}

textarea[name="Message"]:focus {
	border-color:#1f497b; 
}

input[type=submit], input[type=reset] {
	padding:5px 15px; background:#234211; border:0 none;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	color: #fff;
	margin-top: 4px;
}

#submit, #reset {
	color: #fff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.input-text {
	color: #496f9c;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1em;
}

form p {
	padding-bottom: 8px;
}

#login-form {
	margin-top: 30px;
	margin-left: 295px;
	padding: 25px;
	background: #E8FFD9;
	width: 272px; /*272*/
	border: dotted thin #234211;	
}

#login-form  p {
	font-size: 0.8em;
}

#login-form h2 {
	padding-bottom: 8px;
	text-transform: uppercase;
	font-size: 1em;
}

/************************************* FOOTER *************************************/

#footer {	
	padding: 5px 0px 25px 0px;	
	font-size: 0.8em;
	text-align: center;
	color: #234211;
}

#footer a {
	color: #234211;
	text-decoration: none;
}

#footer a:hover {	
	text-decoration: underline;
}

#footer-copyright {
	margin-top: 1.6em;
}

#footer-copyright {	
	font-size: 0.8em;	
}

#footer img {
	text-align: center;
	padding-top: 15px;
}

/************************************* MISC ELEMENTS *************************************/

#maintenance-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 30%;
}

.text-centered {
	text-align: center;
}




	