/* General
=========================================================================================== */

body {
	font-size:12px;
	text-align:left;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#1B1B1B;
}

h1 { font-size: 3em; line-height: normal; font-weight: lighter; }
h2 {
	font-size: 2em;
	line-height: normal;
	font-weight: lighter;
	color: #FFFFFF;
}
h3 {
	font-size:1.5em;
	line-height:1.5em;
	font-weight:lighter;
} /* Sidebar 1 Section Titles */

h4 { margin-bottom:15px; font-size:1.6em; font-weight:normal;} /* Sidebar 2 Section Titles */
h5, h5 a { font-size:1em; line-height:50px; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; } /* Footer text */
h6 { font-size:1em; margin:7px 0 15px; font-weight:normal; border-top:1px solid #d7d7d7; color:#777; } /* Sidebar 1 Secondary titles */
h6 span {font-size:0.92em; }
h6 a { font-size:1.4em; color:#777; }
h6 div a { font-size:1em; text-decoration:underline; }

h2.title {display:none; padding-left: 5px; font-weight: normal; letter-spacing:1px; font-size:1.25em; line-height:1.7em;}
h2.title span {color: #1B1B1B;}


a:link, a:visited { text-decoration:none; }
a:hover, a:active a:link {
	text-decoration:none;
	color: #62F132;
}

p {
	font-size:1.1em;
	line-height:1.4em;
	margin:1em 0;
	color:#FFFFFF;
} /* Body text */
p a:link, p a:visited {
	text-decoration:none;
	color: #62F132;
} /* Body links */

p a:hover {

	color:#62F132;
} /* Body link hover states */
p.special { font-size:1.5em; font-style:italic; }


ul.bullet { list-style-type:disc; list-style-position:outside; padding-left: 1em; }
ul.dash { margin-left: 0; }
ul.dash li { margin-left: 0 }  
  

/* STRUCTURE
================================================================================================ */

#Wrapper {  }
 #headerWrap {
	display:block;
	width:100%;
	height:130px;
	background:url(../img/BG_header.png) top left repeat-x;
	margin:0;
	padding:0;
}
 #pagebodyWrap {
	width:100%;
	background:#333333;
	height: 100%;
}
  #pagebody {
	display:block;
	position:relative;
	width:970px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
}

  #alt #pagebody { height:auto; }

.contentright {
	float:left;
	width: 670px;
}

#boxes {
	width: 100%;
	float: left;
}

.intbox {
	float:left;
	width: 610px;
	padding: 5px;
}


.bigimageframe {
	width: 100%;
}

.tripleColumn {
	float:left;
	width:360px;
}

.tripleColumnB {
	float:left;
	width:120px;
}

.columns { /* defining the area of the two columns in the main copy area */
	width:100%;
	height:20px;
	float:left;
}



/* GENERAL STYLES
================================================================================================ */

.dottedLine { /* horizontal dotted lines as used in promo boxes and the main copy area */
	position:relative;
	background-image:url(../img/dottedline.gif);
	background-repeat:repeat-x;
	height:1px;
	font-size:1px;
}

.linkaway {
	font-size: 2em;
	text-align: left;
	width: 100%;
	margin-top: 10px;
}
