/* -- Sticky Footer --*/

/*img, div{ behavior: url(/css/iepngfix.htc); }*/

*{
	margin:0;
	padding:0;
	}


html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background:#fff;
	}

div, p, h3, table, td{
	font-family:verdana, arial, helvetica;
	font-size:11px;
	color:#000;
	}

h3{
	font-family:"trebuchet ms",serif;
	font-size:24px;
	font-weight:bold;
	padding-top:15px;
	padding-left:20px;
	}

h4{
	padding-top:25px;
	padding-left:10px;
	font-family:"trebuchet ms",serif;
	font-size:18px;
	font-weight:bold;
	}	

img{border:0;}

/* -- Layout -- */

#container{
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}

/* -- Header -- */

#header-01{
	width:100%;
	background:url(../images/repeater-header.jpg) repeat-x #6DAAFB;
	text-align:center;
	}

#header-02{
 	width:800px;
	height:250px;
	background:url(../images/header-02.png) no-repeat;
	behavior: url(/css/iepngfix.htc);
	margin:0 auto;
	text-align:left;
	}

/*#header-03{
	float:left;
	position:relative;
	top:10px;
	left:50px;
	}

#header-04{
	float:right;
	position:relative;
	top:70px;
	}*/

/* -- Top Menu -- */

#menu-bar-01{
	height:32px;
	width:100%;
	background:url(../images/repeater-menu.jpg) repeat-x #3C7009;
	text-align:center;
	}

#menu-bar-02{
	margin:0 auto;
	width:800px;
	/*height:28px;*/
	padding-top:5px;
	/*background:#000;*/
	}

.menu-button{
	float:left;
	background:url(../images/button-menu.png) no-repeat;
	behavior: url(/css/iepngfix.htc);
	padding-top:5px;
	padding-bottom:5px;
	margin-left:2px;
	margin-right:2px;
	width:110px;
	text-align:center;
	}

.menu-button a:link, .menu-button a:visited,.menu-button a:hover{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	}

/* -- Body -- */

#body-01{
	padding-bottom: 80px; /*Same size as footer plus 20px space */
	background:url(../images/repeater-body.jpg) repeat-x #fff;
	text-align:center;
	height:auto;
	}



#body-02{
 	width:800px;
	margin:0 auto;
	text-align:left;
	/*background:#fff;*/
	padding-top:20px;
	}

/* -- Menu -- */


#body-03{
	width:200px;
	float:left;
	}

	

#body-03-header{
	height:55px;
	background:url(../images/sidenav-top.png) top left no-repeat;
	behavior: url(/css/iepngfix.htc);
	}

#sidenav{
	list-style-type:none;
	background:#fff;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	}

#sidenav li{
	width:180px;
	padding:0px;
	margin:0px;
	}

#sidenav li a:link, #sidenav li a:visited{
	display:block;
	text-decoration: none;
	padding:3px 15px;
	border-bottom:1px solid #999;
	color:#1E4F84;
	}

#sidenav li a:hover{background:#D9EFF9;}

.adbox{
	background:#fff;
	padding:10px;
	}

/* -- Content -- */

#body-04{
	width:590px;
	float:right;
	}

#body-04-header{
	height:50px;
	background:url(../images/content-top.png) top left no-repeat;
	behavior: url(/css/iepngfix.htc);
	}

#content{	
	/* min-height hack */
	min-height:300px;
  	height:auto !important;
  	height:300px;
  	/* end min-height hack */
	background:#fff;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;	
	/*border-bottom:1px solid #848383;*/
	}
	
/* -- Start wysiwyg styles -- */

#content img.left{
	float:left;
	margin-right:10px;
	border:1px solid #666;
	/*padding:5px;*/
	}



#content img.right{
	display:block;
	float:right;
	margin-left:10px;
	border:1px solid #666;
	/*padding:5px;*/
	}



#content p{
	text-align:justify;
	margin-bottom:10px;
	line-height:1.5em;
	}

#content ul{padding-left:40px;}


#content ol{padding-left:40px;}


#content li{padding:3px;}

#content table td{border:1px solid #ccc; padding:5px;}

#content form{padding-left:10px;}

#content input{
	width:200px;
	background:#9DD8F8;
	border:1px solid #1E4F84;
	padding:2px;
	font-family:verdana, arial, helvetica;
	font-size:11px;
	color:#1E4F84;
	}

#content input.form-button{
	width:150px;
	background:#eee;
	color:#222;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	cursor:pointer;
	}

#content input.form-button:hover{background:#D9EFF9;}

#content textarea{
	overflow:auto;
	width:400px;
	height:150px;
	background:#9DD8F8;
	border:1px solid #1E4F84;
	padding:2px;
	font-family:verdana, arial, helvetica;
	font-size:11px;
	color:#1E4F84;
	}

a:link, a:visited{
	color: #1E4F84;
	text-decoration:none;
	}

a:hover {
	color: #1E4F84;
	text-decoration:underline;
	}

/* -- End wysiwyg styles -- */


/* -- Footer -- */

#footer-01{
 	clear:both;
	width: 100%;
	background:url(../images/repeater-footer.jpg) repeat-x #A88F8F;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 60px;
	text-align:center;
	}

#footer-02{
 	width:800px;
	margin:0 auto;
	text-align:left;
	margin-top:10px;
	}
	
.footer-text{
	float:left;
	color:#fff;
}

/* -- Misc Classes -- */

.float-left{float:left;}

.float-right{float:right;}

/* sitemap */

.sitemap-mainlink{
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
	}
	
.sitemap-sublink{
	margin-left:15px;
	}

/* subscribe page */

.subscribe-title{
	margin-right:10px;
	float:left;
	width:100px;
	padding:5px;
}

.subscribe-field{
	margin-right:10px;
	float:left;
	padding:5px;
}



/* -- 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%;}