/* MAIN CSS */
body {
	background: url(http://boljoon.net/images/bg.jpg) repeat fixed
 #99CCFF;

	font: 75%/1.4em Arial, Helvetica, sans-serif;
	color: #5d5d5d;
	line-height: 140%;
	/*margin: 30px 30px;*/
	text-align: center;
        width: 949px;
        margin-left: 30px;
        	
		
       
}






/* Content wrapper */
#contentbox {
	float: left;
	clear: both;
	width: 949px;
	background: #FFF url(images/bg-content.gif) repeat-x;
       /* margin: 0 0;
	padding-top: 10px;*/
      /*  margin-right: 30px;*/
	text-align: left;
      /*  border: 1px solid #000082; */
	  
}

/*END CONTENT WRAPPER*/

/*end MAIN CSS*/

/*START CONTAINER CSS*/

.margin
{
margin-left: 8px;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid #498ACB;
border-bottom-width: 6px;
width: 511px; /*width of featured content slider*/
height: 600px;

}

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid #498ACB;
border-bottom-width: 6px;
width: 511px; /*width of featured content slider*/
height: 300px;

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 501px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 511px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #498ACB;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

/*END CONTAINER CSS*/



/* rounded content */


.width 
{
width: 541px;
}

.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
.b1h {height:1px; background: #498ACB; margin:0 5px;}
.b2h, .b2bh {height:1px; background: #498ACB; border-right:2px solid #498ACB; border-left:2px solid #498ACB; margin:0 3px;}
.b3h, .b3bh {height:1px; background: #498ACB; border-right:1px solid #498ACB; border-left:1px solid #498ACB; margin:0 2px;}
.b4h, .b4bh {height:2px; background: #498ACB; border-right:1px solid #498ACB; border-left:1px solid #498ACB; margin:0 1px;}
.b2bh, .b3bh, .b4bh {background: #498ACB;}

.headh {background: #498ACB; border-right:1px solid #498ACB; border-left:1px solid #498ACB; font-style: italic;}

.headh h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px; color: #f7f7f7}

.contenth {background: #498ACB; border-right:1px solid #498ACB; border-left:1px solid #498ACB;}

.contenth div {margin-left: 12px; padding-top: 5px;}



/*end rounded content */


/* MAIN MENU SECTION */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.header
{
margin-bottom: -5px;
padding-bottom: -5px;
}

.menuwidth
{
width: 950px;
}



.indentmenu{
font: bold 13px Arial;
width: 100%px; /*leave this value as is in most cases*/
overflow: hidden;


}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 950px; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(images/indentbg.gif) center center repeat-x;
text-align: center;

}

.indentmenu ul li{
text-align: center;
display: inline;
}

.indentmenu ul li a{

float: left;
text-align: center;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.gif) center center repeat-x;
}

/* END MAIN MENU SECTION */
