/*
 * General setup-type things
 * img.framed : image with a border
 * img.framedr : used when bordered-image must be floated to the right (.cleardiv may come in handy afterward)
*/

html,body
{
	margin: 0;
	padding: 0;
	font-family: Sans, Sans-Serif, Verdana;
	font-size: small;
	background: #ddd;
}

body
{
	background: url('../images/PrototypeMontage.jpg') no-repeat top center;
}

h2
{
	font-size: 1.6em;
	/*    border-bottom: 1px dotted #ccc;  */
	margin: 5px 5px 5px 0;
	padding: 0;
}

.index
{
	background: url('../images/h2.jpg') no-repeat;
	width: 244px;
	height: 19px;
	color: #fff;
	padding: 3px;
	text-align: center;
	border-bottom: none;
}

h2 em
{
	font-size: 1.1em;
	font-weight:normal;
}

h3
{
	size: 1.1em;
	margin: 0;
	padding: 0;
}

h3 em
{
	font-size:14px;
	font-weight:normal;
}

img
{
	border:0;	
}

img.framed
{
	border: 1px solid #ddd; 
	padding: 5px;
}

img.framedr
{
	border: 1px solid #ddd; 
	padding: 5px;
	margin-left: 10px;
	float:right;
}

/*
 * Top / wrapper of page
 * #wrapper contains EVERYTHING - ensures it is 800px and centered
 * #header h1 creates a "psuedo-header" using text-indent
*/

a
{
	color: #006;
}

a:hover
{
	color: #a00;
}

#wrapper
{
	margin: 0 auto;
	background: #fff;
	width: 800px;
	border: 1px solid #020635;
}

#header h1
{
	margin: 0;
	padding: 0;
}

#header h1 a
{
	background: url('../images/index.jpg') no-repeat;
	width: 800px;
	height: 200px;
	text-indent: -6000px;
	text-decoration: none;
	display: block;
}

/*
 * Primary navigation styling
 * Stored in an unordered list
 * Generated automatically by includes/topnav.php
*/

#topNav
{
	text-align: center;
	background: #fff;
	padding: 5px;
}

#topNav ul
{
	margin: 0;
	padding: 0;
}

#topNav li
{
	display: inline;
	margin: 0;
	padding: 0;
}

/*
 * Secondary nav styling
 * Stored in an unordered list
*/

#secNav602
{
	text-align: center;
	font-variant: small-caps;
	background:#fff;
	border-bottom: 1px solid #aaa;
	font-size: 1.1em;
	color: #555;
	padding: 10px 0px 2px 0px;
	margin-bottom: 4px;
}

#secNav602 ul
{
	margin: 0;
	padding: 0;
}

#secNav602 li
{
	display: inline;
	margin: 0px 2px;
	padding: 0;
}

html>body #secNav602 li
{
	display: inline;
	margin: 2px 2px;
	padding: 0;
}

* html #secNav602 li
{
	display: inline;
	margin: 2px 2px;
	padding: 0;
	position: relative;
}

#secNav602 a
{
	background:#eee;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 2px 15px;
	border: 1px solid #aaa;
	border-bottom: 0;
}

#secNav602 a:hover
{
	border-bottom: 1px solid #fff;
	background-color:#fff;
}

#secNav602 .current, #secNav602 .current:hover
{
	border-bottom: 1px solid #fff;
	background-color:#fff;
}

/*
 * Content areas
 * Declare a main div prior to a content div
 * These must be added even when using Setup.
*/

#main
{
	background: #fff;
	min-height:400px;
	width: 800px;
}

#content
{	
	margin: 0px 15px;
	padding: 2px 0px;
}

/*
 * Formatting for sidebar-area
 * #left : container
 * #leftHead : colored block above sidebar content
 * #leftLinks : content area below #leftHead
*/

#left
{
	text-align: center;
	width: 200px;
	float: left;
	padding: 5px;
	padding-left:9px;
}

#left img
{
	height:38px;
}

#leftHead
{
	background: #005;
	padding:5px;
	font-weight: bold;
	color: #fff;
	font-variant: small-caps;
	text-align: center;
}

