/*#############



TEMPLATE SPECIFIC



#############*/



/* HTML TAGS */

body {
	margin: 0px;
	padding: 0px;
	background-color: #777777;
}
input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	margin-bottom: 5px;
}

body,td,td,th,table,.inputbox,.button{
	font-family			: "Trebuchet MS",Verdana;
	font-size			: 12px;
	line-height			: 18px;
}

a:link, a:visited{
	color				: #000000;
}

a:hover{
	color				: #777777;
}

/* BOXES */

#outline_outer{
	width				: 840px;
	background			: url(../images/global/content_bg.jpg) repeat-y;
}

#outline_inner{
	width				: 800px;
	overflow			: hidden;
}


#topmost{
	background			: #000000 repeat-x;
	height				: 30px;
	line-height			: 30px;
}

#topmenu{
	float				: right;
	text-align			: right;
}

#topmenu a{
	color				:#efefef;
	font-weight			: bold;
}

#topmenu a:hover{
	color				: #FFFFFF;
}

#header{
	height				: 320px;
	background			: #000000 no-repeat;
	width: 800px;

}

#flashshow {
	background: #000000;
	height: 535px;
	width: 800px;	
}

#mainmenu{
	clear				: both;
	height				: 100px;
	background			: url(../images/global/mainmenu.jpg) repeat-x;
}

#submenu{
	width				: 200px;
}

#content {
	min-height: 500px;
	_height: 500px;
	width: 510px;
	text-align: left;
	float: right;
	margin-right: 25px;
}

#gallery {
	min-height: 500px;
	_height: 500px;
	width: 700px;
	text-align: left;
}

#sidebar {
	width: 185px;
	margin-left: -240px;
	margin-top: 30px;
	clear: right;
	float: left;
	text-align: center;
}


#left_outline{

	float				: left;

	width				: 200px;

	background			: url(../images/sideline.jpg) repeat-y right;

	margin				: 10px 0px;

}



#left{

	width				: 200px;

}



.middle{

	float				: left;

	padding				: 10px;

	text-align			: left;

}



#middle_both{

	

	width				: 380px

}



#middle_single{

	width				: 580px;

}



#right{

	float				: right;

	width				: 200px;

}



/* MENU */
/* navigation panel DIV */
/* set panel in separate layer */	
#nav {
	z-index: 100;
	position: relative;
	left: 0px;
	top: 0px;
	width: 800px;
	background-image: url(../images/global/mainmenu.jpg);
	float: left;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 100px;
	line-height: 12px;
	}
	
/* define styles for unordered navigation list */
#nav ul {	
	margin: 0;
	padding: 0;
	}
	
/* float buttons to left, set widths and heights */		
#nav li {
	list-style: none;
	text-align: left;
	float: left;
	clear: none;
	height: 100px;
	width: 100px;
	}
	
/* hide sub-navigation lists */
#nav li ul {
	display: none;
	border: none;
	}
	
/* set style for navigation links */
#nav li a {
	font-family: Trebuchet MS, sans-serif;
	display: block;
	text-decoration: none;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	background-image: url(../images/global/mainmenu.jpg);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	vertical-align: text-bottom;
	padding-top: 60px;
	padding-bottom: 20px;
	}
	
html>body #button li a {
	width: auto;
	}
	
/* set hover (mouseover) style */
#nav li a:hover {
	background-image: url(../images/global/mainmenu_over.jpg);
	color: #FFFFFF;
	}

/* offset and postion nested listed elements */
#nav li>ul {
	top: 0px;
	position: relative;
	left: 0px;
	border: none;
}
/* display nested list elements on hover */
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	display: block;
	border: none;
}
#nav li:hover ul { 
	left:0;
	display:block;
}



/* SUBMENU */







#submenu li,

#submenu ul{

	margin:0px;

	padding:0px;

}





#submenu li{

	list-style:none;

	text-align:left;

}



#submenu a{

	border-top			: 1px solid #7777777;

	border-bottom		: 1px solid #555555;

	display				: block;

	font-size			: 13px;

	height				: 30px;

	line-height			: 30px;

	text-decoration		: none;

	color				: #FFFFFF;

	background			: #000000;

	padding-left		: 10px;

}



#submenu a:hover{

	background			: #777777;

	color				: #FFFFFF;

}



#submenu a#subcurrent{

	background			: #000000;

	text-decoration:underline;

}







/*#############



MAMBO STYLING



#############*/



/* MODULES */

.moduletable{

	width				: 180px;

	margin-bottom		: 20px;

	text-align			: left;

}





div.moduletable h3,

div.module h3,

.moduletable th {

	margin				: 0px;

	padding				: 0px;

	font-size			: 14px;

	font-weight			: bold;

	color				: #7777777;

	text-align			: left;

	margin-bottom		: 5px;

}



#left div.moduletable,

#right div.moduletable,

.moduletable{

	background			: url(../images/underline.jpg) repeat-x top;

	padding-top			: 20px;

}





/* THE TOP MODULE POSITION */





#top div.module {

  	background			: transparent url(../images/blue_bottom_left.png) no-repeat bottom left;

	margin				: 5px 0px;

	width				: 170px;

	color				: #FFFFFF;



}

#top td,

#top h3{

	color				: #FFFFFF;

}



#top h3{

	margin-left:5px;

}



#top div.module div {

  	background			: transparent url(../images/blue_bottom_right.png) no-repeat bottom right;

	

}



#top div.module div div {

  	background			: transparent url(../images/blue_top_left.png) no-repeat top left;

}



#top div.module div div div {

	background			: transparent url(../images/blue_top_right.png) no-repeat top right;

	padding				: 10px 0px;

	width				: auto !important;

	width				: 100%;

}



#top div.module div div div div {

	background			: none;

	padding				: 0;

}







/* CONTENT STUFF */



.small,.createdate,.modifydate{

	color				: #999999;

	font-size			: 12px;

	font-weight			: bold;

	line-height			: 12px;

}



.contentheading{

	color				: #444;

	font-size			: 24px;

	text-decoration		: none;

	padding-bottom		: 7px;

	background			: url(../images/underline.jpg) repeat-x bottom;

	line-height			: 30px;

	padding-top			: 20px;

}



table.contentpaneopen{

	width				: 98%;

}



.contentheading a{

	color				: #444;

	text-decoration		: none;

}



.componentheading{

	color				: #7777777;

	font-size			: 28px;

	margin-bottom		: 20px;

	text-decoration		: none;

}
#ticker {
	background-color: #000000;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 22px;
	line-height: 25px;
	font-weight: normal;
	color: #777777;
	margin-top: 30px;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	color: #999999;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	color: #777777;
}
#footer {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	width: 750px;
	text-align: left;
	border-top: thin dotted #999999;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#index_footer {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	width: 800px;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 10px;
	color: #FFFFFF;
	background-color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}
#index_footer a{
	color: #FFFFFF;
}
#index_footer a:hover{
	color: #CCCCCC;
}

textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	margin-bottom: 5px;
}
blockquote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	line-height: 24px;
	color: #666;
	margin: 15px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
}
.credit {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
	font-style: normal;
}
