﻿/* MAIN MENU STARTS ////////////////////////////////////////////////////////////////////////////*/
.h_mnu_01{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.h_mnu_01 ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #D7E6F7;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7E6F7;
	border-right-color: #D7E6F7;
	border-bottom-color: #D7E6F7;
	border-left-color: #D7E6F7
}

.h_mnu_01 ul li{
display: inline;
}

.h_mnu_01 ul li a{
	float: left;
	color: #2E72B9;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D7E6F7;
}

.h_mnu_01 ul li a:visited{
color: #2E72B9;
}

.h_mnu_01 ul li a:hover, .h_mnu_01 ul li .selected{
	color: #FFFF00 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #008000;
}
/* MAIN MENU ENDS ///////////////////////////////////////////////////////////////////////////////////*/


/* SECONDARY MENU STARTS ///////////////////////////////////////////////////////////////////////////*/
.h_mnu_02{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.h_mnu_02 ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #C8DCF3;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C8DCF3;
	border-right-color: #C8DCF3;
	border-bottom-color: #C8DCF3;
	border-left-color: #C8DCF3
}

.h_mnu_02 ul li{
display: inline;
}

.h_mnu_02 ul li a{
	float: left;
	color: #2E72B9;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C8DCF3;
}

.h_mnu_02 ul li a:visited{
color: #2E72B9;
}

.h_mnu_02 ul li a:hover, .h_mnu_02 ul li .selected{
	color: #FFFF00 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #008000;
}
/*SECONDARY MENU ENDS ///////////////////////////////////////////////////////////////////////////////*/


/*ROUNDED BOX STARTS ////////////////////////////////////////////////////////////////////////////////*/
.box { 
  background: #E1DFD2; 
}
.boxtop { 
  background: url(images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
	padding: 10px 10px 10px 10px;
	text-align: left;
}
/*ROUNDED BOX ENDS ///////////////////////////////////////////////////////////////////////////////////*/

/*CONTACT FORM STARTS ///////////////////////////////////////////////////////////////////////////////////*/
#page-wrap {
	width: 660px;
	padding: 20px 50px 0px 100px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	text-align: left;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: .9em;
	color: #666666;
}
#formcontainer {
	text-align: left;
}
/*CONTACT FORM ENDS ///////////////////////////////////////////////////////////////////////////////////*/

/*BODY STYLING STARTS ///////////////////////////////////////////////////////////////////////////////*/
.background {	/*sets background color*/
	background-color: #E5ECF3;
}

.container {	/*sets page width*/
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

body {		/*centers page and removes margins, sets font for all text*/
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

p {			/*align left, color gray, used for logo, footer*/
	font-size: 10pt;
	color: #666666;
	text-align: left;
}

p#home {
	text-align: left;
	padding-left: 20px;
	color: #808080;
	width: 500px;
	font-size: 14px;
	line-height: 2;
}
p#pages {
	text-align: left;
	padding-left: 20px;
	color: #808080;
	width: 475px;
	font-size: 14px;
	line-height: 2;
}

.textfloatright {
	float: right;
	text-align: left;
	padding-left: 20px;
	color: #808080;
	width: 400px;
	font-size: 14px;
	line-height: 2;
}

.textbetweenfloats {
	text-align: left;
	padding-left: 20px;
	color: #808080;
	width: 250px;
	font-size: 14px;
	line-height: 2;
}

h1#home {
	font-size: large;
	color: #008000;
	text-align: left;
	font-weight: bold;
}
h1#pages {
	font-size: large;
	color: #008000;
	text-align: left;
	font-weight: bold;
}
.padding10 {
	padding: 10px;
}

.sloganfloatright {
	float: right;
	height: 50px;
	margin-top: 50px;
	color: #808080;
}

ul#pages {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	text-align: left;
	margin-left: 260px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #808080;
	text-align: left;
}

.floatleft {
	float: left;
	margin-left: 25;
	margin-top: 25;
}
.strong {
	font-weight: bold;
}