#leftLinks
{
	border: 1px solid #005;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#leftLinks ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

#leftLinks a
{
	text-align:center;
	width: 197px;
	background-color: #fff;
}

#leftLinks a img
{
	text-decoration:none;
	margin-left:1px;
}

#leftLinks li a:hover
{
	background: #ddd;
}

#leftLinks li
{
	display: block;
	margin-bottom:5px;
}

/*
 * Right-side content
 * #right : content container
 * . : container class for an g
 * #News : a unique container for the "News" section
*/

#right
{
	float: left;
	padding-bottom: 5px;
	width: 577px;
}

#rightindex
{
	float: left;
	padding-bottom: 5px;
	width: 558px;
}

.update
{
	margin: 15px;
}

.update h2
{
	font-size: 1.3em;
}

.update h2 em
{
	font-size: .8em;
}

#news
{
	float: right;
	width: 250px;
	margin: 0px;
	margin-top: 10px;
}

#news ul
{
	list-style-type: square;
	margin: 10px;
	padding: 10px;
}

#news ul li a
{
	font-weight: bold;
	color: #006;
	
}

#news ul li a:hover
{
	color: #a00;
}

#announce
{
	width: 500px;
}

#announce h3
{
/*	border-bottom: 1px dotted #ccc; */
}

/*
 * Footer styling
 * Footer links are contained in an unordered list
 * #footer : container
 * #footerCAED : container for CAED-related material
*/

#footer
{
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

#footer li
{
	display: inline;
	margin: 5px;
}

#footerContact
{
	color: #555;
}

#footerCAED
{
	margin: 15px auto;
	color: #555;
}

#footerCAED a
{
	text-decoration:none;
}

#footer ul
{
	margin: 0;
	padding: 5px;
}

/*
 * General table styling
*/

th
{
	padding: 5px;
	background: #005;
	color: #fff;
	font-variant: small-caps;
}

td
{
	padding: 5px;
	border: 1px dotted #ddd;
}

/*
 * Unique link styling
*/

a.link
{
height:60px;
}

a.link span
{
	float:left;
	padding-top:20px;
	padding-left:20px;	
}

.left
{
	float:left;
	width:250px;
	margin:0;
}

/* 
  * Form formatting
  * .input : textareas, normal input, etc.
  * fieldset, legend: general styling to contain forms
  * .btn : to style buttons
*/
.label
{
	float: left;
	width: 40px;
}

.input
{
	width: 400px;
	background: #fff;
	border: 1px solid #005;
	font-size: 1.2em;
}

fieldset
{
	background: #fff;
	border: 1px solid #005;
	background: #eee;
	text-align: center;
}

legend
{
	font-variant: small-caps;
	font-size: 1.1em;
	font-weight: bold;
	background: #005;
	color: #fff;
	padding: 1px 10px 3px 10px;
}

.btn
{
	min-width: 50px;
	background: #fff;
	font-size: .9em;
	font-weight: bold;
	color: #005;
	border: 1px solid #005;
	margin-top: 5px;
}

/*
 * General usage classes
 * .cleardiv : for use under floated divs
 * .thumb : to create psuedo-"thumbnails" for gallery-type applications
*/

.cleardiv
{
	clear: both;
}

.thumb
{
	padding: 1px;
	margin: 2px;
	border: 1px solid #ccc;
}

#alert
{
	border: 1px solid #a00;
	border-right: none;
	border-left: none;
	margin-top: 2px;
}

#label
{
	background: #a00;
	padding: 5px;
	color: #fff;
	float: left;
	font-weight: bold;
	font-variant: small-caps;
}

#alertbody
{
	float: left;
	padding: 5px;
	font-weight: bold;
}

#mission
{
	width: 220px;
	height: 125px;
	padding: 0px 15px;
	background: url('../images/missionbg.jpg') top left no-repeat;
	color: #fff;
	font-size: .9em;
	text-align: justify;
}

#mission a
{
	font-style: italic;
	font-size: .9em;
	float: right;
	color: #fff;
}

.mishead
{
	font-weight: bold;
	font-size: 1.5em;
	position: relative;
	top: 3px;
}

.clear
{
	clear: both;
}

.sidebar
{
	padding: 5px;
	margin: 10px 0px 5px 5px;
	float: right;
	text-align: left;
	width: 250px;
	background-color: #eee;
	border: solid 1px #ccc;
}
.pdf
{
	list-style-image: url("/images/pdf.gif");
}
.tblnoborder
{
	border: none;
}
.tblnoborder td
{
	border: none;
	padding: 10px;
}
.tblnoborder td a
{
text-decoration: none;
}
.preview{
	float: left;	
	width: 590px;
	text-align: center;
	border: 0;
	padding: 5px;
}
.thumbdiv{
	height: 400px;
	width: 150px;
	overflow: auto;
	float: right;
	text-align: center;
	border: 0px;
	padding: 5px;
}
.thumbcontainer{
	text-align: center;
	padding: 5px;
	width: 175px;
	float: left;
	margin: 3px;
}
.guilist{
	list-style: none;
	margin: 2px;
	padding: 5px;
	float: left;
}
.guilist li{
	float: left;
	text-align: center;
}
.formlist{
	list-style: none;
	margin: 0px;
}
.formlist li{
	padding: 5px;
	margin: 10px;
	border-bottom: 1px solid #ccc;
}
.formlist li ul li{
	border-bottom: none;
	margin: 0;
	padding: 0;
}
