BODY {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;*/
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color:#ffffff;
        background:#d7f2fb;
}
A {
	text-decoration:none;
	color:#7BC24A;
}
A:hover {
	text-decoration:underline;
}
.small_text {
	font-size:0.8em;
}
.smallest_text {
	font-size:0.7em;
}
.large_text {
	font-size:1.2em;
}
.largest_text {
	font-size:2.2em;
}
.highlight_text {
	color:#7bc24a;
}
.alt_text {
	color:#a80500;
}
.white_text {
	color:#ffffff;
}
.blue_text {
	color:#d7f2fb;
}
.alt_text_in {
	color:#a80500;
	background:#ffffff;
}
.highlight_text_in {
	color:#7bc24a;
	background:#ffffff;
}

#page {
        min-height:1400px;
	height:auto !important;
	height:1400px;
        width:100%;
        margin:auto;
        background: url('/images/css/page_bg.jpg') no-repeat;
}
#page_top {
	width:100%;
	height:8px;
}
#page_center {
	width:100%;
	height:auto !important;
}
#page_bottom {
	width:auto;
	padding-left:8px;
	margin-top:8px;
	height:auto;
	color:#7BC24A;
	text-align:left;
	font-size:1.1em;
	font-weight:600;
}
#page_bottom A {
	color:white;
	text-decoration:none;
}
#page_bottom A:hover {
	text-decoration:underline;
}
#page_bottom P	{
	margin:0; padding: 0;
}
#banner {
	width:100%;
	background:#a80500;
        background: url('/images/css/banner_bg.jpg');
	border-top:4px solid #ffffff;
	border-bottom:4px solid #ffffff;
}
#banner_left {
        background: url('/images/css/banner_logo_bg.jpg') no-repeat;
	width:760px;
	float:left;
	height:100px;	
	font-weight:600;
	text-align:left;
	padding-left:8px;
	color:#ffffff;

}
#banner_right {
	width:auto;
	height:100px;	
	margin-left:186px;
	font-size:2.8em;

}
#nav_menu {
	width:100%;
	height:38px;
	border-bottom:4px solid #ffffff;
	border-top:4px solid #ffffff;
	margin-top:8px;
        background: url('/images/css/navmenu_bg.jpg');

}
#alt_nav_menu {
	width:100%;
	height:38px;
	border-bottom:4px solid #ffffff;
	border-top:4px solid #ffffff;
	margin-top:8px;
        background: url('/images/css/navmenu_bg.jpg');
}
#content_main {
	width:100%;
	height:350px;
	font-size:1.1em;
	margin-top:8px;
	border-top:4px solid #ffffff;
	border-bottom:4px solid #ffffff;
}
#page_content {
	width:auto;
	height:350px;
	padding-left:8px;
	text-align:left;
	color:#00073e;
	font-size:1.2em;
        background: url('/images/css/content_bg.png');
}
	#page_content H2 {
		color:#7bc24a;
	}	
#text_content {
	height:350px;
}
#portfolio {
	width:100%;
}
.portfolio_slot {
	width:260px;
	height:260px;
	float:left;
	margin-right:10px;
}
#contact_info {
	color:#ffffff;
	font-weight:600;
	width:500px;
	height:38px;
	text-align:left;	
}
.point {
	width:100%;
	height:100%;
	line-height:38px;
	font-size:1.3em;
}
.slide {
	height:380px;
	width:800px;
}
#portfolio_carousel {
	height:270px;
	width:800px;
}
/* USER MENU */

#jsmenu
{	margin: 0;
	padding: 0;
	z-index: 30;
}
#jsmenu li
{	
	margin: 0;
	padding: 0px;
	list-style: none;
	float: left;
	font-size:1.4em;
	font-weight:600;

}
#jsmenu li a
{
	height:38px;	
	display: block;
	margin: 0 1px 0 0;
	width: auto;
	background:none;
	color: #FFF;
	line-height:38px;
	text-align: left;
	padding-left:4px;
	text-decoration: none;}


#jsmenu li a:hover {
	/*background: url('/images/css/navmenu_bg_trans.jpg');*/
	

}

#jsmenu div
{	position: absolute;
	visibility:hidden;
	margin: 0;
	padding: 0;
        min-width:138px;
	width:auto !important;
	width:138px;
	border:1px solid #337f7b;
	border-top:0px;
	}

	#jsmenu div a
	{	position: relative;
		display: block;
		margin: 0;
		padding-left: 5px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #ffffff;
		color: #ffffff;
		padding-right:3px;
	}

	#jsmenu div a:hover
	{	background: url('/images/css/menu_button_hover_sub.jpg');
		color: #FFF}







