@charset "utf-8";
/* CSS Document */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #BEBEBE;
	font: 12px/170% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin:0 auto;
	padding:0 auto;
	line-height:normal;
}

/* links */
a, a:visited {	
	color: #000000;
	font-size: 1.3em;
	line-height:1.4em;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #4F81BD;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: Bold; 	
	color: #000000;	
}
h1 {
	font-size: 1.7em;
	line-height:1.5em;
	font-weight: normal; 
	text-align:left;
}
	
h2 {
	font-size: 2.4em;
	line-height:1.2em;
	text-align:left;

}
h3 {
	font-size: 1.3em;
	line-height:2em;
}
h4 {
	font-size: 1.5em;
	line-height:1.9em;
	font-weight: bold;
	text-align:left;
	color: #990000;
}
h5 {
	font-size: 1.4em;
	color: #990000;
	font-weight:normal;
	padding-top:5px;
}

h6 {
	font-size: 1.3em;
	color: #990000;
	font-weight: bold;
	text-align:left;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	line-height:1.8em;
}
.title {
	margin-bottom: 20px;
	padding-top:30px;
	border-bottom: 1px dotted #D1D1D1;
	text-align:left;
	width:100%;
	background: url(../images/img04.jpg) repeat-x left bottom;
}
img{
	border:0px;
}
/* content */
#wrap {
	width: 910px;
	height:auto;
	background: url(../images/wrap.gif) repeat-y left top;
	margin: 0 auto;
	padding:0 auto;
	margin-top:30px;
	margin-bottom:30px;
}
.header {
	width: 910px;
	height: 272px;
	background: url(../images/header.jpg) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;
	text-align:left;
}
.header_content {
	width: 650px;
	height: 195px;
	padding:30px 0px 0px 30px;
	float:left;
}
.header_content h3{
	font-size:16px;
	color:#000000;
	line-height:30px;
}
.header_content h2{
	font-size:36px;
	line-height:45px;
}
.header_content h2 span{
	font-size:17px;
	line-height:45px;
}
.header_content p{
	font-size:12px;
	line-height:16px;
	color:#000000;
}
.cowboy{
	width:210px;
	float:left;
	height: 235px;
	padding:15px 0px 0px 0px;
	background: url(../images/cowboy.png) no-repeat right bottom;
}
.menu{
	width:875px;
	height:47px;
	float:left;
	margin-left:25px;
}
.footer{
	background: url(../images/footer.jpg) no-repeat bottom;
	width:910px;
	height:46px;
	text-align:center;
	line-height:42px;
	float:left;
	margin-bottom:25px;
}
.footer span{
	color:#FFFFFF;
}

/*- Menu Tabs */

