/* CSS Document */

body {
	color:#000;
	font-family: Verdana, Geneva, sans-serif;
	font-size:75%;
	font-style:normal;
	font-weight:normal;
	border: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
}
#pg {
	width:920px;
	margin:auto;
	text-align:center;
	background-color:#fff;
	padding-top: 20px;
}

/* NAV */
#nav{
	text-align:left;
	color: #000;
	font-size:100%;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#nav a:link, #nav a:active {
	color: #000;
	text-decoration:none;
	font-weight:normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	display: inline-block;
	margin: -5px 0 -5px 0;
}
#nav a:visited {
	color: #000;
	text-decoration:none;
	font-weight:normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	display: inline-block;
	margin: -5px 0 -5px 0;
}
#nav a:hover {
	color: #000;
	text-decoration:none;
	font-weight:normal;
	background-image: url(images/nav.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	display: inline-block;
	margin: -5px 0 -5px 0;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}
#nav .red a:link, #nav .red a:active, #nav .red a:visited {
	color: #FFF;
	font-weight:bold;
	background-image: url(images/nav_red.jpg);
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	border-left: 1px solid #990000;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}
#nav .red a:hover {
	background-image: url(images/nav_red_hover.jpg);
}
/* end NAV */

#hd{
	width: 920px;
	height: 115px;
	background: url(images/header.jpg) no-repeat;
}
#ft{
	width: 920px;
	height: 30px;
	background: url(images/footer.jpg) no-repeat;
}

/* FRONT PAGE */
#frontvideo{
	width: 920px;
	height: 504px;
	background: url(images/frontvideo.jpg) no-repeat;
}
#message{
	width: 920px;
	height: 100px;
	text-align:center;
	display: block;
	background-image: url(images/messagebox.jpg);
	background-repeat: no-repeat;
	color: #000;
	font-size:100%;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	line-height:200%;
}

/* end FRONT PAGE */

#content{
	width: 920px;
	background-image: url(images/blogContentBG.gif);
	background-repeat: repeat-y;
}
#main{
	float:left;
	width:500px;
	padding:20px 95px 20px 95px;
}
.h1 {
	text-align: left;
	font-size: 200%;
	font-weight: normal;
	padding:0px 0px 20px 0px;
    position: relative;
}
.h1 span {
    background: url(images/gradient.png) repeat-x;
    position: absolute;
    display: block;
    width: 100%;
    height: 51px;
}
.h2 {
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	color:#333;
	padding:15px 0px 0px 0px;
}
.h2_line {
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	color:#333;
	padding-top:15px;
	border-bottom:#CCC 1px solid;
	padding-bottom:10px;
	margin-bottom:5px;
}
.tt {
	font-size: 90%;
	color: #000;
	text-align:left;
	text-decoration:none;
	line-height:200%;
	padding:10px 0px 0px 0px
}
.tt a:link {
	text-decoration:none;
	color:#06c
}
.tt a:visited {
	text-decoration:none;
	color:#a15ab8
}
.tt a:hover, .tt a:active {
	text-decoration:underline;
	color:#147
}
.caption {
	font-size:80%;
	line-height:150%;
	text-align:left;
	margin:10px 0px 5px 0px;
}
.bld {
	font-weight: bold;
}
.ital {
	font-style: italic;
}

.resource_first {
	margin-top:20px;
	padding:10px 0 10px 0px;
	border-top:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
}
.resource {
	padding:10px 0 10px 0px;
	border-bottom:#CCC 1px solid;
}
.resource_none {
	padding:0px 0 15px 0;
	border-bottom:#CCC 1px solid;
}
.sp5{
	margin-bottom:5px;
}
.sp25{
	margin-bottom:25px;
}

/* FAQ */
.fn {
	color:#d4d8e7;
	font-size:150%;
	margin:0px 10px 0 -65px;
	width:50px;
	text-align:right;
	float:left;
}
.faq {
	width:500px;
	font-size: 90%;
	color: #000;
	text-align:left;
	text-decoration:none;
	line-height:150%;
	padding:5px 0px 0px 0px;
	display: inline-block;
}
.faq a:link {
	text-decoration:none;
	color:#06c
}
.faq a:visited {
	text-decoration:none;
	color:#a15ab8
}
.faq a:hover, .faq a:active {
	text-decoration:underline;
	color:#147
}
.faqq {
	font-weight:bold;
	padding:0px 0px 5px 0px;
}
.faqa {
	padding:0px 0px 5px 0px;
}
/* end FAQ */

/* QUOTE */
.qsp {
	margin-bottom:20px;
}
.quote {
	background:url(images/quotes.jpg) top left no-repeat;
	text-align:left;
	font-style:italic;
	padding:10px;
	margin:0px 20px 0px 20px;
	line-height:170%;
	display: block;
}
.byline {
	font-size:80%;
	font-style:italic;
	color:#666;
	text-align:right;
	padding:0px 10px 0px 10px;
	margin:0px 20px 10px 20px;
}
/* end QUOTE */

/* SIDEBAR */
#sidebar{
	float:right;
	width:175px;
	margin-right:45px;
}
.sbh1 {
	height: 10px;
	font-size: 110%;
	color: #fff;
	text-align:left;
	text-decoration:none;
	line-height:20px;
	margin:30px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	font-weight: bold;
	
}
.sbtt {
	font-size: 90%;
	color: #fff;
	text-align:left;
	text-decoration:none;
	line-height:130%;
	padding:10px 0px 0px 0px
}
.sbtt a:link {
	text-decoration:none;
	color:#c8d4f3;
}
.sbtt a:visited {
	text-decoration:none;
	color:#999;
}
.sbtt a:hover, .sbtt a:active {
	text-decoration:underline;
	color:#fff;
}
#vidtns {
	width: 175px;
	text-align:center;
	display: block;
	background-color:#000;
	padding-top:3px;
}
.playtag {
	height:14px;
	width:17px;
	background-image:url(images/play.gif);
	background-repeat:no-repeat;
	position: absolute;
    display: block;
}
/* end SIDEBAR */

/* FLOAT */

.fl0 {		
	float:left;
	margin-left:0px;
}
.fl10 {		
	float:left;
	margin-left:10px;
}
.fl25 {		
	float:left;
	margin-left:25px;
}

.fr0 {		
	float:right;
	margin-left:0px;
}
.fr10 {		
	float:right;
	margin-right:10px;
}
.fr30 {		
	float:right;
	margin-right:30px;
}

.c {
	clear:both;
}
/* end FLOAT */
