@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	margin: 0px;
	padding: 0px;
}
h4 {
    color:#FFF;
    padding:10px 0px 0px 20px;
}
a
{
	color:#3b5998;
}
a:link 
{
	color:#3b5998;
	text-decoration:none;
	}
	a:hover
	{
		color:#f9741b;
		text-decoration:none;

		}
		
#topmenu {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 100%;
	border-bottom:1px solid #CCC;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(40,40,40,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(40,40,40,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(40,40,40,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(40,40,40,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(40,40,40,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(40,40,40,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#282828',GradientType=0 ); /* IE6-9 */

}
#header {
	margin: 0px;
	padding: 0px;
	height: 130px;
	border-bottom:1px solid #ba9503;
	width: 100%;
	clear:both;
	background: rgb(255,204,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,204,0,1) 0%, rgba(255,228,53,1) 

100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, 

color-stop(0%,rgba(255,204,0,1)), color-stop(100%,rgba(255,228,53,1))); /* 

Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,204,0,1) 0%,rgba(255,228,53,1) 

100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,204,0,1) 0%,rgba(255,228,53,1) 100%); 

/* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,204,0,1) 0%,rgba(255,228,53,1) 100%); 

/* IE10+ */
background: linear-gradient(to bottom,  rgba(255,204,0,1) 0%,rgba(255,228,53,1) 

100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', 

endColorstr='#ffe435',GradientType=0 ); /* IE6-9 */
	
	
	/*background: rgb(229,229,229); /* Old browsers */
	/*background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
#header_inner {
	width:1024px;
	margin:0  auto;
	height: 130px;

	
background: rgb(255,204,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,204,0,1) 0%, rgba(255,228,53,1) 

100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, 

color-stop(0%,rgba(255,204,0,1)), color-stop(100%,rgba(255,228,53,1))); /* 

Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,204,0,1) 0%,rgba(255,228,53,1) 

100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,204,0,1) 0%,rgba(255,228,53,1) 100%); 

/* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,204,0,1) 0%,rgba(255,228,53,1) 100%); 

/* IE10+ */
background: linear-gradient(to bottom,  rgba(255,204,0,1) 0%,rgba(255,228,53,1) 

100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', 

endColorstr='#ffe435',GradientType=0 ); /* IE6-9 */
}

#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	color:#cac9c9;
	width: 100%;
	border-top:6px solid #e6e6e6;
background: #262626; /* Old browsers */
background: -moz-linear-gradient(top,  #262626 0%, #505050 9%, #596a72 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#262626), color-stop(9%,#505050), color-stop(100%,#596a72)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #262626 0%,#505050 9%,#596a72 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #262626 0%,#505050 9%,#596a72 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #262626 0%,#505050 9%,#596a72 100%); /* IE10+ */
background: linear-gradient(to bottom,  #262626 0%,#505050 9%,#596a72 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
ter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */

	
	
	
	
	/*background: rgb(255,255,255); /* Old browsers */
	/*background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(229,229,229,1) 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(229,229,229,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.col1 {
	width:222px;
	float:left;
	margin-right:27px;
	margin-bottom:20px;
	height:auto;
	color:#fffdef;
}
.col2 {
	width:222px;
	float:left;
	margin-right:27px;
	height:auto;
	color:#fffdef;
	
}
.col4 {
	width:222px;
	float:left;
	margin-right:27px;
	height:auto;
	color:#fffdef;
	
}
.col3 {
	width:250px;
	float:left;
	margin-right:0px;
	color:#fffdef;
	height:auto;
	
}
#copyright {
	width:1024px;
	padding-top:15px;
	padding-bottom:0px;
	height:40px;
	clear:both;
	border-top:1px dotted #999;
	color:#fce442;
}
#copyright a {
	text-decoration:none;
	color:inherit;
	
}
#copyright a:hover {
	text-decoration:underline;
}

#container {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	/*background-image:url(images/mb_bg.png);*/
/*background: rgb(229,229,229); /* Old browsers */
/*background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 21%, rgba(255,255,255,1) 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(21%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 21%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 21%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 21%,rgba(255,255,255,1) 100%); /* IE10+ */
/*background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 21%,rgba(255,255,255,1) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
#menumain {
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 100%;
	background: rgb(248,80,50); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(231,56,39,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,80,50,1)), color-stop(50%,rgba(241,111,92,1)), color-stop(100%,rgba(231,56,39,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(231,56,39,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(231,56,39,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(231,56,39,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(231,56,39,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */

}
#content_left {
	padding: 1px;
	float: left;
	width: 688px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	height:auto ;
	border:1px solid #CCC;
	background-color:#FFF;
	margin-bottom:10px;

}
#content_left_inner {
	width:688px;
	margin:0px;
	height:auto ;
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 16%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), 	 color-stop(16%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}



