/*-------------------------------------------------
				 	- GLOBAL -						
-------------------------------------------------*/

#container { width: 722px; height: 100%; position: relative; margin: 0 auto; text-align: left; }	
html { height: 100%; }
body { font-family: arial, tahoma, verdana, sans-serif; font-size: 12px; font-weight : normal; color: #333; 
		background: #D9D2A4 url('images/back.jpg') repeat-y center; 
		letter-spacing : 1px; 
		margin: 0; padding: 0;}

a { text-decoration: none; color: #CC2117;	padding: 2px 3px; background-color : transparent; }
a:hover { text-decoration: underline;}

.ghost { display : none; }
.center { text-align : center; }

p { margin: 0; padding: 8px;}
ul { margin: 8px 30px; padding: 0; }

h3 { margin: 0; padding: 8px; text-transform: uppercase; }
h2 span, h6 {display: none; }


/*-------------------------------------------------
		- INDEX -					
-------------------------------------------------*/

#index {height: 450px; width: 721px; background: #fff; margin-left: 1px;}

#index #logo {
	float: left; clear: both;
	margin-top: 10px;
	background: #fff url('images/index/index_logo.jpg') no-repeat top;
	height: 400px; width: 250px;
	}
	#index #logo #chefs {
		margin-top: 140px;
		background: #fff url('images/index/saca.jpg') no-repeat bottom;
		height: 120px; width: 250px;
		}
		#index #logo #restaurant {
		margin-top: 20px;
		float: left;
		background: #fff;
		height: 125px; width: 250px;
		}
#index #kevin {
	float: left;
	background: #fff url('images/index/index_pic.jpg') no-repeat right;
	height: 419px; width: 300px;
	}
	
#index #lyn {
	clear: both;
	height: 27px;
	background: #fff url('images/index/index_back.png') repeat-x; 
	width: 100%;
	}
	#index #lyn #enter {
		padding: 0; margin: 0 0 0 250px;
		height: 27px; width: 130px;
		background: #666;
	}
	#index #lyn #enter a {
		font-family: verdana,arial;
		font-size: 150%; 
		padding: 2px 0 0 10px ; margin-top: 0;
		color: #fff; 
		text-transform: uppercase;
		display: block;
	}
	#index #lyn #enter a:hover { text-decoration: none; }

/*-------------------------------------------------
		- HEADER -					
-------------------------------------------------*/

#header_top { clear: both; 
	background: #fff url('images/header.jpg') no-repeat top; height: 134px; color: #000;
	}

#header_top img { display: none; }
	
#header_bottom { float: left; 
		clear: both; 
		background: #D8D2A4; color: #666;
		width: 100%;
	}
	
	#header_bottom ul {
		padding: 0; margin: 0; 
		list-style-type: none;
		float: left; clear:both;
		font-variant: small-caps;
		font-weight: bold;	
		border-top: 1px solid #999;
		width: 722px;
	}
	#header_bottom li {
		float: left;
		display: block;
	}
	#header_bottom li a {
		float: left;
		display: block; 
		color: #333; 
		background: #D8D2A4;
		border-left: 1px solid #999;
	}
	#header_bottom li a.on {
		color: #fff; 
		background: #666;
	}
	#header_bottom li a:hover {
		background: #666;
		color: #fff;
		text-decoration: none;
	}
	#main_menu li a { padding: 4px 10.5px;}
	ul#secondary_menu1  { border-bottom: 1px solid #999;}
	#secondary_menu1 li a{ padding: 4px 13px; }
	
	#header_bottom span { font-size: 80%;}
		
	/* Fix IE. Hide from IE Mac \*/
	* html #header_bottom ul li { float: left; height: 1%; }
	* html #header_bottom ul li a { height: 1%; }
	/* End */
		
	
/*-------------------------------------------------
			- LEFT + RIGHT + CENTER -				
-------------------------------------------------*/

#main { margin: 0; float: left;}

#main #maincontent { margin: 10px; padding: 0; }

