/****************************
  COMMON STYLES
****************************/ 
@import url("reset.css");

body {
	text-align: center;
	padding: 0px;
	margin: 0px auto;
	
	/* Background Option #1 */
	
	background-color: #525252;
	background-image: url('../images/background-1.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	
	
	/* Background Option #2 	
	background-color: #525252;
	background-image: url('../images/background-0.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	*/
	
	/* Background Option #3	
	background-color: #757575;
	background-image: url('../images/background-2.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	*/
	
	/* Background Option #4 	
	background-color: #2f2f2f;
	background-image: url('../images/background-3.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	*/

	/* Background Option #5	
	background-color: #000000;
	background-image: url('../images/background-4.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;	
	*/
	
	/* Background Option #6 		
	background-color: #000000;
	background-image: url('../images/background-5.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	*/
	
	font-family: tahoma;
	height: 100%;	
}

h1 {
	font-family: tahoma;
	font-size: 15px;
	color: #d70000;
	//text-align: left;
}

h2 {
	font-family: tahoma;
	font-size: 14px;
	color: #d70000;
	//text-align: left;
}

h3 {
	font-family: tahoma;
	font-size: 13px;
	color: #d70000;
	text-align: left;
}

h4 {
	font-family: tahoma;
	font-size: 11px;
	color: #d70000;
	text-align: left;
}

a {font-family: tahoma; color: #d70000;}
a:hover{text-decoration: none; color: #666666;}
a:link{text-decoration: none;}
a:active{text-decoration: none;}
a:visited{text-decoration: none;}

.list {
	float: left;
	text-align: left;
	list-style-position: inside;
	list-style-type:square;
	padding-bottom: 30px;
}
.list li {
	color: #666666;
	font-size: 11px;
	line-height: 18px;	
}


table {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	clear: left;	
	border: 1px solid #d7d7d7;	
}
th {
	background-image: url('../images/table_th.gif');
	height: 32px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
	
}
tr {
	padding-right: 10px;
	padding-left: 10px;
}

td {
	background-image: url('../images/table_tr.gif');
	height: 27px;
	vertical-align: middle;
}



/****************************
  PAGE
****************************/ 

#page_top {
	margin: 0px auto;
	text-align: center;
	/*width: 1134px;*/
	height: 69px;
	background-image: url('../images/page_top.png');
	background-repeat: no-repeat;
	background-position: center top;
}


#page {
	margin: 0px auto;
	text-align: center;
	/*width: 1134px;	*/
	background-image: url('../images/page_bg.png');
	background-repeat: repeat-y;
	background-position: center top;
}

#page_bottom {
	position: relative;
	margin: 0px auto;
	text-align: center;
	/*width: 1134px;*/
	height: 50px;
	background-image: url('../images/page_bottom.png');
	background-repeat: no-repeat;	
	background-position: center top;
}

#page_bottom  p{
	line-height: 30px;
	font-size: 11px;
	color: #acacac;
	padding-top: 8px;	
	text-align: center;
}

#content {
	width: 980px;
	margin: 0px auto;	
}

#content li{
list-style: none;
}	

/****************************
  LOGO, MENU
****************************/ 

#logo {
	float: left;
	margin-left: 15px;
	margin-top: 10px;
	height: 75px;
}

.menu a {
	font-weight: bold; 
}

.menu {
	position:relative;
	font-size:12px; 
	z-index:100;	
	padding-top: 15px;
	padding-right: 15px; 
}
	
.menu ul li a, .menu ul li a:visited {display:block; text-align: left; border: 0px; font-size:13px; overflow:hidden; }
.menu ul {
	float: right;
	list-style: none;
	list-style-position: inside;
}
.menu ul li {
	float:left;
	position:relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 7px;
	border-top: 4px solid #efefef;
	line-height: 18px;
}
.menu ul li ul {display: none; float:left;}
.menu ul li ul li{border: 0px; width:185px;}

