/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 83%;
	background: url(../images/bg-body.gif) #333;
	color: #333;
}

p {
	line-height: 140%;
	}

h1, h2, h3, dt {
	font-family: Georgia, "Times New Roman", serif;
	}

small {
	font-size: .85em;
	font-weight: normal;
	}
a, a:visited {
	color: #06c;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

/*****************************************************************/
#container {
	width: 750px;
	margin: 0;
	background: #fff;
	}

#wrapper {
	width: 100%;
	clear: both;
	border-top: 1px solid #fff;
	}

#header {
	background: #369 /*#1A67AF*/;
	color: #333;
	margin: 0;
	padding: 0;
	border-top: 5px solid #114473;
	}
	
/*****************************************************************/

#nav {
	font-weight:normal;
	background:url( ../images/tab.jpg) repeat-x left bottom;
	width:100%;
	float:left;
	font-size: .9em;
}
#nav ul {
	margin:0;
  list-style:none;
	padding:10px 10px 0 5px;
}
#nav a, #nav strong, #nav span {
	float:left;
  display:block;
	color:#fff;
	padding:6px 13px 5px 6px;
	background: url(../images/tab.jpg) no-repeat 100% 0px;
	text-decoration:none;
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav li {
   float:left;
   background:url(../images/tab.jpg) no-repeat 0px 0px;
   margin:0 0 0 2px; /*spaces the tabs horizontally*/
   padding:0 0 0 9px;
}
#nav #current {
   background:url(../images/tab.jpg) no-repeat 0 -56px;
}
#nav #current a {
  background:url(../images/tab.jpg) no-repeat 100% -56px;
	padding:6px 13px 5px 6px;
	color: #fff;
}
#nav a:hover {
	color:#fff;
	}

/********************************************************************************/

#content {
	padding: 0;
	margin-left: 175px;
	background:  #fff;
	clear: right; /*this moves down the content below the nav instead of inside for Mozilla and Opera */
}

#content h1 {
	margin: 0 25px;
	padding: 25px 0 5px 0;
	font-size: 1.6em;
	font-weight: normal;
	color: #900;
	border-bottom: 3px solid #efefef;
	}
	
#content h2 {
	margin: 0 25px;
	padding: 15px 0 10px 0;
	font-size: 1.4em;
	font-weight: normal;
	}
	
#content p, #content dt, #content dd {
	margin: 10px 25px 25px 25px;
	padding: 0;
	}

#content dl {
	margin-top: 25px;
	}
	
#content dt {
	font-size: 1.3em;
	}
		
#content a:hover {
	text-decoration: underline;
	}
	
#content ul {
	list-style: none;
	margin-bottom: 15px;
	}
	
#content ul li {
	padding-left: 25px;
	line-height: 140%;
	margin-bottom: 10px;
	background: url(../images/bullet-arrow.gif) no-repeat 0 2px;
	}
		
#content table {
	margin: 0 15px 15px 15px;
	padding: 0;
	border: 0;
	}
	
#content .quote {
	width: 350px;
	margin: 25px auto;
	padding: 0;
	background: url(../images/bg-clock.jpg) bottom right no-repeat #F0F0E2;
	border-right: 2px solid #D9C9B7;
	border-bottom: 2px solid #D9C9B7;
	}

#content .quote blockquote {
	margin: 0;
	padding: 30px 15px 15px 65px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	line-height: 1.5em;
	background: url(../images/quote-open.gif) no-repeat 25px 25px;
	}
	
#content .quote p {
	margin: 0;
	padding: 15px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: .9em;
	line-height: 1.2em;
	text-align: right;
	font-weight: bold;
	/*background: url(../images/quote-close.gif) no-repeat 300px 0;*/
	}
/*************************************************************************/

#details h1 {
	margin: 15px 15px 0 15px;
	padding: 0;
	}
	
#details p {
	margin: 0 15px 0 20px;
	padding: 0;
	}

