/*Body formating*/
body {
   font-size: 100%;
   margin:0 auto;
	width:auto;
	height:auto;
}

/*Container div*/
.wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	height: 100%;
}
#loginBrochureBox {
	/*height: 160px;*/
	width: 350px;
	margin-bottom: 10px;
}
.leftSideBar {
	text-align: left;
	width: 350px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #666;
}
#leftSideBar h1 {
	font: 15pt/24px Tahoma, Geneva, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
}

.leftSideBarContent {
	text-align: left;
	width: 170px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #666;
}
.leftSideBarContent h1 {
	font: 12pt/24px Tahoma, Geneva, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
}
.leftSideBarContent p {
	font: 8pt/14px Tahoma, Geneva, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
}
 
.rightSideBar {
	text-align: left;
	width: 170px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #666;
	padding-top: 15px;
	margin-bottom: 10px;
}

/*the little black line across the top of the page above the header*/
#preheader {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 10px;
	height: 10px;
	overflow-y: hidden;
}

/*the header image container, this also holds the navigation and the header text*/
#header {
	height: 200px;
	width: 900px;
	text-align: left;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	position: relative;
	background-image: url(images/Header.jpg);
	background-repeat: no-repeat;
}

/*test areas container for the header section*/
#headerText {
   font-family: Tahoma, Geneva, sans-serif;
   font-size: 22px;
   color: #2E67B2;
   width: 890px;
   margin-right: 10px;
   text-align: right;
   line-height: 24px;
   /*margin-top: 20px;*/
	padding-top: 15px; 
}

/*navigation container*/
#NavContainer {
	text-align: right;
	height: 45px;
	width: 550px;
	background-image: url(images/navContainerBG.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Tahoma, Geneva, sans-serif;
	bottom: 0px;
	position: absolute;
	margin: 0px 1px 0px 350px;
	padding: 0px;
}
#navBG {
	background: url(images/navBG.jpg) no-repeat;
	height: 30px;
	width: 550px;
	margin-bottom: 5px;
}

/*container for the content, this holds the left side bar and the main content area*/
#contentContainer {
	text-align: left;
	background-image: url(images/containerBG.jpg);
	background-repeat: repeat-y;
	width: 900px;
	height: 100%;
}

/*this hold the mian content of the site*/
#dnn_ContentPane {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12pt;
	color: #333;
	text-align: left;
	width: 550px;
	padding: 0 10px 0 10px; 
	border-left: 1px solid #9a9a9a;
}

/*main content paragraph style*/
#dnn_ContentPane p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #666;
}

.mainContentPage {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12pt;
	color: #333;
	text-align: left;
	width: 550px;
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	padding: 0 0 4px 4px; 
}

/*footer container*/
#footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	height: 35px;
	width: 100%;
	background-image: url(images/footerBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
#footer a {
	font: 10pt Tahoma, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
}
#footer a:link {
	font: 10pt Tahoma, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	font: 10pt Tahoma, Geneva, sans-serif;
	color: #333;
	text-decoration: underline;
}
#footerFltLeft {
	float: left;
	margin-top: 8px;
	margin-left: 5px;
}
#footerFltRgt {
	float: right;
	margin-top: 8px;
	margin-right: 5px;
}

/*container for the content in the left side bar*/
.LeftPane {
	text-align: left;
	width: 350px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #666;
}

#brochureTextArea {
	float: right;
	width: 100px;
	margin-top: 40px;
}

/*BEGIN HEADING STYLES*/
h1 {
	color: #C1272D;
	margin: 0px;
	padding: 0px;
	font: bold 22pt/28pt Tahoma, Geneva, sans-serif;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18pt;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-weight: 700;
}
h3 {
	color: #0071BC;
	margin: 0px;
	padding: 0px;
	font: 13pt/16px Tahoma, Geneva, sans-serif;
}

.Normal {
		font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #666;
}
/*END HEADING STYLES*/

/*this is to clear the layout*/
.clear {
	font-size: 1px;
	clear: both;
	float: left;
}

/*the top leftside bar head image*/
.sideBarImage {
	height: 135px;
	width: 350px;
	margin-bottom: 10px;
	padding-bottom: 10px; 
}
#mustangNewsBG {
	background-image: url(images/mustangNewsBG.jpg);
	height: 45px;
	width: 350px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#mustangNewsBG h1
{
	font: 15pt/24px Tahoma, Geneva, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
}