/* specific to non IE browsers */
.menu ul li:hover a {}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:0px; 
	left:0; 
	width:185px;
	font-size: 11px;
		
	background-image: url('../images/dropdown_menu_bg.png');
	background-repeat: no-repeat;
	border-bottom: solid 1px #616161;
}
.menu ul li:hover ul li a.hide {}
.menu ul li:hover ul li:hover a.hide {}
.menu ul li:hover ul li ul {	
	display: none;	
}

.menu ul li:hover ul li a {display:block; color:#bbbbbb; padding-left: 10px; padding-right: 10px; padding-bottom: 3px;}
.menu ul li:hover ul li a:hover {color: #d70000; padding-left: 10px; padding-right: 10px; padding-bottom: 3px;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

#selected {
	border-top: 4px solid #d70000;
}

#parent_dd {
	padding-left: 0px;
}

/****************************
  2 COLUMN PAGE
****************************/ 
#left_side {
	width: 763px;
	float: left;
	margin-bottom: 20px;
}
#right_side {
	width: 170px;
	float: right;
	margin-right: 15px;	
}

#vertical_spacer {
	width: 980px;
	height: 0px;	
	float: center;
	position: relative;
	clear: left;
}


/****************************
  1 COLUMN PAGE
****************************/ 


#one_column {
	
	width: 947px;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 5px solid #e3e3e3;
	margin-left: 15px;
	top: 0px;		
	margin-bottom: 10px;
	min-height:900px;
	text-align:center;
}


/****************************
  YOU ARE HERE
****************************/ 

#you_r_here {	
	float: left;
	width: 763px;
	height: 28px;
	border: 1px solid #e3e3e3;
	margin-left: 15px;
	top: 420px;
}

#you_r_here_2 {	
	float: left;
	width: 946px;
	height: 28px;
	border: 1px solid #e3e3e3;	
	top: 420px;
}

#you_r_here_list {
	float: left;
	list-style: none;	
}

#you_r_here_list li {
	float: left;
	display: block;
	margin-top: 1px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 15px;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	background-image: url('../images/u_r_here.gif');
	background-repeat: no-repeat;
	background-position: top right;	
	height: 28px;
}

#search {
	float: right;
	list-style: none;	
	padding-right: 10px;
}

#search li {
	float: left;
	display: block;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-left: 8px;
}

#search_input {
	width: 105px;
	height: 16px;
	border: 1px solid #d1d1d1;
	font-size: 11px;
	font-family: tahoma;
	color: #666666;
}

#search_btn {
	margin-top: 3px;
}


/****************************
  NEWS OVERVIEW
****************************/ 

#overview_frame {
	float: left;
	width: 763px;
	//border-top: 0px;
	border-right: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	
	border-left: 1px solid #e3e3e3;
	border-bottom: 5px solid #e3e3e3;
	margin-left: 15px;
	top: 0px;		
	margin-bottom: 10px;	
}

#featured_left {
	float: left;
	width: 280px;
	padding-top: 20px;
	padding-left: 25px;
	padding-bottom: 25px;
}


.featured_news_date {
	font-size: 11px;
	color: #666666;
	text-align: left;
	line-height: 26px;	
}

.featured_news {
	width: 280px;
	text-align: justify;
	line-height: 16px;
	font-size: 11px;
	color: #666666;
	padding-top: 10px;
}

.featured_news span {
	float: right;
}

#featured_news_pic {
	background-image: url('../images/featured_article_pic_bg.gif');
	width: 280px;
	height: 148px;
	text-align: center;	
	margin-top: 10px;
}

#featured_news_pic img { margin-top: 5px;}

.vertical_separator {
	float: left;
	background-image: url('../images/vertical_sep.gif');
	background-repeat: no-repeat;
	width: 23px;
	height: 371px;
	margin-left: 20px;
}

#featured_right {
	float: left;
	width: 280px;
	padding-top: 20px;
	padding-left: 25px;
	padding-bottom: 25px;
}

#featured_right ul {
	float: left;
	list-style: none;
}

#featured_right ul li {
	float: left;
	display: block;
	text-align: left;	
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	background-image: url('../images/featured_article_small_pic_bg.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 0px;
	padding-bottom: 5px;
}

