/** Common Colors ****
Green: #85C329
Blue: #135293
Dk Gray: A0A0A0
Lt Gray: CECECE
Font Color: 666666
Tan: E1D9CA
 ****/
body {
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

blockquote {
	font-style: italic;
}

a {
	color: #135293;
}

a:hover {
	text-decoration: none;
}

a img{border:none;}

h3 {
	font-size: 18px;
	font-weight:500;
	margin: 10px 0;
	color: #333;
}

.clr{clear:both;}

.title1 {
	margin: 0;
	padding: 10px 0;
	background:   url("../images/img07.gif") repeat-x left bottom;
	font-weight: normal;
	font-size: 129%;
	color: #FFFFFF;
}

.title2 {
	margin: 0;
	padding: 10px 0;
	background:   url("../images/img09.gif") repeat-x left bottom;
	font-size: 227%;
	font-weight: normal;
	color: #135293;
	display:block;
}

.title3 {
	margin: 0;
	padding: 10px 0;
	font-size: 129%;
	font-weight: normal;
	color: #666666;
	text-decoration:underline;
}

.boxed {
	
	position:relative;
}

.boxed p, .boxed ul, .boxed ol {
	line-height: 180%;
}


/* Scrolling Marquee */
.scrolling {
	color: #FFF;
	font-size: 16px;
	line-height:30px;
	background-color:#135293;
	overflow:hidden;
	width: 675px;
}
.scrolling a {
	color: #FFF;
	text-decoration:none;
}
.scrolling a:hover {
	text-decoration: underline;
}

/* Page */
#shadow {
	width: 1040px;
	background:   url("../images/shadow-bg.gif");
	margin: 0 auto;
	background-repeat: repeat-y;
	overflow:visible;
}

#page {
	width: 982px;
	margin: 0 auto;
	background: #FFFFFF url("../images/page-bg.gif") repeat-y;
	overflow:visible;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	display:inline;
}

/* Heading */
#heading {
	float:right;
	width: 740px;
	height: 220px;
	margin: 0;
	padding: 0;
}
/* Logo */

#logo {
	height: 220px;
	background-color:#FFF;
	width: 240px;
	float: left;
	clear:none;
	display: inline;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#logo h1 {
	padding: 100px 0 0 0;
	background:   url("../images/img03.gif") no-repeat center center;
	font-size: 36px;
}

#logo h2 {
	font-size: 14px;
}

#logo a {
	color: #9C9C9C;
	text-decoration: none;
}

/* Menu */

.menu {
	padding: 20px;
	background:   url("../images/fade-blue.gif") repeat-x;
	color:#FFF;
}

.menu h1 {
	font-size: 16px;
	color: #FFF;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	padding: 10px 0;
	background:   url("../images/img05.gif") repeat-x;
}

.menu li.first {
	background: none;
}

.menu.li first  a {
	font-size: 18px;
	font-weight: 600;
}

.menu a {
	text-decoration: none;
	font-size: 13px;
	color: #FFFFFF;
}

.menu a:hover {
	text-decoration: underline;
}
/* SubMenu */
.menu ul li ul {
	font-size: 12px;
	padding: 0;
	margin: 0;
}
.menu ul li ul li {
	padding: 5px 0 5px 10px;
	background:none;
	height: 12px;
}
/* Menu Contact Form */
.menu form {
	margin: 0;
	padding: 20px 0 0 0;
	color:#FFF;
}

.menu fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.menu label {
	color: #FFFFFF;
}

#inputtext1, #inputtext2 {
	width: 194px;
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#inputsubmit1 {
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}


/* Login */

#login {
	padding: 20px;
	background:   url("../images/img06.gif") repeat-x;
}



#login a {
	color: #FFFFFF;
}
/* Heading Slideshow */
#heading {
	margin: 0;
	padding: 0;
}

/* Content */

#content {
	float: right;
	width: 680px;
	_width:650px;
	_float:left;
	padding: 5px 30px 20px 30px;
	overflow:hidden;
}
/***
#content * {
	padding: 0;
	margin: 0;
}
***/
#content blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h1 {
	margin: 10px 0;
}
#content h3 {
	margin: 10px 0;
}
.highlightedText {
	color: #CC0000;
}
img.leftalign {
	float:left;
	margin: 0 15px 10px 0;
}
img.rightalign {
	float:right;
	margin: 0 0 10px 15px;
}

.listTable {  /** Tables for listing items **/
	clear:both;
	border-top: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	padding: 15px 0;
	display:block;
	position:relative;
}
.listTable p {
	line-height:normal;
	padding: 0;
	margin: 0;
}

#content li {
	padding-top:20px;
}
#content li>ul li {
	padding-top:0px;
}

#content .small {
	font-size: 10px;
	line-height:normal;
	color: #666;
}

/* Featured Textbox */
#content .featured {
	margin: 20px 0px;
	background: #E1D9CA url("../images/fade-tan.jpg") repeat-x;
	padding-top: 10px;

}

.SlidingPanels {

}
#content .featured a {
	color: #135293;
}

#content .featured ul {
	list-style:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
	color:#447533;
	font-size:12px;
}
#content .featured ul .small {
	font-size: 10px;
}
#content .featured ul li {
	display:block;
	min-height: 100px;
	padding: 5px;
	clear: both;
}
#content .featured ul li img {
	float:left;
	width: 100px;
	margin:  0 10px 35px 0;
}
.col-one {
	float: left;
	width: 315px;
	padding: 10px 10px;
}

.col-two {
	float: left;
	width: 315px;
	padding: 10px 10px;
}
/* Faces Images */
.photoTable {
	padding:0; 
	margin:0; 
	border:none; 
}
.photoTable td {
	text-align:center;
	padding-top:20px;
}
.photoContainer {
	overflow: visible;
	border: 1px solid #000;
	padding: 2px;
	display:table-cell;
	margin: 10px;
	text-align:center;
}

/* Footer */

#footer {
	width: 980px;
	height: 80px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

#links {
	float: left;
	width: 220px;
	height: 45px;
	padding: 35px 0 0 20px;
	background:   url("../images/img13.gif") repeat-x;
}

#links a {
	color: #FFFFFF;
}

#legal {
	float: right;
	width: 720px;
	height: 45px;
	padding: 35px 0 0 20px;
	background: #CECECE url("../images/fade-ltgray.gif");
	background-repeat: repeat-x;
}

.prevnext{position:relative; margin-left:15px; clear:both; text-align:right; padding-right:20px;}
.prevnext span{position:relative; top:-13px; margin-right:10px;}

#learnthefacts img{float:left; margin:0 15px 15px 0;}
	#learnthefacts{padding:20px 0 25px 0; text-align:left;}