/* CSS Document */

/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */
 
/*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

html, body{
	margin:0;
	padding:0;
	text-align:center;
	background: #000000;
} 
#pagewidth{
	width:1000px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background: url(../img/bg-pg.jpg);
}
#header{
	position:relative;
	height:180px;
	background-color:#000000;
	width:1000px;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#logo{
	position:absolute;
	top:16px;
	margin-left:18px;
}
#topnav {
	display:block;
	position:relative;
	float:right;
	text-transform: uppercase;
	margin-right:10px;
}
#topnav a,
#topnav a:link, 
#topnav a:visited{
	font-family: "Arial Narrow", Arial;
	font-size:16px ! important;
	font-weight:bold;
	color: #999999;
	padding: 0px 15px 0px 15px;
	height:39px;
	line-height:39px;
	display:block;
	float:left;
}
#topnav a:hover,
#topnav a:active{
	color: white;
	background: #00356a url(../img/rollover-img.gif) repeat-x left bottom;
}
a.current {
	color:#FFFFFF! important;
	background: url(../img/current-pg.gif) no-repeat center bottom;
}
#leftcol{
	width:224px;
	float:left;
	position:relative;
	background-image: url(../img/left.jpg);
	background-repeat: no-repeat;
	height: 926px;
}
#twocols{
	width:776px; 
	float:right; 
	position:relative; 
}
#rightcol{
	width:185px;
	float:right;
	position:relative;
	background-image: url(../img/right.jpg);
	background-repeat: no-repeat;
	height: 580px;
}
#maincol p,
#maincol h1,
#maincol li {
	margin-bottom:15px;
}
#maincol{
	background-color: #eff4f4;
	float: left;
	display:inline;
	position: relative;
	width:591px;
	background-image: url(../img/pg-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:18px;
	color: #333333;
	font-family: "Times New Roman", serif;
}
#maincol h1{
	color:#0066cc;
	font-size:36px;
	text-align:center;
	position:relative;
	bottom:10px;
}
#maincol h2{
	color:#0066cc;
	font-size:22px;
	font-weight:bold;
}
#maincol a:link {color:blue;text-decoration:underline;}
#maincol a:visited {color:#999999;text-decoration:underline;}
#maincol a:hover, #maincol a:active{color:red;;text-decoration:none;}

#maincol i, 
#maincol em{
	color: #32301b;
	background: #eef0c1;
	font-style: normal ! important;	
}
#maincol li {
	margin-left:30px;
	margin-right:30px;
	list-style:  square;
}
#maincol li-8 {
	margin-left:15px;
	margin-right:30px;
	list-style:  url(none) none;
	background: url(../img/bullet.gif) no-repeat left 5px;
	padding-left: 15px;
}
#topbutton a{
	height:90px;
	clear:both;
	background: #000000 url(../img/footer.jpg);
	text-indent:-3000em;
	display:block;
	width:1000px;
}
#footer{
	height:85px;
	padding-top:5px;
	background-color:#000000;
	clear:both;
	background-image: url(../img/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align:center;
	color:#cc9933;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a{
	color: #0099FF;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
#footer a:hover{
	color: #ffffff;
	text-decoration:underline;
}
a.ikreator {
	color:#cc9933 ! important;
	text-transform: lowercase ! important;
	letter-spacing: 0px ! important;
}
.picleft,
.picright{
	border:solid 5px #dddddd;
}
.picright{
	float:right;
	margin-left:15px;
}
.picleft{
	float:left;
	margin-right:15px;
}
.hide,
#topnav br {
	display: none;
}
blockquote p{
	margin: 15px 15px 0px 15px;
}
#copyright{
	display:none;
}