#content_left2 {
	padding: 1px;
	float: left;
	width: 240px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	height:auto ;
	border:1px solid #CCC;
	background-color:#FFF;
	margin-bottom:10px;

}
#content_left_inner2 {
	width:240px;
	margin:0px;
	height:auto ;
}
#content_left2 h3 {
    margin:0 0 0 0;
	padding:0px 0 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
	
	font-size:16px;
	line-height:30px;
	color:#e85f23;
}


#content_left2m
{
    padding: 1px;
    float: left;
    width: 434px;
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    height: auto;
    border: 1px solid #CCC;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}
#content_left_inner2m {
	width:434px;
	margin:0px;
	height:auto ;
	margin-top:20px;

}
.content_left2m_cont {
    width:420px;
    margin-left:5px;
    border:1px solid  #f2e8e8;
	border-radius:8px;
	/*background:url(images/top2.PNG);*/

}
.content_left2m_conttop {
    width:400px;
    height:40px;
	background:url(images/top.PNG);
	background-repeat:no-repeat;
	background-repeat:no-repeat;
	color:#FFF;
    padding:5px 0px 0px 20px;
    font-weight:bold;
    font-size:16px;
}    
.content_left2m_contm {
    width:380px;
    padding:5px;
     height:auto;
}

#content_left2r {
	padding: 1px;
	float: left;
	width: 300px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	height:auto ;
	border:1px solid #CCC;
	background-color:#FFF;
	margin-bottom:10px;

}
#content_left_inner2r {
	width:300px;
	margin:0px;
	height:auto ;
	

}
#content_left2r h3 {
    	margin:0 0 0 0;
	padding:0px 0 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
	
	font-size:16px;
	line-height:30px;
	color:#f05325;
}


#containtmain {
	width:1024px;
	margin:0 auto;
}
#content_right {
	width:248px;
	padding:1px;
	background-color:#FFF;
	border:1px solid #CCC;
	float:left;
	margin-top: 20px;
	margin-bottom:10px;
}
#content_rght_inner {
	width:248px;
	margin:0px;
	height:auto;
		background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 16%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), 	color-stop(16%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.logoleft {
	float: left;
	width: 264px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.logoright{
	float:right;
	margin: 0px;
	padding: 0px;
	width: 320px;
	margin-top:9px;
	margin-right:5px;
	height:24px;
	padding-top:5px;
	border:1px solid #cccccc;
	border-bottom:none;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	overflow:hidden;
	background-color:#eeeeee;
	color:#ac4c05;
	font-weight:bold;
	font-size:14px;
	z-index:10;
	position:relative;
	/*position:absolute;
	right:230px;*/

}

.logoright2{

	margin: 0px;
	padding: 0px;
	float: right;
	width: 100px;
	margin-top:10px;
	margin-right:0px;
	padding-top:0px;
	
	height:30px;
	padding-top:0px;
	border:1px solid #cccccc;
	border-bottom:none;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	background-color:#ff823e;
	z-index:10;
	position:relative;
	
	/*position:absolute;
	right:130px;*/


}
#search {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 700px;
	margin-top:0px;

}
#search_inner {
	background-color: #FFF;
	margin: 0px;
	padding: 5px;
	height: 52px;
	width: 679px;
	border-radius:6px;
}
#search_inner2 {
	margin: 0px auto;
	border-radius:6px;
	padding: 0px;
	border:1px solid #999;
	height:50px;
	width:677px;
	background: rgb(198,198,198); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(198,198,198,1) 0%, rgba(229,229,229,1) 7%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(198,198,198,1)), 	color-stop(7%,rgba(229,229,229,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(198,198,198,1) 0%,rgba(229,229,229,1) 7%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(198,198,198,1) 0%,rgba(229,229,229,1) 7%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(198,198,198,1) 0%,rgba(229,229,229,1) 7%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(198,198,198,1) 0%,rgba(229,229,229,1) 7%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}
#search_inner2_left {
	height:50px;
	width:380px;
	float:left;
	padding:0px;
	padding-bottom:10px;
}
#search_inner2_mid {
	width:174px;
	height:50px;
	padding:0px;
	padding-top:0px;

	float:left;
	background-image:url(images/searchDropdownBullet.png);
	background-repeat:no-repeat;

}
#search_inner2_right {
	width:120px;
	height:38px;
	margin-top:2px;
	padding-top:0px;
	float:left;

}
.searchButton {
    display: block;
    outline: medium none;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font: bold 20px/100% "Trebuchet MS",Arial,Helvetica,sans-serif;
    overflow: hidden;
   height: 48px;
    width: 120px;
    background-color: rgb(250, 216, 29);
  
    color: rgb(71, 71, 71);
    text-shadow: 0px -1px 1px rgb(255, 255, 255);
	padding-left:25px;
	border:none;
	padding-left:35px;
	background-image:url(images/searchButtonBullet.png);
	background-repeat:no-repeat;
	background-position:left;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;	


}
.searchButton:hover {
    background-color: rgb(252, 232, 78);
    background-image: linear-gradient(rgb(250, 216, 29), rgb(252, 232, 78));
    text-shadow: 0px 1px 1px rgb(255, 255, 255);
	background-image:url(images/searchButtonBulleth.png);
	background-repeat:no-repeat;
	background-position:left;	
}

