@charset "utf-8";



/* CSS Document */







/* Background - a small image goes a long way, and basic font styling */



* {



	font-family: Arial, Helvetica, sans-serif;



}



body {



	background-color:#000000;



	}



	



/*allows for a black background on the screen, and a fixed image background, as well*/



#superContainer



	{



	background: url(../images/bg_static.jpg) no-repeat fixed center;

	text-align: center;

	/*font-family:Georgia, "Times New Roman", Times, serif;*/

	/*font-family:Arial, Helvetica, sans-serif;*/



	}







	/* Now we figure out how wide our main page is  - Alignment comes from the margin calls here combined with the text-al/* Now we figure out how wide our main page is  - Alignment comes from the margin calls here combined with the text-align: center in the body call*/	







#container
	{

	/*background: url(../images/BG_page.png) no-repeat center;*/

	width: 1007px;

	height:375px;

	margin-left: auto;

	margin-right: auto;



	}



	/* Area to put the main heading text in */	

#header

	{

	/*background: url (../images/largeHeader.png) no-repeat;*/

	height: 375px;

	width: 1007px;

	padding: 0em;

	top: 50px;
	position: relative;	
	left:0px;	/*margin-top: 50px;

	margin-left: auto;

	margin-right: auto;*/

	}



	



#footer

	{

	background: url(../images/pageFooter.png) no-repeat center;

/*	width: 1007px;*/

	height: 29px;

/*	position: relative;

	left: 1px;*/

	}



#core

	{



	background: url(../images/pageRepeat1px.png) repeat center;

	text-align: left;

	padding: 0em;

	width: 1007px;

	/*position: relative;

	top: 718px;	*/

	margin-left: auto;

	margin-right: auto;

	min-height: 750px;

	}





/*stuff for mambo items..............................................................*/



a,



a:link,



a:active,



a:visited {



	text-decoration:none;



	color:#000000;



}



a:hover

{

text-decoration:underline;

}



#menu

	{

	color:#000000;

	width: 800px;

	height: 44px;

	position: relative;

	}







/*tables --------------------------------------------------------------------------*/

/** general module title **/

/* Heading text of the modules */

table.moduletable th {



	border-bottom: 1px solid #000000;	



	color:#000000;



	font-family: Georgia, "Times New Roman", Times, serif;



	font-size:13px;



	line-height:25px;



	/*background: #E3E2C6;*/



	height:40px;



	text-align:left;



	/*padding-left:15px;*/

	padding-top: 30px;



	font-weight:normal;



	text-transform: uppercase;



	letter-spacing: 1px;



}









/* Formatting for modules */







table.moduletable

	{

	width: 95%;

	padding-left: 2px;

	text-align: left;

	padding-right:30px;

}



td.sectiontableheader {



	font-weight: bold;

	border:none;



}





/* All internal headings, including the contact page */



.contentheading, .componentheading, .contact.th {

	border-bottom: 1px solid #000000;	



	color:#000000;



	font-family: Georgia, "Times New Roman", Times, serif;



	font-size:13px;



	line-height:25px;



	/*background: #E3E2C6;*/



	height:25px;

	width:600px;



	text-align:left;



	/*padding-left:15px;*/

	padding-top: 20px;



	font-weight:normal;



	text-transform: uppercase;



	letter-spacing: 1px;

	text-decoration:none;

	/*font-weight: bold;

	font-size: 1em;

*/}



.componentheading{

border:none;

}



.contentheading{

background:#FFFFFF;

text-align:right;

}



/* Workaround for IE flicker bug for the menu items - partly based on Pixy's CSS rollovers without flicker */



/*#menu a:hover {

	color:#666666;

	text-decoration:underline;

	top: 0px;

	left: 0px;



}







#menu a:active {







	top: 0px;







	left: 0px;







}



*/











/* Main content area  - faux columns CSS as previously seen on AListApart.com */







/* One image for the background and borders with some padding for the internal layout, so as to move the content text itself off the borders */















#content

	{

	padding-left: 30px;

	padding-top: 10px;

	padding-right: 30px;

	min-height: 330px;

	}















/* Split the main content area into two columns - via static widths and a float */



#sidebar

	{

	width:180px;

	float: left;

}



#bodytext {

	width: 720px;

	padding-left: 50px;

	

}





ul {



	margin: 5px;



	padding: 5px;



	list-style: none;



	list-style-type: square;



}



li {



	line-height: 18px;



	padding-left: 5px;



	padding-top: 0px;



	list-style-position: inside;



}





div,



td,



p {



	font-size:12px;



	line-height:18px;



	color:#333333;

}



/* Make sure the font size for links and paragraphs doesn't break */ 











/** To center the objects **/



.center {



	text-align:center!important;



}





	 /* Mambo specific calls - there are more out there, this is just a reduced set for high speed layout*/





















/* content/data text for the modules */







table.moduletable.td {







	font-size: 0.7em;







	font-weight: lighter;







}































/* Pathway and other stuff */







.small {







	font-weight: bold;







	font-size: 0.6em;







}















.createdate, .modifydate {







	font-size: 0.8em;







}











