/*- 0: Standard Template Elements---------------------------------- */

* {
margin:0; /* zero out margin */
padding:0; /* zero out padding */
}
html, body {
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	/*background-color: #e7e8e9;*/
	background-color:#FFF;
	position: relative;
	line-height:17px;
	height:100%; /* gives layout 100% height */
	overflow:inherit; /* triggers 100% height in Opera 9.5 */
}

a:link, a:active, a:visited { 
	color: #666; 
	text-decoration: none;
}

a:hover { 
	color: #333; 
	text-decoration: underline; 
}
a.tags:link, a.tags:active, a.tags:visited { 
	color: #333; 
	text-decoration: none;
}

a.tags:hover { 
	color: #fff; 
	text-decoration: none;
	font-weight:bold;
}
a.white_link:link, a.white_link:active, a.white_link:visited { 
	color: #fff; 
	text-decoration: none;
	font-weight:bold;
}

a.white_link:hover { 
	color: #fff; 
	text-decoration: underline;
	font-weight:bold; 
}

/*- : Frame Structure---------------------------------- */
#header {
	height:20px; /* 33px gives layout 100% height */
	width:100%; /* centered div must be given a width */
	margin:0 auto; /* centers #wrapper */
	/*background:url(imgs/bg_bodytop_large.png) no-repeat;*/
	background-position:center;
}
#wrapper {
	min-height:100%; /* gives layout 100% height */
	width:100%; /* centered div must be given a width */
	margin:0 auto; /* centers #wrapper */
	/*background:url(imgs/bg_body_large.png) repeat-y;*/
	background-position:center;
}
* html #wrapper { 
	height:100%; /* IE6 treats height as min-height */
}
p {
	
	
	padding:20px 0 20px; /* bottom padding clears the #footer */
	
	
}

#content{
	margin:0 auto;
	width:1000px;
	text-align:left;
	/*background:url(imgs/bg_header.gif) repeat-x;*/
}
#footer {
	height:33px; /* gives layout 100% height */
	width:100%; /* centered div must be given a width */
	margin:-10px auto; /* centers #wrapper */
	/*background:url(imgs/bg_bodybottom_large.png) no-repeat;*/
	background-position:center;
}
.footer_text {
	
	font-size:9px; 
	font-family:Arial, Helvetica, sans-serif; 
	text-align:center;
}

.sub_header{
	padding:21px 0 25px 23px;
	height:58px
}
.center_bar{
	/*background:url(imgs/img_main.jpg) no-repeat;*/
	height:320px;
}
.center_right{
	margin-left:495px;
	/*background:url(imgs/bg_centerright.png) repeat-x;*/
	height:260px;
	width:355px;
	padding:60px 20px 0 20px;
	line-height:22px;
}
.bottom{
	margin:10px 0px 10px 0px;
	display:block;
	clear:both;
}
#bottom_left{
	float:left;
	width:200px;
	height:100%;
}
#bottom_left p {
	padding:0px;
	text-align:left;
}
#bottom_center{
	float:left;
	width:590px;
	margin-right:10px;
	margin-left:1px;
	text-align:left;
	height:100%;
	position:relative;
}
#body_content p {
	line-height:18px;
	text-align:justify;
	padding:0px;
	padding-bottom:10px;
}
#body_content {
	
	height:300px; 
	overflow:auto; 
	padding-right:10px
}
#bottom_right{
	float:right;
	width:189px;
	
	height:100%;
	
}

/*- : Design Elements---------------------------------- */

#clearall {clear: both; margin: 0px; height:10px;}

.logo_holder{
	float:left;
}
.adspace{
	text-align:center;
	margin-top:40px;
}

/*- : Forms---------------------------------- */

.email_holder{
	padding-top:30px;
	height:70px;
}
.field_big{
	float:left;
	width:323px;
	height:40px;
}
.btn_big{
	float:left;
	height:40px;
}
input.form_field{ 
	width: 300px;
	padding: 6px 7px 5px 7px; 
	font: 14px Arial, Helvetica, Verdana;
	color: #878787;
	height:18px;
	border: 1px solid #cbcbcb;
}
.email_holder_small{
	float:right;
	padding-top:18px;
	height:50px;
	width:272px;
}
.field_small{
	float:left;
	width:180px;
	height:40px;
}
.btn_small{
	float:left;
	height:40px;
}
input.form_field_small{ 
	width: 160px;
	padding: 4px 5px 5px 5px; 
	font: 12px Arial, Helvetica, Verdana;
	color: #9c9c9c;
	height:14px;
	border: 1px solid #cbcbcb;
}


