@charset "utf-8";
/* CSS Document created by Brandi Jones (bjones@4site.tv) 1/23/09 www.4site.tv */

body {
	background-image:url(../images/bkgr-tile.gif);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:white;
	padding:0px;
	padding-bottom:30px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4e4d4d;
}

#wrapper {
	width:1000px;
	margin:0px auto 0px auto;
	background-color:transparent;
}

/*------------------------------typography, misc. elements-----------------------------*/

.clear {
	clear:both;
	font-size:0px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top:0px;
}

.noBotMarg {
	margin-bottom:2px;
}

p {
	font-size:12px;
	line-height:18px;
	margin-bottom:18px;
}

h1 {
	font-size:20px;
	line-height:22px;
	color:#f26784;
	font-weight:normal;
	margin-bottom:22px;
	font-weight:bold;
}

h2 {
	font-size:14px;
	line-height:16px;
	color:#4e4d4d;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:normal;
	margin-bottom:14px;
}

h3 {
}

a:link, a:visited {
	color:#f26784;
	text-decoration:underline;
}

a:hover {
	color:white;
	background-color:#f26784;
	text-decoration:none;
}

.left {
	float:left;
	margin:0px 15px 5px 0px;
}

.right {
	float:right;
	margin:0px px 5px 15px;
}



/*--------------------------------------page layout--------------------------------------*/

#header {
	position:relative;
	height:185px;
}

img.logo {
	position:absolute;
	left:0px;
	top:0px;
}

h1.header {
	width:541px; 
	height:48px;
	background: url(../images/header.gif);
	text-indent: -9999px;
	position:absolute;
	left:258px;
	top:66px;
}


/* NAV (horizontal HTML text) */

#nav {
	position:absolute;
	top:128px;
	left:552px;
	height:30px;
	width:400px;
	background-color:transparent;
	margin:0px;
	padding:0px;
	z-index:40;
}

#nav li {
	display:inline;	
	list-style-type:none;
	position:relative;
	float:left;
	width:auto;
	padding:0px;
	margin:0px;
}

#nav li a:link, #nav li a:visited {
	font-size:14px;
	color:#01aef0;
	font-weight:bold;
	font-style:normal;
	text-transform:uppercase;
	padding:0px 5px 0px 5px;
	background-image:url(../images/framework/bkgr-nav-div.gif);
	background-position:right center;
	background-repeat:no-repeat;
	margin:0px;
	display:block;
	line-height:14px;
	text-decoration:none;
}

#nav li.last a:link, #nav li.last a:visited {
	background-image:none;
}

/* IE6 specific (sets block links without taking up entire width of parent or needing to set explicit widths, 
other browsers don't seem to have this issue) */
* html #nav li a:link, * html #nav li a:visited {
	display:inline-block;
}

/* hover and specific page highlights */
#nav li a:hover, body#home li#home a:link, body#home li#home a:visited, body#faq li#faq a:link, body#faq li#faq a:visited, body#sched li#sched a:link, body#sched li#sched a:visited, body#glos li#glos a:link, body#glos li#glos a:visited, body#cont li#cont a:link, body#cont li#cont a:visited {
	background-color:transparent;
	color:#1476b7;
	text-decoration:none;
}

body#home #content {
	padding:20px 0px 0px 0px;
	background-image:none;
}

#content {
	padding:20px 0px 0px 264px;
	background-image:url(../images/bkgr-content.gif);
	background-position:left top;
	background-repeat:repeat-y;
}

.column {
	width:158px;
	float:left;
	padding:0px 20px 0px 20px;
	margin-top:20px;
	border-right:1px solid #cccccc;
}

.last {
	border:none;
}

.column img {
	display:block;
	margin-bottom:30px;
}


/* Footer */

#footer {
	clear:both;
	text-align:center;
	padding:50px 0px 0px 0px;
}

#footer p {
	font-size:10px;
}


/*--------------------------------------print styles--------------------------------------*/

@media print {
	body#home #header, #header, #right {display:none;}
	#wrapper, #left, #right, #content, #contentSub {width:auto !important; height:auto !important; min-height:0; position:static; margin:0px; padding:0px; border:none; float:none !important;}
	.featureBoxWrap, .featureBox {padding:0px;}
	body, p {color:black; background-image:none; background-color:white;}
	a, a:visited {text-decoration:underline;}
	#footer {background-image:none; text-align:left; margin:0px; padding:0px; padding-top:15px; margin-top:50px; border-top:1px solid #d4d4d4; height:auto;}
	#footer p {padding:0px;}
}
