/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
/*@import url(layouts.css);*/
@import url(../../Copy of SHF-pre-launch/css/components.css);
@import url(../../Copy of SHF-pre-launch/css/modules.css);
@import url(../../Copy of SHF-pre-launch/css/navigation.css);
@import url(../../Copy of SHF-pre-launch/css/misc.css);
@import url(../../Copy of SHF-pre-launch/css/forms.css);


/* #######################  GENERAL SETTINGS ############################ */
* {
	margin:0;
	padding:0;
}

html.body{
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #F6F6F6;
	margin-top: 0px;
	background-color: #333333;
}

body {
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #F6F6F6;
	margin-top: 0px;
	background-color: #333333;
	text-align:center;
	}

/*  Global Formatting */
h1 {font-size:24px;line-height: 1em;font-weight:normal; margin-top:6px;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}

a {color: #666666; border:none; text-decoration:none;}
a:hover {color:#FFCC00; text-decoration:none;}
a:visited {color: #666666; text-decoration:none;}
a:active {color: #666666; text-decoration:none;}
a.image, a.image:hover  {border:0;}
img {border:none;}


a.angel {
	color:#f0f0f0;
}

a.angel:hover {
	color:#ff33cc;
}


a img {border:none;}

/* Clears Divs */
.clr{clear: both;}

div.home_menu  {
	margin:50px 0px 50px 0px;
	padding-top:2px;
	height:19px;
	width:100%;
	background-color:#333333;
	color:#F6F6F6;
	font-size:14px;
	z-index:10;
}

ul.menu  {
}

ul.menu span {
	width:120px;
}

ul.menu li  {
	display:inline;
	margin:0px 30px 0px 30px;
	color:#F6F6F6;
	width:140px;
}

.home_menu li a {
	text-decoration:none;
	color:#F6F6F6;
}

.home_menu li a:hover {
	text-decoration:none;
	color:#000000;
}

div.copy  {
	font-size:10px;
	color:#999999;
	margin-top:18px;
}

div.copy a {
	font-size:10px;
	color:#999999;
}

div.copy a:hover {
	font-size:10px;
	color:#FFFF00;
}


div.home_panels {  /* containing box around panels on hoee page */
	width:455px;
	height:300px;
/*	background-image:url(../images/home-panel-ramp.jpg); */
	margin:0px auto 0px auto;
	text-align:center;
}

div.panels  {   /* individual diuipline panels */
	float:left;
	height:300px;
	width:75px;
	margin:0px 19px 0px 0px;
}

td.panels  {
	height:300px;
	width:75px;
	padding:0px 15px 0px 0px;
}	

#last  {
	padding-right:0px;
}


div.spacer {
	clear:both;
	height:4px;
}




/* #######################  END GENERAL SETTINGS ############################ */