/*- : Fonts---------------------------------- */

.hd_22{
	font-size:22px;
	font-weight:bold;
	color:#ea118c;
}
.hd_16{
	font-size:16px;
	color:#74a1ba;
}
.txtblock{
	padding:0 0 20px 0;
}
.title{
	font-size:17px;
	font-weight:bold;
	color:#f26754;
	border-bottom:1px solid #f26754;
	padding-bottom:10px;
	margin-bottom:10px;
}
.email_title{
	font-weight:bold;
	color:#0692c8;
	padding-bottom:8px;
}
.pink{
	color:#b471fa;
}
.head_color{
	color: #999999 ;
}
/*- : Blog---------------------------------- */

.blog_entry{
	border-bottom:1px solid #e4e8eb;
	padding-bottom:20px;
	margin-bottom:20px;
}
.blog_title{
	font-size:18px;
	padding:4px 0 4px 0;
}
.blog_subtitle{
	color:#eb2295;
	font-size:10px;
}
.blog_body{
	padding:20px 0 20px 0;

}
.blog_link{
	padding-bottom:20px;
}
.blog_tags{

}
.blog_date{
	font-size:10px;
	color:#ababab;
}
.blog_img{
	padding:1px;
	border:1px solid #e7ecef;
	margin-top:15px;
}
img {
border:0px;

}

.side_entry{
	border-bottom:1px solid #e4e8eb;
	padding-bottom:10px;
	margin-bottom:10px;
}
.side_title{
	font-weight:bold;
	font-size:11px;
}
.side_body{
	font-size:10px;
	line-height:14px;
}
.side_date{
	font-size:9px;
	color:#ababab;
}
.side_img{
	float:left;
	padding:0 10px 10px 0;
}


.topPink {	color:#999999;
	font-size:11px;
	font-weight:bold;
}
.form_text {	font: bold 100% Arial, Helvetica, Verdana, sans;
	letter-spacing: -1px;
	width: 100%;
	padding: 1px;
	margin: 0 0 1px 0;
	font-size:16px;
	background: #f3f3f3;
	border: 1px solid #ddd;
	border-top-color: #bbb;
	border-top-width: 2px;
	border-left-color: #bbb;
	border-right-color: #bbb;
	color: #999999;
}

.small {
	font-size:11px;

}
.clear{
	clear:both;

}
.clear_100 {
	clear:both; 
	height:100px	
}
ul{ 
	padding-left:25px; 

}
li {
	padding-top:8px;
}
.bold {
	font-weight:bold;	
}

.top_header {
	line-height:22px;
	font-weight:normal;
	font-size:16px;
	/*letter-spacing:2px*/
	letter-spacing:0.09em;
}
.space {
	letter-spacing:2px;
}
.font18 {
	font-size:18px;
}
.font19 {
	font-size:19px;
}
.font20 {
	font-size:20px;
}
.divider{
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
	width:100%;
}
#topnav ul {
	list-style: none;
	text-align: center;
	padding: 8px 0 0;
	margin: 0;
	font-size: 12px;
	color: #fff;
	
	
}
#topnav ul li {
	display:inline;
	border-left: 1px solid #4d4d4d;
	padding: 0 10px 0 10px;
}
#topnav ul li.first {
	padding-left: 0;
	border: 0;
}
#topnav ul a {
	color: #333;
	text-decoration: none;
}
#topnav ul a:hover {
	text-decoration: underline;
}
#topnav {
	width:100%; 
	height:30px; 
	clear:both; 
	border:1px #ccc dotted; 
	text-align:center; 
	color:#4d4d4d;
	/*background:url(imgs/nav_back.jpg) repeat-x;*/
	font-style:italic; 
	
}
.black {
	color:#000;
}
.right_img{
	padding-bottom:12px;
	
	
}
.header{
	background-color:#f1ece8;
	height:30px;
	padding-left:5px;
	color:#90735e;
	font-weight:bold;
}

.not {
	border-left:0px ;
	border-bottom:0px ;	
}
.left_td {
	border-left:0px ;
}
.red {
	color: #f79078;		
}
.float_right {
	float:right;	
}
#left_nav ul {	
	list-style: none;
	padding: 0px;
	margin-left: 10px;
}
#left_nav ul li {
	padding:4px 0 3px 10px;
}
#left_nav li a {
	font:italic 16px/18px Georgia, Times, serif;
	position:relative;
	font-size:16px;
	color:#262626;
	
}