#featured_right .featured_right_separator {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: none;
	padding-left: 0px;
}

.featured_small_pic {
	float: left;
	margin-top: 5px;
	margin-left: 2px;
	margin-right: 10px;
}


/****************************
  ARTICLE
****************************/ 

#article {
	float: left;
	width: 620px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 25px;
}

#article p {
	text-align: justify;
	line-height: 18px;
	font-size: 11px;
	color: #666666;
	padding-top: 15px;
	padding-bottom: 10px;
}

#article #article_date {
	padding-top: 10px;
}

#article .article_pic {
	background-image: url('../images/article_pic_bg.gif');
	background-repeat: no-repeat;
	padding: 0px;
	width: 617px;
	height: 227px;
}

#article .article_pic img {
	margin-top: 5px;
	margin-left: 5px;
}



#article_comments {
	background-image: url('../images/title-comments-red.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	min-height: 60px;
	margin-top: 15px;
	padding-top: 30px;
	margin-left: 25px;
}

#article_comments p {
	padding-left: 25px;
	margin-top: 20px;
	width: 590px;
	background-image: url('../images/comment_bg-red.gif');
	background-repeat: repeat-y;
	background-position: 0px 0px;
	line-height: 16px;
	font-size: 11px;
	color: #666666;	
	text-align: left;
	overflow: hidden;
}

#article_comments span {
	color: #b4b4b4;
}

#article_comments_reply {
	background-image: url('../images/title-leave_comment-red.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	min-height: 60px;
	margin-top: 50px;
	padding-top: 50px;
	margin-left: 25px;	
}

#article_comments_reply ul{
	float: left;
	text-align: left;
	padding-bottom: 50px;
}

#article_comments_reply ul li{
	float: left;
	text-align: left;
	width: 630px;
	padding-bottom: 10px;
}

#article_comments_reply ul li img {
	margin-right: 5px;
	float: left;
}

#article_comments_reply label {
	float: left;
	display: block;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	width: 105px;
	line-height: 20px;
}

#comment_name {
	background-image: url('../images/comment_textinput.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 182px;
	height: 20px;
	border: 0px;
	font-size: 11px;
	color: #666666;
}

#comment_msg {
	background-image: url('../images/comment_textarea.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 511px;
	height: 63px;
	border: 0px;
	font-family: tahoma;
	font-size: 11px;
	color: #666666;	
	line-height: 18px;
}

#security_code {
	background-image: url('../images/captcha_input.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 55px;
	height: 20px;
	border: 0px;
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-left: 5px;
}



/****************************
  FEATURED VIDEOS
****************************/ 

#featured_videos_carousel {
	float: left;
	width: 663px;
	height: 230px;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 5px solid #e3e3e3;
	margin-left: 15px;	
	background-image: url('../images/title-featured_videos-red.gif');
	background-repeat: no-repeat;
	background-position: 1px -1px;
}

.play_btn {
	float: left;
	top: 82px;
	margin-left: 2px;
	position: absolute;
}


/****************************
  RECENT ARTICLES
****************************/ 

#recent_articles {
	float: left;
	width: 663px;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 5px solid #e3e3e3;
	margin-left: 15px;
	margin-top: 10px;
	background-image: url('../images/title-recent_articles-red.gif');
	background-repeat: no-repeat;
	background-position: 1px -1px;
	padding-top: 60px;
}

.recent_articles_ul {
	
	margin-left: 18px;
	float: left;
	list-style: none;
	list-style-position: inside;
	background-image: url('../images/recent_article_pic_bg.gif');
	background-repeat: no-repeat;
	background-position: left top;	
}

.recent_articles_ul li img {
	float: left;
	margin-right: 20px;
	margin-left: 5px;
	margin-top: 5px;
}

.recent_articles_ul  li {
	float: left;
	display: block;	
}

