/* ##########################################################################

INSTRUCTIONS:
Here are the main colors that you can do a find and replace on to update the site colors

Dark		#102d01
			#446b96
Highlight 	#fff
White		#fff

########################################################################## */

#page{
	margin-bottom: 50px;
	overflow: auto;
}
#content a{
	font-weight: bold;
}
#content_holder{
/*	padding-bottom: 150px;*/
	padding-bottom: 50px;
}
a:hover{
	text-decoration: none;
}
.center{
	width: 980px;
	margin: 0px auto;
}
#bar{
	background: #4ca120 url(/media/images/bar_green.gif) top repeat-x;
	height: 30px;
	margin: 20px 0px;
}

#footer{
	clear: both;
	padding: 20px 0;
	color: #fff;
	line-height: 1.5em;
	background: #3e596a url(/media/images/footer_bg.gif) top repeat-x;
	height: 80px;
	margin-top: 20px;
/*	margin-top: 20px;*/
/*	position: fixed;*/
/*	bottom:  0px;*/
/*	width: 100%;*/
}
#footer ul li{
	font-family: "Georgia", "Times", serif;
	font-style: italic;
}
#testimonials{
	width: 700px;
}
/* ********************************* */
ul.main{
	float: right;
	*margin-bottom: -100px;
}
ul.main li{
	float: left;
	border-right: 2px solid #798996;
	background: #456274 url(/media/images/nav_bg.gif) top repeat-x;
}
ul.main li:last-child{
	border-right: none;
}
ul.main ul, ul.main ul ul{
	display: none;
	position: absolute;
	width: 200px;
}
ul.main ul li{
	display: block;
	float: none;
	border-right: none;
	background: #456274;
	border-top: 1px solid #7ea1b5;
}
ul.main li:hover ul{
	display: block;
}
ul.main li:hover ul ul{
	display: none;
}
ul.main a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px 25px;
	text-transform: uppercase;
	font-size: .7em;
}
ul.main a:last-child, ul.main #nav_li_about{
	border-right: none;
}
ul.main li:hover, 
ul.main li.selected{
	cursor: pointer;
	background: #7ea1b5 url(/media/images/nav_bg_selected.gif) top repeat-x;
}
ul.main li#nav_li_home{
	background: #7ea1b5 url(/media/images/nav_bg_left.gif) top left repeat-x;
}
ul.main li#nav_li_home:hover, 
ul.main li#nav_li_home.selected{
	background: #7ea1b5 url(/media/images/nav_bg_left_selected.gif) top left repeat-x;
}
ul.main li#nav_li_about{
	background: #7ea1b5 url(/media/images/nav_bg_right.gif) top right repeat-x;
}
ul.main li#nav_li_about:hover, 
ul.main li#nav_li_about.selected{
	background: #7ea1b5 url(/media/images/nav_bg_right_selected.gif) top right repeat-x;
}

/* ********************************* */

ul.small{
	float: right;
	margin-bottom: 10px;
}
ul.small li{
	float: left;
	line-height: 1em;
	border-right: 1px solid #999;
}
ul.small a, #date{
	text-decoration: none;
	padding: 0px 10px;
	color: #999;
	line-height: 1em;
	font-size: .8em;
}
ul.small a:hover, 
ul.small a.selected{
	text-decoration: underline;
}
#date{
	float: right;
	margin-top: 2px;
	color: #000;
}
/*ul.small li:last-child, ul.small li#nav_li_subscribe{
	border-right: none;
	padding-right: 0px;
}*/
#banner{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#breadCrumb{
	width: 600px;
	padding-bottom: 10px;
	font-size: .8em;
	color: #333;
	margin-left: 300px;
}
#breadCrumb a{
	color: #fff;
	text-decoration: none;
}
#breadCrumb a:hover{
	color: #333;
}
#content{
	float: left;
	width: 640px;
	color: #6d6d6d;
	font-size: .9em;
}

#content.team{
	float: left;
	width: 980px;
	color: #6d6d6d;
	font-size: .9em;
}

#content.home{
	margin-left: 150px;
	width: 550px;
}

ol{
/*	border: 1px solid red;*/
	list-style-type: decimal;
}


#sidebar{
	float: right;
	width: 315px;
	font-size: .8em;
}
#sidebar h3{
	font-family: "Georgia", "Times", serif;
	font-size: 2em;
}
#side_nav{
	margin-bottom: 20px;
}
#side_nav a{
	text-decoration: none;
}
#side_nav a:hover, #side_nav a.selected{
	text-decoration: underline;
}
#content_2 li{
	padding: 15px;
	padding-left: 105px;
	font-size: .75em;
	line-height: 1.5em;
	height: 88px;
	background: url(/media/images/sidebar_li_bg.gif) no-repeat;
	margin-bottom: 10px;
}
#content_2 li img{
	float: left;
	margin-left: -90px;
}
#content_2 li strong{
	font-weight: normal;
