/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

html {
	/*font-size:100%; /*IE hack*/
	height:100%;
	background-color:#f6f2e4;
}
/*
body,p,td,h1,h2,h3,h4,h5,ul,ol,dd,li,a {
	font-family: "Myriad Web", "Lucida Grande", Calibri, Helvetica, Arial, Verdana;
}
*/
body {
	margin:0 auto;
	background: url(../images/BackgroundImage.jpg) repeat-y center top;
	font-family: "Myriad Web", "Lucida Grande", Calibri, Helvetica, Arial, Verdana;
}

#wrapper {
	text-align:left;
	margin:0 auto;
	padding: 0px;
	border:0;
	width:1000px;
}

p,ul,ol	{
	font-size:.9em;
}

th {
	color: #111b52;
	padding:5px 10px 5px 10px;
	text-align:center;
	background-color:#d9cb9e;
	font-size:.95em;
	border-bottom: 1px #d0bf87 solid;
	border-right: 1px #d0bf87 solid;
}

td {
	padding:10px;
	font-size:.8em;
	line-height:1.4em;
	border-bottom: 1px #d0bf87 solid;
	border-right: 1px #d0bf87 solid;
}

tr.alternate {
	background-color:#f3f0e2;
	
}


table { 
border-top: 1px #d0bf87 solid;
border-left: 1px #d0bf87 solid;
}



/* Header Styles */

#header {
	margin: 0;
	height:144px;
	background-color: #b1953A;
	background-image: url(../images/headerBGLeft.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: left bottom;
}


.contactinfo {
	float:right;
	width:283px;
	text-align:left;
	color: #111b52;
	height:109px;
	background:url(../images/headerBGRight.jpg) no-repeat right top;
	padding-top:30px;
	margin-top:5px;
	overflow:visible;
	
}

.contactinfo p {
	padding-left:15px;
	font-size: .85em;
}

.contactinfo p a {
	text-decoration:none;
	color: #111b52;
}

.contactinfo p a:hover {
	text-decoration:underline;
	color: #7a270d;
}


.contactinfo p.phone {
	color:#712811;
	font-size:1.3em;
	font-weight:bold;
	padding-top:.5em;
	padding-bottom:.5em;
}

	

/* End Header Styles */


/* Banner & Nav Styles */

#Banner {
	height:234px;
	color:#faf2dc;
	overflow:hidden;
	display:block;
	background: url(../images/backgrounds/bannerBG.jpg) repeat-x top;
}

#Banner2 {
	height:91px;
	color:#faf2dc;
	background: url(../images/bannerBG2.gif) repeat-x bottom;
	display:block;
}

img.bannerphoto {
	float:right;
}



#navbar {
	float:left;
	height: 36px;
	width:705px; 
	display:block;
	
}

#navbarSP {
	height: 36px;
	background:url(../images/backgrounds/navbarBG.gif) repeat-x;
	width:1000px; 
	display:block;
	
}

.navbar ul {

	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	margin-left:50px;
	display:block;
}


.navbar a {
	color: #c5ae68;
	
}

.navbar a:hover {
	color:#fff;
	
	
}

.intro {
	margin-left: 60px;
	margin-right:334px;
	margin-top: 53px;
}

.intro p {
	font-size:.75em;
	font-weight:lighter;
	line-height: 1.3em;
	margin-bottom: .9em;
	margin-left:50px;
}





/* End Banner & Nav Styles */



/* Content Styles */

#ContentWrapper {
	width: 1000px;
	background-image: url(../images/ContentBG.gif);
	background-repeat: repeat-y;
}

#ContentWrapperSP {
	width: 1000px;
	background-image: url(../images/ContentBG2.gif);
	background-repeat: repeat-y;
}

#ContentTop {
	background:url(../images/ContentTopBG.gif) no-repeat top;
	width:1000px;
	height:32px;
}

#ContentTop2 {
	background:url(../images/ContentTopBG2.gif) no-repeat top;
	width:1000px;
	height:32px;
	
}

.breadcrumb {
	font-size:11px;
	padding-top:6px;
	float:left;
	text-transform:uppercase;
}
.breadcrumb a {
	color:#263BAE;
	border-bottom:dotted 1px #999cb3;
	text-decoration:none;
}

.breadcrumb a:hover {
	color:#8C1E0E;
	border-bottom:dotted 1px #7a270d;
	text-decoration:none;
}

#Content {
	color: #141413;
	padding-left:265px;
	padding-right:312px;
	padding-bottom:30px;
}

#Content h1.home {
	padding-top:40px;
	padding-bottom:20px;
	color:#b1953a;
	font-size:23px;
	line-height:30px;
	font-weight: normal;
	font-style:italic;
}


#Content h1 {
	padding-top:27px;
	padding-bottom:10px;
	color:#1F2B63;
	font-size: 22px;
	font-weight:normal;
}

#Content h2 {
	padding-top:27px;
	padding-bottom:10px;
	color:#1F2B63;
	font-size: 22px;
	font-weight:normal;
}