#left_nav li.current {
	background-color:#000;
	
	color:#FFF;
}
#left_nav li.current a {
	color:#FFF;
}
fieldset li.current a {
	font-weight:bold;
}

fieldset { 
	border:0px;
	padding:0px 20px 20px 0px;
	text-align:left;
	font-size:11px;
}
fieldset ul {	
	list-style: none;
	padding: 0px;
	margin-top: 10px;
	
	
	
}
fieldset ul li {
	padding:3px 0 3px 10px;
}

fieldset li a {
	font-size:18px;
	font:italic 14px/16px Georgia, Times, serif;
	color:#1f1e1e;
	position:relative;
	
}
fieldset li a:hover {
	text-decoration: underline;	
}
fieldset p{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:14px;
	padding:5px;
	
}
legend { 
	
	/*text-transform:uppercase;*/
	font:italic 14px/16px Georgia, Times, serif;
	padding:3px 5px 0px 10px;
	border:1px #ccc dotted; 
	width:150px;
	height:20px;
}
.right {
	width:158px;
}
.wide {
	width:178px;
}
label { 
	font-size:13px;
	font-weight:bold;
	float:left;
	width:13em;
	line-height:1.5em;
	padding-right:6px; 
}
label.normal { 
	font-weight: normal; 
	float: none; 
	width: auto; 
	text-align: left; 
	padding: 0;
}
label.small { 
	font-size: 11px; 
	font-weight: normal; 
	float: none; 
	width: auto; 
	text-align: left;
	padding: 0;
}



#video_item {
	width:181px; 
	height:220px; 
	float:left; 
	padding:5px 15px 5px 0; 
}
#video_item .img_frame{
	width:182px; 
	height:100px; 
	text-align:center; 
	background-color:#000; 
	margin-bottom:10px;
}
#video_item span a {
	font-style:italic;
	color:#262626;
	font-size:12px;
}
#video_item p {
	padding:5px;
	color:#666;
	
}
#teaser {
	font-family:Times New Roman, Times, serif; 
	font-size:16px;
	font-style:italic;
	padding:5px 10px 0px 10px;
	color:#7b1d8d;
	
}
#teaser h1 {
	font-size:16px;
	padding-bottom:8px;	
}
blockquote {
	width: 100%;
	margin: 0 auto 2em auto;
	text-align: left;
	text-indent: 25px;
	background: url(imgs/quotes1.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
}

blockquote p {
	line-height: 18px;
	margin: 0;

	display: inline;
	padding-right: 15px;
	background: url(imgs/quotes2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#right ul {	
	list-style: none;
	padding: 0px;
	margin: 0;
	color: #666;
	
	
}
#right ul li {
	border-bottom:1px #efefef dotted;
}
#right ul li:hover {
	background-color:#fff;
	
}
#right ul a {
	color: #333;
	text-decoration: none;
	padding:5px;
	font-style:italic;
	font-size:11px;
}
#right ul a:hover {
	text-decoration: none;
}
#right p{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:14px;
	padding:5px;
	
}
.purple {
	color:#7b1d8d;
}
.new_top {
	
	font-size:12px;
	float:left;
	font:italic 14px/16px Georgia, Times, serif;
	color:#1f1e1e;
	position:relative
	
}
.frame {
	height:20px; 
	border:1px #ccc dotted; 
	padding:5px 0 3px 10px;
	
}
#player_frame{
	width:100%; 
	background-color:#333; 
	text-align:center; 
	margin-top:10px;
}
.top_img {
	padding-bottom:16px;	
	
}
.center_content {
	padding:18px 10px 10px 10px;
}
#div_video {
	padding:3px 10px 10px 15px;
}
.video_img {
	border:1px #ccc solid; 
	padding:3px;
}
.video_title{
	font-weight:bold; 
	font-style: italic; 
	padding-top:10px;
}
#slideDots {
	position:absolute;
	width:201px;
	height:18px;
	z-index:1000;
	left: -110px;
	top: 126px;
	text-align:right;
}
#image_top {
	position:absolute;
	width:471px;
	height:115px;
	z-index:1;
	left: 50px;
	top: 39px;
	color:#FFFFFF;
	font-size:16px;
	font-style:italic;
	line-height:22px;
}
#image_section {
	position:absolute;
	width:200px;
	height:23px;
	z-index:2;
	left: 369px;
	top: 4px;
	color:#FFFFFF;
	font-size:16px;
	font-style:italic;
	text-align:right;
}