#main #maincontent h2 { background-color: #fff; height: 39px; width: 350px;}
#main #maincontent h2.school { background: url('images/headings/head_school.png') no-repeat;}
#main #maincontent h2.course { background: url('images/headings/head_course.png') no-repeat; }
#main #maincontent h2.lect { background: url('images/headings/head_lect.png') no-repeat; }
#main #maincontent h2.students { background: url('images/headings/head_students.png') no-repeat; }
#main #maincontent h2.principal { background: url('images/headings/head_principal.png') no-repeat; }
#main #maincontent h2.fulltime { background: url('images/headings/head_fulltime.png') no-repeat; }
#main #maincontent h2.part_time { background: url('images/headings/head_part_time.png') no-repeat; }
#main #maincontent h2.success { background: url('images/headings/head_success.png') no-repeat; }
#main #maincontent h2.area { background: url('images/headings/head_area.png') no-repeat; }
#main #maincontent h2.how_to_apply { background: url('images/headings/head_how_to_apply.png') no-repeat; }
#main #maincontent h2.contact { background: url('images/headings/head_contact.png') no-repeat; }

#main h3 { 
	font-size: 115%; 
	letter-spacing : 0;
	}
	
	/* #main #print {
		font-size: .9em;
		clear: both;
		float: right;
		margin-top: -5px;
		padding: 0 0 10px 10px;	
		
	}
		#main #print a {
			display: block;
			height: 15px; width: 80px;
			background: #fff url('images/print.gif') no-repeat 68px 1px;
			color: #333; text-decoration: none;	
		}
		#main #print a:hover {
			color: #CC2117; text-decoration: none; 
			background: #fff url('images/print_hover.gif') no-repeat 68px 1px;}
	*/
	
	#main #right {
		clear: both;
		float: right; 
		margin-top: 20px;
		padding: 0 0 10px 10px;
		}
		
		#main #right img {
		float: left; clear: both;
		margin-bottom: 15px;
		}
	
	.chef img {
		padding: 2px;
		border: 1px solid #ccc;
	}


/*-------------------------------------------------
					- FOOTER -					
-------------------------------------------------*/

#footer { clear: both; height: 212px; background: #fff url('images/footer.jpg') no-repeat; margin-left:1px;}

#footer img { display: none; }
	
#footer p { 
	position: relative;
	top: 193px; left: 30px;
	color: #000; margin: 0; padding: 0; 
	font-size : 0.8em; 
	}
#footer a { text-decoration: none; color: #D44C44;	padding: 2px 3px; background-color : transparent; }
#footer a:hover { background-color: #f4f4f4; text-decoration: underline;}

/*------------------------------------------------------------*
**  Mailscript
**------------------------------------------------------------*/	

.mailwrapper { text-align: center; }

.maildiv {
	margin: 0;
	text-align: left;
	width: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.maildiv form {	text-align: left; }

.maildiv label {
	/* used for right side captions */
	vertical-align: top;
	padding: 0 0 0 6px;
}

.maildiv .sidelbl {
	/* used for left side labels */
	width: 150px;
	text-align: right;
	padding: 0 10px 0 0;
	vertical-align: top;
	position: relative;
    display: block; 
    float: left; 
	clear: left;
}
.maildiv a { color: #005ABE; }
.maildiv h2 { color: #005ABE; font-size: 120%;}
.maildiv input { margin-bottom: 10px;}
.maildiv select { margin-bottom: 10px;}
.maildiv textarea { margin-bottom: 10px;}

.maildiv .ver_img {	
	padding: 0;
	margin: 0 0 10px 10px;
	vertical-align:bottom;  
	border: 1px solid #005ABE; 
}
.maildiv fieldset {
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
}
.maildiv .legendspacing { height: 10px; }

.maildiv .fmcredits { float: left; font-size: 90%; }
.maildiv .fmsubmit { float: right; }

.maildiv .fmrequired {
	color: #c41111;
	font-size: 90%; 
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}
.maildiv .fmspacer {
	height: 10px;
}

/* info field */
.maildiv .fminfofull {
	padding: 0 10px 0 10px;
	color: #c41111;
	margin-bottom: 15px;
}
.maildiv .fminfohalf {
	padding: 0 10px 0 10px;
	color: #005ABE;
	margin-left: 110px;
	margin-bottom: 15px;
}
.maildiv .fmerrorbox {
	text-align: left;
}
.maildiv li {
	margin: 0 0 4px 0;
}
.maildiv .fmerrortitle {
	color: #FF0000;
	font-size: 120%;
}

.maildiv .fmcheckbox {
	margin: 0 0 8px 0;
	padding: 0;
}

.maildiv .fradio {
	margin: 0 0 8px 0;
	padding: 0;
}
