/* This CSS sets the template styles and layout for ALL elemnets */

/* --------------------------------------------------------- =BROWSER =NORMALIZATION */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend/*, table, caption, tbody, tfoot, thead, tr, th, td */ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*    
div {border:1px solid #090;}*/

/* --------------------------------------------------------- =BASE =STYLES */

body {
	background: #fff url(images/bg.gif) repeat-x;
	color: #414141;
	margin: 0;
	padding: 0;
	font-size: 9pt;
	text-align:center;
	overflow:scroll;
}

body, table, td, div, input {
	font-family: Arial, Trebuchet, Tahoma, Helvetica, sans-serif;
}

a:link, a:visited {	
	color:#7ba2c9;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color:#7ba2c9;
	text-decoration: none;
	}

h1 {
	font:normal 18pt Helvetica, Arial, sans-serif;
	color:#ff8600;
	margin: 0;
	padding: 0 0 12px 0;
}
	
h2 {
	color: #a22537;
	margin: 0 0 8px 0;
	font:bold 14pt Helvetica, Arial, sans-serif;
	text-transform: none;
}

.module h2 {
	background:url(images/h_slashes.gif) 0px 7px no-repeat;
	color:#fff;
	font-weight:normal;
	margin:0;
	padding:2px 0 0 15px;
}
.module h2 span {color:#add860;}

h3 {
	color: #add860;
	margin:0;
	padding:0;
	font-size: 12pt;
}

h4 {
	color: #000;
	margin: 0 0 4px 0;
	font-size: 9pt;
}

p {
	padding: 0 0 12px 0;
}

hr {
	background: #B2B2B2;
  	border: 0;
  	color: #B2B2B2;
  	height: 1px;
	margin: 10px 0;
	}
	
ol li {
	list-style-type: decimal;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
} /* tables still need 'cellspacing="0"' in the markup */

table {	font-size: 100%; } /* IE inheritance fix */


/* --------------------------------------------------------- =CLEAR =FLOATS/=FIXS */

.clearfloat {
	clear: both;
	height: 1px;
	}
	
.clear0 {
	height: 0;
	clear: both;
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;} /* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;} /* End hide from IE-mac */



.page {
	text-align:left;
	width:970px;
	margin:0 auto;
	background: url(images/body.jpg) top left no-repeat;
}

.mastWrap {
	height:146px;
	position:relative;
}
.mast {}
.mastLogo {padding-left:25px;}

.navMain {
	background: url(images/nav_bg.gif) no-repeat;
	height:46px;
	font-size:11pt;
	margin:0 0 10px 0;
}
.navMain ul {
	margin: 0;
	padding:5px 0 0 35px;
}
.navMain li {
	margin:0 12px 0 0;
	padding:0;
	float:left;
}
.navMain a span {color:#ccc;}
.navMain a:link, .navMain a:visited {
	color: #a6ce5e;
	text-decoration:none;
	display:block;
	padding:8px 20px 16px 20px;
	background-color:none;
}
.navMain a:hover, .navMain a:active,
.navMain a.selected:link, .navMain a.selected:visited {
	color: #FF8300;
	text-decoration:none;
	background-color:#fff;
}


.loginArea {
	position:absolute;
	top:30px;
	right:40px;
	width:217px;
	height:120px;
	background:url(images/login_bg.gif) no-repeat;
}
.loginArea form {
	margin:15px 0 0 0;
	padding:0;
}
.loginArea input.appfield1 {
	border:none;
	width:128px;
	padding:2px;
	margin:0 0 3px 6px;
}

.loginBtn {margin:6px 84px 0 0;}
.loginLinks {
	position:absolute;
	top:67px;
	left:127px;
}
.loginLinks a:link, .loginLinks a:visited {
	color:#c7e3fe;
	text-decoration:underline;
	font-size:7pt;
}
.loginLinks a:hover, .loginLinks a:active {
	color:#fff;
	text-decoration:underline;
}
.loginCol {
	text-align:right;
	color:#d8d8d8;
	padding:0 14px 3px 0;
}



.contentWrap {
	width:912px;
	background-color:#fff;
	margin:0 auto;
}

.content {
	background: url(images/content_stretch.gif) repeat-y;
	position:relative;
	min-height:400px;
}

.col1 {
	width:642px;
	float:left;
	display:inline;
	margin:0 1px 0 1px;
}
.col2 {
	width:267px;
	float:left;
}

#back .col1 {
	width:205px;
	float:left;
	display:inline;
	margin:0 1px 0 1px;
}
#back .col1 div.module {min-height:250px;}
#back .col2 {
	width:630px;
	float:left;
	display:inline;
	margin:27px 0 0 44px;
	padding:0 0 20px 0;
	font-size:10pt;
	color:#666;
	line-height:14pt;
}

.module {
	background:#08090b url(images/module_bg.gif) repeat-x;
	padding:12px 17px;
	color:#cdd2d7;
}
#back .module a:link, #back .module a:visited {
	color: #add860;
	text-decoration: none;
	display:block;
}
#back .module a:active, #back .module a:hover {
	color: #fff;
	text-decoration: none;
}

#back .module ul {
	margin: 0;
	padding: 10px 0;
}
#back .module ul li {
	margin: 0 0 14px 0;
	padding: 0 0 0 26px;
}
#back .module ul.articles li {background: url(images/icon_article.png) no-repeat;}
#back .module ul.music li {background: url(images/icon_music.png) no-repeat;}
#back .module ul.videos li {background: url(images/icon_video.png) no-repeat;}

/*  HOMEPAGE MODULES  */


.home {margin-top:1px;}
.home1, .home2 {float:left;}
.home1 {
	width:240px;
	display:inline;
	margin:0 1px 0 0;
}
.home2 {
	width:401px;
}

.home1 div.module,
.home2 div.module {
	min-height:218px;
}

.col2 div.module {
	min-height:440px;
}

.articleWrap {padding:0 15px 0 8px;}
.article h3 {font-size:9pt;}
.article {
	font-size:9pt;
	line-height:13pt;
	padding:12px 0 12px 0;
	border-bottom:1px solid #4e5256;
}

.articleAuth {
	margin:0 0 15px 0;
	padding:0 12px 3px 12px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color:#efefef;
	display:inline;
}
.articleAuth img {vertical-align:middle;}
.articleAuth a:link, .articleAuth a:visited {
	color: #3572ae;
	text-decoration: none;
}
.articleAuth a:active, .articleAuth a:hover {
	color: #3572ae;
	text-decoration: none;
}
.articleAuthCap {
	background: url(images/article_auth_cap.gif) top right no-repeat;
	height:21px;
	width:26px;
}

.util {
	position:absolute;
	top:4px;
	right:15px;
}
.util ul {margin: 0; padding: 0;}
.util ul li {display:inline; margin:0 0 0 3px;}
.util ul li img {vertical-align:middle;}


.playerMain {
	text-align:center;
	padding:15px 0 0 0;
}

.quote {
	padding:15px;
	margin:15px 0;
	font-style:italic;
	font-size:14pt;
	color:#45799F;
	background-color:#efefef;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

