@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #0A0501;
	font-style: oblique;
}
h1 a:link {
	font-size: 14pt;
	text-decoration: none;
	color: #000;
}
h1 a:visited {
	font-size: 14pt;
	color: #392F01;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: oblique;
}
#port {
}
#port ul li {
	list-style-type: none;
}
h3 a:link {
	color: #362200;
	text-decoration: none;
	font-size: 10pt;
}
h3 a:visited {
	font-size: 11pt;
	color: #392F01;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #9BA923;
	font-weight: bold;
	line-height: normal;
	font-style: oblique;
}
hr {
	color: #9BA939;
	margin-top: 4px;
	margin-bottom: 6px;
}


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(images/bebackground.jpg);
	background-position: center top;
	background-color: #090400;
	background-repeat: no-repeat;
}
#container  {
	width: 800px; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
}
#header  {
	height: 122px;
	padding-top: 0;
	padding-bottom: 0;
}



#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#menu {
	height: auto;
	margin-left: 2px;
}
.content  ul {
}
.content  li {
	float: left;
	list-style-type: none;
}
.iframe{
	text-align:center
}
#portleft {
	float: left;
	width: 350px;
}
#portleft ul li {
	padding-bottom: 15px;
}
#portright {
	width: 375px;
	float: right;
}
.port {
	margin-right: 5px;
}
#clear {
	clear: both;
}
#contenttop {
	background-image: url(images/contenttop.jpg);
	background-repeat: repeat-x;
	height: 9px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent  {
	background: #FFFFFF;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#onecolumncontent {
	padding-top: 10px;
	padding-left: 15px;
	background-color: #FFF;
	padding-right: 15px;
}
#leftcontent {
	background-color: #FFFFFF;
	width: 405px;
	padding-top: 10px;
	padding-left: 15px;
	margin-right: 0px;
	padding-right: 15px;
	float: left;
}
#testomonial {
	background-color: #D0E526;
	padding: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 10pt;
	line-height: 18pt;
}

#rightcontent {
	background-color: #FFFFFF;
	width: 335px;
	float: none;
	margin-left: 435px;
}

#footer  {
	height: 98px;
	width: 800px;
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;

}
#footermid {
	height: 50px;
	padding-top: 25px;
	padding-bottom: 30px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}

#footerright {
	float: right;
	width: 225px;
	text-align: right;
	margin-top: 50px;
	margin-right: 28px;
}
#footerleft {
	float: left;
	width: 225px;
	margin-left: 28px;
	margin-top: 13px;
}
.footerp     {
	color: #503401;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14pt;
}
.footer ul {


}
.footer li {
	list-style-type: none;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5F4007;
}




#contactme {
	width:415px;
	height:auto;
	padding-top:5px;
}
#title {
	height:auto;
	width:400px;
	background-image:url(../images/contact.png);
	background-repeat:no-repeat;
}

label {
	text-align:left;
	padding-top:0;
	font-size:8pt;
	color:#100901;
	font-weight:700;
	width:110px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	margin-top: 8px;
}

#contactform {
	width:auto;
	height:auto;
	margin-top:10px;
	margin-left:5px;
}

#contactform input,#contactform textarea {
	font-family:Helvetica, sans-serif;
	font-size:9pt;
	background-color:#FFFFFF;
	border:2px solid #C6D729;
	width:290px;
	color:#100901;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#contactform textarea {
	height:130px;
	color:#100901;
}

.contacttext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	width:380px;
	line-height:13pt;
	margin:5px;
}

.contactp {
	color:#100901;
}

#contactform textarea:focus,#contactform input:focus {
	border:2px solid #64480B;
}

#contactform input.submit-button {
	width:60px;
	float:none;
	background-color:#CEE02C;
	color:#100901;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	font-style:italic;
	margin-left:345px;
	border-style:none;
}
.about        {
	font-size: 10pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	list-style-type: square;
}
.about li {
	margin-left: 20px;
	line-height: 14pt;
}

.resource    ul {

}
.resource   li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	font-size: 10pt;
}

a:link{
	color: #838E17;
	font-size: 9pt;
}
a:hover{
	color: #372000;
}
#introleft {
	height: 450px;
	float: left;
	clear: both;
}
#introright {
	margin-left: 385px;
}

a:visited{
	color: #3C2402;
	font-size: 10pt;
}
a:active{
}

.fade {
  position: absolute;
  top: 100px
  left: 100px
}

.fade div {
	position: absolute;
	top: 0;
	left: 0px;
	display: none;
}
.fade2 {
  position: absolute;
  top: 100px
  left: 100px
}

.fade2 div {
	position: absolute;
	top: 0;
	left: 385px;
	display: none;
}
#footer a:link{
	text-decoration: none;
	font-size: 8pt;
	line-height: 14pt;
	color: #503401;
}
#footer a:hover{
	color: #E7EF5B;
}
#footer a:visited{
	font-size: 8pt;
	text-decoration: none;
}
#footer a:active{
}

