body {
	margin: 0;
	padding: 0;
	font-family: arial, "Trebuchet MS", sans-serif;
	font-size: 13px;
	background: url('img/snfi/bg.png') repeat-x 0 0;
}

/* LAYOUT
----------------------------- */
.s-container {
	width: 980px;
	margin: 0 auto;
}

#header {
	height: 161px;
	background: url('img/snfi/bg_header.jpg') repeat-x 0 0;
}

#main {
	clear: both;
	width: 930px;
	background: #ffffff;
	margin: 0 auto;
	padding: 20px 25px;
	min-height: 400px;
}

	body#home #main {
		clear: both;
		width: 980px;
		background: #ffffff;
		margin: 0 auto;
		min-height: 400px;
		padding: 0;
	}

#footer {
	padding: 10px 0 20px 0;
}

/* SECTIONS
------------------------------ */

 /* HEADER */
 #header h1 {
	margin: 0;
	padding: 50px 0 0 10px;
	width: 571px;
	heigh: 29px;
	float: left;
 }

 #header h1 a {
	display: block;
	width: 571px;
	height: 29px;
	background: url('img/snfi/logo.png') no-repeat 0 0;
	text-indent: -9000px;
	overflow: hidden;
 }

 ul#control-nav {
	width: 200px;
	float: right;
	text-align: right;
	margin: 5px 0 0 0;
	padding: 0;
 }

 ul#control-nav li {
	display: inline;
	color: #bec0ba;
	font-size: 11px;
 }

 ul#control-nav li a {
	color: #bec0ba;
	text-decoration: none;
	font-size: 11px;
 }

 /* FOOTER */
 #footer p {
	text-align: right;
	color: #a5a5a5;
	font-size: 11px;
 }

 #footer div.container {
	border-top: solid 1px #dfdfd6;
	padding: 5px 0 0 0;
 }

 /* FRONTPAGE (FP) BLOCK */
 div.fp-block {
	width: 980px;
	height: 310px;
	background: url('img/snfi/bg_fp_block.jpg') no-repeat 0 0;
 }


/* NAVIGATION 
--------------------------------- */
 /* MAIN NAVIGATION */
 ul.horizontal {
	margin: 0;
	padding: 42px 0 0 0;
	clear: both;
	height: 40px;
	overflow: hidden;
 }

 ul.horizontal li {
	float: left;
	height: 40px;
	list-style-type: none;
 }

 ul.horizontal li a {
	height: 40px;
	display: block;
	float: left;
	background-image: url('img/snfi/bg_nav.png');
	background-repeat: no-repeat;
	text-indent: -9000px;
	overflow: hidden;
 }

 /* MAIN NAVIGATION -> NORMAL STATE */
  ul.horizontal li#menu_item_programs a { background-position: 0 0; width: 90px; }
  ul.horizontal li#menu_item_location a { background-position: -90px 0; width: 85px; }
  ul.horizontal li#menu_item_dates_and_prices a { background-position: -175px 0; width: 117px; }
  ul.horizontal li#menu_item_about_s_n_f_i a { background-position: -292px 0; width: 97px; }
  ul.horizontal li#menu_item_photo_gallery a { background-position: -389px 0; width: 123px; }
  ul.horizontal li#menu_item_contact_us a { background-position: -512px 0; width: 98px; }
  ul.horizontal li#menu_item_request_brochure a { background-position: -610px 0; width: 150px; }
  ul.horizontal li#menu_item_apply_now a { background-position: -760px 0; width: 220px; }

 /* MAIN NAVIGATION -> HOVER STATE */
  ul.horizontal li#menu_item_programs a:hover { background-position: 0 -40px; width: 90px; }
  ul.horizontal li#menu_item_location a:hover { background-position: -90px -40px; width: 85px; }
  ul.horizontal li#menu_item_dates_and_prices a:hover { background-position: -175px -40px; width: 117px; }
  ul.horizontal li#menu_item_about_s_n_f_i a:hover { background-position: -292px -40px; width: 97px; }
  ul.horizontal li#menu_item_photo_gallery a:hover { background-position: -389px -40px; width: 123px; }
  ul.horizontal li#menu_item_contact_us a:hover { background-position: -512px -40px; width: 98px; }
  ul.horizontal li#menu_item_request_brochure a:hover { background-position: -610px -40px; width: 150px; }
  ul.horizontal li#menu_item_apply_now a:hover { background-position: -760px -40px; width: 220px; }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu ul li a { float:none; }
/* End IE5-Mac hack */

#menu ul.dropdown,
#menu ul.flyout {
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
  width: 220px;
  background-color: #151614;
  margin: 0 !important;
  padding: 0 !important;
}

#menu ul.dropdown li.level2,
#menu ul.flyout li.level3 {
  height: auto !important;
  margin: 0 !important;
  float: none !important;
  border-bottom: solid 1px #151614;
  line-height: normal !important;
  padding: 0;
}

