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 #footer_right {
 	float: right;
 	width: 500px;
 	text-align: right;
 }

 #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 */
.sf-menu ul {
  min-width: auto;
}
.sf-menu a {
  border-left: none;
  border-top: none;
}
.sf-menu li {
  background: none;
  white-space: initial;
}
.sf-menu ul li {
  background: none;
}
.sf-menu ul ul li {
  background: none;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: none;
}
ul.horizontal {
  border-left: solid 1px #222222;
  height: 40px;
  margin: 42px 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
}
ul.horizontal li {
  height: 40px;
}
 ul.horizontal li a {
	background: url('img/snfi/bg-mi.png') repeat-x;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 20px;
	min-width: 101px;
	overflow: hidden;
	padding: 12px 0 8px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
 }
 ul.horizontal li ul li a {
  text-align: left !important;
}
ul.horizontal li a:hover {
 background: url('img/snfi/bg-mi-hover.png') repeat-x;
 color: #e0a83b;
}

 /* MAIN NAVIGATION -> NORMAL STATE */
  ul.horizontal li#menu_item_programs a { width: 90px; }
  ul.horizontal li#menu_item_location a { width: 85px; }
  ul.horizontal li#menu_item_dates_and_prices a { width: 117px; }
  ul.horizontal li#menu_item_about_s_n_f_i a { width: 97px; }
  ul.horizontal li#menu_item_photo_gallery a { width: 123px; }
  ul.horizontal li#menu_item_contact_us a { width: 98px; }
  ul.horizontal li#menu_item_request_brochure a { width: 150px; }
  ul.horizontal li#menu_item_apply_now a { width: 219px; background: url('img/snfi/bg-mi-hover.png') repeat-x; text-align: center; }


 /* 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 {
  background-color: #151614;
  margin: 0 !important;
  padding: 0 !important;
  width: 220px;
}

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

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

#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
------------------------------ */

.orange {
	color: #dca63a;
}

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

div.fp-block-welcome h2.hdr-welcome {
	width: 395px;
	height: 53px;
	color: white;
	text-transform: uppercase;
}

div.fp-block-welcome p.msg-welcome {
	width: 395px;
	height: 32px;
	color: white;
	font-size: 14px;
}

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.submit input {
	background: none;
	border: none;
	color: inherit;
	cursor: pointer;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

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 18px 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; }
div.fphl h2.hdr-fp.upcoming { background: url('img/snfi/hdr_fp_upcoming2009.gif') no-repeat 0 0; }
div.fphl h2.hdr-fp.studentssay { background: url('img/snfi/hdr_fp_studentssay.gif') no-repeat 0 0; }
div.fphl h2.hdr-fp.newsandinfo { background: url('img/snfi/hdr_fp_newsandinfo.gif') no-repeat 0 0; }

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

.clear {
	clear: both !important;
}

.hidden {
	display: none !important;
}


/* 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 10px 0; }
h5 { 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;
}

ul.no-style li, ol.no-style li {
	list-style: none;
}

/* Icons */
a.icon_small {
	background-repeat: no-repeat;
	padding: 2px 0;
	padding-left: 22px;
	line-height: 20px;
	margin-right: 5px;
	text-decoration: none;
}

a.icon {
	background-repeat: no-repeat;
	background-position: 0 -20px;
	padding: 7px 0;
	padding-left: 34px;
	line-height: 20px;
	margin-right: 5px;
	text-decoration: none;
}

a.add { background-image: url('img/icons/add.gif'); }
a.view { background-image: url('img/icons/view.gif'); }
a.edit { background-image: url('img/icons/edit.gif'); }
a.delete { background-image: url('img/icons/delete.gif'); }
a.print { background-image: url('img/icons/print.gif'); }
a.save { background-image: url('img/icons/save.gif'); }

/* Progress Indicator */
span.icon {
	background-repeat: no-repeat;
	display: block;
}

span.big_indicator {
	background-image: url('../img/indicators/indicator_big.gif');
  background-repeat: no-repeat;
  display: block;
	height: 40px;
	width: 40px;
}

/* Tooltips */
[data-tip] {
	position:relative;

}

[data-tip]:before {
	content:'';
	/* hides the tooltip when not hovered */
	display:none;
	content:'';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #1a1a1a;
	position:absolute;
	top:20px;
	left:200px;
	z-index:8;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
}

[data-tip]:after {
	display:none;
	content:attr(data-tip);
	position:absolute;
	top:25px;
	left:180px;
	padding:5px 8px;
	background:#1a1a1a;
	color:#fff;
	z-index:9;
	font-size: 0.75em;
	height:18px;
	line-height:18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space:nowrap;
	word-wrap:normal;
}

[data-tip]:hover:before,
[data-tip]:hover:after {
	display:block;
}
