/* LAYOUT
based on template 1 */


#wrapper, #header, #nav, #sidebar, #main, #footer{
		border:0px solid #000;/*for testing*/
} 
/* for 100% height - also set the containing div to 100% height*/
html,body {
		height: 100%;
} 


.bg {
	margin:0 0 0 0;
	background: #022b5a url(images/bgRepeating.jpg) repeat-x scroll left top;
}
/*#outerWrapper2 {
	margin: 0 auto 0 auto;
	min-height: 100%;
	background:  url(images/bgWrapperRepeating.gif) repeat-y scroll center top;
}
* html #outerWrapper2 { height:100% }*/
#outerWrapper {
		margin: 0 auto 0 auto;
		min-height: 100%;
		height: 100%;
		background:  url(images/header.jpg) no-repeat scroll center top;
		width: auto;
}
* html #outerWrapper { height:100% }
#wrapper {
		position: relative;
		clear: both;
		min-height: 600px; /*Mozilla - CSS2*/
		height: 600px;
		width: 950px;
		margin:0 auto 0 auto;
		padding-bottom: 0px;
}
div[id=wrapper]#wrapper { height: auto;}/*For IE to set auto height*/ 
#header {
		width: 906px;
		height: 280px;
		margin:0 0 0px 44px;
		padding:0px;
		color:#000;
}
#flash {
		float: left;
		width: 340px;
		height: 270px;
		margin: 0;
		padding: 20px 0 0 0;
}
#nav {
		float: left;
		width: 560px;
		height: 60px;
		margin: 0 0 0 0;
		padding: 205px 0 0 0;
		z-index:3;
}

#sidebar {
		float: left;
		width: 240px;
		padding: 0 0 0 0;
		margin: 0px 0 0 20px;
		display:inline;
}
div[id=main]#sidebar { height: auto;}/*For IE to set auto height*/

#modules {
		background-color: #02152e;
		width: auto;
		padding: 15px 0 0 0;
		margin: 0px 0 0 0;
		border: 0px solid #446d8b;
		border: 3px solid #446d8b;
}


#main {
		float:left;
		min-height: 400px;
		height: 400px;
		width: 645px;
		padding: 0px 0px 10px 0px;
		margin: 0px 0px 0px 44px;
		display:inline;
}
div[id=main]#main { height: auto;}/*For IE to set auto height*/
#roundedContent {
		padding: 15px 15px 50px 15px;
		margin: 0;
		width: auto;
		height: auto;
		border: 0px solid #446d8b;
		border: 3px solid #446d8b;
		min-height: 500px; /*Mozilla - CSS2*/
		height: 500px;
		background-color: #02152e;
}
div[id=roundedContent]#roundedContent { height: auto;}/*For IE to set auto height*/
#contentInner {
		background: #02152e url(images/contentBg.gif) no-repeat scroll center 45px;
		padding:0;
		margin:0;
		height: auto;
		min-height: 500px; /*Mozilla - CSS2*/
		height: 500px;
}
div[id=contentInner]#contentInner { height: auto;}/*For IE to set auto height*/
#footer {
		clear: both;
		width: auto;
		height: 25px;
		padding: 10px 0px 5px 0px;
		margin: 0px auto 0px 44px;
}
#footerInner {
		font: normal 10px/13px Georgia, Times New Roman, serif;
		color: #f9a80c;
		text-align: center;
		float: left;
		width: 650px;
		margin: 0px;
		padding: 0;
}

.cleaner {
		clear:both;
		height:1px;
		margin: -1px 0 0 0;
		padding:0;
		border:none;
		visibility: hidden;
		font: 1px/1px serif;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
