/* LAYOUT */
/* -------------------------------------------------------------------------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p,form,fieldset,ul,li,img {margin:0;padding:0;border:0;} /* zero all elements */

#wrapper { width:100%; clear:both; }

/* clearfix */

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }

#wrapper 			{ position:absolute; top:0; left:0; padding:0; margin:0;}
#header 			{ width:750px; padding:0 10px;}
#subheader			{ clear:both; height:85px; }
#headerleft			{ width:247px; float:left; margin-left:1px; }
#headerright		{ width:499px; float:right; }
#pagetitle			{ height:32px; margin-right:1px; text-align:right; clear:both; }
#main_nav			{ width:478px; }
#logo 				{ width:470px; height:49px; float:left; margin-top:14px; }
#logo a				{ display:block; width:470px; height:49px;  }
#toolbar 			{ width:280px; float:left;}

#fix 				{ width:705px; height:52px; clear:both;}

#main 				{ height:auto; padding:0;  }
#subcontainer 		{ width:770px; margin:0 auto; padding:0; }
#dnn_contentpane 	{ width:455px; float:right; margin-right:34px; clear:both; min-height:100%; }
#sidebar 			{ width:205px; float:left; margin-right:5px}
#footer 			{ width:100%; height:41px; text-align: center; overflow:hidden;}
#footer #copyright	{ width:760px; margin:0 auto; text-align:left; padding-left:10px; }
#footer #footertools{ width:300px; margin:0 auto; text-align:right; padding-right:8px; float:right; }
#subfooter			{ bottom:0; height:84px; width:770px; margin:0 auto; left:-220px; text-align:left; }

.home #subheader		{ clear:both; height:253px; }
.home #flashheader		{ position:relative; height:275px; min-height:200px; clear:both; top:-21px; left:2px; }

.home #spotlights		{ width:748px; margin:0 11px; }
.home #spotlights h1, .home #spotlights h2, .home #spotlights h3, .home #spotlights h4, .home #spotlights h5 { color:#FFF; font-weight:normal; }
.home #spotlights td#leftnav, .home #spotlights td#center, .home #spotlights td#feature, .home #spotlights td#dnn_f1, .home #spotlights td#f2, .home #spotlights td#f3
{ width:228px; padding:10px; align:left; vertical-align:top; min-height:300px !important;}
/*.home #spotlights td 	{ width:228px; padding:10px; align:left; vertical-align:top; min-height:300px !important;}*/
.home #dnn_contentpane	{ float:left; margin-right:0; padding:0; clear:none; min-height:auto; }
.home #pagebody			{ height:100%; min-height:100%; }

.twoColumn				{ width:455px; border-top:1px solid #E7E5E2; border-bottom:1px solid #E7E5E2; padding:10px 0; }
.twoColumn .left		{ width:225px; }
.twoColumn .right 		{ width:215px; }
.twoColumn .left		{ float:left; }
.twoColumn .right		{ float:right; border-left: 1px solid #E7E5E2; padding-left:10px; }
.twoColumn p.note		{ float:left; width:455px; line-height:12px; font-size:10px; margin-top:8px; margin-bottom:0 !important; padding-bottom:0; }


.twoColumn:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.twoColumn {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .twoColumn {height: 1%;}
.twoColumn {display: block;}
/* End hide from IE-mac */

