@charset "utf-8";
/**********************Master Classes**********************
Please put all the classes used in the master page in this
section at the top so that I can transfer them easily if
they are changed.
**********************************************************/
div#MasterFooter {
	
	background: transparent;
	margin: 0 auto;
	padding: 5px;
}

#MasterFooter p {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

#MasterFooter a {
	color: #006699;
	text-decoration: none;
}

#MasterMainContent {
	float: left;
	/*width: 480px;*/
	margin: 0;
	padding: 0 15px;
}

#MasterMainContent p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #333;
	margin-top:1ex;
	margin-bottom:1ex;
	/*margin: 1ex 0;
	padding: 10px;*/
}

#MasterMainContent h1, #MasterMainContent h2, #MasterMainContent h3, #MasterMainContent h4 {
	font-family: Georgia, serif;
}

#MasterMainContent h1 {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	color: #f58025;
	margin-bottom: 1em;
}

#MasterMainContent h2 {
	font-size: 1.308em;
	font-weight: bold;
	line-height: 1em;
	color: #4FA600;
	margin: .4ex 0;
}

#MasterMainContent h3 {
	font-size: 1em;
	font-weight: bold;
	/*line-height: 1em;*/
	color: #f58025;
	margin-bottom: .25em;
}

#MasterMainContent h4 {
	font-size: 1.1em;
	color: #666;
	margin: 1ex 0 -.2ex 0;
	font-weight: bold;
}

#MasterMainContent ul {
	font-family: Georgia, serif;
	/*font-size: .9em;*/
	margin: 0 0 1.4ex 1em;
}

#MasterMainMenu ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#MasterMainMenu li {
	float: left;
	margin: 0;
	padding: 0;
}

#MasterMainMenu li a:link, #MasterMainMenu li a:visited {
	font-family: Verdana, sans serif;
	font-size: 11px;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 15px 15px 0 15px;
	margin-right: 10px;
	/*line-height: 0px;*/
	border: none;
}

#MasterMainMenu li a:hover, #MasterMainMenu li a:active {
	color: #f8b449;
	background-position: left top;
}

#MasterMainMenu li a.current {
	margin-top: -5px;
	height: 30px;
	color: #f8b449;
	line-height: 25px;
}

#MasterMainMenu li a.current: hover {
	cursor: default;
}

#MenuMainBackground td
{
	background:#006699;
	height: 50px;
}

#MenuMainBorderBackground td
{
	background:#333333; 
	height: 25px;
	border-top:#CCCCCC solid 1px;
}

#MenuMainFooterTop td
{
	background-image:url(../images/layout/bg_grass.gif);
	color:#FFFFFF;
	height: 54px;
}

#MenuMainFooter td
{
	background:#333333 url(../images/layout/bg_grass.gif) 0 0 repeat-x;
	color:#FFFFFF;
	margin-top: 40px;
	padding: 60px 0 60px 0;
}

.masterChildContentWidth{
	width:800px;
}


/*****************ID selectors******************/
div#childPageContent{
	background-color:#FFFFFF;
	width:100%;
}

#faq p
{
	margin-left:25px;
}

#faq div
{
	font-size:1.2em;
	color:#30697D;
}

#faq ul
{
	text-indent:25px;
}

#sideBar {
	float: right;
	width: 282px;
	padding: 0;
	margin: 0 0 15px 0;
	background-image:url(../images/layout/bg_box_round_narrow_bottom.gif);
}

#mailback li
{
	font-size:1.2em;
	color: #f58025;
}

#mailback li p
{
	/*font-size:.9em;*/
}

#sideBar p {
	font-family: Verdana, sans-serif;
	font-size: 72%;
	line-height: 1.2 em;
	color: #666;
	margin: 0 0 3ex 0;
}

#sideBar h3 {
	font-family: Georgia, serif;
	font-size: 1em;
	color: #137a98;
	margin: 1ex 0 .5ex 0;
}

#sideBar img {
	margin: 0;
}

#sideBar img.photo {
	border: 1px solid #999;
	padding: 5px;
}
/* =====type selectors ===== */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 82.5%;
	background: #ffffff;
	margin: 0;
	padding: 0;
	}

p, h1, h2, h3, h4, h5, h6, li {
	/*margin: 1ex 1em;*/
}

img.border{
	border:#999999 solid 1px;
	padding:1px;
}

td.MenuMainButton
{
	border-right:#666666 thin solid;
}

/******************Regular classes******************/

.bgMainMenu, tr.bgMainMenu td, #MasterMainMenu
{
	background-color:#2D89BB;
}

.clear { clear: both }

.imgRight {
	float: right;
	border: 1px #999 solid;
	padding: 5px;
	margin-left: 10px;
}

.imgLeft {
	float: left;
	border: 1px #999 solid;
	padding: 5px;
	margin-right: 10px;
}

.center{
	text-align:center;
}

.MasterFooterContent{
	margin-top: 60px;
}

.fontSize1{
	font-size:10px;
}

.fontSize3{
	font-size:18px;
}

.fontBold{
	font-weight:bold;
}

.fontGray{
	color:#666666;
}

.fontGreen{
	color:#009933;
}

.fontOrange{
	color:#f58025;
}
.fontRed{
	color:#800003;
}

.fontSmall{
	font-size:small;
}

.fontWhite{
	color:white;
}

.fontYellow{
	color:yellow;
}

.noWrap, tr.noWrap td
{
    white-space:nowrap;
}

.orangeBold 
{
	font-size: 1em;
	font-weight: bold;
	color: #f58025;
	text-decoration:underline;
}
.padLeft, .padVert{
	padding-left:8px;
}

.padRight, .padVert{
	padding-right:8px;
}

.padTop, .padHoriz{
	padding-top:8px;
}

.padBottom, .padHoriz{
	padding-bottom:8px;
}

.middle{
	vertical-align:middle;
}

.whiteBorder{
	border-bottom:#FFFFFF solid 2px;
	border-top:#FFFFFF solid 1px;
	border-left:#FFFFFF solid 1px;
	border-right:#FFFFFF solid 1px;
}