.recent_articles_ul  li p {
	width: 420px;
	text-align: justify;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.recent_article_comments {
	background-image: url('../images/recent_article_comments_bg.gif');
	background-repeat: no-repeat;
	width: 69px;
	height: 62px;
	font-size: 9px;
	color: #666666;
	text-align: center;
	padding-top: 3px;
	float: right;
}

.recent_article_comments  span{
	font-size: 24px;	
}

.recent_articles_date {
	color: #c2c2c2;
	font-size: 11px;
	text-align: center;	
	line-height: 12px;	
}

.date_big {
	color: #c2c2c2;
	font-size: 29px;
	margin-top: -3px;
	line-height: 30px;
}

.page_navigation {
	float: left;
	margin-top: 30px;
	padding-bottom: 10px;
}

.page_navigation ul {
	list-style: none;
	display: block;	
	margin-left: 18px;
}

.page_navigation ul li {
	float: left;
	display: block;
	font-size: 11px;
	color: #a7a7a7;
	text-align: center;
	margin-bottom: 16px;
}


/****************************
  GALLERY
****************************/ 


#latest_galleries {
	float: left;
	width: 663px;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 5px solid #e3e3e3;
	margin-left: 15px;
	
	background-image: url('../images/title-latest_galleries-red.gif');
	background-repeat: no-repeat;
	background-position: 1px -1px;
	padding-top: 60px;
	min-height: 850px;
}


#featured_gallery {
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 25px;
}

#featured_gallery h1 {
	margin-bottom: 25px;
}

#featured_gallery ul {
	float: left;
	list-style: none;
	padding-bottom: 20px;
}


#featured_gallery ul li {
	float: left;
	display: block;
	background-image: url('../images/gallery_pic_bg.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 181px;
	height: 121px;
	margin-right: 30px;
}

#featured_gallery ul li  img {
	margin-top: 5px;
	
}

#featured_gallery p {	
	text-align: left;
	font-size: 11px;
	color: #666666;
	margin-right: 20px;
	line-height: 16px;
}


.latest_galleries_ul {
	margin-left: 18px;
	float: left;
	list-style: none;
	list-style-position: inside;
	background-image: url('../images/gallery_pic_bg.gif');
	background-repeat: no-repeat;
	background-position: left top;	
}

.latest_galleries_ul li img {
	float: left;
	margin-right: 20px;
	margin-left: 5px;
	margin-top: 5px;
	padding-bottom: 15px;	
}

.latest_galleries_ul  li {
	float: left;
	display: block;		
}

.latest_galleries_ul  li p {
	float: left;
	width: 410px;
	text-align: justify;
	color: #666666;
	font-size: 11px;
	line-height: 16px;		
	clear: left;	
	padding-bottom: 20px;
}




/****************************
  IN GALLERY
****************************/ 

#gallery_pictures {
	float: left;
	padding-top: 25px;	
}

#gallery_pictures ul {
	float: left;
	list-style: none;
	margin-left: 5px;
}

#gallery_pictures li {
	float: left;
	display: block;
	padding: 30px;

	background-image: url('../images/gallery_pic_bg.gif');
	background-repeat: no-repeat;
	background-position: 25px 25px;		
}

#gallery_pictures p {
	line-height: 16px;
	font-size: 11px;
	color: #666666;
	text-align: justify;	
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#gallery_pictures h1 {
	margin-left: 20px;
	margin-bottom: 20px;
}




/****************************
  VIDEOS
****************************/ 


#latest_videos {
	float: left;
	width: 663px;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 5px solid #e3e3e3;
	margin-left: 15px;
	
	background-image: url('../images/title-latest_videos-red.gif');
	background-repeat: no-repeat;
	background-position: 1px -1px;
	padding-top: 60px;
	min-height: 500px;
}

#latest_videos_ul {
	list-style: none;
	float: left;
	margin-bottom: 50px;	
	margin-left: 15px;
}

#latest_videos_ul li {
	display: block;
	float: left;
	height: 121px;
	width: 181px;
	background: url('../images/featured_video_pic_bg.gif');
	background-repeat: no-repeat;
	background-position: 6px 6px;  
	text-align: left;	
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 11px;
	padding-top: 11px;
	padding-right: 20px;
	padding-bottom: 50px;
	position: relative;
}

