@charset "UTF-8";
/* CSS Document */

body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/bodybkgrd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

 #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #005E9F;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	background-image: url(../images/Header.jpg);
	height: 291px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}



#mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #005e9f;
}

/******** NAVIGATION *********/

#navigation {
	font-size: 90%;
	background-color: #23ace3;
	margin-bottom: 10px;
	height: 38px;
	}

#navigation ul {
	list-style: none;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
	
#navigation li {
display: inline;
}

#navigation a:link, #navigation a:visited {
	color: #ffffff;
	background-color: #23ACE3;
	text-decoration: none;
	padding-top: 0.6em;
	padding-right: 1em;
	padding-bottom: 0.6em;
	padding-left: 1em;
	margin-right: 25px;
	margin-left: 25px;
	}
	
#navigation a:hover {
	color: #ffffff;
	background-color: #27c2ff;
}


/************ TEXT ELEMENTS ***********/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #5B5B5B;
	margin: 0;
	padding: 0px 10px;
}

h1	{
	color: #005e9f;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0px 10px;
	font-size: 18px;
	text-transform: capitalize;
}

#sidebar1 h1 {
	color: #00cca0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0px 10px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: lighter;
}

h2 {
	color:#4acaf9;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 10px;
	font-size: 14px;
	}

h3	{
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0px 10px;
	font-size: 9px;
	text-transform: capitalize;
}

h4 {
	color: #0B1B75;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0px 10px;
	font-size: 24px;
	text-transform: capitalize;
	font-weight: normal;
}

h5 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

h6 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

ul {
	padding: 0;
	list-style: disc url(../DEPARTMENT/department.css);
	color: #969FBB;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/******** IMAGE ELEMENTS *********/

.thumbnail {
	margin-right: 10px;
	padding-top: 5px;
	margin-left: 10px;
	border: 1px solid #660099;
}

.thumbnail img{
	display: inline;
	padding-right: 10px;
	position: static;
}

.floatleft {
	float:left;
	position:relative;
	margin: 5px;
}

.floatright {
	float:right;
	position:relative;
	margin: 5px;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #67A2DD;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
a:active {
	color: #00FFFF;
	text-decoration: none;
}

/********* END IMAGE ELEMENTS ********/

#footer {
	background-color: #FFFFFF;
	margin-top: 25px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/***************************FORM**************************************/
	form {
	margin:0px auto;
	width: 450px;
}
	label, label span { display:block; padding-bottom:.25em; }
	label { float:left; width:100%;}
	label span { float:left; width:100px; text-align:left; font-size:12px; }
	fieldset input, textarea {
	float:left;
	width:65%;
	border:1px solid #007ACF;
}
	fieldset input:hover, textarea:hover { border-color:#333; }
	fieldset input:active, input:focus, textarea:active, textarea:focus { border-color:#999; }
	.error { color:#FF0000; font-weight:bold; font-variant:small-caps; }
	fieldset {
	margin-bottom:5px;
	padding:5px;
	border:2px solid #0099FF;
	overflow:hidden;
	background-color: #E4F5FB;
}
	form div { clear:both; margin-bottom:0; padding:0 20px; text-align:center; }
	form div input { padding:0 .25em; background-color:#E8E8E8; border:2px double #333; border-top-color:#999; font-size:90%; }
