﻿/* CMS MasterPage styles
-----------------------------------------------*/

div.headerbackground
{
	width: 100%;
	height: 10px;
	margin: 0;
	padding: 0;
	background-color: #132273;
}

div.mainwrapper
{
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
   
}

div.header
{
	width: 990px;
	margin: 0;
	padding: 0;
	border: 0;
    height: 85px;

	background-image: url('../DMImages/HeaderBackGround.jpg');
	background-repeat: no-repeat;
    margin-bottom: 20px;
}

div.menu
{
	float: left;
	width: 840px;
	height: 50px;
	
	margin: 0;
	padding: 0;
	border: 0;
}

div.logo
{
	float: left;
	width: 150px;
	height: 48px;
	
	margin-top: 20px;
	padding: 0;
	border: 0;	
}

div.logo img
{
	width: 150px;
	height: 48px;
	
	margin: 0;
	padding: 0;
	border: 0;	
}

/* ContentPage Styles
--------------------------------------------------*/
span.oneliner
{
	float: left;
	width: 990px;
	height: 18px;
	margin-top: 10px;
	padding-bottom: 47px;
	border: 0;
	
	text-align: center;
	
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #132273;
}

div.leftcontent
{
	float: left;
	width: 747px;
	min-height: 600px;
	
	margin: 0;
	padding: 0;
	border-right: dotted 1px #BFBAA6;	
	
	background-color: Transparent;
}

div.rightcontent
{
	float: left;
	width: 242px;
	min-height: 600px;
	
	margin: 0;
	padding: 0;
	border: 0;	
	background-color: Transparent;
}

div.rightcontent div.dottedborder
{
	float: left;
	width: 222px;
	height: 1px;
	margin-left: 20px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #BFBAA6;
}

/* Footer styles
---------------------------------------------------*/

div.footerwrapper
{
	float: left;
	width: 100%;
	min-width: 990px;

	margin-top: 15px;
	padding: 0;
	
	background-image: url('../DMImages/FooterMenuBG2.jpg');
	background-repeat: repeat-y; 
	background-position: center;
	background-color: #BFBAA4;
}

div.FooterLogo
{
    float: left;
    width: 171px;
    height: 18px;
    border: 0px;
    margin: 20px 0 0 10px;  
}

div.bannercontent
{
	border: 0px solid;
	height: 244px; 
	width: 960px;
}

div.bottomborder
{
    float: left;
    
    border: solid 0px;
    margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 30px;
	padding-top: 0px;
	
    width: 982px;
    height: 5px;
    background-image: url('../DMImages/FooterRoundCornerBottom.gif');
    background-repeat: no-repeat;
}

div.contentheader
{
	float: left;
	border: 0px solid;
	width: 981px;
	height: 46px;
	background-image: url('../DMImages/header_background.gif');
	background-repeat: no-repeat;
	
}