#latest_videos_ul li img {
	float: left;
	margin-bottom: 10px;
}



#featured_video {
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 25px;	
}

#featured_video p {
	line-height: 16px;
	font-size: 11px;
	color: #666666;
	text-align: justify;	
	margin-right: 20px;
	margin-bottom: 20px;
}

#featured_video h1 {
	margin-bottom: 25px;
}

#flv_player {	
	float: left;
	width: 630px;
	height: 390px;
	margin-bottom: 20px;
	background-image: url('../images/flv_player_bg.gif');
	background-repeat: no-repeat;
	text-align: center;	
	padding-top: 5px;
}

.play_btn2 {
	float: left;
	position: absolute;
	left: 13px;
	top: 82px;
}

/****************************
  SERVICES
****************************/ 

#services {
	min-height: 700px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
}

#services p{
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	padding-top: 25px;	
}

#services-a {
	list-style: none;
	display: block;
	float: left;	
	margin-left: 25px;
}

#services-a li {
	float: left;
	display: block;
	width: 400px;
	margin-right: 30px;
	margin-bottom: 30px;
}

#services-a li p {
	float: right;
	width: 320px;	
	padding-top: 0px;
}

#services-a img {
	float: left; 
	margin-right: 30px;	
}

#services-a li span {
	font-size: 15px;
	font-weight: bold;
	color: #d70000;
}
	

#services-b {
	list-style: none;
	display: block;
	float: left;	
	margin-top: 40px;
}

#services-b li {
	float: left;
	display: block;
	width: 250px;
	margin-top: 20px;	
}	
	
#services-b p {
	padding-bottom: 20px;
}	
	
#services-b div {	
	background-image: url('../images/services_pic_frame_bg.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 249px;
	height: 75px;	
	margin-bottom: 50px;
}

#services-b div img {
	margin-top: 5px;	
}

#services-b .services-sep {
	background-image: url('../images/vertical_sep_small.gif');
	background-repeat: no-repeat;
	background-position: center top;
	width: 70px;
	height: 211px;	
}

	

/****************************
  PORTFOLIO
****************************/ 

#portfolio {
	min-height: 700px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	
	
	//width: 950px;
	//margin:0 auto;
	margin-left: auto;
	margin-right: auto;
	    
}

#portfolio p{
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;	
	margin-top: 25px;
}	

.portfolio_text {
	margin-right: 40px;
}
	

	
/****************************
  CONTACT US
****************************/ 

#contact_us {
	min-height: 700px;
	padding-top: 25px;
	padding-left: 25px;
}

#contact_us p{
	line-height: 16px;
	font-size: 11px;
	color: #666666;
	text-align: justify;	
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#contact_us ul {
	float: left;
	margin-top: 20px;
	margin-bottom: 50px;
}

#contact_us ul li img {
	margin-right: 5px;
	float: left;
	border: 1px solid #cccccc;
}


#contact_us ul li {
	display: block;
	text-align: left;
	font-size: 11px;
	color: #666666;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

#contact_us label {
	float: left;
	width: 100px;
	
}

.contact_textinput {
	background-image: url('../images/contact_textinput.gif');
	background-repeat: no-repeat;
	width: 182px;
	height: 20px;
	font-size: 11px;
	color: #666666;
	border: 0px;
}

.contact_textarea {
	background-image: url('../images/contact_textarea.gif');
	background-repeat: no-repeat;
	width: 511px;
	height: 208px;
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	border: 0px;	
}

#contact_address {
	float: right;
	width: 270px;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 5px solid #e3e3e3;

	background-image: url('../images/title-address-red.gif');
	background-repeat: no-repeat;
	background-position: 1px -1px;
	padding-top: 50px;
	margin-bottom: 20px;		
}


#contact_address ul {
	float: left;
	margin-left: 15px;	
	margin-bottom: 25px;
}

#contact_address ul li {
	line-height: 16px;
	color: #666666;
	font-size: 11px;
	text-align: left;
	margin-bottom: 15px;
}