.tabs {
	float:left;
    width:100%;
    font-size:8px;
	text-align:center;
	font-weight:bold;
}
.tabs ul {
	margin:0;
	padding:6px 8px 0 0px;
	list-style:none;
}
.tabs li {
	display:inline;
    margin:0;
    padding:0;
}
.tabs a {
    float:left;
    background: url(../images/tableft.png) no-repeat left top;
    margin:0;
	line-height:15px;
    padding:0 0 0 7px;
    text-decoration:none;
}
.tabs a span {
    float:left;
    display:block;
    background: url(../images/tabright.png) no-repeat right top;
	padding:6px 9px 5px 1px;
    color: #000000;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span {float:none;}
    /* End IE5-Mac hack */
.tabs a:hover span {
 	color:#FFF;
}
.tabs a:hover {
	background-position:0% -42px;
}
.tabs a:hover span {
	background-position:100% -42px;
 }
	
/* content */
.content {
	margin: 0px;
	padding:0px 20px 0px 20px;
	width:870px;
	height:auto;
	float: left;
	background: url(../images/wrap.gif) repeat-y left top;
}
.tvlink{
	width:210px;
	height:85px;
	background:url(../images/tvlink.png) no-repeat right top;
	float:right;
	margin-top:10px;
}

.search{
	width:160px;
	height:27px;
	background:url(../images/search.png) no-repeat left top;
	border:0px;
	padding:5px 0px 5px 30px;
}
.submit_btn{
	width:90px;
	height:28px;
	background: url(../images/btn.png) no-repeat left top;
	border:0px;
	padding:5px 0px 5px 0px;
	float:right;
	color:#FFFFFF;
}

.contentleft
{
	margin: 0px;
	padding:0px;
	width:210px;	
	text-align: center;
	margin-top:10px;
	float:left;
	
}
.contentleft p
{
	padding: 6px 10px 0px 10px;
	text-align:left;
	line-height:18px;
}
.contentright{
	width:660px;	
	margin-top:10px;
	margin: 0px;
	padding:0px;
	float: left;
}
.contentright p {
	padding: 6px 10px 0px 10px;
	text-align:left;
	line-height:18px;
}

.box{
	border: #000000 2px dashed;
	background: #CCCCCC;
	color:#003333;
	width:350px;
	height:auto;
	padding:10px;
	float:left;
	margin-left:5px;
	text-align:left;
}
.box2{
	border:#000000 1px solid;
	background: url(../images/box_bg.jpg) repeat-x bottom left;
	color: #FFFFFF;
	width:95%;
	padding:5px;
	margin:10px;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	
}
.box2 a{
	background: none;
	color: #FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}
.box2 a:hover{
	color: #FF9900;
	text-decoration:none;
}
.box3{
	border:#438ECE 1px solid;
	background: url(../images/box_bg2.jpg) repeat-x bottom left;
	color: #000000;
	width:95%;
	padding:5px;
	margin:10px;
	font-weight:bold;
	font-size:12px;
	
}
.linsitebox{
	color:#003333;
	width:80%;
	height:80px;
	padding:10px;
	padding-left:35px;
	text-align:left;
	border:1px solid #000000;
	margin:0 auto;
}

img.float-right {
  	margin: 5px 0px 10px 5px;  
	float:right;
	padding: 4px; border: #000000 1px solid;" 
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
.textboxline
{
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom: black 1px solid;
	background-color: #ffffff;
	border-right-width: 0px;
}
/*******CSS Button end****************/

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}


/*******Popup Window****************/
.popup_panel
{
}

.popup_panel tr td
{
	padding: 0;
}

.popup_curve_top_left
{
	background: url(../Images/Modal/curve_top_left_new2.gif) no-repeat;
	width: 8px;
	height: 23px;
	float: left;
	margin: 0 auto;
	padding: 0;
	cursor: move;
}

.popup_curve_top_right
{
	background: url(../Images/Modal/curve_top_right_new2.gif) no-repeat;
	width: 8px;
	height: 23px;
	float: left;
	margin: 0 auto;
	padding: 0;
	cursor: move;
}

.popup_topcenterbg
{
	background: url(../Images/Modal/top_bg_new2.gif) repeat-x;
	height: 23px;
	margin: 0 auto;
	float: left;
	width: 384px;
	cursor: move;
}



.popup_middle_left
{
	background: url(../Images/Modal/middle_left_new2.gif) repeat-y;
	width: 8px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0;
}

.popup_middle_right
{
	background: url(../Images/Modal/middle_right_new2.gif) repeat-y;
	width: 8px;
	height: auto;
	float: left;
	margin: 0 auto;
	padding: 0;
}

.popup_middlebg
{
	/*background-color:#EDEDED; width:350px; height:150px; float:left; margin:0 auto;*/ /*background:url(../images/new2/middle_bg_new2.gif) repeat-y; width:450px; height:auto; float:left; margin:0 auto; padding:0;*/
	background-color: #fff;
	width: 384px;
	height: auto;
	float: left;
	margin: 0 auto;
}

.popup_curve_bottom_left
{
	background: url(../Images/Modal/curve_bottom_left_new2.gif) no-repeat;
	width: 8px;
	height: 23px;
	float: left;
	margin: 0 auto;
	padding: 0;
}

.popup_curve_bottom_right
{
	background: url(../Images/Modal/curve_bottom_right_new2.gif) no-repeat;
	width: 8px;
	height: 23px;
	float: left;
	margin: 0 auto;
	padding: 0;
}

.popup_bottombg
{
	background: url(../Images/Modal/bottom_bg_new2.gif) repeat-x;
	width: 384px;
	height: 23px;
	margin: 0 auto;
	float: left;
}


.popup_button
{
	float: left;
	background: url(../Images/Modal/button_bg.gif) no-repeat;
	width: 88px;
	height: 26px;
	display: block;
	text-align: center;
	border: none;
}

.popup_button:hover
{
	background: url(../Images/Modal/button_bg_over.gif) no-repeat;
	width: 88px;
	height: 26px;
	display: block;
	text-align: center;
	border: none;
}

/************* Ajax update progress *********************/
.ajaxUpdateBackground
{
	background: url(../Images/ajax-loader.gif) no-repeat;
	background-position: 50%;
	background-color: #ffffff;
	filter: alpha(opacity=70);
	opacity: 0.7;
	position: fixed;
	width: 100%;
	height: 100%;
}



