html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

/*Font in table*/
table
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}

/*Links*/
a:link {color: #000000;}
a:visited{color:#000000;}
a:active {color: #000000;}
a:hover{color:#000000;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	margin:8px 0;
}

#container
{
	width:96%; 	
	height:98%;
	position:absolute;
	left:20px; 
	top:18px; 
	background:#DFE5ED repeat-x;
}

#header
{
	position:relative; /*containing block*/
	height:100px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;	
	background:#ffffff url(images/banner.gif) center right no-repeat; 
}

#header_logo
{
	position:absolute;
}

#company_logo
{
	width:210px; 
	height:80px; 
	background:#ffffff url(images/logo.jpg) center right no-repeat; 
	position:absolute; 
	left:6px; 
}

#header_text
{
	position:absolute;
	left:120px;
	top: 20%;
	color:#fff;
	width:490px;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	color:#fff;
	text-decoration:none;
}

#header_text span
{
	font-size:90%;
	font-weight:bold;
	color:#DFE5ED;
	margin-left:50px;
}

#search
{
	color:#DFE5ED;
	position:absolute;
	right:55px;
	top:6px;
}

#login
{
	position:absolute;
	right:75px;
	top:55px;
	color:#DFE6ED;
}

#login a
{
	color:#DFE6ED;
	text-decoration:none;
}
#login a.profile-link
{
	text-decoration:underline;
}

#menu
{
	position:absolute;
	bottom:0;
	*bottom:-1px; /*IE hack*/
	left:18px;
}


#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #bbb;
}

#printer
{
	float:right;
	font-size:85%;
	background:url(images/printer.gif) left center no-repeat;
	padding-left:16px;
}

#printer a
{
	text-decoration:none;
	color:#787878;
}

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

.table-border-color
{
	background-color:#95ACCA;
}

/*.right-shadow
{
	background:url(images/right_shadow.gif) right top repeat-y;
}*/

.footer-box
{
	border-top:1px solid #D9D9D9;
	padding:10px 10px 0 15px;
	margin-right:3px;
	text-align:center;
}

.footer-box a:link, 
.footer-box a:visited,
.footer-box a:active, 
.footer-box a:hover
{
	color:#000000;
}

.footer-box span
{
	font-weight:bold;
	color:#1B3552;
}

.table-bottom-corner
{
	background:#95ACCA url(images/bottom_corner_bg.gif) repeat-x;
}


/*Content table*/
#content
{
	background:#fff;
	height:85%;
	min-height:85%;
	width:100%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	vertical-align:top;
	height:100%;
	padding:0;
	/*padding-left:5px;
	padding-right:5px;*/
	padding-top:34px;
	background:#F5F5ED url(images/left-column-bg.gif) left top repeat-x;
}

/*Main column*/
#content .main-column
{
	width:100%;
	vertical-align:top;
	padding:0 2px;
	background:#fff;
}

#bottom_banner
{
	text-align:center;
	margin:10px;
}

/*Footer*/
#footer
{
	background: #E4E4E4;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:40px;
	padding:8px;
	
}

/*Link in footer*/
#footer a
{
	color: #000;
	font-size: 100%;
}

/
/*Data table*/
table.data-table
{
	border:1px solid #C4C4C3;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #C4C4C3;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#F2F2EA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #C4C4C3;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#fff;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}


/*Forum*/


/*Forum menu*/ 
table.forum-menu {border-left: 1px solid #DAE7DF; border-top: 1px solid #DAE7DF; } 
/*table.forum-menu td.forumtoolbar {background-color: #F2F2EA; border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #C4C4C3; border-bottom: 1px solid #C4C4C3; } */
table.forum-menu td.forumtoolbar {background-color: #E6E6E6; border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #C4C4C3; border-bottom: 1px solid #C4C4C3; } 
.forumtoolsection {border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #C4C4C3; border-bottom: 1px solid #C4C4C3; } 
.forumtoolseparator {border-left: 1px solid #C4C4C3;border-right: 1px solid #FFFFFF; } 

table.forum-menu a{font-face:verdana;font-size:125%}, table.forum-menu select, table.forum-menu input, table.forum-menu td {color:#333}

/* menu popup */
.forum-menu-hidden-in {border: 1px solid #C4C4C3;} 
table.forum-menu-popup-table td, table.forum-menu-popup-table td a { color: black;} 
table.forum-menu-popup-table td.forum-menu-popup, table.forum-menu-popup-table td.forum-menu-popup-hover {border: none; background-color: #F2F2EA; } 
table.forum-menu-popup-table td.forum-group{background-color:#F2F2EA; color:#333;} 
table.forum-menu-popup-table td.forum-menu-popup-hover {background-color: #F9F9F3;} 
div.forum-group{background-color:#F9FBF9; font-weight:bold; color:#333;} 

/*Forum index and list*/ 
table.forum-main {border: 1px solid #C4C4C3;} 
table.forum-main td {background-color:#F9F9F3;border: 1px solid #C4C4C3;} 
/*table.forum-main th {background-color:#F2F2EA;border: 1px solid #C4C4C3;color: #333;vertical-align: top;}*/
table.forum-main th {background-color:#E6E6E6;border: 1px solid #C4C4C3;color: #333;vertical-align: top;} 


div.forum-hr {background-color:#C4C4C3}
div.filter-check-hover {background-color:#F2F2EA}

a.forum-button:link,a.forum-button:visited,a.forum-button:active,a.forum-button:hover {background: #F2F2EA;border: 1px solid #C4C4C3;color: #333;} 
table.forum-main td small {font-size:100%;} 
/*table.forum-main td.forum-group {background-color:#F2F2EA; color:#333;} */
table.forum-main td.forum-group {background-color:#E6E6E6; color:#333;} 
/*div.forum-title {border: 1px solid #C4C4C3; padding: 5px; background-color: #F2F2EA !important; color:#333;*/
div.forum-title {border: 1px solid #C4C4C3; padding: 5px; background-color: #E6E6E6 !important; color:navy;}
div.forum-title1 {border: 1px solid #C4C4C3; padding: 5px; background-color: #E6E6E6 !important; color:#333;} 

/*Forum messages*/ 
table.forum-message {} 
table.forum-message td {background-color: #F9F9F3;border: none;} 
table.forum-message td.forum-message-user-info {background-color: #F9F9F3;border: 1px solid #C4C4C3;border-right-width: 1px;} 
table.forum-message td.border-top {border: 1px solid #C4C4C3;border-left-width: 1px;border-top: none;} 
table.forum-message td.border-bottom {border: 1px solid #C4C4C3;border-left-width: 1px;border-bottom: none;} 

table.forum-message .forum-message-posts, 
table.forum-message .forum-message-status, 
table.forum-message .forum-message-datereg, 
table.forum-message .forum-message-datecreate {color:#333;} 

a.forum-button-small,
a.forum-button-small-vote,
a.forum-button-small-unvote 
{
	background-color: #F2F2EA;
	border: 1px solid #C4C4C3;
	color: #333; 
	font-size: 11px; 
	height:20px;
	padding: 2px 5px 2px 5px;
	box-sizing:border-box; -moz-box-sizing:border-box;
}
a.forum-button-small-vote, a.forum-button-small-unvote {padding-left:18px;}
a.forum-button-small:hover,a.forum-button-small-vote:hover,a.forum-button-small-unvote:hover {color: #333; } 

/*Forum statistics*/ 
table.forum-stat {} 
/*table.forum-stat th {background-color:#F2F2EA;border: 1px solid #C4C4C3;color: #333;font-weight:bold;padding:5px;} */
table.forum-stat th {background-color:#E6E6E6;border: 1px solid #C4C4C3;color: #333;font-weight:bold;padding:5px;} 
table.forum-stat td {background-color:#F9F9F3;border: 1px solid #C4C4C3;} 
table.forum-stat .forum-attention{font-size: 100%;color: black;} 

/*Post form*/ 
table.forum-post-form {border: 1px solid #C4C4C3;} 
table.forum-post-form td {background-color:#F9F9F3;border: 1px solid #C4C4C3;} 
table.forum-post-form th {background-color:#F2F2EA;border: 1px solid #C4C4C3;} 
table.forum-smile {border: 1px solid #C4C4C3;} 
table.forum-smile th {background-color:#F2F2EA;border: 1px solid #C4C4C3;} 
table.forum-smile img { margin: 0px;} 
textarea#POST_MESSAGE{width:100%;} 

/* Only for user-profile*/ 
table.fuser {} 
table.fuser-static th {background-color:#F2F2EA; border:1px solid #C4C4C3;} 
table.fuser-static td {background-color:#F9F9F3; border:1px solid #C4C4C3;} 

/* Tab controls*/ 
table.tabs {border-left:1px solid #C4C4C3;} 
table.tabs td {} 
table.tabs td.tab-indent-left {border-bottom:1px solid #C4C4C3;} 
table.tabs td.tab-indent-right {border-bottom:1px solid #C4C4C3;} 
table.tabs td.tab-container {border:1px solid #C4C4C3; border-left: none;} 
table.tabs td.tab-container-selected {border:1px solid #C4C4C3; border-bottom:1px solid #F9FBF9; border-left: none; background-color:#F9FBF9;} 

table.tabs table td.tab {border-top:1px solid #C4C4C3;} 
table.tabs table td.tab-selected {border-top:1px solid red;} 
table.tabs table td.tab-hover {border-top:1px solid #C4C4C3;} 

/* Tab inside edit form */ 
table.tab {border:1px solid #C4C4C3; border-top:none;} 
table.tab td {background-color:#F9F9F3;}

.forum-menu-hidden-in
{
	max-height:100px;
	height:expression(this.scrollHeight > 100? "100px" : "auto");
}

table.forum-quote td, table.forum-code td 
{
	background-color:#F2F2EA; /*th*/
	border:1px solid #C4C4C3;
}

table.forum-reviews-messages td, table.forum-reviews-messages th
{
	background-color:#F9F9F3; /*td*/
	border-color:#C4C4C3;
}

a.button-small
{
	background:#F2F2EA;
	border:1px solid #C4C4C3;
}

/*Support*/
div.ticket-edit-message
{
	border-color: #C4C4C3;
}

/*Blogs*/

table.blog-table-post td, table.blog-table-post th, table.blog-blog-edit th, table.blog-user-table td.head, table.blog-table-post-comment td, table.blog-table-post-comment th
{
	background-color:#F9F9F3;
}


table.blog-blog-edit td, table.blog-blog-edit-table-smiles, table.blog-table-post td, table.blog-table-post th, table.blog-blog-edit th,
table.blog-user-table td.head, table.blog-user-table td, table.blog-group td, table.blog-category td, table.blog-comment-form th, table.blog-comment-form td,
table.blog-table-post-comment td, table.blog-table-post-comment th
{
	border-color: #C4C4C3;
}

.blog-post-date 
{
	color:#333;
}

table.blog-table-post-table th, table.blog-table-post-table td, table.blog-table-post-comment-table th, table.blog-table-post-comment-table td
{
	font-size:95%;
}

.blogtoolblock {border-color:#C4C4C3;}
.blogtoolbar {background-color:#F9F9F3;border-color:#C4C4C3;border-top:none;}
.blogtoolsection {border-color:#C4C4C3}
.blogtoolbutton, .blogmessbuttontext {color:#333;}
a.blogtoolbutton, .blogmessbuttontext{color:#333;}
.blogtoolseparator {border-left:1px solid #C4C4C3;border-right:1px solid #F9F9F3;}


/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF ;
	
}
.bodybg{
	background-image: url(images/bodybg.gif);
	background-repeat:repeat-x;
}
.headerbg1{
	background-image: url(images/bgtile.jpg);
	background-repeat:repeat-x;
}
.frame{
	background-image: url(images/frame1.jpg);
	background-repeat: no-repeat;
}
.headtext{
	font-family:Arial, Helvetica, sans-serif;
	color:#7FB6DC;
	font-size:11px;
	font-weight: bold;
	line-height: 17px;
}
.headtext2{
	font-family:Arial, Helvetica, sans-serif;
	color:#7FB6DC;
	font-size:13px;
	font-weight: bold;
	line-height: 17px;
}
.paratext{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	font-weight: normal;
	line-height: 18px;
	text-align:justify;
}
.newstext{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	font-weight: normal;
	text-decoration:none;
	line-height: 16px;
}
a.newstext{	
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:X-small;
	font-weight: normal;
	text-decoration:none;
	line-height: 16px;
}
a.newstext:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:X-small;
	font-weight: normal;
	text-decoration:none;
	line-height: 16px;
}
a.readmore1{	
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
	line-height:18px;
}
a.readmore1:hover{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
	line-height:18px;
}
a.readmore{	
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
	line-height:18px;
}
a.readmore:hover{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
	line-height:18px;
}
.copyrightstext{
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:11px;
	font-weight: normal;
}
a.newshead{
	font-family:Arial, Helvetica, sans-serif;
	color:#7FB6DC;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
	line-height: 17px;
}
a.newshead:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	font-weight: bold;
	line-height: 17px;
	text-decoration:none;
}
.subhead{
	font-family:Arial, Helvetica, sans-serif;
	color:#cc9330;
	font-size:14px;
	font-weight: bold;
}
a.tab{	
	font-family:Arial, Helvetica, sans-serif;
	color:#D5A34A;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	line-height:18px;
}
a.tab:hover{
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	line-height:18px;
	text-decoration:underline;
}

/* Solid Block Menu in ffrest header */
.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 0em;
background-color:#A09DE0;
background: url(images/purple.jpg) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color:#E6E6E6;
padding: 9px 28px;
margin:0px;
text-decoration: none;
border-left: 1px solid white;
}

.solidblockmenu li a:visited{
color: #E6E6E6;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(images/purple_active.jpg) center center repeat-x;
}

.menu ul{
margin:0;
padding: 0;
float: left;
width: 100%;
}

.menu ul li{
display:inline;
border-right:#ffffff solid 1px;
height:30px;
}


.menu ul li a{
color:white;
padding: 0 22px;
font:bold 14px Arial, Helvetica, sans-serif;
text-decoration: none;
}
.menu ul li a:hover{
color:#fffff;
background-color:#986EF8;
height:30px;
}
.menu ul li.noBdr{
	border:none;
}
.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
display:none;
}

.mattblacktabs{
width: 100%;
overflow: hidden;
background-color: #FFFFFF;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #d6eaaf ; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: black;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #bad782; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

.style1 {color: #E9E9E9}

.greetext2{
	font-family:Tahoma;
	color:#5a8c28;
	font-size:13px;
	font-weight: bold;
	line-height: 17px;
}

/* drop shadow table */
  table.shadow { align: center }

  td.shadow-topl { width: 16px; height: 16px; background: url(images/border/shadow-topl.gif) no-repeat;}      
  td.shadow-topr { width: 16px; height: 16px; background: url(images/border/shadow-topr.gif) no-repeat;}
  td.shadow-botl { width: 16px; height: 16px; background: url(images/border/shadow-botl.gif) no-repeat;} 
  td.shadow-botr { width: 16px; height: 16px; background: url(images/border/shadow-botr.gif) no-repeat;} 
  td.shadow-top { height: 16px;  background: url(images/border/shadow-top.gif) repeat-x;}
  td.shadow-bot { height: 16px; background: url(images/border/shadow-bot.gif) repeat-x;}
  td.shadow-l { width: 16px; background: url(images/border/shadow-l.gif) repeat-y;}
  td.shadow-r { width: 16px; background: url(images/border/shadow-r.gif) repeat-y;}
  td.shadow-center { background-color: #ffffff }

/* CSS Line Box shaded */
//.blur{
//	background-color: #ccc; /*shadow color*/
//	color: inherit;
//	margin-left: 1px;
//	margin-top: 1px;
//}
//
//.shadow,
//.contents{
//	position: relative;
//	bottom: 2px;
//	right: 2px;
//}
//
//.shadow{
//	background-color: #666; /*shadow color*/
//	color: inherit;
//}
//
//.contents{
//	background-color: #fff; /*background color of content*/
//	color: #000; /*text color of content*/
//	border: 1px solid #000; /*border color*/
//	padding: .5em 2ex;
//}

/* style for drop down menu */

.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


.ddcolortabs a{
float:left;
color: white;
background: black url(media/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
padding: 4px 8px 2px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #591f20;
}

.ddcolortabs a:hover span{
background-color: #591f20;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #591f20;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: black;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}


.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid black; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}

.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #8a3c3d;
color: white;
}

/* feme album start */

.boldtext a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}
.boldtext a:hover {
	color:#f7941d;
	}
.link a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	text-decoration:none;
	}	
.link a:hover{
	color:#000000;
	}	

.headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#333333;
}
.black_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#333333;
}
.white_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#ffffff;
	margin-left:0px;
}
.white_strip_top {
	background-image: url(images/white_strip_top.jpg);
	background-repeat: no-repeat;
}
.white_strip_mid{
	background-image: url(images/white_strip_mid.jpg);
	background-repeat:repeat-y;
}
.white_strip_bottom {
	background-image: url(images/white_strip_bottom.jpg);
	background-repeat: no-repeat;
}
.left_corner1 {
	background-image: url(images/left_corner1.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
.mid {
	background-image: url(images/mid.jpg);
	background-repeat:repeat-x;
}
.right_corner1 {
	background-image: url(images/right_corner1.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
.strip {
	background-image: url(images/strip.jpg);
	background-repeat: repeat-x;
}
.gray_back {
	background-image: url(images/gray_top_back.jpg);
	background-repeat: repeat-x;
}
.gray_strip {
	background-image:url(images/gray_strip.jpg);
	background-repeat: repeat-x;
}
.left_link_top {
	background-image: url(images/left_link_top.jpg);
	background-repeat: no-repeat;
}
.left_link_mid {
	background-image: url(images/left_link_mid.jpg);
	background-repeat:repeat-y;
}
.left_link_bottom {
	background-image: url(images/left_link_bottom.jpg);
	background-repeat: no-repeat;
}
.left_link_mid a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	text-decoration:none;
	padding-left:18px;
	}
.left_link_mid a:hover {
	color:#009900;
		}

.bottom_background {
	background-image: url(images/bodybg.gif);
	background-repeat:repeat-x;
	
}
.bottom_background a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	text-decoration:none;
	}
.bottom_background a:hover {
	color:#000066;
	}
.border {
background-image:url(images/border_h.jpg);
background-repeat:repeat-x;	
	}
.border2 {
background-image:url(images/border_h2.jpg);
background-repeat:repeat-x;	
	}
.border3 {
background-image:url(images/border_v1.jpg);
background-repeat:repeat-y;
	}
.border4 {
background-image:url(images/border_v2.jpg);
background-repeat:repeat-y;
	}
.bigborder {
	border: 4px solid #E8E6E9;
	}
.light_back {
	background:#fbf7ed;
	border:1px solid #c5c5b6;
	}

.red_top {
	background-image: url(images/red_top.jpg);
	background-repeat: no-repeat;
}
.red_bottom {
	background-image: url(images/red_bottom.jpg);
	background-repeat: no-repeat;
}
.red_mid{
	background-image: url(images/red_mid.jpg);
	background-repeat:repeat-y;
}
.red_strip {
	background-image: url(images/red_strip.jpg);
	background-repeat: no-repeat;
}
.red_strip a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ffffff;
	text-decoration:none;
	padding-left:20px;
	}
.red_strip a:hover {
	color:#FFFF00;
		}
.blue_top{
	background-image:url(images/blue_top.jpg);
	background-repeat:no-repeat;
	}
.blue_mid{
	background-image:url(images/blue_mid.jpg);
	background-repeat:repeat-y;
	}
.blue_bottom{
	background-image:url(images/blue_bottom.jpg);
	background-repeat:no-repeat;
	}
.blue_strip{
	background-image:url(images/blue_strip.jpg);
	background-repeat:no-repeat;
	}
.blue_strip a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ffffff;
	text-decoration:none;
	padding-left:20px;
	}
.blue_strip a:hover {
	color:#333333;
		}

.purple_top{
	background-image:url(images/purple_top.jpg);
	background-repeat:no-repeat;
	}
.purple_mid{
	background-image:url(images/purple_mid.jpg);
	background-repeat:repeat-y;
	}
.purple_bottom{
	background-image:url(images/purple_bottom.jpg);
	background-repeat:no-repeat;
	}
.purple_strip{
	background-image:url(images/purple_strip.jpg);
	background-repeat:no-repeat;
	}
.purple_strip a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ffffff;
	text-decoration:none;
	padding-left:20px;
	}
.purple_strip a:hover {
	color:#f195f6;
		}
.grayborder {
	border:2px solid #F0EBEF;
	}
.rightborder {
		border-right-color:#F0EBEF;
		border-right-style:solid;
		border-right-width:2px;
		}
.shadow {
	background-image:url(images/shadow.gif);
	background-repeat:no-repeat;
	} 
.green_top {
	background-image:url(images/green_top.jpg);
	background-repeat:no-repeat;
	}
.green_bottom {
	background-image:url(images/green_bottom.jpg);
	background-repeat:no-repeat;
	}
.green_mid {
	background-image:url(images/green_mid.jpg);
	background-repeat:repeat-y;
	}
.gray_outline {
	border:1px solid #b7b7b7;
	}
.green_text {
	color:#1f8c0a;
	font-size:10px;
	font-weight:bold;
	}
.gray_top {
	background-image:url(images/gray_top.jpg);
	background-repeat:no-repeat;
	}
.gray_bottom {
	background-image:url(images/gray_bottom.jpg);
	background-repeat:no-repeat;
	}
.gray_mid {
	background-image:url(images/gray_mid.jpg);
	background-repeat:repeat-y;
	}
.green_link a {
	color:#1f8c0a;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
	}
.green_link a {
	text-decoration:none;
	}
.green_strip {
	background-image:url(images/green_strip.jpg);
	background-repeat:no-repeat;
	}
.gray_bold {
	font-size: 10px;
	color:#333333;
	font-weight:bold;
	}
.top_strip {
	background-image:url(images/top_strip.jpg);
	background-repeat:no-repeat;
	}
.bottom_strip {
	background-image:url(images/bottom_strip.jpg);
	background-repeat:no-repeat;
	}
.mid_strip {
	background-image:url(images/mid_strip.jpg);
	background-repeat:repeat-y;
	}
.Shadow_strip {
	background-image:url(images/shadow_strip.jpg);
	background-repeat:no-repeat;
	}
	
/* feme album end */	

/* feme inner pages begin */

.grayborder {
	border:2px solid #F0EBEF;
	}
.black_heading_inner {
	font-family: "Times New Roman";
	font-size: 20px;
	font-weight:bold;
	color:#333333;
}
.black_small_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#333333;
}
.dotline {
	background-image: url(images/inner_pages/dotline.jpg);
	background-repeat: repeat-x;
}
.red_border {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #8a0a0a;
}
.blue_border {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #008aca;
}
.green_border {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #688112;
}
.darkblue_border {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #336b8b;
}
.dark_border {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #61a09e;
}
.red_heading {
	font-size:11px;
	color: #8a0a0a;
	font-weight:bold;
}
.red_heading_big {
	font-size:14px;
	color: #8a0a0a;
	font-weight:bold;
}
.blue_heading {
	font-size:11px;
	color: #008aca;
	font-weight:bold;
}
.blue_heading_big {
	font-size:14px;
	color: #008aca;
	font-weight:bold;
}
.green_heading {
	font-size:11px;
	color: #688112;
	font-weight:bold;
} 
.green_heading_big {
	font-size:14px;
	color: #688112;
	font-weight:bold;
} 
.darkblue_heading {
	font-size:11px;
	color: #336b8b;
	font-weight:bold;
}
.darkblue_heading_big {
	font-size:14px;
	color: #336b8b;
	font-weight:bold;
}
.dark_heading {
	font-size:11px;
	color: #61a09e;
	font-weight:bold;
}
.dark_heading_big {
	font-size:14px;
	color: #61a09e;
	font-weight:bold;
}
//.heading {
//	background-image: url(images/inner_pages/heading.jpg);
//	background-repeat: no-repeat;
//	background-position: left top;
//}
.red_link a {
	font-size: 11px;
	color:#8a0a0a;
	text-decoration:underline;
	text-align:right;
}
.red_link a:hover {
		text-decoration:none;
}
.blue_link a {
	font-size: 11px;
	color:#008aca;
	text-decoration:underline;
}
.blue_link a:hover {
		text-decoration:none;
}
.green_link a {
	font-size: 11px;
	color:#688112;
	text-decoration:underline;
}
.green_link a:hover {
		text-decoration:none;
}
.darkblue_link a {
	font-size: 11px;
	color: #336b8b;
	text-decoration:underline;
}
.dark_link a:hover {
		text-decoration:none;
}
.dark_link a {
	font-size: 11px;
	color:#61a09e;
	text-decoration:underline;
}
.darkblue_link a:hover {
		text-decoration:none;
}
.small_shadow {
	background-image:url(images/inner_pages/samll_shadow.gif);
	background-repeat:no-repeat;
	} 
.right_table_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color:#CCCCCC;
}
.small_section_top {
	background-image:url(images/inner_pages/small_section_top.jpg);
	background-repeat:no-repeat;
	}
.small_section_mid {
	background-image:url(images/inner_pages/small_section_mid.jpg);
	background-repeat:repeat-y;
	}
.small_section_bottom {
	background-image:url(images/inner_pages/small_section_bottom.jpg);
	background-repeat:no-repeat;
	}
.red_big_heading {
	color:#8a0a0a;
	font-size:18px;
	font-weight:bold;
}
.dot_box_top{
	background-image:url(images/inner_pages/box_top.jpg);
	background-repeat:no-repeat;
	}
.dot_box_mid{
	background-image:url(images/inner_pages/box_mid.jpg);
	background-repeat:repeat-y;
	}
.dot_box_bottom{
	background-image:url(images/inner_pages/box_bottom.jpg);
	background-repeat:no-repeat;
	}
.yellow_image {
	background-image:url(images/inner_pages/yellow_back.jpg);
	background-repeat:no-repeat;
	}
.login_strip {
	background-image:url(images/inner_pages/login_strip.jpg);
	background-repeat:no-repeat;
	}
.big_box_top{
	background-image:url(images/inner_pages/big_box_top.jpg);
	background-repeat:no-repeat;
	}
.big_box_mid{
	background-image:url(images/inner_pages/big_box_mid.jpg);
	background-repeat:repeat-y;
	}
.big_box_bottom{
	background-image:url(images/inner_pages/big_box_bottom.jpg);
	background-repeat:no-repeat;
	}
.right_gray_box {
	border: 1px solid #bfbbbc;
	}
.right_strip {
	background-image:url(images/inner_pages/strip.jpg);
	background-repeat:repeat-x;
	}
.grayborder {
	border:2px solid #F0EBEF;
	}
.rightborder {
		border-right-color:#F0EBEF;
		border-right-style:solid;
		border-right-width:2px;
		}

/* feme inner pages end */
/* feme video */
.green_top {
	background-image:url(images/video/green_top.jpg);
	background-repeat:no-repeat;
	}
.green_bottom {
	background-image:url(images/video/green_bottom.jpg);
	background-repeat:no-repeat;
	}
.green_mid {
	background-image:url(images/video/green_mid.jpg);
	background-repeat:repeat-y;
	}
.gray_outline {
	border:1px solid #b7b7b7;
	}
.green_text {
	color:#1f8c0a;
	font-size:10px;
	font-weight:bold;
	}
.gray_top {
	background-image:url(images/video/gray_top.jpg);
	background-repeat:no-repeat;
	}
.gray_bottom {
	background-image:url(images/video/gray_bottom.jpg);
	background-repeat:no-repeat;
	}
.gray_mid {
	background-image:url(images/video/gray_mid.jpg);
	background-repeat:repeat-y;
	}
.green_link a {
	color:#1f8c0a;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
	}
.green_link a {
	text-decoration:none;
	}
.green_strip {
	background-image:url(images/video/green_strip.jpg);
	background-repeat:no-repeat;
	}
.gray_bold {
	font-size: 10px;
	color:#333333;
	font-weight:bold;
	}
.top_strip {
	background-image:url(images/video/top_strip.jpg);
	background-repeat:no-repeat;
	}
.bottom_strip {
	background-image:url(images/video/bottom_strip.jpg);
	background-repeat:no-repeat;
	}
.mid_strip {
	background-image:url(images/video/mid_strip.jpg);
	background-repeat:repeat-y;
	}
#videotabs {
text-align: center;
}
#videotabs ul {
	width::100%;
	margin: 0;
	padding: 0;
	list-style:none;	
}
#videotabs li {
	display: inline;
	display: block;
	width:128px;
	height:30px;
	background-image:url(images/video/navigation_strip.jpg);
	background-repeat:no-repeat;	
	float:left;
	margin-right:2px;
	text-align:center;
		}

#videotabs a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	}
#videotabs a:hover {
color:#339900;
}
/* feme video */

/* bread-crumb */
#bread-crumb a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	}
#bread-crumb a:hover
{
	text-decoration:underline;
}
/* bread-crumb */

a.green_link {
	color:#1f8c0a;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

a.green_link:hover{	
	color:#1f8c0a;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}	

.link a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	text-decoration:none;
}	
.link a:hover{
	color:#1f8c0a;
}	

green_text {
	color:#333333;
	font-size:12px;
	font-weight:bold;
}

.yellow_top {
	background-image: url(images/yellow-top.jpg);
	background-repeat: no-repeat;
}
.yellow_bottom {
	background-image: url(images/yellow-bottom.jpg);
	background-repeat: no-repeat;
}
.yellow_mid{
	background-image: url(images/yellow-mid.jpg);
	background-repeat:repeat-y;
}
.yellow_strip {
	background-image: url(images/yellow-strip.jpg);
	background-repeat: no-repeat;
}
.yellow_strip a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	text-decoration:none;
	padding-left:20px;
	}
.yellow_strip a:hover {
	color:#333333;
}

.previewtext{
	font-family:Verdana;
	color:#000000;
	font-size:12px;
	font-weight: normal;
	font-style: italic;
	text-decoration:none;
	line-height: 16px;
}

.red_heading_medium {
	font-size:13px;
	color: #8a0a0a;
	font-weight:bold;
}
.login_strip_1 {
	background-image:url(images/inner_pages/login_strip_1.jpg);
	background-repeat:no-repeat;
}

.red_strip-r2 {
	background-image:url(images/red_strip-r2.jpg);
	background-repeat:repeat-x;
	}
.small_heading  {
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding-left:5px;
	padding-right:5px;
	}
.small_headingred  {
	font-size:12px;
	font-weight:bold;
	color:#B00000;
	}	
a.blackread{
	font-weight:bold;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	}
a.blackread:hover {
	color:#6633FF;
	}	
	
/********* New Version ***********/

/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	}
.top_border {
	background-image:url(images/top_border.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
.top_gray_strip{
	background-image:url(images/top_gray_strip.jpg);
	background-repeat:repeat-x;
	}

.mid_border {
	background-image:url(images/mid_border.jpg);
	background-repeat:repeat-y;
}
.bottom_border {
	background-image:url(images/bottom_border.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
.bottom_background2 {
	background-image: url(images/bodybg.gif);
	background-repeat:repeat-x;
	background-position: top;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.bottom_background-r2 {
	background-image: url(images/bodybg-r2.gif);
	background-repeat:repeat-x;
	background-position: top;
}
.gray_back2 {
	background-image: url(images/gray_top_back.jpg);
	background-repeat: repeat-x;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.gray_back {
	background-image: url(images/gray_top_back.jpg);
	background-repeat: repeat-x;
	}
.bottom_background a {
	font-size: 13px;
	color:#000000;
	text-decoration:none;
	}
.bottom_background a:hover {
	color:#000066;
	}
.gray_strip {
	background-image:url(images/gray_strip.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
}
.bigborder {
	border: 4px solid #E8E6E9;
	}
.boldtext a {
	font-size: 12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.boldtext a:hover {
	color:#f7941d;
	}
.brown_back {
	background-image: url(images/brown_back.jpg);
	background-repeat: no-repeat;
}
.brown_back2 {
	background-image: url(images/brown_back2.jpg);
	background-repeat: no-repeat;
}

.small_heading  {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding-left:5px;
	padding-right:5px;
	}
.black_boldtext  {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	}
.small_headingred  {
	font-size:12px;
	font-weight:bold;
	color:#B00000;
	}

.small_link{
	font-size:12px;
	}
.strip{
	background-image:url(images/gray_strip.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
}
.right_gray_box {
	border: 1px solid #bfbbbc;
	}
.heading_font {
	font-size:16px;
	font-weight:bold;
	margin-left:10px
	}
a.heading_font_link {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;	
	color:#000000;
	}
a.heading_font_link:hover {
	text-decoration:underline;	
	}
.news_link a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	}
.news_link a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	text-decoration:underline;
	}
.underline a {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	}

.underline a:hover {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;	
	}
.bold_text {
	font-weight:bold;
}
.heading_backleft{
	background-image:url(images/heading_backleft.jpg);
	background-repeat:no-repeat;
	}
.heading_backmid{
	background-image:url(images/heading_backmid.jpg);
	background-repeat:repeat-x;
	}
.heading_backright{
	background-image:url(images/heading_backright.jpg);
	background-repeat:no-repeat;
	}
.white_heading{
	font-size:15px;
	COLOR:#ffffff;
	font-weight:bold;
	}
.black_bigheading {
	font-size:18px;
	color:#000000;
		}
.blue_bigheading {
	font-size:18px;
	color:#330066;
	
	}
a.blackread{
	font-weight:bold;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	}
a.blackread:hover {
	color:#6633FF;
	}
a.blueread{
	font-weight:bold;
	font-size:12px;
	color:#330066;
	text-decoration:none;
	}
a.blueread:hover {
	color:#6633FF;
	}

a.more{
	font-size:12px;
	color:#000099;
	text-decoration:none;
	}
a.more:hover {
	color:#000000;
	}
.black_border{
	color:#000000;
	border:1px solid #000000;
	}
.polltop {
	background-image:url(images/poll_top.jpg);
	background-repeat:no-repeat;
	}
.pollmid {
	background-image:url(images/poll_mid.jpg);
	background-repeat:repeat-y;
	}
.pollbottom {
	background-image:url(images/poll_bottom.jpg);
	background-repeat:no-repeat;
	}
	
.poll_top{
	background-image:url(images/poll_top.jpg);
	background-repeat:no-repeat;
	}
.poll_mid{
	background-image:url(images/poll_mid.jpg);
	background-repeat:repeat-y;
}
.poll_bottom {
	background-image:url(images/poll_bottom.jpg);
	background-repeat:no-repeat;
	}
	
	
	
.round_top {
	background-image:url(images/round_top.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
.round_mid {
	background-image:url(images/round_mid.jpg);
	background-repeat:repeat-y;
	}
.round_bottom {
	background-image:url(images/round_bottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
.gray_border{
	border:1px solid #333333;}

.brand_top {
	background-image:url(images/brand_top.jpg);
	background-repeat:no-repeat;
		}
.brand_mid {
	background-image:url(images/brand_mid.jpg);
	background-repeat:repeat-y;
		}
.brand_bottom {
	background-image:url(images/brand_bottom.jpg);
	background-repeat:no-repeat;
	}
.dotedline {
	background-image:url(images/doted_line.jpg);
	background-repeat:repeat-x;
	}
.red_strip {
	background-image:url(images/red_strip.jpg);
	background-repeat:repeat-x;
	}
.poll_backgroun {
	background-image:url(images/poll_background.jpg);
	background-repeat:no-repeat;
	}
.purple_navigation{
	background-image:url(images/purple.jpg);
	background-repeat:repeat-x;
	}
.menu ul{
margin:0;
padding: 0;
float: left;
width: 100%;
}

.menu ul li{
display:inline;
border-right:#ffffff solid 1px;
height:30px;
}


.menu ul li a{
color:white;
padding: 0 22px;
font:bold 14px Arial, Helvetica, sans-serif;
text-decoration: none;
}
.menu ul li a:hover{
color:#fffff;
background-color:#986EF8;
height:30px;
}
.menu ul li.noBdr{
	border:none;
}
.left_corner{
	background-image:url(images/left_corner.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}
.mid_corner{
	background-image:url(images/mid_corner.jpg);
	background-repeat:repeat-x;
		}
.right_corner{
	background-image:url(images/right_corner.jpg);
	background-repeat:no-repeat;
	background-position:left;
	}
.gray_border{
	border:1px solid #cccccc;
	}
.solidblockmenu{
margin: 0;
padding: 0;
float: right;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 0em;
background: url(images/purple.jpg) center center repeat-x;
background-color:#A09DE0;
}

.solidblockmenu li{
display:inline;
}
.solidblockmenu li a{
float: left;
color:#E6E6E6;
padding: 9px 28px;
margin:0px;
text-decoration: none;
border-left: 1px solid white;
}
.solidblockmenu li a:visited{
color: #E6E6E6;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/purple_active.jpg) center center repeat-x;

}
.page_tittle{
	font-size:30px;
	}
.page_headingwhite {
	font-size:25px;
	color:white;
	}
.blue_bigheading2 {
	font-size:28px;
	color:#000080;
	}
.gray_font{
	color:#666666;
	font-size:12px;
	}
.page_heading {
	font-size:16px;
	}
.greenfont {
	color:#006600;
	font-size:22px;
	}
.green_bigheading {
	font-size:28px;
	color:#006600;
	}
.orangefont {
	color:#FF6600;
	font-size:18px;
	text-align:center;
	}
.replybutton {
	width:80px;
	height:23px;
	cursor:pointer;
	background:url(images/reply_button.jpg) no-repeat left top;
	padding-bottom:1px;
	padding-top:5px;
	border:0;
}
.viewbutton {
	width:80px;
	height:23px;
	cursor:pointer;
	background:url(images/view_button.jpg) no-repeat left top;
	padding-bottom:1px;
	padding-top:5px;
	border:0;
}
.blue_blur {
	background-image:url(images/blue_blur.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.green_blur {
	background-image:url(images/green_blur.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.roundbig_top {
	background-image:url(images/roundbig_top.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
.roundbig_mid {
	background-image:url(images/roundbig_mid.jpg);
	background-repeat:repeat-y;
	}
.roundbig_bottom {
	background-image:url(images/roundbig_bottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
.updown_border{
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	}
.redstar{
	color:#FF0000;
	}
.blackdot{
	background-image:url(images/blackdot.jpg);
	background-repeat:repeat-x;
	}
.red_back{
	background-image:url(images/red_back.jpg);
	background-repeat:no-repeat;
	}
.whiteborder{
	border:4px solid #ffffff;
	}
.street1{
	background-image:url(images/image_19.jpg);
	background-repeat:no-repeat;
	}
.street2{
	background-image:url(images/image_20.jpg);
	background-repeat:no-repeat;
	}
.street3{
	background-image:url(images/image_21.jpg);
	background-repeat:no-repeat;
	}
.hair_back {
	background-image:url(images/hair_back.jpg);
	background-repeat:repeat-x;
	}
.graycolorback {
	background-color:#E6E6E6;
	}
.back3 {
	background-image:url(images/back3.jpg);
	background-repeat:repeat-x;
	}
.top_strip {
	background-image:url(images/top_strip.jpg);
	background-repeat:no-repeat;
	}
.top_strip {
	background-image:url(images/top_strip.jpg);
	background-repeat:no-repeat;
	}
.mid_strip {
	background-image:url(images/mid_strip.jpg);
	background-repeat:repeat-y;
	}
.bottom_strip {
	background-image:url(images/bottom_strip.jpg);
	background-repeat:no-repeat;
	}
.gree_back{
	background-image:url(images/green_back.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #BFCC60;
	}
	.arrivalback {
	background-image:url(images/arrivalback2.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.arrivalback3 {
	background-image:url(images/arrivalback3.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}


.text_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
}
h1{
	font-weight:bold;
	font-size: 20px;
	margin-bottom: 0px! important; 
	padding-bottom: 0px! important; 
	margin-left: 0px! important; 
	padding-top: 0px! important;
	text-transform: none; 
	font-style: normal;
	color : #000000;
	border: none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#ffffff;
	margin-left:10px;
	padding-top: 4px! important;
}

h3 {
      font-size: 16px;
      font-weight: bold;
       color : #000000;
       margin:0px 0px 0px 0px;
       padding:0px 0px 0px 0px;
       text-transform: none;
       line-height:16px
       font-style: normal;
}

h3 a {
       font-size: 16px;
       color : #000000;
       margin:0px 0px 0px 0px;
       padding:0px 0px 0px 0px;
       text-transform: none;
       text-decoration:none;
       line-height:18px;
       font-style: normal;
       font-family: Verdana, Arial, Helvetica, sans-serif;        
       }

h4 {
    font-size:14px;
	font-weight:bold;
	color:#000000;
	margin-bottom: 0px! important; 
	margin-left: 0px! important; 
	margin-right: 0px! important; 
	margin-top: 0px! important; 
	padding-bottom: 0px! important; 
	padding-top: 0px! important;
	padding-left: 0px! important; 
	padding-right: 0px! important; 
	text-transform: none; 
	font-style: normal;
	font-family:Arial, Helvetica, sans-serif;


}
h4:hover{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:14px;
	font-weight: bold;
	text-decoration:underline;
	line-height:18px;
}


h5{
    font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
 }
 
p3_h3 {
	font-size:18px;
	color:#330066;
}


/* tab rollover */

.tabbed-box {
	width:264px;
	background: #fff url(images/box_bg.jpg) repeat-x bottom;
	border: 1px solid #ccc;
	 }
.tabbed-box ul{
margin:0;
padding: 0;
width: 100%;
}
.tabbed-box .tabs li {
	list-style: none;
	float:left;
	margin:0;
	}
.tabbed-box .tabs li a {
	display:block;
	width:87px;
	padding: 5px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color:#666699;
	background: #fff url(images/box_tab.jpg) repeat-x bottom;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
}
	
.tabbed-box .tabs li:first-child a {
	border-left: none; }
.tabbed-box .tabs li a:hover {
	color: #333; }
.tabbed-box .tabs li a:focus {
	outline: none; }
.tabbed-box .tabs li a.active {
	background: #fff;
	color: #333;
	border-bottom: 1px solid #fff; }
.tabbed-content {
	padding: 1em 0em 2em 8px;
	display: none; }