/*
	Style sheet for Orlando Engineering
	Last updated: 22/06/2007
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Layout  */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

*{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	color: #333;
	}
	
body {
	margin: 0;
	padding: 0;
	background:  #fff;
	width: 100%;
	text-align: center;
	font-size: 80%; 
    /*background-image: url('/media/wrapperbg.gif'); */
	/*background-repeat: repeat-y;*/
	}

#wrapper {
	margin:3px auto;
	padding: 0;
	width: 768px;	 
	background-color: #fff;
	text-align: left;
	}

#header {
	margin: 0;
	padding: 0;
	height: 63px;
	background:#fff;
	
	
	}

#banner {
	width:764px;
	padding: 10px 2px 4px 2px;
	margin: 0;
	border-right: 1px solid #FF6F0F;
	border-left: 1px solid #FF6F0F;
	}
	
#navigation {
	width:768px;
	padding: 5px 0 0 0;
	line-height: 10px;
	margin: 0;
	background:#B8B7B7;
	/* compensates for IE Win bungling */
	height: 100%;
	border-right: 1px solid #FF6F0F;
	border-left: 1px solid #FF6F0F;
	}

#sidenavigation {
	width:180px;
	padding: 0;
	background-color: #F89828;
	height: 100%;
	vertical-align:top;
	border-right: 1px solid #FF6F0F;
	}

#maincontent	{
	padding: 10px 20px 20px 15px;
	vertical-align:top;
	width: 575px;
	border-left: 1px solid #FF6F0F;
	}

#footer {
	clear: both;
	width: 768px; 
	margin: 0;
	padding: 0;
	font-size: 85%;
	background-color: #000000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */	
/*  Typography */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
	
h1, h2, h3, h4, h5, h6 {
	color: #F89828;
	margin: 0;
	padding: 0;
	font-size: 120%; 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	display: block;
	}

li {
	padding-bottom:3px;
	list-style-type: square;
	}


#footer p {
	padding:5px;
	color: #fff;
	text-align: center;
	}

.small{
	font-size:85%;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Link Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

a {
    text-decoration: underline;
	color: #F89828;
	background: transparent; 
    }

a:hover {
    text-decoration: none;
	color: #F89828;
	background-color: none;
    }
	
#footer a {	
	text-decoration:underline;
	padding:1px;
	color: #fff;
	}

#footer a:hover {	
	text-decoration:none;
	padding:1px;
	background-color: #fff;
	color: #000;
	}

a.sitecredit {
	font-size: 80%;
	text-decoration: none; 
	color: #666666 ;
	background-color: transparent;
	text-align:center;
	}

.sitecredit:hover  {
	background-color: #b36f7d;
	color: white; 
	text-align:center;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Extra Bits */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.bannerlist {
	list-style-type: none; 
	color: 99580b; 
	font-weight: bold;
	}
	
.bannerlist p {
	line-height: 10px;
	}

.categorycell{
	padding: 10px;
	text-align:center;
	width: 33%;
	}
		
td{
	/*vertical-align:top*/
	}


.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

img {
	border: 0;
	}

hr {
    border: 0;  
    border-bottom: 1px solid #99cccc;
	height: 1px;
    margin-top: 1ex;
	}

.hiddenclear {
	clear: both;
	color: #fff; 
    font-size: 0; 
    margin: 0;
    visibility: hidden; 
	}

.floatleft {
	float:left;
	margin-right: 5px;
	}

.floatleftb {
	float:left;
	margin-right: 5px;
	border:solid 1px #99cccc;
	}

.floatright {
	float:right;
	margin-left: 5px;
	}

.floatrightb {
	float:right;
	margin-left: 5px;
	border:solid 1px #99cccc;
	}

.center {  
    text-align: center;
    }



/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Forms and fields */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

form {
	padding: 0;
	margin: 0;
	}

fieldset {
	width:98%;
	padding:0 4px 4px 6px;
	border:solid 1px #ccc;
	}
	
legend {
	margin: 0;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	color:#99cccc;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	}

.blurred {
	border: #333333 1px solid;
	padding: 2px; 
	background-color: #fff;  
	}

.focused {
	border: #F89828 1px solid; 
	padding: 2px; 
	background-color: #fff; 
	}


#sidenavigation form{
	font-size:85%;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Top Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

 #topnav{
	margin: 0;
	padding: 0 0 5px 10px;
	text-align:left;
	}

#topnav ul, #topnav li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#topnav a:link, #topnav a:visited{
	line-height: 14px;
	font-weight: bold;
	margin: 0 5px 2px 5px;
	text-decoration: none;
	color: #fff;
	font-size: 100%;
	}

#topnav a:link#current, #topnav a:visited#current, #topnav a:hover{
	padding-bottom: 0px;
	background: transparent;
	color: #99cccc;
	}

#topnav a:hover {
	color: #000; 
	}


