* {
	margin:0;
	padding:0;
}

body {
	background-color: #e2e5eb;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#232323;
}

p {
	line-height: 14px ;
	margin: 0px 0px 11px 0px ;
}

h1, .pageHeader {
	font: bold 22px/24px arial, helvetica, sans-serif;
	color: #000000;
	margin-bottom: 11px;
	padding: 0px;
}

h2 {
	color: #000000;
    font-size: 14px;
	font-weight: bold;
    line-height: 17px;
    margin-top: 0px;
    margin-bottom: 11px;
    margin-left: -1px;
	padding-top:11px;
}

a:link, a:visited {
	text-decoration: none; 
	color: #004386;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
}

#header {
	background-color: #FFFFFF ;
	padding: 0 ;
}

#logoBox {
	float: left;
	width: 233px;
	padding: 5px 5px 5px 14px ;
}

#headerTextBox {
	float: left;
	width: 539px;
	padding-top: 30px;
}

#dgLogo {
	float: left ;
	border: 0 ;
}

#currentPageBar {
	width: 960px;
	height: 21px;
	clear: both;
	background: url(../images/headerBGRepeat.gif) repeat-x;
}

#content {
	float: left ;
	width: 958px;
	margin: 5px 0px 10px 0px ;
	font: 11px arial, helvetica, sans-serif;
	line-height: 16px;
	border: 1px solid #989898;
	background-color: #FFFFFF;
}

#rightColumn {
	float: left;
	width: 220px;
	height: 500px;
	background: url(../images/rightCol_tall.jpg) no-repeat;
}

.panelHeader {
	clear: both ;
	margin: 5px 0px 15px 5px;
	padding: 0 ;
}

.panelHeader h1, .panelHeader h2 {
	margin: 10px 0px 0px 0px ;
}

.contentHeader {
	clear: both ;
	margin: 0px 0px 15px 0px;
	padding: 0 ;
}

.contentHeader h3 {
	font-size:14px;
	font-weight:bold;
	margin: 0px 0px 10px 0px ;
}

.panelBody {
	line-height: 15px;
   	vertical-align: top;
	width: 706px;
	float: left;
	padding: 10px 243px 10px 10px;
	margin: 0px 0px 0px 0px;
	background: url(../images/rightCol_tall.jpg) no-repeat;
	background-position: 100% 0px;
}

.panelBody ul {
	margin-left: 5px;
	padding-left: 8px;
	text-indent: -1px;
	margin-bottom: 1em; /* IE and Gecko have different default top/bottom margins. */
}

.panelBody ul li {
	/*list-style-image: url("../images/bullet.gif");*/
    list-style-position: outside;
    list-style-type: square;
    margin: 0 ;
	line-height: 15px;
    padding: 0;
}

.panelBody td {
	vertical-align: top;
	padding-left: 7px;
}

.panelBody .errorBox {
	border: 2px solid #FF0000 ;
	padding: 10px ;
	margin: 5px ;
}

/* Form styles */
.panelBody form {
    margin-top: 1em; 
}

.panelBody .requiredNote {
    margin: 0px 0px 10px 0px;
}

.panelBody .requiredNote {
    font-weight: normal;
}

.panelBody .form td {
		padding: 3px 10px 3px 7px;
}

form {
    margin-top: 1em;
}

input, select {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.panelBody .submitRow {
	background-color: #EFEFEF ;
	padding:4px;
	text-align: right;
}

.panelBody input.submit {
	font-size:11px;
    color: #FFFFFF;
    background-color: #969696;
    border: 0;
	text-align:right;
	height:18px;
	padding:3px 3px 3px 8px;
	line-height:12px;
	margin: 5px 0px;
	cursor: pointer ;
}

.panelBody input.button {
	font-size:11px;
    color: #FFFFFF;
    background-color: #969696;
    border: 0;
	text-align:right;
	height:18px;
	padding:3px 3px 3px 8px;
	line-height:12px;
	margin: 5px 0px;
	cursor: pointer ;
}

.panelBody input.text {
	color: #3f3f3f;
	background-color: #f5f5f5;
	font-size:11px;
    border: 0;
	height: 18px;
	padding-left:3px;
}

.panelBody .form {
	border-collapse: collapse;
	background-color:#dadada;
}

.panelBody select.select {
	color: #3f3f3f;
	background-color: #f5f5f5;
    font-size:11px;
	height: 18px;
	border: 0;
}

.panelBody select.multiselect {
	color: #3f3f3f;
	background-color: #f5f5f5;
    font-size:11px;
	border: 0;
}

.panelBody input.radio {
	background-color: #ebebeb;
}




/*Footer Element Styles
-------------------------------------------*/

#footer {
	color:#232323;
	padding:5px 18px;
	font-size:11px;
	font-weight: bold;
}



