/* CSS
Designer: Jell Creative
Client: Karen Carter
Created: 03.16.09
Modified: 
*/


/* Global Defaults
=====================================================================*/
body,div,ul,li,h1,h2,h3,h4,h5,form,fieldset,input,p,table,tr,th,td,embed,object,image{ margin:0px;padding:0px; }
table{ border-collapse:collapse;border-spacing:0; }
fieldset,img,abbr{ border:0; }
img, h1,h2,h3,h4,h5,h6,strong,var{ font-style:normal;font-weight:normal; }
ul { list-style:none; }
div { text-align: left;}
a,ins{ text-decoration:none; }
strong { font-weight: bold; }

/* Global Elements
=====================================================================*/
body,html {
	background-color:#999999;
	width: 100%;
}

input, textarea{
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	background-image:url(../images/form_rpt.gif);
	background-repeat:repeat-x;
	border:solid 1px #cccccc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.noborder{
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	border:solid 1px #ffffff;
	padding: 0px;
}

img, img a:link, img a:hover, img a:visited  {
	font-size: 10px;
	color: #333333;
	padding-right: 8px;

}


/* Typographic Elements
=====================================================================*/
h1, h2, h3, h6, input, img {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0em;
}


/* Page Content Style
====================*/

h1, h1 a:link, h1 a:hover, h1 a:visited {

	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
}

h2 {
	font-size: 22px;
	line-height: 26px;
	color: #ffff33;
	font-weight:normal;
	margin-bottom:6px;
}

h2 a:link, h2 a:visited{
	color: #666;
}
h2 a:hover{
	color: #ffffff;
}

h3, h3 a:link, h3 a:visited{
	font-size: 18px;
	line-height: 36px;
	color: #ffffff;
	font-weight:normal;
}

h3 a:hover{
	color: #ffff33;
}



h4, h4 a:link, h4 a:visited {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0.04em;
	font-size: 12px;
	line-height: 18px;
	color: #ffff33;
	font-weight: bold;
}

h4 a:hover{
	color: #ffffff;
	
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0.04em;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 12px;
}

h5 a:link, h5 a:hover, h5 a:visited{
	color: #ffffff;
	font-weight:normal;
	text-decoration: underline;
}

h6 {
	letter-spacing: 0.04em;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	font-weight: normal;

}

h6 a:link, h6 a:hover, h6 a:visited{
	color: #ffffff;
	font-weight:normal;
	text-decoration: underline;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	margin-bottom:12px;
}

p a:link {
	color: #666666;
}

p a:hover {
	color: #ffffff;
}
	
p a:visited {
	color: #666666;
}

p a:visited:hover {
	color: #ffffff;
}

ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
	
}

#body_text  ul li{
	padding-left:13px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding-bottom: 5px;

}

.link {
	font-size: 10px;
	line-height: 14px;
	color: #ffff33;
	padding-bottom: 0px;
	
}

.link a:link, .link a:visited{
	color: #ffff33;
}

.link a:hover, .link a:visited:hover{
	color: #666666;
}
em, .emph{
	font-style:italic;
}

.contactinfo {
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-top: 0px;
	border-bottom: 1px solid #cccccc;
}

.yellow {
	color: #ffff33;
}


/* List Elements
=====================================================================*/
ul.sitemap {
	margin: 0px 0px 10px 0px;
}
ul.sitemap li {
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
}
ul.sitemap li a:link,  ul.sitemap li a:visited {
	color:#ffffff;
	text-transform: none;
}
ul.sitemap li a:hover, ul.sitemap li a:visited:hover{
	color:#ffff33;
}


/* NAVIGATION styles 
=====================================================================*/
#navigation{
	padding: 36px 0px 0px 520px;
}

#navigation ul {
	list-style: none;
}

#navigation li {
	float: left;
	text-align:left;
	margin:0px;
	padding: 0px;
}
	
#navigation li a:hover {
	color: #ffff33;
}

#navigation li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	letter-spacing: 1px;
	text-decoration: none;
}

#navigation ul .current{
	color: #ffff33;
}

#navigation ul .img_nav{
	padding: 0px 10px 0px 10px;
}

/* global layout styles 
=====================================================================*/
#container{
	margin: 0px 15px 0px 15px;
	width: 970px;
}
#topbanner{
	margin-top: 15px;
}
#content{
	margin-top: 52px;
}

#footer{
	width: 470px;
	padding-top:50px;
	clear:both;

}

#footer p {
	color:#ffffff;
	font-size:10px;
	line-height:11px;
	margin-bottom:5px;
}
#footer a:link, #footer a:visited{
	color:#ffffff;
	border-bottom:1px solid #ffffff;
}
#footer a:hover{
	color:#ffff33;
	border-bottom:1px solid #ffff33;
}

#contact{
	width: 200px;
	float: left;
}

#imagebio {
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}	


/* Left Column
=====================================================================*/
#leftColumn{
	float: left;
	width:500px;
	margin-right:20px;
}

#clips_container{
	clear: both;
	padding-bottom: 20px;	
}
#clips{
	width: 480px;
	float:left;
	margin-bottom: 10px;
}

#clip_img{
	float:left;
	margin-right: 6px;
}

#faves{
	float: left;
	width:460px;
	margin-right:20px;
	margin-top:15px;
	}

/* Right Column
=====================================================================*/
#rightColumn{
	float:left;
	width:450px;
}

#video {
	width:450px;
	margin-top: 7px;
}

#bullets_container {
	width: 430px;
	margin-bottom: 10px;
	padding-left: 12px;
	border-left-color: #ffffff;
	overflow:auto;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	clear: both;
}

#bullets_left {
	width: 200px;
	float:left;
}
	
#bullets_right {
	width: 200px;
	float:left;
	padding:0px 0px 0px 15px;
}

#bullets_container ul li{
	color:#ffffff;
	list-style:none;
	padding-left:10px;
	line-height:18px;
}

.bullet_head{
	margin-top: 10px;
	font-weight: bold;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
}
#contact_content{
	padding: 0px 0px 0px 520px;
}