@charset "utf-8";

/*STYLE SHEET FOR GNFCC

Table Of Contents
	**RESET
	1. defaults
	2. main layout
	3. images
	4. fonts
	5. other

	

	
/* - 1. defaults - */
a {color: #F00; text-decoration: none; }
a:hover {color:#FF0; text-decoration: none; }
p {margin: 0px 10px 0px 10px;
}
* {margin: 0px; padding:  0px;}
img { border: none; }
h2 { color:#fff; }
body {
	background: #000;
	/*background-attachment: fixed;
	background-image: url(../images/background.jpg); /* add background image here */
	margin: 0px;
	padding: 0;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 1em;
	color: #333;
}
.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }
/* - 2. main layout - */
#nav-holder {
	margin: 0 auto;
	width: 884px;
	height: 50px;
}
#nav {
      background: url(../images/navtabs.png);
      height: 50px;
      width: 884px;
      margin: 0px auto;
      position: relative;
      top: 20px; /* VERTICAL POSITION */
}

#nav li {
	list-style-type: none;
	float: left;
}

#nav a {
	height: 50px;
	display: block;
}

#nav span {display: none;}

#list1 { width: 228px; }
#list2 { width: 214px; }
#list3 { width: 213px; }
#list4 { width: 229px; }


#list1 a:hover {
      background: url(../images/navtabs.png) 0px -50px no-repeat;
}

#list2 a:hover {
      background: url(../images/navtabs.png) -228px -50px no-repeat;
}

#list3 a:hover {
      background: url(../images/navtabs.png) -442px -50px no-repeat;
}

#list4 a:hover {
      background: url(../images/navtabs.png) -655px -50px no-repeat;
}


/* ----------------------------------- END MAIN NAV STYLES */

#wrapper {
	height: auto; 
	width: 1200px;
	margin: 0 auto;
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 70px;
	width: 960px;
	margin: 0 auto;
}
#main-top{
	width:960px;
	margin: 0 auto;
	background:url(../images/main-top.png) no-repeat;
	background-position: center;
	height: 19px;
}
#main-title{
	width:960px;
	margin: 0 auto;
	padding: 0 auto;
	background:url(../images/main-titleb.png) no-repeat;
	background-position: center;
	height: 610px;
}
#main-title2{
	width:960px;
	margin: 0 auto;
	padding: 0 auto;
	background:url(../images/main-titleb.png) no-repeat;
	background-position: center;
	height: 680px;
}
#main-phototitle{
	width:960px;
	margin: 0 auto;
	background:url(../images/main-titleblank.png) no-repeat;
	background-position: center;
	height: 610px;
}
#main-titleSponsors{
	width:960px;
	margin: 0 auto;
	background:url(../images/main-titlesponsors.png) no-repeat;
	background-position: center;
	height: 610px;
}
span.dark {
	color: #333;
}
#main-titleSponsors p {
	color:#FFF;
}
#main-hosts{
	width:960px;
	margin: 0 auto;
	background:url(../images/main-hosts.png) no-repeat;
	background-position: center;
	height: 99px;
}
#main-content {
	width:960px;
	margin: 0 auto;
	background:url(../images/main-bg.png);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	padding: 10px;
}

#main-footer{
	width:960px;
	margin: 0 auto;
	background:url(../images/main-footerc.png) no-repeat;
	background-position: center;
	height: 172px;
}
span.white { color: #fff; float:right; }
#main-footerPlain{
	width:960px;
	margin: 0 auto;
	background:url(../images/main-footerb.png) no-repeat;
	background-position: center;
	height: 172px;
}
#main-footerSponsors{
	width:960px;
	margin: 0 auto;
	background:url(../images/main-footersponsors.png) no-repeat;
	background-position: center;
	height: auto;
}
.main-footerMessage {
	width: 574px;
	height: 162px;
	padding: 30px 20px 0px 20px;
	margin-left: 170px;
}
#columns {
	height: auto;
	width: 875px;
	margin-top: 225px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
}
#leftcol {
	float: left;
	height: 470px;
	width: 375px;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#section {
	height: 280px;
	width: 875px;
	float: left;
	margin-top: 25px;
	background-image: url(images/sf.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#footer {
	height: 100px;
	width: 960px;
	margin-top: 25px;
	margin-left: 120px;
	margin-bottom: 25px;
    border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
#footer p {
	color: #fff;
}
#rightcol {
	float: right;
	height: 470px;
	width: 375px;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#spacer {
	height: 32px;
	width: 875px;
	float: left;
}

/* - 3. images - */

/* - 4. fonts - */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 0px;
	color: #333;
	padding-top: 15px;
	padding-bottom: 15px;
}
h1 a {
        color: #333;
        text-decoration: none;
}
h1 a:hover {
	color: #036;
	background-color: #CCC;
}

.boxtitle {
	color: #3399FF;
	font-family: Corbel;
	font-size: 30px;
	line-height: 0px;
	font-weight: lighter;
}
.headertitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: lighter;
	color: #006BB4;
	line-height: 0px;
}
.backtotop {
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #CCCCCC;
}
.text11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

/* - 5. other - */
/* - home menu - *//* - home menu - *//* - home menu - *//* - home menu - *//* - home menu - *//* - home menu - *//* - home menu - */
.applemenu{
margin-left:20px;
padding: 0;
float: left;
width: 300px; /*width of menu*/
border: 1px solid #9A9A9A;
}

.applemenu div.silverheader a{
background: black url(../images/silvergradient.gif) repeat-x center left;
font: bold 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: #333;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: #333;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(../images/silvergradientover.png);
color: #fff;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
height: 130px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
/* - home menu - *//* - home menu - *//* - home menu - *//* - home menu - *//* - home menu - *//* - home menu - *//* - home menu - */

#addthis-holder {
	float: right;
	margin-right: 40px;
	margin-top: 5px;
}