* {
	padding: 0;
	margin: 0;
	/*border-bottom-style: none;*/
}

body {
    margin: 0;
    padding: 0;
    background: 2f2f2f;
    font: normal 14px "trebuchet ms", "Lucida Grande", "Verdana", sans-serif;
    color: #444; 
    line-height: 1.7em;
		font-family: #333333;
		font-size: 11px;
}    

h1, h2, h3, h4, h5, h6 {
	font-family:trebuchet ms, arial, tahoma, verdana, sans-serif;
	font-weight:bold;
	color: #669999;
	margin-top: 25px;
	margin-bottom: 5px;
	font-size: 12px;
	border-right-width: thin;
}

h1 {
	font-size: 1.9em;
	font-weight: bold;
	letter-spacing: 0.005em;
	margin-bottom: 20px;
}

h2 {
	font-size: 1.7em;
	letter-spacing:-0.05em;
}

h6 {
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 0.005em;
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px;
	list-style-type: square;
}

#wrapper {	
  margin: 0 auto;
	width: 720px;
	padding: 6px;
	margin-bottom: 20px;
	border-right: solid 4px #d4cdba;
	border-bottom: solid 4px #d4cdba;
	border-left: solid 4px #d4cdba;		
	background-color: #fff
}

#footer {
	background: #fff no-repeat left top;
	padding-top: 8px;
	margin-top: 15px;
	color: #9a9a9a;
	font-size: 10px;
}

a:link, a:visited {
	color: #cc3300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*-  images
----------------------------------------------------------------------*/
#main img {
	padding: 0px;
}

/**********************************************************************/
/*  navigation                          														  */
/**********************************************************************/

#subnav {
	margin-left: 4px;
	_margin-left: 1px; /* IE hack */
}

#nav_wrapper {
	margin: 3px 0 0 0;
	height: 68px;
}

ul#nav {
	list-style: none;
	padding-right: 4px;
}

ul#nav li {
	position: relative;
	float: left;
	padding-right: 1px;
}

ul#nav li.last {
	padding-right: 0px;
}

/* dropdown menus */
#nav li ul {
  z-index: 99;
	display: none;
	position: absolute;
	top: 12px;
	left: 0;
	_top: 61px; /* IE hack */
	list-style:none;
	margin:0 0 0 -1px;
	background-color: #2f2f2f;
	width: 162px;
	text-align:left;
	border: solid 1px #fff;
}

#nav li ul li {
	margin: 0;
	padding: 0;
	font-weight: normal;
	float: none;
	border:none;
	height: 17px;
	_margin-bottom: -3px; /* IE hack */
}

#nav li > ul {
	top: 61px;
	left: auto;
}

#nav li:hover ul, #nav li.over ul {	
	display: block;
	z-index:99;
}

#nav li a {
	display: block;
}

#nav li ul li a:hover {
	background-color: #797979;
	text-decoration: none;  
}






/**********************************************************************/
/*  sections                            														  */
/**********************************************************************/

#featured_alumni {
}

#section_image {
	float: right;
}

#section_image img {
	background-color: #fff;
	border: solid 1px #cacaca;
	padding: 4px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#front_content {
	margin-top: 7px;
	background: #fff url(images/front_content_bg.gif) top left repeat-y;
}

#content {
	margin-top: 20px;
	background: #fff repeat-y left top;
}

#main {
	width: 375px;
	float: left;
	padding: 0 20px;
}

#right_info {
	width: 120px;
	float: right;
	padding: 0 10px;
}

#sidebar {
	float: left;
	width: 161px;
}

#inthenews {
	float: left;
	width: 142px;
	margin-left: 1px;
	padding: 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#events {
	float: left;
	width: 142px;
	margin-left: 1px;	
	padding: 0 10px;	
}

#onthescreen {
	float: left;
	width: 411px;
	margin-left: 1px;	
	padding: 0 10px;	
}

#student_toolbox {
	width: 132px;
	background: #abe86d url(/images/toolbox_header.jpg) top left no-repeat;
	padding: 70px 10px 10px 10px;
	margin-bottom: 5px;
	color: #345512;
}

#student_toolbox ul {
}

#student_toolbox li {
	list-style: none;
	padding-left: 11px;
	background: url(/images/bullet.gif) no-repeat 0 6px;
	padding-bottom: 5px;
}

#student_toolbox a:link, #student_toolbox a:visited {
	color: #345512;
	text-decoration: none;
}

#student_toolbox a:hover {
	text-decoration: underline;
}

/**********************************************************************/
/*  forms		  		                            											  */
/**********************************************************************/

input.text {
  width: 260px;
}

