

/* COMMON
------------------------------*/

body{
	margin:0;
	background:#003169 url(../media/background.jpg) no-repeat center top fixed;
}
body,td,th,select,textarea,input{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
}
h2.no_underline{
	border:none;
}
a{
	text-decoration:none;
	color:#ff9900;
}
a:hover{
	text-decoration:underline;
}
img{
	border:none;
	margin:0;
	padding:0;
}
select,textarea,input{
	border:1px solid #dbdcdb;
}
form{
	margin:0;
	padding:0;
}
hr{
	height:1px;
	border:none;
	border-top:1px solid #DBDCDB;
	margin:0 0 10px 0;
	padding:0;
}
ul{
	margin:0;
	padding:0 0 10px 0;
}

/* MISC
------------------------------*/

.clear{		clear:both;}
.f-left{	float:left;}
.f-right{	float:right;}
:focus{		outline:none;}
.off{		display:none;}

/* LAYOUT
------------------------------*/

#container{
	margin:0 auto;
	width:926px;
	padding:0 0 20px 0;
	position:relative;
}

/* HEADER
------------------------------*/

#header{
	position:relative;
	z-index:1;
	height:227px;
}
#header h1{
	position:absolute;
	z-index:10;
	left:18px;
	top:85px;
}

#header h1 a{
	display:block;
	width:330px;
	height:117px;
	text-indent:-10000px;
	background-repeat:no-repeat;
	background-image:url(../media/logo.png);
}

/* menu */
	
	#header ul{
		margin:0;
		padding:0;
		list-style:none;
		height:51px;
		background-image:url(../media/template.png);
		background-repeat:no-repeat;
		background-position:-120px 0px;
		width:926px;
	}
	#header ul li{
		float:left;
		background-image:url(../media/template.png);
		background-repeat:no-repeat;
		background-position:-120px -102px;	
	}
	#header ul li a{
		float:left;
		display:block;
		height:51px;
		line-height:51px;
		padding:0 12px;
		color:white;
	}
	#header ul li a:hover, #header ul li.selected a {
		background-image:url(../media/template.png);
		background-position:-120px -51px;
		text-decoration:none;
	}
	#header ul li.last{
		background-image:none;
	}

#header .pop{
	position:absolute;
	z-index:10;
	left:750px;
	top:215px;
	background-image:url(../media/pop.png);
	width:207px;
	height:177px;
}

/* BODY
------------------------------*/

#body .sidebar{
	float:left;
	width:230px;
}
#body .sidebar .push{
	margin:0 0 21px 0;
}

/* submenu */

	#body .sidebar .submenu{
		margin:0 0 10px 0;
	}
	#body .sidebar .submenu .header{
		background-image:url(../media/template.png);
		background-position:-120px -227px;
		height:66px;
	}
	#body .sidebar .submenu .header h3{
		color:white;
		font-weight:normal;
		padding-left:20px;
		padding-top:32px;
		font-size:18px;
	}
	#body .sidebar .submenu .links{
		background-color:white;
	}
	#body .sidebar .submenu ul{
		margin:0;
		padding:10px 0 8px 20px;
		list-style:none;
	}
	#body .sidebar .submenu ul li{
		padding:0 0 8px 0;
		margin:0 0 8px 0;
		border-bottom:1px solid #ccc;
