﻿@import url(layout.css);

/* Colors...
	  Orange #ff8000
	  Green  #00cc00  (old 008000)
	  Blue   #0000cc
*/

/* Start Embedded Fonts */
@font-face {
    font-family:"lovers_quarrelregular";
    src: url("../fonts/LoversQuarrel-Regular-webfont.eot");
    src: url("../fonts/LoversQuarrel-Regular-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/LoversQuarrel-Regular-webfont.woff2") format("woff2"),
         url("../fonts/LoversQuarrel-Regular-webfont.woff") format("woff"),
         url("../fonts/LoversQuarrel-Regular-webfont.ttf") format("truetype"),
         url("../fonts/LoversQuarrel-Regular-webfont.svg#lovers_quarrelregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:"kaushan_scriptregular";
    src: url("../fonts/KaushanScript-Regular-webfont.eot");
    src: url("../fonts/KaushanScript-Regular-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/KaushanScript-Regular-webfont.woff2") format("woff2"),
         url("../fonts/KaushanScript-Regular-webfont.woff") format("woff"),
         url("../fonts/KaushanScript-Regular-webfont.ttf") format("truetype"),
         url("../fonts/KaushanScript-Regular-webfont.svg#kaushan_scriptregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* End Embedded Fonts */

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
}
#masthead {
	text-align:center;
	width: 100%;
	height:160px;
	padding:15px 0 0 0;
	background-color:#fff;
}
#navigation {
	background-color: #0000cc;
	border-bottom-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #00cc00;
	overflow: hidden;
	
}
#page_content {
	position: relative;
	width: 100%;
}
#page_content h2	{ font-family:"kaushan_scriptregular"; text-shadow: 3px 3px 5px #00cc00; text-align:left; }

#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 0 2%;
	background-color: #fff;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #00cc00;
	float: none;
}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #ccebff;
	position: absolute;
	right: 0px;
	top: 0px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #00cc00;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #00cc00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #00cc00;

}
#footer {
   	background-color: #0000cc;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #00cc00;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #00cc00;
}
/* Styles for Masthead */
#masthead img {
	float:none;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 3px;
    border: 1px solid #00cc00;
	background-color: #0000cc;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #00cc00;
	background-color: #00cc00;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.5em;
	color: #0000cc;
}
h3 {
	font-size: 1.0em;
	color: #0000cc;
}
h3c {
	font-size: 1.0em;
	color: #0000cc;
	text-align: center;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #0000cc;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: medium;
	text-align: center;
	color: #fff;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

ol, ul { list-style: none; }

/* Contact Form ccebff */

#contact-form form 	{ text-align:left; margin:20px;	}

#contact-form label 	{ 
		float: left; width: 100px; margin-top:5px;
		text-align:right; display:block; background:none; font-weight:bold;
		}
	
#contact-form submit	{ background:none; 	}

#contact-form input 	{ 
		width: 280px; margin:0 0 16px 10px;
		border:1px #00cc00 solid; padding:5px; background:#e6ffe6; 
		}
		
#contact-form input:focus	{ background-color:#ccebff; }

#contact-form textarea {
		width: 280px; height: 150px; margin:0 0 16px 10px;
		border:1px #00cc00 solid; padding:5px; background:#e6ffe6;
		}
#contact-form textarea:focus	{ background-color:#ccebff; }


#contact-form select { margin-bottom:20px;	}
	
#contact-form .month { margin-left:155px;	}

#contact-form .submit {
		width:90px; height:25px;
		margin-left:160px;
		font-size:12px;
		}

#contact-form .clear	{ clear:both; }

table2, th2, td2 {
	border:1px solid #4ca735; /* green */
	border-collapse:collapse;
	border-width:medium;
}
table2 {
	width:790px;
	padding: 5px 5px 5px 5px;
	margin:0;
}
td2, th2 {
	padding: 0px 0px 0px 0px;
	font-size:medium;
	text-align:center;
	vertical-align:middle;
}