dl.form {
	margin-top: 20px;
}

dl.form dd {
	margin-bottom: 10px;
}

dt.empty {
	height: 0;
}

dl.admin_form {
	margin-top: 20px;
}

dl.admin_form dt {
	font-size: 12px;
	font-weight: bold;
	color: #495fbf;
}

dl.admin_form dd {
	margin-bottom: 15px;
}

dt.empty {
	height: 0;
}

/**********************************************************************/
/*  tables	  		                            											  */
/**********************************************************************/
#audition_tbl th {
	background-color: #435bbe;
	color: #fff;
	font-weight: normal;
	text-align: left;
	padding: 4px;
}

#audition_tbl td {
	padding: 2px 4px;
}

tr.striped td {
	background-color: #dbedf9;
}

tr.bottom_border td {
	border-bottom: solid 1px #ddd;
}

/**********************************************************************/
/*  misc		  		                            											  */
/**********************************************************************/

.clearer {
	clear: both;
}

.notice {
	font-size: 14px;
	font-weight: bold;
	color: #41B032;
	padding: 5px 0;
	border-top: solid 1px #41B032;
	border-bottom: solid 1px #41B032;	
	margin-bottom: 20px;
}

#error {
	padding: 5px 0;
	border-top: solid 1px #c00;
	border-bottom: solid 1px #c00;	
	color: #c00;
}

#error h4 {
	color: #c00;
	font-weight: bold;
	font-size: 12px;
}

#error ul {
	margin-left: 10px;
}

img.bio {
	margin-right: 10px;
	float: left;
}

.instructor_block {
	margin-bottom: 25px;
}

/*-  Lists
----------------------------------------------------------------------*/
#main ul {
	margin-bottom: 10px;
	margin-left: 0;
	list-style-type: square;
	list-style-position: inside;
}

#main ul li {
	list-style: none;
	padding-left: 8px;
	background: url(/images/dot.gif) no-repeat 0 4px;
}

/**********************************************************************/
/*  cms 		  		                            											  */
/**********************************************************************/

#wrapper_login {	
  margin: 100px auto;
	width: 712px;
	padding: 70px 10px;
	margin-bottom: 20px;
	border: solid 4px #d4cdba;
	background-color: #fff;
	font-size: 12px;
}

#admin_content {
	padding: 30px 50px;
}

#header_bar {
	background: transparent url(/images/cms/header.gif) top left no-repeat;
	height: 71px;
}

#header_bar img {
	position: relative;
	top:41px;
	left: 600px;
}

p.section {
	font-size: 11px;
	font-weight: bold;
	color: #444;
	text-transform: uppercase;
}
p.back_nav {
	margin-top: -15px;
}

ul.cms_sections {
	list-style: none;
	width: 300px;
	margin-bottom: 20px;
}

ul.cms_sections a:link, ul.cms_sections a:visited {
	height: 12px;
	padding: 10px;
	_padding: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	display: block;
	background: #aaa url(/images/cms/section_bg.gif) top left no-repeat;	
}

ul.cms_sections a:hover {
	background: #aaa url(/images/cms/section_hover_bg.gif) top left no-repeat;
}

ul.cms_sections li {
}

ul.cms_sections li.heading {
	font-size: 12px;
	font-weight: bold;
	height: 12px;
	padding: 10px;
	color: #fff;
	background-color: #6c6c6c;
	background-image: none;
}

#cms_footer {
	background: transparent url(/images/cms/footer.gif) bottom center no-repeat;	
	height: 46px;
	margin-bottom: -6px;
}

#cms_login_logo {
	float: left;
	width: 50%;
	padding-top: 20px;
}

#cms_login {
	float: right;
	width: 47%;
}

#helper_tools {
	float: right;
	width: 180px;
}

.more_actions {
	border: solid 1px #343434;
	margin-bottom: 15px;
}

.more_actions h4 {
	background-color: #343434;
	color: #fff;
	padding: 2px 5px;	
}

.more_actions ul {
	list-style: url(/images/bullet.gif) inside;
	margin: 5px;
}

.image_box {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 1px #eee;
	text-align:center;
	padding: 10px;
}

#image_pool {
	text-align: center;	
	height: 280px;
	overflow:auto;	
	font-size: 90%;
}

#page_pool {
	height: 75px;
	overflow:auto;
	font-size: 90%;
	padding-left: 8px;
}

#page_pool strong {
	font-size: 11px;
}

.more_actions h4 a:link,
.more_actions h4 a:visited {
	color: #aaa;
	text-decoration: underline;
}
#schedule_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
#quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
}
#tap_pageHeader {
	padding: 0px;
}