/*      background-image:url(../media/template.png);
        background-position:-120px -390px;      
*/	}
	#body .sidebar .submenu ul li.last{
		padding:0;
		margin:0;	
		border-bottom:0px solid #ccc;
	}
	#body .sidebar .submenu ul a{
		color:#929292;
		font-size:14px;
	}
	#body .sidebar .submenu ul a:hover, #body .sidebar .submenu ul li.level2_selected a{
		color:black;
	}
	#body .sidebar .submenu ul li ul {
	    margin:0;
	    padding:0;
	}
	#body .sidebar .submenu ul li ul li {
		padding:8px 0 0 10px;;
		margin:8px 0 0 0;
		border-bottom:0px solid #ccc;
		border-top:1px solid #dedede;
		text-indent:0;
	}
	#body .sidebar .submenu ul li ul li a {
	    margin-left:0;
	    padding-left:0;
	}
	
	#body .sidebar .submenu ul li.level2_selected ul li a {
	    color:#555;
	    font-style:italic;
	}
	#body .sidebar .submenu ul a:hover {
	    color:#929292;
	}
	#body .sidebar .submenu .footer{
		background-image:url(../media/template.png);
		background-position:-120px -442px;
		height:16px	;	
	}

/* buckets */	

	#body .sidebar .bucket{
		margin:0 0 15px 0;
	}
	#body .sidebar .bucket p{
		line-height:18px;
		padding-bottom:5px;
	}
	#body .sidebar .bucket .header{
		background-image:url(../media/template.png);
		background-position:-120px -467px;
		height:45px;		
	}
	#body .sidebar .orange .header{
		background-position:-120px -657px;
	}	
	#body .sidebar .bucket .header h3{
		color:white;
		font-weight:normal;
		padding-left:25px;
		padding-top:12px;
		font-size:18px;
	}	
	#body .sidebar .bucket .text{
		background-image:url(../media/template.png);
		background-position:-120px -704px;
		padding:10px 30px 8px 25px;
	}
	#body .sidebar .bucket .text .date{
		float:left;
		width:30px;
		text-align:left;
		font-size:14px;
		font-weight:bold;
		margin-right:15px;
		line-height:12px;
		padding-top:6px;
	}
	#body .sidebar .bucket .text .date span{
		font-size:22px;
	}
	#body .sidebar .bucket .text .title{
		float:left;
		width:120px;
	}
	#body .sidebar .bucket .text .title a{
		color:black;
	}			
	#body .sidebar .bucket .split{
		background-image:url(../media/template.png);
		background-position:-120px -702px;
		height:2px;
		font-size:1px;
	}	
	#body .sidebar .bucket p.email{
		float:left;
	}
	#body .sidebar .bucket p.email input{
		width:100px;
		padding:5px;
	}
	#body .sidebar .bucket p.submit{
		float:right;
	}
	#body .sidebar .bucket p.submit input{
		padding:4px;
		width:60px;	
		border:0px solid none;	
	}
	
	/* columns */
	
		#body .sidebar .bucket .columns{}
		#body .sidebar .bucket .columns .left{
			float:left;
			width:82px;
			margin:0 10px 0 0;
			border-right:1px solid #dbdcdb;
		}
		#body .sidebar .bucket .columns .right{
			float:left;
			width:82px;
		}
	
	/* bmi */
	
		#body .sidebar .bucket .bmi input{
			width:40px;
			padding:5px 3px;
		}
		#body .sidebar .bucket .bmi .left{
			color:#999;
		}
		#body .sidebar .bucket .bmi .right{
			text-align:left;
		}
		#body .sidebar .bucket .bmi .right p{
			font-size:60px;
			line-height:52px;
			padding:0;
			margin:0;
			position:relative;
		}
		#body .sidebar .bucket .bmi .right p span{
			position:absolute;
			z-index:10;
			top:13px;
			right:0px;
			font-size:18px;
			font-weight:bold;
		}
		#body .sidebar .bucket .bmi .right a{
			color:black;
			text-decoration:underline;
		}
				
	#body .sidebar .bucket .footer{
		background-image:url(../media/template.png);
		background-position:-120px -633px;
		height:10px;	
	}	

/* content */
	
	#body .content{
		float:left;
		width:696px;
	}
	#body .content .title{
		background-image:url(../media/template.png);
		background-position:-350px -227px;
		height:66px;
	}
	#body .content .title h1{
		font-weight:normal;
		padding-left:30px;
		padding-top:20px;
		font-size:24px;
		color:white;
	}
	#body .content .title h1 span, #body .content .title h1 span a{
		color:white;
	}
	