#description {
	margin: 15px;

	padding: 0;
	}
	
#description h1 {
	font-size: 1.7em;
	font-weight: bold;
	margin: 25px 0 15px 0;
	padding: 0;
	}

#description h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 25px 0 15px 0;
	padding: 0;
	color: #600;
	}

#description li {
	line-height: 150%;
	}

#description select {
	font-size: .8em;
	}
	
/*************************************************************************/

#sidebar-a {
	float: left;
	width: 175px;
	margin: 0;
	padding: 0;
	background: #CADEAC;
}

#sidebar-a h2 {
	margin: 25px 15px 0 15px;
	padding-bottom: 3px;
	font-size: 1.2em;
	font-weight: normal;
	color: #900;
	}

#sidebar-a p {
	margin: 15px;
	padding: 0;
	font-size: .9em;
	color: #333;
	}

#sidebar-bottom {
	background: url(../images/bg-sidebar-bottom.jpg);
	height: 60px;
	}
/*************************************************************************/

#sidenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 175px; /* Width of Menu Items */
	/*border-bottom: 1px solid #A4A49A;*/
	}

#sidenav ul li {
	position: relative;
	font-size: .9em;
	line-height: 1.4em;
	}
	
#sidenav li ul {
	position: absolute;
	left: 174px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#sidenav ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #7DAE33; /* IE6 Bug */
	padding: 5px 15px 5px 15px;
	border-top: 1px solid #98CA4D;
	border-bottom: 1px solid #618727;
	border-right: 1px solid #618727;
	border-left: 10px solid #98CA4D;
	}

/* Fix IE. Hide from IE Mac \*/
* html #sidenav ul li { float: left; height: 1%; }
* html #sidenav ul li a { height: 1%; }
/* End */

#sidenav ul li a:hover { color: #fff; background: #0E64A3; } /* Hover Styles */
		
#sidenav li ul li a { 
	padding: 5px 15px 5px 15px; 
	font-size: 1.1em; 
	line-height: 1.4em; } /* Sub Menu Styles */
		
#sidenav li:hover ul, #sidenav li.over ul { display: block; } /* The magic */

/*
#sidebar-a h2 {
	margin: 25px 20px 0 20px;
	padding-bottom: 3px;
	border-bottom: 1px solid #D9C9B7;
	font-size: 1.4em;
	font-weight: normal;
	color: #333;
	}
	
#sidebar-a h3 {
	margin: 25px 20px 0 20px;
	padding-bottom: 3px;
	border-bottom: 1px solid #D9C9B7;
	font-size: 1em;
	font-weight: normal;
	color: #333;
	}

#sidebar-a p {
	margin: 10px 20px 20px 20px;
	padding: 0;
	}
	
#sidebar-a ul {
	list-style-type: none;
	}
	
#sidebar-a li {
	margin: 0 20px 0 -20px;
	line-height: 160%;
	}	

#sidebar-a li a {
	font-weight: bold;
	}

#sidebar-a li a:hover {
	text-decoration: underline;
	}
	
*/

/*************************************************************************/


#welcome {
	background: url(../images/bg-student.jpg) bottom right no-repeat #F1EFE2;
	margin: 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #999;
	}
	
#welcome h2 {
	margin: 0;
	padding: 25px 25px 0 25px;
	font-size: 1.8em;
	font-weight: normal;
	color: #000;
	}
	
#welcome p {
	margin: 0;
	padding: 10px 25px;
	}
	
/*************************************************************************/

#footer {
	clear:both;
	padding: 15px 0;
	margin: 0;
	background: #efefef;
	border-bottom: 1px solid #ccc;
}

#footer p {
	margin: 5px 25px ;
	padding: 0;
	color: #333;
	font-size: .85em;
	}

#footer a, #footer a:visited {
	color: #1A67AF;
	text-decoration: underline;
	}

/*************************************************************************/