.sideBarItemRepeat p {
	font: 10pt/14px Tahoma, Geneva, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
}
.newsButtonBox {
	height: 30px;
	width: 100px;
	margin-top: 0px;
	margin-left: 5px;
	padding-top: 8px;
	_margin-top: 8px;
	_padding-top: 0px; 
}
.clientButtonBox {
	height: 30px;
	width: 100px;
	margin-top: 8px;
}
.brochureButtonBox {
	height: 30px;
	width: 100px;
	margin-top: 15px;
	float: right;
}

.sideBarItemRepeat {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #666;
	text-align: left;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	float: left;
	background: url(images/arrowButn.jpg) no-repeat left top;
	padding-left: 32px;
	padding-bottom: 10px;
	vertical-align: top;
	width: 318px;
	_width: 100%; 
}
#LoginContainer {
	background-image: url(images/LoginBG.jpg);
	background-repeat: repeat;
	height: 180px;
	_height: 160px;
	width: 125px;
	margin-left: 10px; 
	margin-top: -5px;
	padding-left: 5px;
}

.clientLoginContent 
{
	padding-top: 4px; 
}
#brochureBox {
	background-image: url(images/brochureBG.jpg);
	background-repeat: repeat-y;
	height: 180px;
	_height: 160px;
	width: 200px;
	margin-right: 5px;
}
#brochureBox h1 {
	font: 12pt/14pt Tahoma, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
}
#leftSideBarNavContainer {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#downloadBrochureBG {
	background: url(images/contentBrochureBG.jpg) repeat-y;
	height: 250px;
	width: 170px;
}

#downloadBrochureBG h1
{
		font: 12pt/14pt Tahoma, Geneva, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
}
#brochureImageBox2{
	height: 128px;
	width: 90px;
	margin-left: 40px;
	margin-right: auto;
}

#brochureImageBox {
	height: 128px;
	width: 90px;
	margin-left: 5px;
	float: left;
	margin-top: 15px;
}

.brochureButtonBox2 {
	height: 30px;
	width: 100px;
	margin-top: 15px;
	margin-left: 35px; 
}

#brochureTextArea2 {
	width: 100%;
	margin-top: 10px;
	padding-left: 10px;
}

#contentNewsContainer2 {
	background: url(images/contentBrochureBG.jpg) repeat-y;
	width: 170px;
	float: left;
	margin-top: 20px;
	padding-bottom: 10px;
}

.newsButtonBox2 {
	height: 30px;
	width: 100px;
	margin-top: 8px;
	margin-left: 10px;
}

.sideBarItemRepeat2 {
	margin-bottom: 5px;
	width: 165px;
	margin-top: 10px;
	padding-left: 5px;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
}

#contentImage {
	height: 250px;
	width: 530px;
	margin-left: auto; 
	margin-right: auto; 
}

#LoginContainer2 {
	float: right;
	/height: 200px;
	width: 170px;
	background: url(images/LoginBG.jpg) repeat-y right top;
	margin-top: 10px;
	font: bold 12pt Tahoma, Geneva, sans-serif;
	color: #333;
	margin-right: 0px;
	_margin-right: -10px;
	padding-left: 5px;
	_padding-left: 0px;  
}
#LoginContainer2 label {
	font: 10pt Tahoma, Geneva, sans-serif;
	color: #333;
	text-align: left;
	margin-top: 10px;
}

#LoginContainer label {
	font: 10pt Tahoma, Geneva, sans-serif;
	color: #333;
	text-align: left;
	margin-top: 10px;
}

#partnersHeader {
	height: 40px;
	width: 170px;
	float: left;
	margin-top: 20px;
	background: url(images/contentBrochureBG.jpg);
	_float: none;
}

#partnersHeader h1 {
	font: 12pt/16px Tahoma, Geneva, sans-serif;
	color: #333;
	margin: 0px;
	padding-left: 5px;
	padding-top: 5px;
}

.rightSideBoxImages {
	width: 100%;
	margin-top: 10px;
	float: left;
	text-align: center;
}

#loginControl {
	float: right; 
	margin-right: 20px; 
}

.ClientLoginText {
	float: left; 
	margin-top: 5px;
	font: bold 12pt Tahoma, Geneva, sans-serif;
	color: #333;
	padding-left: 5px;
	_padding-left: 0px; 
}

#contactUs {
	float: right;
	margin-right: 10px; 	 
	margin-top: 10px;
}

#contactUs a {
	font: bold 10pt Tahoma, Geneva, sans-serif;
   text-decoration: none;
	color: #c1272d;
}

#contactUs a:hover {
	font: bold 10pt Tahoma, Geneva, sans-serif;
   text-decoration: underline;
	color: #c1272d;
}