#contact_address #map {
	background-image: url('../images/map_bg.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 172px;
}

#contact_address ul li img {
	margin-left: 5px;
	margin-top: 5px;
}



/****************************
  ABOUT US
****************************/ 

#about_us {
	min-height: 700px;
	padding-top: 15px;
	padding-bottom: 50px;
	padding-left: 5px;
}

#about_us p{
	line-height: 16px;
	font-size: 11px;
	color: #666666;
	//text-align: justify;	
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 25px;
}

blockquote {
	width: 450px;
	padding-left: 70px;
	background-image: url('../images/quote-red.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 10px;		
	font-weight: bold;
	font-style: italic;
}


/****************************
  RIGHT SIDEBAR
****************************/ 

#vote {
	float: right;
	width: 250px;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 5px solid #e3e3e3;
	
	background-image: url('../images/title-vote-red.gif');
	background-repeat: no-repeat;
	background-position: 1px -1px;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 10px;	
	padding-left: 20px;
}

#vote p {
	margin-right: 20px;
	margin-bottom: 25px;
	line-height: 18px;
	color: #666666;
	font-size: 11px;
	text-align: justify;
}


#vote label {	
	vertical-align: top;
	text-align: left;
}


#vote ul {
	float: left;
	width: 240px;
}

#vote ul li {
	display: block;
	line-height: 25px;	
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

#vote_buttons {
	list-style: none;
	float: left;
	padding-top: 30px;
	margin-left: 20px;	
}

#vote_buttons li {
	float: left;
	display: block;
	margin-left: 2px;
	margin-right: 2px;	
}

#vote ul li .vote_results {	
	display: block;
	list-style: none;
	float: left;
}

#vote ul li .vote_results li {
	float: left;	
	margin-bottom: 10px;
}

#vote ul li .vote_results .vote_results_answer {
	width: 200px;
	text-align: left;
}

#vote ul li .vote_results .vote_results_answer_result {
	width: 35px;
	text-align: right;
}

#twitter {
	float: right;
	width: 270px;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 5px solid #e3e3e3;

	background-image: url('../images/title-twitter-red.gif');
	background-repeat: no-repeat;
	background-position: 1px -1px;
	padding-top: 40px;
	margin-bottom: 20px;		
	font-size: 11px;
	color: #666666;
	text-align: left;
}


#ads {
	float: right;
	width: 270px;

}

#ads p {
	color: #b4b4b4;
	font-size: 11px;
	font-weight: bold;
	text-align: left;		
}

#ads ul {
	list-style: none;
}

#ads ul li {
	float: left;
	display: block;
}

#ads .ad_125 {
	background-image: url('../images/ad_125x125_bg.gif');
	width: 133px;
	height: 133px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 2px;
}

#ads .ad_125 img {
	margin-top: 4px;
}

#ads .ad_260 {
	background-image: url('../images/ad_260x120_bg.gif');
	width: 268px;
	height: 128px;
}

#ads .ad_260 img {
	margin-top: 4px;
}


#recent_news {
	float: right;
	width: 270px;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 5px solid #e3e3e3;
	background-image: url('../images/title-recent_news-red.gif');
	background-repeat: no-repeat;
	background-position: 1px -1px;
	padding-top: 50px;
	margin-bottom: 15px;		
	padding-bottom: 20px;	
}

#recent_news ul {
	list-style: none;
}

#recent_news ul li {
	background-image: url('../images/featured_article_small_pic_bg.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	float: left;
	display: block;
	text-align: justify;
	font-size: 11px;
	color: #666666;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 5px;
	line-height: 16px;	
}


#recent_news .recent_news_separator {
	background-image: none;
}


#featured_videos_sidebar {
	float: right;
	width: 270px;
	border: 1px solid #e3e3e3;
	background-image: url('../images/title-featured_videos_sidebar-red.gif');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-bottom: 3px;
	margin-bottom: 20px;
}

#featured_videos_sidebar ul {
	padding-top: 37px;
}

#featured_videos_sidebar ul li {
	background-image: url('../images/featured_videos_sb_bg.gif');
	background-repeat: no-repeat;
	background-position: 3px 0px;
	height: 98px;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
}

