/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  12: 1Col_Fixed_Full_Width_Header
  ------------------------------------------------
*/

body {
	font-family:"Times New Roman", Times, serif;
	font-size: 100%;
	color: #8a8a8a;
	background-color: #000000;
	margin: 0px;
	padding: 0;
	background-image:url(/images/bg-header-stripe.gif);
	background-repeat:repeat-x;
}

/* ================== TOP AREA ================== */ 
#wrapper {
	width: 100%;
}
#masthead {
	color: #999999;
	background-color: #000000;
	padding: 0;
	margin: 0 auto;
	height: 451px;
	width:1024px;
}
#masthead .content {
	padding: 12px 20px;
	background-image: url(/images/top.jpg); 
	background-repeat:no-repeat;
	height:451px;
}


/* ================== MAIN CONTENT AREA ================== */
strong {
	color:#CCCCCC;
}
em {
	color:#CCCCCC;
}

#center {
	width: 1024px;
	margin: 0 auto;
	background-image: url(/images/content-bg.jpg);
	background-repeat:no-repeat;
}
#center .content {
	padding: 20px 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
.column {
	width:200px;
	float:left;
	margin:0 0 0 95px;
}
.purchase {
	
}
.purchase img {
	float:left;
	margin:0 5px 0 0;
}

/* ================== FOOTER ================== */
#footer .content {
	padding: 12px 20px;
}
#footer {
	padding: 0px;
	margin: 6px 0 0 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}

/* ================== LINK STYLES ================== */
#center a:link {
	color: #b0e769;
}
#center a:visited {
	color: #b0e769;
}
#center a:hover {
	color: #C3FF74;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #b0e769;
	border-left: 6px solid #FFFFFF;
	padding: 0 0 0 3px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #b0e769;
}
#footer a:visited {
	color: #b0e769;
}
#footer a:hover {
	color: #b0e769;
}
#yep a:link {
	color: #b0e769;
}
#yep a:visited {
	color: #b0e769;
}
#yep a:hover {
	color: #C3FF74;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
}

/* ================== COLUMN HEADERS ================== */
h1 {
	font-size: 1.8em;
	margin: 0;
	color:#b0e769
}
#yep h1 {
	text-indent:-5000px;
	background-image:url(/images/title-trecs.png);
	background-repeat:no-repeat;
	padding-bottom:5px;
}


/* COLUMN H2 CLASSES */
h2 {
	font-size: 1.6em;
	margin: 10px 0 0 0;
	color:#a1eeec;
}
#yep h2, #yep h2 em {
	color:#00ff9f;
	margin: 0 0 -15px 0;
	font-weight: normal;
}
#yep h2 strong {
	color:#87ffd2;
}
.title-ff5 {
	text-indent:-5000px;
	background-image:url(/images/title-ff5.png);
	background-repeat:no-repeat;
	padding-bottom:5px;
}
.title-cp {
	text-indent:-5000px;
	background-image:url(/images/title-cp.png);
	background-repeat:no-repeat;
	padding-bottom:5px;
}
.title-astff {
	text-indent:-5000px;
	background-image:url(/images/title-astff.png);
	background-repeat:no-repeat;
	padding-bottom:24px;
}

/* COLUMN H3 CLASSES */
h3 {
	font-size: 1.25em;
	margin: 10px 0 -10px 0;
	color:#a1eeec;
}
.title-visit {
	text-indent:-5000px;
	background-image:url(/images/title-visit.png);
	background-repeat:no-repeat;
}
.title-get {
	text-indent:-5000px;
	background-image:url(/images/title-get.png);
	background-repeat:no-repeat;
	background-position:81px 0;
}

/* COLUMN H4 CLASSES */
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
	color:#a1eeec;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}

/* ================== WEBYEP STYLING ================== */
#yep {
	width:380px;
	margin:45px 90px 0px 20px;
	font-size:0.8em;
	float: right;
	color:#CCCCCC;
}
#yep .title {
	font-size:1.1em;
	color:#FFFFFF;
}
#yep strong {
}
#yep em {
	color:#FFFFFF;
}
#weblog {
	text-align:center;
}
