/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/* note- inline style doesn't validate for msie5 but doesn't screw it up either and since it 
works and improves things for all other recent browsers it stays */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCFFFF;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: small;
	background-color: #000000;
}

a{
	color: #33ccff;
	text-decoration: none;
}

a:link{
	color: #33ccff;
	text-decoration: none;
}

a:visited{
	color: #ffcbf2;
	text-decoration: none;
}

a:hover{
	color: #FF3399;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 120%;
 color: #FF6DA3;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 114%;
 color: #FF66CC;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #FF66CC;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #CCCCCC;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px;
	width: 100%;
	background-image: url(../images/bannerstripbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 181px;
	clear: both;
}

#navBar{
	float: right;
	width: 12%;
	margin: 15px 12px 20px 8px;
	padding: 0px;
	font-size: 85%;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#headlines{
	float:left;
	width: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	clear: right;
	margin-top: 20px;
}

#content{
	float: left;
	width: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
}

/***********************************************/
/* Components                                  */
/***********************************************/


/************* #globalNav styles **************/

#globalNav{
	padding: 10px 0px 5px;
	border-bottom: 1px none #FF99CC;
	color: #FFCCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-bottom: 20px;
	margin-top: 15px;
}

#globalNav img{
	display: block;
}

#globalNav a {
	font-size: 80%;
	padding: 0 4px 0 0;
}

#globalNav a:link {
	color: #33ccff;
	font-size: 80%;
	padding: 0 4px 0 0;
}

#globalNav a:visited {
	color: #ffcbf2;
	background: #000000;
	font-size: 80%;
	padding: 0 4px 0 0;
}

#globalNav a:hover {
	color: #000000;
	background: #0066cc;
	font-size: 80%;
	padding: 0 4px 0 0;
}

#globalNav a:active {
	color: #000000;
	background: #33ccff;
	font-size: 80%;
	padding: 0 4px 0 0;
}

/************** .feature styles ***************/

.feature{
	padding: 15px;
	font-size: 100%;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.feature pre{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
	color: #0066CC;
}

.feature img{
	display: block;
	padding: 10px 10px 0px 0px;
}

.feature a:link {
	color: #33ccff;
}

.feature a:visited {
	color: #ffcbf2;
}


.feature a:hover {
	color: #FF3399;
	background-color: #000000;
}

.feature a:active {
	color: #FF0000;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 70%;
	color: #FF99CC;
	padding: 10px;
	margin-top: 85px;
	border-top: 1px solid #FF66CC;
	border-right: 1px #FF66CC;
	border-bottom: 1px solid #FF66CC;
	border-left: 1px #FF66CC;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	color: #33ccff;
	display: block; 
}

.relatedLinks a:link{
	color: #33ccff;
	display: block; 
}

.relatedLinks a:visited{
	color: #ffcbf2;
	display: block; 
}

.relatedLinks a:hover{
	display: block;
	color: #ffffff;
	background-color: #0066CC;
}

.relatedLinks a:active{
	color: #33CCFF;
	display: block;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


.inline{
	display:inline;
}
.ssbuttons {
	background-color: #000000;
	background-position: center;
	height: 50px;
	width: 200px;
}
.backbutton {
	float: left;
	height: 50px;
	width: 50px;
}
.playbutton {
	background-color: #000000;
	float: left;
	height: 50px;
	width: 50px;
}
.stopbutton {
	background-color: #000000;
	float: left;
	height: 50px;
	width: 50px;
}
.nextbutton {
	background-color: #000000;
	float: left;
	height: 50px;
	width: 50px;
}