#featured_videos_sidebar ul li img {
	float: left;
	margin-left: 14px;
	margin-right: 10px;
}

#featured_videos_sidebar ul li p {
	padding-top: 21px;
}

#featured_videos_sidebar #more_featured_videos_sb {
	background-image: url('../images/featured_videos_sb_bottom_bg.gif');
	background-repeat: repeat-x;	
	width: 264px;
	margin-left: 3px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;	
	height: 35px;
	line-height: 35px;
}

#sub_nav {
	float: right;
	width: 170px;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 5px solid #e3e3e3;
	//background-image: url('../images/title-subnav-red.gif');
	//background-repeat: no-repeat;
	//background-position: 1px -1px;
	//padding-top: 50px;
	margin-bottom: 15px;		
	padding-bottom: 20px;	
}

#sub_nav .menuheader {
	padding-top:8px;
	padding-left:10px;
	
	width:151px;
	margin:3px 3px 10px 3px;
	//width: 100%;
	height:25px;
	float: left;
	background: #e1e1e1;
	border-left: 3px solid #d70000;
}


#sub_nav .menuheader .menuheader_text {
	float: left;
	font-size:80%;
	line-height: 1.2em;
	color: #666666;
}



#sub_nav ul {
	float: left;
	display: block;
	margin-left: 15px;
	width: 160px;
}

#sub_nav ul li {
	display: block;
	background-image: url('../images/subnav_arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	text-align: left;
	font-size: 11px;
	color: #666666;
	margin-bottom: 13px;
	font-weight: bold;
	padding-left: 10px;
}



#tags {
	float: right;
	width: 170px;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 5px solid #e3e3e3;
	background-image: url('../images/title-tags-red.gif');
	background-repeat: no-repeat;
	background-position: 1px -1px;
	padding-top: 50px;
	margin-bottom: 15px;		
	padding-bottom: 25px;	
}

#tags ul {
	display: block;
	float: left;
	list-style: none;
	margin-left: 15px;
	margin-right: 10px;
}

#tags ul  li{
	float: left;
	padding-right: 12px;	
	line-height: 20px;
	white-space:nowrap;
}

.tags_1 {font-size: 11px;}
.tags_2 {font-size: 12px;}
.tags_3 {font-size: 13px;}
.tags_4 {font-size: 14px;}
.tags_5 {font-size: 15px; font-weight: bold;}



#featured_galleries_sidebar {
	float: right;
	width: 170px;
	border: 1px solid #e3e3e3;
	//background-image: url('../images/title-featured_galleries_sidebar-red.gif');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-bottom: 3px;
	margin-bottom: 20px;
}

#featured_galleries_sidebar .menuheader {
	padding-top:8px;
	padding-left:10px;
	
	width:151px;
	margin:3px 3px 10px 3px;
	//width: 100%;
	height:25px;
	float: left;
	background: #e1e1e1;
	border-left: 3px solid #d70000;
}


#featured_galleries_sidebar .menuheader .menuheader_text {
	float: left;
	font-size:80%;
	line-height: 1.2em;
	color: #666666;
}



#featured_galleries_sidebar ul {
	padding-top: 37px;
}

#featured_galleries_sidebar ul li {
	background-image: url('../images/featured_galleries_sb_bg.gif');
	background-repeat: no-repeat;
	background-position: 3px 0px;
	height: 98px;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
}

#featured_galleries_sidebar ul li img {
	float: left;
	margin-left: 14px;
	margin-right: 10px;
}

#featured_galleries_sidebar ul li p {
	padding-top: 21px;
}

#featured_galleries_sidebar #more_featured_galleries_sb {
	background-image: url('../images/featured_videos_sb_bottom_bg.gif');
	background-repeat: repeat-x;	
	width: 164px;
	margin-left: 3px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;	
	height: 35px;
	line-height: 35px;
}



/****************************
  FOOTER
****************************/ 

