*{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p{
	margin: 5px 10px;
}

p{
margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, label{
color: #EE3B34;
font-weight: bold;
}

h1{
font-size: 16px;
}

h2{
font-size: 14px;
}

h3{
font-size: 12px;
}

h4{
font-size: 11px;
}

h5{
font-size: 10px;
}

h6{
font-size: 8px;
}

a img{
border: 0px;
}

a:link{
color: #EE3B34;
text-decoration: none;
}

a:visited{
color: #EE3B34;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

.contentPane .minimalContainer .normal img{
padding: 6px;
}
/*
a{
color: darkblue;
}

a:visited{
color: #45AFDD;
}

a:hover{
color: blue;
}
*/


*{
	/*text-align: center;*/
font-family: verdana, arial, san-serif;
font-size: 11px;
}

.container{
	/* margin: 0 auto; */
	text-align: left;
	width: 955px;
	background: url('images/mainBg.gif') repeat-y;
}

#subPage{
	background: url('images/subMainBg.gif') repeat-y;
}

#logo{
	float: left;
	width: 522px;
}

#logo h1{
display: none;
}

#searchBox, #searchBoxSub{
	float: right;
	margin-top: 60px;
	padding-left: 60px;
	margin-right: 20px;
	background: url('images/homepage_top/search.gif') left center no-repeat;
}

#searchBoxSub{
margin-top: 40px;
}

#searchBoxSub input{
width: 90px;
}

#searchBox a, #searchBoxSub a{
color: #fff;
}


.navigationPane, #main{
	clear: both;
}


.contentpane{
float: left;
width: 680px;
padding-right: 20px;

}
.sidebarpane{
float: right;
width: 251px;
text-align: center;
}

.sidebarpane img{

}


.sidebarpane .minimalContainer{
margin-top: 5px;
text-align: right;
float: right;
}

.sidebarpane .minimalContainer div, .sidebarpane .minimalContainer table{
width: auto;
text-align: right;
}

#homePage .sidebarpane .minimalContainer div, #homePage .sidebarpane .minimalContainer table{
margin: 0 auto;
}


.heropane, .sidebarpane, .contentpane{
border: 0 !important;
}


#footer {
	clear: both;
	height: 2em;
	width: 100%;
}
#footer .skinObject, #footer, #footer a{
background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	}
#footer li{
	display: inline;
}

#footer a{
color: #fff;
}


/*Nav Stuff */

#nav{
width: 955px;
background: #232021;
height: 30px;
}

#nav li, #nav li li{
list-style-type: none;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	
}

#nav a {
	display: block;
	width: auto;
	position: relative;
	padding: 6px 20px;
	padding-top: 10px;
	background: #232021 url('images/whiteArrow.gif') no-repeat top right;
	color: white;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
}

#nav a:hover{
background: #fff url('images/blackArrow.gif') no-repeat top right;
color: black;
}

#nav li ul a{
font-size: 12px;
background: white;
color: black;
}

#nav li ul a:hover{
color: red;

}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #232021;
	width: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover ul#cpNav, #nav li.sfhover ul#cpNav{

}

#nav li:hover ul#conNav, #nav li.sfhover ul#conNav{
margin-left: -100px;
width: 300px;
}

#whatsNewBox, #branchNews{
background:  url('images/whats_new_title.gif') no-repeat top left #4C4345;
padding: 10px;
padding-top: 25px;
/*width: 225px; */
width: 90%;
text-align: left;
margin-right: 6px;
color: #ccc;
}

#branchNews{
background:  url('images/branch_news.gif') no-repeat top left #4C4345;
}

#whatsNewBox img, #branchNews img{
margin: 8px;
}

#whatsNewBox h3, #branchNews h3{
margin-left: 0;
margin-top: 10px;
}



/* hide shortcuts on minimal container */
.minimalContainer .controls, .minimalContainerTitleBox .controls, .minimalContainerHome .controls{
display:none;
}
/* hide inpage editing controls */
.eipbackimg{
display:none;
}

.twoColList li{
list-style: none;
display: block;
float: left;
width: 280px;
padding: 3px;
}
ul.twoColList{
margin-left: 50px;
width: 100%;
}

.contentPane .minimalContainer{
padding-left: 50px;
float: left;
clear: both;
width: 100%;
}
.contentPane .minimalContainer label,.contentPane .minimalContainer input, .contentPane .minimalContainer textarea{
margin-left: 10px;
}


#main .minimalContainerTitleBox p{
margin: 0;
padding: 0;
}

.minimalContainerTitleBox{
margin-top: 20px;
}

.noMargin{
margin-top: 0px;
}

.heroPane p{
margin: 0;
}

.store{
width: 300px;
float: left;
padding-left: 20px;
margin-top: 10px;
border-top: 1px solid grey;
margin-bottom: 10px;
padding-top: 10px;
}

.store .address, .store .manager{
background: #eee;

}

.store .address, .store .manager, .store .contactDetails{
padding: 5px;
}

.store h5{
padding: 0;
margin: 0;
margin-bottom: 5px;
color: black;
}

.store h3, .store h4{
margin: 0;
padding: 0;
margin-bottom: 6px;
}

blockquote{
font-size: 15px;
font-style: italic;
padding: 10px;
}

.featureQuote{
font-size: 14px;
margin: 5px;
margin-bottom: 0;
color: #EE3B34;
}

.attribution{
color: #444;
float: right;
}

.sidebarPane .minimalContainerTitleBox{
clear: both;
}

.sidebarPane{
padding-bottom: 140px;
background: url('images/sidebarBG.gif') no-repeat bottom right;
}

.homeSidebar{
padding-bottom: 170px;
background: url('images/sidebarHomeBG.gif') no-repeat bottom right;
}


.cardList .cardContent a{
display:block;
padding-left: 10px;
padding-bottom: 15px;
}

.cardList{
width: 600px;
}

.contentPane .noClear{
float: left;
clear: none;
padding-left: 0;
width: 400px;
}

#dnn_ctr_Terms_lblTerms, #dnn_ctr_Privacy_lblPrivacy{
width: 600px;
display: block;
float: left;
text-align: left;
margin-left: -50px;
}

#dnn_ctr_Terms_lblTerms   img , #dnn_ctr_Privacy_lblPrivacy   img {
padding: 0;
}

#dnn_ctr_Terms_lblTerms p, #dnn_ctr_Privacy_lblPrivacy p{
margin-left: 30px;
}

label img{
display: none;
}

#footer .hideLogin a, #footer .hideLogin a:hover{
color: black;
}

.storeContainer{
margin-bottom: 20px;
padding-bottom: 10px;
}

/*  Request for Account CSS, if you move the module, you'll have to change the #'s  */

#dnn_ctr474_CFD_pnlContent .CommandButton{
padding: 3px;
margin: 2px;
border: 1px solid;
margin-top: 20px;
display: block;
width: 50px;
text-align: center;
margin-left: 20px;
}

#dnn_ctr474_CFD_pnlContent table{
margin-left: 120px;
}

#dnn_ctr474_CFD_pnlContent div table{
margin-left: 0;
}
.sendButtons{
margin-left: 138px;
}