@charset "utf-8";
body {
	background: #fff8d6 url(../img/bg.jpg) top center repeat-x;
	color: #43403e;
}
#container {
	width: 950px;
	background: #fff;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #43403e;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #fff; 
	padding: 0;
}
#header h3 {
	margin: 0;
	padding: 0;
	display: block;
	height: 104px;
	background: url(../img/header.jpg) left top no-repeat;
	text-indent: -9009px;
}
#nav {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #6d954d;
	font-size: 87.5%;
	border-bottom: 2px solid #43403e;
	border-top: 2px solid #43403e;
}

#clear {
	clear: both;
}

#banner {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../img/bannerBG.jpg) top center no-repeat;
	border-top: 2px solid #43403e;
	height: 200px;
	border-bottom: 2px solid #43403e;
}

#sub-banner {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../img/sub-bannerBG.jpg) top center no-repeat;
	border-top: 2px solid #43403e;
	height: 100px;
	border-bottom: 2px solid #43403e;
}

#mainContent {
	padding: 0; 
	float: left; 
	width: 660px;
	background: #fff;
	margin: 10px 0 0 25px;
}

#mainContent h4 {
	margin-bottom: 0;
}

#mainContent ul {
	padding: 0 30px;
}

h1, h2, h3 {
	color: #004c8f;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	font-size:32px;
}

h2 {
	font-size:24px;
}

h3 {
	font-size:100%;
	font-weight: bold;
	margin-bottom:6px;
}


/*-----------------------------------------------------------------------------
	Sidebar
-----------------------------------------------------------------------------*/

#sidebar 	{ float: right; width: 225px; /* lets us have border */ 
				border-left: double 3px #575c5f; 
				font-size: 100%;
				margin-top:10px;
				padding-left:10px;
				padding-right:4px;}	/* width was 205 */ 
#sidebar h2 { font-size: 1.25em; line-height: 1.25; color: #004c8f; border-bottom: solid 1px #575c5f; }

#sidebar .widgettitle {
	font-weight: bold;
	margin-bottom:4px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 5px 10px 0 24px;
	list-style: none;
}

#sidebar ul li	{ padding: 0; background-image: none; margin-bottom: 0px; }

#sidebar ul li ul { padding-top: 0; }

#sidebar ul li ul li {
	margin: 0;
	padding: 2px 0 ;
}

#sidebar ul li, #sidebar ul li#subscribe ul li {
	list-style-type: circle;
	background: none;;
}

#sidebar ul li#subscribe ul li { margin: 0 0 0 -30px; }

#sidebar ul li.widget #newsletter {
	float: left;
	margin-left:0px;
	width:400px;
	margin-bottom:24px;
}

#sidebar ul li.widget #newsletter .imgMail {
	float:left;
	margin-top:4px;
	margin-right:4px;
	background-color: #006699;
}

/* END SIDEBAR */

#footer {
	padding: 0 25px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #004c8f;
	color: #fff;
	border-top: 5px solid #43403e;
	clear:both;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:13px;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
	color: #fff2b6;
}

.imgR {
	float: right;
	margin: 0 0 0 20px;
}
.imgL {
	float: left;
	margin: 0 20px 0 0;
}

.home {
	float: right;
	margin: 0 0 0 20px;
	width: 250px;
	background: #fff8d6;
	padding: 10px 15px 0 15px;
	font-size: 1.1em;
	color: #004c8f;
	margin-top:20px;
}
.list {
	margin-bottom: .25em;
	padding-bottom: 0;
}

/*Start Form style*/
#formframe {
	width: 600px;
}
#formframe .formitem {
	padding-bottom: 6px;

}
#formframe .formitem .formitemname {
	width: 100px;
	text-align: left;
	padding-right: 10px;
	float: left;
}

#formframe .formitem .forminput {
	float: left;
	width: 295px;
	padding-left: 5px;
}

#formframe .thisformclear {
	clear: both;
}
#formframe .formitem .forminput label {
	padding-left: 5px;
	margin-right: 45px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#Submit {
	float: left;
	margin-top:-20px;
	margin-left:70px;
}
#reset {
	margin-top:0;
}

.cl100 {
	width: 100%;
	height: 50%;
}

/* For newsletter form */
#inputArea input.my-url {
	display:none;
}

/*End Form style*/