/* Site wide settings */
body {
	margin: 0px; padding: 0px;
	background-image: url('images/background.png');
	background-repeat: repeat;
	/*background-color: #002750;*/
}
body, div, td, th, h2, h3, h4 { 
	/* redundant rules for bad browsers  */  
	font-family: arial, helvetica, clean, sans-serif;
	font-size: small;
	color: #333;
}   
h2 { padding: 0px; padding-bottom: 5px; margin: 0px; }

/* For the header navagation */
#nav { background-color: #90B8C7; height: 50px; width: 100%; margin: 0px; padding: 0px;
	   font-size: medium; font-weight: bold; position: relative; }
#nav li { display: inline; list-style-type: none;  list-style-image: none;  } 
#nav li a { text-decoration:none; padding: 16px 20px 15px 20px; height: 50px; color: white; line-height: 50px; }
*html #nav li a { text-decoration:none; position: relative; top: 13px; padding: 29px 20px 21px 20px; height: 50px; color: white; line-height: 50px; }
*html #headerbg {background-color: #90B8C7;}
#nav li a:link { color: white; line-height: 50px;  }
#nav a:hover { background-color: #D8DFE6; color: black;  } 
#nav img { position: relative; top:5px; padding-left:10px; padding-right:5px; }

/* Hacks for the navagation tabs */
.icon { margin:-5px; border: none; position: relative; top:-5px; right: 2px;}
.hack1 { margin-left:0px; padding-left: 0px;}
.hack2 { float: right; }
.hack3 {  position: relative; top:-8px; }
.toRight {
	position: absolute;
	right: 0px;
}
*html .toRight {
	position: absolute;
	right: 0px;
	top: 0px;
}


/* General Design */
.contain {
	width: 900px;
	background:white; 
	margin: 0 auto;
	overflow:hidden;
	vertical-align: middle;
}
.main { border: 9px solid #D8DFE6; }
.news {
	width: 856px;
	margin: 5px; margin-bottom: -5px;
	padding: 5px;
	float: left;
	border: 1px solid #538495;
	background-color: #F1F5F8;
}
.news2 {
	width: 866px;
	margin: 5px; 
	border: 1px solid #538495;
	background-color: #F1F5F8;
}

/* Content Boxes */
.tutbox 
{
	height: 253px;	width:298px;
	border: 1px solid #666666; 
	float:left; 
	margin:5px; 
	text-align: center;
	background-color: #F1F5F8;
}
.icon
{
	position: relative;
	top: -1px;
	padding-left:8px;
	padding-right:3px;
}
.tutTitle
{
	padding-bottom: 2px;
	border-bottom: 1px solid #666666; 
	background-color: #F1F5F8;
}
.tutFooter
{
	border-top: 1px solid #666666; 
	background-color: #F1F5F8;
}
.picbox {
	width: 520px; 
	height: 278px;
	margin: 5px;
	float: left;
	border: 1px solid #538495;
	background-color: #F1F5F8;
}
.picbox img {
	border-bottom: 1px solid #538495;
}
.adunit {
	width: 340px;
	height: 280px;
	margin:5px; 
	float: right;
}
.box {
border: 1px solid #666666; 
text-align: center;
background-color: #90B8C7;
color: white;
padding: 5px;
margin-top: 5px;
}
.box2 {
border: 1px solid #666666; 
background-color: #F1F5F8;
padding: 5px; margin: 5px;
}

/* Tag Designs */
a{
color: #6CA0B5;
text-decoration: underline;
}
a:hover {
color: #316F9B;
}
.myframe iframe{
height: 1px;
width: 1px;
position: absolute; 
top:-10px;
}
hr {
border: 0;
background-color: #D5E5F4;
height: 1px;
}

/* Extra Formating */
.pages {
	font-size: medium; 
	font-weight: bold;
	text-align:center; 
	padding: 0px; padding-bottom: 5px; margin:0px; 
}

/* Footer */
.footer { width: 900px; margin: 0 auto; color:#B9D1DB; }
.footLeft { float: left; margin:0px; padding:3px; }
	.footLeft a{ color:#B9D1DB; text-decoration: none; }
	.footLeft a:hover{ color:#316F9B; }
	.spaceit { padding-left: 10px;}
.footRight { float: right; margin:0px; padding:3px; }

/* Contact Page */
.contact { 
 font-size: 62.5%;
 font-family: Helvetica, sans-serif;
 width: 600px;
 margin-top: 25px;
 float:left;
 height: 250px;
}
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}
#contact-area textarea { height: 90px; }
#contact-area textarea:focus, #contact-area input:focus { border: 2px solid #90B8C7; }
#contact-area input.submit-button {
	width: 100px;
	float: right;
}
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

/*Table Layout*/
.table {
	width: 309px;
	/*border-top: 4px solid #e3e7e7;*/
	padding-top: 1px;
	margin-bottom: 20px;
	float:left;
	}

.table p {
	clear: both;
	width: 100%;
	margin: 0;
	}
.table a{
text-decoration: none;
border-bottom: 1px dotted #DDDDDD;
}
.table span {
	float: left;
	padding: 0 10px;
	/*border-left: 1px solid #e3e7e7;
	border-bottom: 1px solid #e3e7e7;*/
	}

.table span.col1 {
	width: 75px;
	}

.table span.col2 {
	width: 75px;
	}

.table span.col3 {
	width: 80px;
	border-right: 1px solid #e3e7e7;
	}

.cleaner {
	height: 0;
	clear: both;
	}
.sideTag {
border-right: 1px solid #538495; 
border-bottom: 1px solid #538495; 
background-color: #90B8C7;
}

/* Help Page */
.indent { padding-left:15px; }

/*Blender Mailer */
.blender{ padding:5px; }

/*Directory*/
.dir { float: right; width:550px; }
.dir img { border: 1px solid #E5E5E5;  }
/*TopBar*/
.topbar
{
height:19px;
 border: 1px solid #CBCBCB;
 border-top: none;
 background-color: #E9E9E9; 
 padding: 2px;
 text-align: right;
}
