@charset "UTF-8";
/* CSS Document */

/* --The main 'box' that holds everything-- */

#topareabg{
	width:100%;
	/*height:100px;*/
	background:black;
	padding-bottom:15px;
	overflow:hidden;
	padding-top:18px;
	border-bottom:1px solid #545454;
}

#toparea{
	width:900px;
	margin:0 auto;
}

#maingraphic{
	width:900px;
	/*height:300px;*/
	margin-bottom:25px;
	padding-bottom:-25px;
}

#bgouter{
	width:100%;
	padding:0;
	margin:0;
	background-color:black;
	background-image:url(../images/jsbigback.jpg);
	background-position:top center;
	background-repeat:no-repeat;

}

#wrapper {
	width:900px;
	margin: 0 auto;
	padding-top:15px;
	text-align:left;
	}

#header {
	width:100%;
	border-bottom: 1px solid #58486C;
}

#lside {
	width:200px;
    float:left;
   	padding:0px;
	text-align:left;
	
}

#mainarea {
	width: 650px;
	/*margin-left:10px;*/
	float:right;
	background-image:url(../images/mainarea_bg2.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#292929;
	border:1px solid #545454;
	margin-right:5px solid white;
	padding-top:10px;
	}

/*    Bottom area for links, associations, etc....    */

#bottomarea{
	width:100%;
	/*height:100px;*/
	background:url(../images/btmtile.gif) left top repeat-x;
	color:#2a2a2a;
	padding-bottom:0px;
	overflow:hidden;
	padding-top:20px;
	margin-top:10px;
}


#bottomwrapper{
	width:900px;
	margin: 0 auto;
	/*background:url(../images/3x3tile.gif) left top repeat;
	padding-top:25px;*/
	padding-bottom:15px;
	text-align:left;
}

/* --------------------  */

#clear {
		visibility: none; 
		height: 0; 
		margin: 0; 
		padding: 0; 
		clear: both;
}

/* The dotted line seperator */

#breaker{
	width:100%;
	height:10px;
	border-bottom:dashed;
	border-bottom-width:thin;
	border-color:white;	
}

/* The Search Box container DIV */

.search{
	text-align:right;
	float:right;
	width:300px;
	padding-top:50px;
}


/* Styling for main head logo*/

.banneritem{
	width:500px;
	float:left;
	padding:0px;
	margin-top:-3px;
}


/*     The following style the banner images, starting with the container DIV      */

#bottomlinks {
	text-align:right;
	width: 600px;
	float:right;
	margin-top:8px;
}

/* Styling for main logo link images at the bottom of the template   */

.moduletablelink1{
	float:left;
}

.moduletablelink2{
	float:left;
}

.moduletablelink3{
	float:left;
}

.moduletablelink4{
	float:left;
}

.moduletablelink5{
	float:left;
}

.moduletablelink6{
	float:left;
	color:green;
}

/* calender module */

.moduletablecalender{
	width:100%;
}

.mod_eventlistcalq_calendar-month{
	background:#232323;
}

/* Languages Module */

.moduletablelangbox{	
	border:3px solid green;
	background-color:green;
	margin-top:15px;
	width:100%;
}

#breaker{
	width:100%;
	height:10px;
	border-bottom:dashed;
	border-bottom-width:thin;
	border-color:#969696;
}