#menu ul.dropdown li.level2 a,
#menu ul.flyout li.level3 a {
  text-decoration: none;
  text-indent: 0 !important;
  height: auto !important;
  background-image: none !important;
  font-family: arial, "Trebuchet Ms", arial;
  font-size: 12px;
  font-weight: 700;
  width: auto;
  color: #dca63a;
  padding: 6px 4px 6px 15px;
}

#menu ul.dropdown li.level2 a:hover,
#menu ul.flyout li.level3 a:hover {
  color: white;
  background-color: #9a0000;
  width: auto;
}


 /* FOOTER NAVIGATION */
 #footer ul {
	margin: 10px 0 0 0;
	text-align: right;
 }

 #footer ul li {
	display: inline;
	list-style-type: none;
	color: #a5a5a5;
 }

 #footer ul li a {
	color: #a5a5a5;
	text-decoration: none;
	font-size: 11px;
 }

 #footer ul li a:hover {
	text-decoration: underline;
	color: #676767;
 }

/* HOME PAGE
------------------------------ */

div.fp-block-welcome {
	width: 430px;
	float: left;
	padding: 20px 0 0 20px;
}

div.fp-block-welcome h2.hdr-welcome {
	width: 395px;
	height: 53px;
	text-indent: -9000px;
	background: url('img/snfi/hdr_welcome.png') no-repeat 0 0;
}

div.fp-block-welcome p.msg-welcome {
	width: 395px;
	height: 32px;
	text-indent: -9000px;
	background: url('img/snfi/msg_welcome.png') no-repeat 0 0;
}

div.fp-block-welcome p.fp-2009-app {
	padding: 5px 0 0 190px;
}

div.fp-block-welcome p.fp-2009-app a {
	width: 209px;
	height: 19px;
	display: block;
	text-indent: -9000px;
	background: url('img/snfi/bg_clickhere2009.png') no-repeat 0 0;
	overflow: hidden;
}

div.fp-students {
	float: right;
	width: 323px;
	padding: 50px 20px 0 0;
}

div.fp-block #frm-list {
	width: 205px;
	float: right;
	padding: 6px 10px 0 0;
}

div.fp-block #frm-list div.input {
	float: left;
	width: 175px;
	padding: 0 6px 0 0;
	margin-top: 0;
}

div.fp-block #frm-list div.submit {
	width: 23px;
	float: left;
	padding: 13px 0 0 0;
	clear: none;
}

div.fp-block #frm-list div.text label {
	display: block;
	width: 175px;
	height: 10px;
	text-indent: -9000px;
	background: url('img/snfi/lbl_joinmaillist.png') no-repeat 0 0;
	margin: 0 0 3px 0;
	line-height: 10px;
	float: none;
}

div.fp-block #frm-list div.input input {
	background: #ffffff;
	padding: 4px 5px 3px 5px;
	width: 165px;
	border: 0;
	color: #676767
}


div.fp-highlights {
	margin: 20px 0 20px 0;
}

div.fphl {
	padding: 10px 24px 10px 25px;
	border-right: solid 1px #dfdfd6;
	float: left;
}

div.fphl.fp-programs { width: 155px; }
div.fphl.fp-upcoming { width: 200px; }
div.fphl.fp-studentssay { width: 200px; }
div.fphl.fp-newsandinfo { width: 200px; border: 0; }

div.fphl h2.hdr-fp {
	height: 10px;
	text-indent: -9000px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

div.fphl h2.hdr-fp.programs { background: url('img/snfi/hdr_fp_availableprograms.gif') no-repeat 0 0; width: px; }
div.fphl h2.hdr-fp.upcoming { background: url('img/snfi/hdr_fp_upcoming2009.gif') no-repeat 0 0; width: px; }
div.fphl h2.hdr-fp.studentssay { background: url('img/snfi/hdr_fp_studentssay.gif') no-repeat 0 0; width: px; }
div.fphl h2.hdr-fp.newsandinfo { background: url('img/snfi/hdr_fp_newsandinfo.gif') no-repeat 0 0; width: px; }

/* COMMON 
------------------------------ */

.clear {
	clear: both;
}


/* TYPOGRAPY
------------------------------ */
a {
	color: #0060a6;
}

a:hover {
	color: #c10000;
}

h2 { font-size: 1.7em; margin: 0 0 10px 0; color: #333; }
h3 { font-size: 1.3em; margin: 0 0 10px 0; }
h4 { font-size: 1.1em; margin: 0 0 5px 0; }

p {
	margin: 0 0 15px 0;
}

/* LISTS */
ul, ol {
	padding: 0 0 0 20px;
	margin: 0 0 15px 10px;
}

li {
	margin: 0 0 3px 0;
	line-height: 1.4em;
}