#footer {
	clear: left;
	width: 980px;
	height: 32px;
	background-color: #323232;
	//background-image: url('../images/footer_bg.jpg');	
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px auto;
	text-align: center;	
}

#footer_newsletter {
	width: 225px;
	float: left;
	padding-top: 20px;
	padding-left: 30px;
	text-align: left;
}

#footer_newsletter p {
	float: left;
	color: #7d7d7d;
	font-size: 11px;
	text-align: left;	
	line-height: 18px;
	margin-bottom: 20px;
}

#footer_newsletter ul {
	float: left;
}

#footer_newsletter ul li {
	text-align: left;
	height: 30px;
}

#footer_newsletter ul li label {
	float: left;
	color: #7d7d7d;
	font-size: 11px;
	text-align: left;
	width: 86px;
	line-height: 22px;
}

.footer_newsletter_textinput {
	background-image: url('../images/textinput_bg.gif');
	background-repeat: no-repeat;
	width: 107px;
	height: 20px;
	border: 0px;
	font-size: 11px;
	color: #ffffff;
	background-color: #323232;
}


#footer_follow {
	width: 225px;
	float: left;
	padding-top: 20px;
	text-align: left;	
	margin-left: 10px;	
}

#footer_follow p {
	float: left;
	color: #7d7d7d;
	font-size: 11px;
	text-align: justify;
	line-height: 18px;
	margin-bottom: 10px;
	width: 200px;
}

#footer_follow ul {
	list-style: none;
}

#footer_follow ul li {
	float: left;
	width: 40px;
}


#footer_archives {	
	text-align: left;
	margin-left: 10px;	
	width: 225px;
	float: left;
	padding-top: 20px;
}

#footer_archives ul {
	float: left;	
}

#footer_archives ul li {
	border-bottom: 1px solid #434343;
	line-height: 18px;
	width: 200px;
	margin-bottom: 6px;
}

#footer_archives ul li a{
	font-size: 11px;
	color: #7d7d7d;
}
#footer_archives a:hover{text-decoration: none; color: #01a8ff;}
#footer_archives a:link{text-decoration: none;}
#footer_archives a:active{text-decoration: none;}
#footer_archives a:visited{text-decoration: none;}


#footer_more {
	width: 225px;
	float: left;
	padding-top: 20px;
	text-align: left;
	margin-left: 10px;
}

#footer_more ul li {
	float: left;
	width: 190px;
	padding-bottom: 5px;
	line-height: 20px;
}

#footer_more ul li a{
	font-size: 11px;
	color: #7d7d7d;
}
#footer_more a:hover{text-decoration: none; color: #01a8ff;}
#footer_more a:link{text-decoration: none;}
#footer_more a:active{text-decoration: none;}
#footer_more a:visited{text-decoration: none;}

.footer_title_img {
	margin-bottom: 20px;
	float: left;	
}


/* ---- Pagination ---- */

.wp-pagenavi, {
padding:15px 0;
clear:both;
overflow:hidden;
zoom:1;
font-size:13px;
line-height:12px;
}

.wp-pagenavi span.wp-pagenavi{
display:none;
float:left;
padding:5px 8px;
margin:0 10px 0 0;
}

.wp-pagenavi a,
{
width:auto;
display:block;
float:left;
padding:6px 9px;
margin-right:2px;
text-decoration:none;
color:#000;
}


.wp-pagenavi a, .wp-pagenavi a.page	{
border:1px solid #DCDCDC;
padding:5px;
color:#53525C;
background:url(../images/pn_px.gif) top repeat-x #E9E9E9;
border-radius:5px;
-moz-border-radius:5px;
-khtml-border-radius:5px;
-webkit-border-radius:5px;

}



.wp-pagenavi a, .wp-pagenavi a.current	{
border:1px solid #DCDCDC;
padding:5px;
color:#ffffff;
background: #4b7eff;
border-radius:5px;
-moz-border-radius:5px;
-khtml-border-radius:5px;
-webkit-border-radius:5px;

}

.wp-pagenavi a:hover, .wp-pagenavi a:hover.page {
background:#4b7eff;
color:#ffffff;
}