input {
    padding-bottom: 2px;
}
#header_inner2 {
	width:700px;
	margin:0 0;
	height: 42px;
	margin-top:0px;
	float:right;
	z-index:999;
}
#header_inner3 {
	width:1024px;
	height: 58px;
	margin-top:15px;
	clear:both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
#header_inner4 {
	width:1024px;
	height: 30px;
	margin-top:10px;
	clear:both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
#menumain1 {
	width:1024px;
	height:40px;
	margin:0 auto;
	background-color:transparent;
	
}
.menu {
	float:right;
	width:auto;
}
.menu ul {
	list-style:none;
	margin:12px 0 0 0;
	padding:0px;
}
.menu ul li {
	float:left;

}
.menu ul li a {
	font: bold 13px/100% "Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#ffcc00;
	text-decoration:none;
	padding:0 10px;
	float:left;
}
.menu ul li a:hover {
	color:#FFF;
	-moz-transition: background 0.4s ease-out;
	-o-transition: background 0.4s ease-out;
	-ms-transition: background 0.4s ease-out;
	transition:background 0.4s ease-out;

}
.clear {
	clear:both;
	height:auto;
}
.txtsearch {
	background-color:transparent;
	font-size:18px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#666;
	border:none;
	width:360px;
	border-radius:6px;	

}
h1 {
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#666;
	border-bottom:dotted #F90 1px;
	line-height:30px;
}
h2 {
	margin:0 0 0 0;
	padding:20px 0 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	font-size:22px;
	line-height:30px;
	color:#666;
	text-shadow: 0px 1px 1px rgb(255, 204, 1);
}
h3 {
	margin:0 0 0 0;
	padding:0px 0 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
	
	font-size:16px;
	line-height:30px;
	color:#fffdef;
	/*text-shadow: 0px 1px 1px rgb(255, 204, 1);
	/*color:#ffcc01;
	text-shadow: 0px 1px 1px rgb(166, 166, 166);*/
}
	
#footerin {
	padding: 0px;
	width: 1024px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height:auto;
}

.SearchImage
{
border: Solid 2px #000;
margin : 0px 5px 0 8px;
}
.SearchImage img
{
border: Solid 2px #000;
border-left: Solid 2px Red;
}

.SearchHedder
{
    text-transform: uppercase;
    text-align: left ;
    text-decoration: none;
    font: bold 20px/100% "Trebuchet MS",Arial,Helvetica,sans-serif;
    color: rgb(71, 71, 71	);
    text-shadow: 0px -1px 1px rgb(255, 255, 255);
    
	
	}
	
	.input.no-label {margin-left:15em !important}

input[type="text"],input[type="password"], textarea, select {border: 1px solid #ababab; -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; padding: 5px; padding-left:10px;}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    background-color: #f2f2f2;
    border-color: #D3D3D3;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.15);
    cursor: not-allowed;
}

textarea {font-size: 1em}
	
input.mini, textarea.mini, select.mini {width: 60px;}
input.small, textarea.small, select.small {width: 90px;}
input.medium, textarea.medium, select.medium {width: 150px;}
input.large, textarea.large, select.large {width: 210px;}
input.xlarge, textarea.xlarge, select.xlarge {width: 270px;}
input.xxlarge, textarea.xxlarge, select.xxlarge {width: 530px}
textarea.xxlarge {overflow: auto;}
textarea {max-width: 530px; min-height: 110px}
input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #f9ed25; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	

.form label { 
	margin-left: 10px; 
	color: #999999; 
	}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
	
	.AdImage 
	{
	border:1px solid #c1c2c3;
	padding:5px;
	background-color:#fff;
	height:200px;
	width:295px;
	}
	.button 
{
	border: 1px solid #ababab;box-shadow:inset 0 1px 0px #fff; color: #3b3b3b;
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#e9e9e9));
    background: -webkit-linear-gradient(top, #efefef 0%,#e9e9e9 100%);
    background: -o-linear-gradient(top, #efefef 0%,#e9e9e9 100%);
    background: -ms-linear-gradient(top, #efefef 0%,#e9e9e9 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e9e9e9',GradientType=0 );
    background: linear-gradient(top, #efefef 0%,#e9e9e9 100%);
}

	

	

	