/*-----------Default.css Redefining-------------*/
ul li, ol li, p {
	color: #2f2f2f ;
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	list-style-type: square;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Myriad Pro;
	font-weight: normal;
	color: White;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

a,
a:link,
a:visited {
	font-family: Arial;
	color: #003366 ;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: none;
	color: #003366 ;
}


/*-----------Main-------------*/
.clearFloat {clear: both;}

.container {
	width: 985px;
	margin: 0 auto;
}

.wrapper
{
	background:#ffffff url(images/Bg_img.png) repeat-x 0 0;
	padding-top:50px;
	}

/*-----------Header-------------*/

.Header
{
	/*padding-bottom:19px;*/
	}
	
.Header img
{
	padding: 5px 15px;
	}
.Header .HeaderLeft
{
	float: left; 
	width: 400px; 
	text-align: left; 
	padding-bottom: 19px;
}
.Header .HeaderRight
{
	float: right; 
	width: 400px; 
	text-align: right; 
	padding-top: 37px;
	font-size: 12px; 
	padding-right: 15px;
}
.Header .HeaderRight a
{
	color: white;
	text-decoration: none;
}
.Header .HeaderRight a:hover
{
	text-decoration: underline;
}
.clear
{
	clear: both;
}
.Navigate
{
	background-color:#5D0B0B;
	border-top:1px solid white;
	height:30px
	}

/*-----------Content-------------*/

.container table
{
	background-color:White;
	}
.TopContent
{
	background:#686868;
	margin-bottom: 10px;
	}
.TopContentInner
{
	background:#686868;
	margin-bottom: 10px;
	}

.LeftPane,
.Middle33Pane
{
	padding-right:5px;
	}
	
.Middle33Pane
{
	padding-left:5px;
	}

	
.Left33Pane,
.Right33Pane
{
	width:33%;
	}

.Left25Pane,
.Right25Pane
{
	width:25%;
	}
.Left50Pane,
.Right50Pane
{
	width:50%;
	}

.Left67Pane
{
	width:67%;
	}
.Right33bPane
{
	width:33%;
padding-right:5px;
	}
.Left33bPane
{
	width:33%;
	}
.Right67Pane
{
	width:67%;
	}


/*-----------Footer-------------*/

.Footer
{
	overflow:hidden;
	padding: 26px 14px 30px;
	background-color:#5d0b0b;
	zoom:1;
	}

.Footer span,	
.Footer a
{
	font-family:Arial;
	font-size:10px;
	line-height:14px;
	color:White;
	}
	
.Footer .copyright
{
	display:block;
	}
	
.Footer .copyright img	
{
	border:0 none;
	margin-bottom:0;
	padding-bottom:0;
	padding-left:5px;
	padding-top:2px;
	}	
	
.Footer .FooterLeft
{
	float:left;
	}

.Footer .FooterRight
{
	float:right;
	width:150px;
	}
.Footer .FooterRight .service
{
	font-size:18px;
	line-height:18px;
	}

/*-----------Other-------------*/
.ModuleTitle_MenuItem {border: none;}
.ModuleTitle_MenuBreak .ModuleTitle_MenuIcon {height:1px;}
.DNNEmptyPane 
{
	margin:0;
	padding:0;
	width:0;
	}