/* components */	
	
	#body .content .components-wrapper{
		background-color:white;
		padding:25px 30px;
		margin:0;
	}
	#body .content .components-wrapper-wide .components{		
		width:636px;
	}
	#body .content .components-wrapper-wide .breakout{
		display:none;
	}
	#body .content .components{
		width:436px;
		padding:0;
		margin:0;
		text-align:justify;
		min-height:300px;
	}	
	#body .content .components h1{
		font-weight:normal;
		margin:0;
		padding:0 0 10px 0;
	}
	#body .content .components h2, #body .content .components h3{
		margin:0;
		padding:0 0 10px 0;	
	}
	#body .content .components h2{
		line-height:24px;
		font-weight:normal;
		padding-bottom:5px;
		font-size:18px;
	}
	#body .content .components h2.underlined{
		
	}
	#body .content .components p{
		line-height:21px;
		padding-bottom:5px;
	}
	#body .content .components .breakout{
		position:relative;
		zoom:1;
		padding-bottom:5px;
	}
	#body .content .components .breakout-line{
		position:absolute;
		z-index:10;
		top:-11px;
		left:0px;
		border-top:0px solid #dbdcdb;
		width:500px;
	}
	#body .content .components .breakout-box{
		/*background-color:white;*/
		position:absolute;
		z-index:10;
		right:-200px;
		top:-50px;
		width:175px;		
	}
	#body .content .components .breakout .image{
		padding:2px;
		border:1px solid #dbdcdb;
	}
	#body .content .components .breakout .caption{
		color:#999999;
		font-size:11px;
		font-style:italic;
		text-align:left;
	}
	
	#body .content span.super {
	    vertical-align:super;
	    font-size:.7em;
	    line-height:0px;
	}
	
/* three columns */		

	.three-col{
		margin:0 0 10px 0;
		padding:0;
	}
	.three-col .col{
		float:left;
		width:135px;
		margin:0 10px 0 0;
		padding:0;
	}
	.three-col .last{
		margin:0;
	}	
	
/* lists */			

	ul.list{
		margin:0;
		padding:0;
		list-style:none;
		text-align:left;
	}
	
/* comments */

	.comment{}
	.comment .name{
		float:left;
		font-weight:bold;
	}
	.comment .date{
		float:right;
		font-style:italic;
	}	
	.comment .text{
		clear:both;
		padding:10px 0 10px 0;
	}
	.w100{
		width:98%;
	}	
	
/* calendar */		
	
	.eventCalendar{
		width:100%;
	}
	.eventCalendar td{
		font-size:11px;
		padding:0;
		line-height:normal;
	}
	.calendarMonth{
		font-weight:bold;
	}
	
/* gallery */	

	.gallery{
		padding:0 0 10px 0;
		margin:0;
	}
	.gallery li{
		float:left;
		margin:0 5px 5px 0;
		list-style:none;
	}
	.gallery li a{
		float:left;
		display:block;
		width:75px;
		height:75px;
		padding:5px;
		border:1px solid #efefef;
	}	

/* footer */

	#body .content .footer{
		background-image:url(../media/template.png);
		background-position:-350px -1147px;
		height:39px;
		color:white;
		line-height:36px;
	}
	#body .content .footer a{
		color:white;
	}
	#body .content .footer a:hover{
	}	
	#body .content .footer a{
		color:white;
	}
	#body .content .footer .f-left{
		padding-left:30px;
	}
	#body .content .footer .f-right{
		padding-right:30px;
	}
	#body .content .footer .cyberdesign{
		font-size:9px;
		text-align:right;
		padding:0 30px 0 0;
	}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:0;
	overflow:hidden;
	text-align:left;
}

#TB_ajaxContent.TB_modal{
	padding:0px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin:0;
}