/*Clearfix method
-------------------------------------------*/
.clearfix:after  {
	content:			"."; 
	display: 			block; 
	height: 			0; 
	clear: 				both; 
	visibility: 		hidden;	
}

.clearfix {
	display:inline-table; 
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 			1%;
}

.clearfix {
	display: inline-block; /*IE7 solution*/
}

.clearfix {
	display: block; /*Fixes width issue*/
}

/* End hide from IE-mac */

.clear {
	clear: both;
}

.pHeader, .sectionHeader {
	font: bold 12px arial, helvetica, sans-serif;
	color: #000006;
	margin-top: 0px;
	margin-bottom: 5px ;
}

.functionHeaderMiddle {
	font: bold 12px arial, helvetica, sans-serif;
	color: #000006;
	margin-top: 0px;
	margin-bottom: 5px ;
}

.functionHeaderMiddleInactive {
	font: bold 12px arial, helvetica, sans-serif;
	color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 5px ;
}

.functionHeaderBig {
	color: #000006;
	vertical-align: top;
	text-align: left;
	font: bold 22px arial, helvetica, sans-serif;
	margin-top: 0px;
	padding 0;
}

.functionHeaderBigInactive {
	vertical-align: top;
	text-align: left;
	font: bold 22px arial, helvetica, sans-serif;
	color: #CCCCCC;
	margin-top: 0px;
	padding 0;
}

.functionHeaderSmall {
	vertical-align: top;
	text-align: left;
	font: normal 11px arial, helvetica, sans-serif;
	color: #000006;
	margin-top: 0px;
	padding 0;
}

.functionHeaderSmallInactive {
	vertical-align: top;
	text-align: left;
	font: normal 11px arial, helvetica, sans-serif;
	color: #CCCCCC;
	margin-top: 0px;
	padding 0;
}

#cartTotalCost {
	float: left;
	text-align: right;
	font-weight: bold;
	width: 320px;
	border-top: 1px solid #999999;
	margin-top: 10px;
	display: none;
}

#availableRegionsColumn {
	padding: 7px;
	width: 300px;
	text-align: left;
	background-color: #DADADA;
}


#regionsInCartColumn {
	min-width: 400px;
	padding: 7px;
	text-align: left;
	border-left: 2px solid #FFFFFF ;
	background-color: #DADADA;
}

#availableRegions {
	width: 280px;
}

#shoppingCart {
	width: 320px;
}

.removeButton {
	border: none;
	cursor: pointer;
}

.shoppingCartHeader {
	font-weight: bold;
}

.error {
	color: #FF0000;
}

.grey {
	background-color: #DADADA;
}

.grey td {
	padding: 4px;
}

.question  {
	width: 400px;
	float: left;
	clear: both;
	height: 20px;
}

html>body .question  {
	margin-bottom: 3px;
}

.question	div.labelHeader {
	width: 140px;
	padding: 4px 4px 2px 2px;
	float: left;
	text-align: right;
	font: 11px Arial, Verdana;
}

.question	div.questionRight {
	width: 230px;
	padding: 2px 2px 2px 6px;
	float: left;
	font: 11px/14px Arial, Verdana;
}

.miniSectionHeader {
	margin-top: 5px;
	font-weight: bold;
}

#subscribedRegionsColumn {
	width: 300px;
	padding: 7px;
	text-align: left;
	border-right: 2px solid #FFFFFF ;
	background-color: #DADADA;
}

td.leftNav {
	width: 230px;
	padding: 5px;
}

td.mainContent {
	width: 463px;
	padding: 5px;
}
