/* -- Page Setup --*/
body{

}

@font-face {
	font-family: droid-sans;
	src: url('../font/DroidSans.ttf');
}

#content{
	width:900px;
	margin-left:auto;	
	margin-right:auto;	
}

#header{
	margin-top:25px;
	height:150px;
}

#footer{
	border-top:1pt dotted #cccccc;
	margin-top:10px;
	padding-top:10px;
	}
	
.placeholder{
	background-image:url(../img/orbit/usb.jpg);
	background-repeat:no-repeat;
	height:450px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
	
.bar{
	position:absolute;
	left:0;
	top:100px;
	background-color:#f2f2f2;
	width:100%;	
	height:250px;
	z-index:-1;
}

#menu{min-height:200px;}

#menu_box{
	float:left;
	width:250px;
	padding:10px;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:20px;
	border-radius:5px;
	background-color:#ffffff;
	border:1pt dotted #cccccc;
	}

h1{
	font-family:droid sans, arial, sans-serif;
	font-size:13pt;
	color:#9f9f9f;
	font-weight:normal;	
}
	
h2{
	font-family:droid sans, arial, sans-serif;
	font-size:13pt;
	color:#ffffff;
	padding:5px;
	border-radius:5px;
	background-color:#a6ce39;
	border:1pt dotted #cccccc;
	font-weight:normal;
}

.menu_item{
	font-family:droid sans, arial, sans-serif;
	font-size:11pt;
	color:#000000;
	line-height:150%;
		
}

p{
	font-family:arial, sans-serif;
	font-size:11pt;
	color:#000000;
	line-height:125%;
	text-align:left;
}

.confidential{
	font-family:arial, sans-serif;
	font-size:8pt;
	color:#000000;
	line-height:125%;
	text-align:justify;
}



a:link, a:active, a:visited {text-decoration:none; color:#000000; padding:5px;}
a:hover{background-color:#cccccc;}