/*	color: #5d87a1;*/
}
#content_2 li a{
	color: #e53132;
}
#content ul{
	list-style: disc;
	padding-left: 30px;
	margin-bottom: 20px;
}
div.alt{
	display: none;
}
.post_head{
	overflow: auto;
}
.post_head img{
	float: left;
	margin-right: 15px;
	border: 5px solid #fff;
}
.post_summary{
	background: #eee;
	display: block;
	padding: 10px;
	margin-top: 10px;
	text-decoration: none;
	font-size: .8em;
}
.post_summary p, .post_summary h3{
	color: #666;
	line-height: 1em;
}
.post_summary:hover{
	background: #5d87a1;
}
.post_summary:hover img{
	border-color: #fff;
}
.post_summary:hover h1,
.post_summary:hover h3,
.post_summary:hover p{
	color: #fff;
}

.member_summary{
	background: #eee;
	display: block;
	float: left;
	width: 215px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	text-decoration: none;
	font-size: .8em;
/*	border: 1px solid red;*/
}
.member_summary p, .member_summary h3{
	color: #666;
	line-height: 1.2em;
}
#sidebar .member_summary{
	width: 90px;
	padding: 5px;
}  
#sidebar .member_summary .post_head{     
	height: 200px;
	overflow: hidden;         
}
#sidebar .member_summary .post_head img{  
	border: none;
	margin-bottom: 10px;
}
.member_summary h3, #sidebar .member_summary h3{
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 1.2em;
	margin-top: 10px;
}
.member_summary:hover, .member_summary.selected{
	background: #5d87a1;
}
.member_summary:hover img{
	border-color: #fff;
}

.member_summary h3{
	font-weight: bold;
}

.member_summary:hover h1,
.member_summary:hover h3,
.member_summary:hover h4,
.member_summary:hover p, 
.member_summary.selected h1,
.member_summary.selected h3,
.member_summary.selected h4,
.member_summary.selected p{
	color: #fff;
}

.alert{
	background: #fff;
	padding: 10px;
	color: #fff;
}
.highlight{
	color: #5d87a1;
}
div.pad{
	padding: 20px;
}
a.img{
	padding-left: 40px;
	line-height: 2.3em;
	display: inline-block;
	text-decoration: none;
	margin-right: 10px;
}
a.img:hover{
	color: #000;
}
a.img img{
	float: left;
	margin-left: -40px;
}
ul#subpage_list{
	list-style: none;
	padding-left: 0px;
	margin-top: 30px;
}
ul#subpage_list li{
	height: 120px;
}
ul#subpage_list li img.left{
	float: left;
	margin-right: 20px;
	border: 1px solid #ccc;
}
#bar_sub_nav ul{
	padding-top: 8px;
}
#bar_sub_nav ul li{
	float: left;
	margin-right:10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
	line-height: .8em;
}
#bar_sub_nav ul li:last-child{
	border-right: none;
}
#bar_sub_nav ul li a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .8em;
	line-height: .8em;
}
#bar_sub_nav ul li a:hover, #bar_sub_nav ul li a.selected{
	text-decoration: underline;
}
ul#home_videos li{
	float: left;
	width: 145px;
	margin-right: 20px;
	padding-left: 80px;
}
ul#home_videos li a{
	color: #fff;
	text-decoration: none;
	font-family: "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial;
	font-style: normal;
	line-height: 1.3em;
	font-size: .7em;
	display: inline-block;
}
ul#home_videos li a h2{
	margin: 0px;
	font-family: "Georgia", "Times", serif;
	color: #fff;
	font-size: 1.2em;
	padding-right: 20px;
	background: url(/media/images/video_play.gif) no-repeat right center;
	display: inline-block;
}
ul#home_videos li img{
	float: left;
	margin-left: -80px;
}
#list_order{
	font-size: .7em;
	text-transform: uppercase;
}
#list_order a{
	text-decoration: none;
	font-weight: normal;
}
#list_order a:hover{
	text-decoration: underline;
}
#product_info{
	float: right;
	width: 150px;
}
ul#slideshow, ul#slideshow_tn{
	list-style: none;
	float: left;
}
#cart_table th{
	background: #666;
	color: #fff;
	padding: 0px 10px;
}

#cart_table td{
	padding: 2px 10px;
}
#bio_photo{
	float: left;
	margin: 0 20px 20px 0;
}

.musing_li {
	list-style: none;
	margin-left: -30px;
	border-bottom: 2px solid red; 
	width: 624px;
}

.musing_li a{
	text-decoration: none;	
}