#Content h3 {
	color:#8C7538;
	font-size:15px;
	font-weight:normal;
	padding-top:12px;
	margin-bottom: 12px;
}

#Content p {
	font-size:.85em;
	line-height:1.4em;
	padding-bottom: .6em;
}

#Content p a, #Content ul a {
	color:#263BAE;
	border-bottom:dotted 1px #999cb3;
	text-decoration:none;
}
#Content p a:hover, #Content ul a:hover {
	color:#8C1E0E;
	border-bottom:dotted 1px #7a270d;
	text-decoration:none;
}

#Content ul {
	margin-left:12px;
	padding-left:20px;
	font-size:.85em;
	line-height:1.4em;
}
#Content li {
	padding-bottom: .6em;
}

#Content table ul {
	padding-top:.5em;
}
#Content li {
	padding-bottom: .3em;
}

#fontmagnify {
	float: right;
	font-size: 10px;
	color:#999cb3;
}

	

/* Left Column Styles */


#LeftCol {
	float:left;
	margin-left:24px;
	color:#504f4b;
	width: 213px;
	margin-bottom:30px;
}


.LeftColTop {
	background:url(../images/LeftColBG.gif) top no-repeat;
	width: 213px;
	height:104px;
}
.LeftColTop h2 {
	font-weight:normal;
	text-transform:uppercase;
	color:#545a83;
	font-size:14px;
	padding-top:82px;
	text-align:center;
}


.LeftColContent {
	padding-bottom:12px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #757b9b;
	border-bottom-color: #757b9b;
	border-left-color: #757b9b;	
	background-color:#eae3ca;
	
}
.LeftColContent p {
	padding: 5px 20px 10px;
	font-size: .8em;
	line-height: 24px;
}

.LeftColContent ul {
	padding: 18px 20px 10px;
	font-size: .8em;
	list-style-type: none;
}

.LeftColContent li {
	padding-bottom: .6em;
}

/* Right Column Styles */

#RightCol {
	float:right;
	width: 283px;
}

#RightColSidebar {
	float:right;
	width: 240px;
	padding:20px;
	margin-left:17px;
	background-image: url(../images/RightColBoxBG.jpg);
	background-repeat: repeat-x;
	margin-bottom:20px;
}

#RightColSidebar2 {
	float:right;
	width: 240px;
	padding:20px;
	margin-left:17px;
	background-color:#e4dfcc;
	border-bottom: 1px solid #dfd2a8;
	border-top: 1px solid #dfd2a8;
	margin-bottom:20px;
	
}

#RightColBox {
	width: 246px;
	height: 299px;
	margin-top: 10px;
	margin-left:17px;
	background-image: url(../images/RightColBoxBG.jpg);
	background-repeat: repeat-x;
}

#RightColBox h2 {
	color: #111b52;
	padding: 16px 5px 5px 10px;
	font-size: .95em;
}

#RightColBox p {
	font-size: .75em;
	line-height: 1.4em;
	padding-right: 12px;
	padding-left: 12px;
	color:#887023;
}

.RightColFeatures {
	margin-left:17px;
	margin-right:17px;
	margin-top:20px;
}

.notableresults {
	background: url(../images/NotableResultsHD.gif) no-repeat;
	height:28px;
	width:182px;
	margin-bottom:6px;
}

.RightColFeatures h3 {
	font-size:.85em;
	color:#7a270d;
	padding-top:.6em;
}

.RightColFeatures p {
	font-size:.8em;
	line-height: 1.5em;
	padding-top:.3em;
}






/* Footer Styles */

#footer {
	clear: both;
    border-top: 3px solid #121c53;
	margin-top:0px;
	padding: 10px 20px 5px;
	/*height: 148px; */
	text-align: center;
	/*background-image: url(../images/backgrounds/footerBG.gif);
	background-repeat: repeat-x; */
	display:block;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b1953a+18,8a7120+100 */
background: #b1953a; /* Old browsers */
background: -moz-linear-gradient(top,  #b1953a 18%, #8a7120 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #b1953a 18%,#8a7120 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #b1953a 18%,#8a7120 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1953a', endColorstr='#8a7120',GradientType=0 ); /* IE6-9 */

}


#footer p.copyright, p.disclaimer {
	color: #222222;
	font-size:12px;
	padding-bottom:.625em;
}

#footer .links {
	color: #e8ddb8;
	font-size:10px;
}
#footer .footerimages {
	padding-top:9px;
	vertical-align: top;
}

#footer a {
	text-decoration: none; 
	color: #ffe47c;
}

#footer a:hover {
	color: #fff;
	text-decoration:underline;
}

/* End Footer Styles */


#clearit {
	clear: both;
}

/* Start Class Styles */


.magnify {
	font-size:100%;  /* fix for IE */
}



.imageright {
	float: right;
	margin-left:15px;
	margin-bottom:10px;
}

.imageleft {
	float: left;
	margin-right:15px;
	margin-bottom:10px;
}
	

.emphasis {
	color:#7a270d;
	font-weight:bold;
}

.mhred_emphasis {
	color:#911734;
	font-weight:bold;
}

.indent {
	margin-left:50px;
}
