body 
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: ms trebuchet, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #737B80;
	background: #00163d url(../images/_redesign/li_bg.jpg) top center no-repeat;
	/*background: #146cab url(../images/_redesign/vc_bg.jpg) top center no-repeat;*/
	text-align:center;
	}

body div {text-align: left;}

/* @group clearfix */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
/* @end */

/* BASIC SEMANTIC STYLES 

*/
hr
	{
	border: 0;
	color: #BFD0E4;
	background-color: #BFD0E4;
	height: 1px;
	margin:10px 20px 10px 0px;
	}
li
	{
	list-style-type: square;
	}
.reglist li
	{
	list-style-type: inherit !important;
	}
p, li, td
	{
	font-family:arial, sans-serif;
	font-size: 12px;
	}
p
	{
	/*padding-bottom:5px;	*/
	}

h1
	{
	font-size: 25px;
	font-family:arial, helvetica, sans-serif;
	color: #377db6;	
	line-height: 28px;
	margin:0px 0px 0px 0px;
	font-weight:normal;
	}
h2
	{
	font-size: 18px;
	font-family:arial, helvetica, sans-serif;
	line-height: 19px;
	color: #044e89;		
	padding-bottom: 5px;
	margin:0px 0px 0px 0px;
	font-weight:normal;
	}
h3, h3 a
	{
	font-size: 19px !important;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;		
	line-height: 22px !important;
	color: #032953 !important;
	padding: 0px;
	margin:2px 0 10px;
	font-weight: normal;
	}
h3 a {text-decoration: none !important;}	
h3 a:hover{text-decoration: underline !important;}

h4
	{
	font-size: 12px;
	font-family:arial, helvetica, sans-serif;
	font-weight: bold;		
	line-height: 18px;
	color: #377db6;
	padding-bottom: 5px;
	margin:0px 0px 0px 0px;
	}



/*
LINK STYLES
*/
a
	{
	color: #0066cc;
	text-decoration: underline;
	font-weight:normal;

	font-family:arial, helvetica, sans-serif;
	text-decoration: underline;		
	}
a:hover
	{
	text-decoration: none;	
	font-weight:normal;
	}

#testing-site {
	z-index:100;
	position:absolute;
	margin:50px;
	color:red;
	font-size:xx-large;
}

#wrapper {
	margin:0 auto;
	width:990px;
}

#header {
	height: 144px;
}

ul#top-menu {
	float: right;
	/*background: transparent url(../images/_redesign/bg_top-menu.png) no-repeat top right;*/
	background: transparent url(../images/_redesign/bg_li_top-menu.png) no-repeat top right;
	height: 35px;
	width: 450px;
	margin: 10px 10px 0 0;
	padding: 10px 5px 0 0;
}

ul#top-menu li {
	float: right;
	font-size: 11px;
	line-height: 11px;
	list-style: none !important;
	border-right: 1px solid #fff;
}

ul#top-menu li#cart {
	border-right: none !important;
	/* background: transparent url(../images/_redesign/cart.png) no-repeat 10px 0px; */
	background: transparent url(../images/leadership/cart.png) no-repeat 10px 0px;
	padding-left: 20px !important;
}

ul#top-menu li a{
	display: block;
	float: left;
	padding: 0px 10px 1px;
	color: #fff;
	text-decoration: none;
}

ul#top-menu li a:hover{
	text-decoration: underline;
}

a#logo {
	float: left;
	margin: 20px 0 0 40px;
}

img.slogan {
	float: left;
	clear: none;
	margin: 0 0 0 60px;
}


#content {
	position: relative;
	/* background: #fefefe url(../images/_redesign/bg_content-bottom.png) no-repeat right bottom; */
	background: #fefefe url(../images/_redesign/bg_li_content-bottom.png) no-repeat right bottom;
	width: 990px;
	padding: 28px 0 0 0;
}

#mainnav-container {
	position: absolute;
	top: -28px;
	left: 0;
	width: 990px;
	height: 52px;
	z-index: 1000;
}

#mainnav {
	width: 707px;
	height: 48px;
	background: transparent url(../images/_redesign/bg_li_mainnav.png) no-repeat top left;
	/* background: url(../images/_redesign/bg_mainnav.png) no-repeat scroll left top transparent; */
	margin: 0 0 8px 6px;
	float: left;
	position:relative;
	z-index: 1000;
}

#mainnav ul {
	position:absolute;
}

#mainnav ul li {
	float: left;
	font-size: 14px;
	height: 48px;
	list-style: none !important;
	text-transform: uppercase;
	background: transparent url(../images/_redesign/bg_li_mainnav-item.gif) no-repeat left 16px;
	/* background: url(../images/_redesign/bg_mainnav-item.gif) no-repeat scroll left 16px transparent; */
	padding-left: 10px;
	position: relative;
	display: block;

}

#mainnav ul li a {
	display: block;
	background: none;
	float: left;
	padding: 18px 30px 13px 20px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	white-space:nowrap;
}

#mainnav ul li#home {
	border-right: none !important;
	background: transparent url(../images/_redesign/icon_li_home.png) no-repeat 48px center;
	/* background: url(../images/_redesign/icon_home.png) no-repeat scroll 48px center transparent; */
	width: 100px;
	padding-left: 0 !important;
}

#mainnav ul li#home a { 
	display: block;
	height: 48px;
	width: 100px;
	padding: 0 !important;
}

#mainnav ul li#home:hover {background: transparent url(../images/_redesign/icon_li_home.png) no-repeat 48px center !important;}
#mainnav ul li#home:hover a {background: none !important;}

.white-box #joinHR {
	height: 1px;
	color: #C3C3C3;
	background-color:#C3C3C3;
}

#mainnav ul li.selected {
	background:url(../images/_redesign/bg_mainnav-left-selected.png) no-repeat left 9px;
}

#mainnav ul li.selected a {
	background:url(../images/_redesign/bg_mainnav-right-selected.png) no-repeat right 9px;
}
#mainnav ul li:hover, #mainnav ul li.sfHover{
	background:url(../images/_redesign/bg_mainnav-li-left-hover.png) no-repeat left 9px !important;
}

#mainnav ul li:hover a, #mainnav ul li.sfHover a{
	background:url(../images/_redesign/bg_li-mainnav-right-hover.png) no-repeat right 9px !important;
}

#mainnav ul li ul {
	display: none;
	position:absolute;
	z-index: 1000;
	margin-left:-6px;
	top: 48px;
	left: 10px;
	background: none !important;
	width: 200px;
}

#mainnav ul li:hover ul {
	display:block;
}

#mainnav ul li ul li {
	background: none !important;
	padding:0;
	margin: 0;
	height:1%;
	display: block;
	width: 100%;
}

#mainnav ul li ul li:hover{
	background: none !important;
}

#mainnav ul li ul li div.subnav {
	background: #146cab url(../images/_redesign/bg_mainnav-subnav.png) repeat-x top left;
	margin: 0;
	padding: 5px 0 0;
	height:1%;
	width: 100%;
	border-bottom: 4px solid #146CAB;
}

#mainnav ul li ul li div.subnav div {
	background: #fff !important;
	margin: 0 4px;
	padding: 4px 0;
	height:1%;
	
}

#mainnav ul li ul li div.subnav div div {
	background: #eaf0f6 !important;
	padding: 4px;
	height:1%;
	font-size: 0;
}


#mainnav ul li ul li div.subnav-bottom {
	/*	
	background: transparent url(../images/_redesign/bg_subnav-bottom-left.png) no-repeat top left !important;
	height: 80px;
	font-size: 0;
	width: 100%;
	display: block;
	background: #f00;
	*/
	
}

#mainnav ul li ul li div.subnav-bottom div{
	/*
	background: transparent url(../images/_redesign/bg_subnav-bottom-right.png) no-repeat top right !important;
	height:8px;
	margin-left:4px;
	display: block;
	font-size: 0;
	line-height: 0;
	
	width: 100%;
	*/
}


#mainnav li li a {
	
	
	
	color: #04264c;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-transform: none !important;
	height: 18px;
	background: none !important;
	height:auto;
	cursor:pointer;
	padding: 0;
	margin: 5px 0 8px;
	width: 100%;
	min-width: 120px;
	white-space: nowrap;
	float: none !important;
	
	
	
	
}
#mainnav li li a span{
	display: block;
	padding: 0 6px 0 9px;
	background: none;
}


#mainnav ul li:hover ul li a {background: none !important;}

#mainnav ul li ul li a:hover {
	background: #bfcad5 url(../images/_redesign/bg_subnav-right.png) no-repeat top right !important;
}

#mainnav li li a:hover span{
	background: url(../images/_redesign/bg_subnav-left.png) no-repeat top left !important;
}

#mainnav ul li.selected ul li, #mainnav ul li.selected ul li a{
	background: none !important;
}



#contribute-now {
	width: 268px;
	height: 52px;
	background: url(../images/_redesign/bg_contribute.png) no-repeat top left;
	/*
	margin: -26px 4px 4px 5px;
	float: right;
	*/
	position: absolute;
	top: -2px;
	right: 5px;
}

#contribute-now a{
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 52px;
	height: 52px;
	text-transform: uppercase;
	text-decoration: none;
	width: 268px;
}

#home-left {
	width: 706px;
	min-height: 316px; height: auto !important; height: 316px;
	float: left;
	display: inline;
	margin: 0px 5px 0 7px;
}

#slideshow {
	position:relative;
	

}

#slideshow .slides {
	height: 316px;
}

#slideshow .slides ul {
	margin: 0;
}

#slideshow ul.slides-nav {
    position:absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
    list-style: none !important;
}

#slideshow ul.slides-nav li {
    float: left;
    background: url(../images/_redesign/bg_rotator-unselected.png) no-repeat left top;
    height: 21px;
    width: 23px;
    margin-right: 8px;
    text-align: center;
    font-weight: bold;
    list-style: none !important;
}

#slideshow ul.slides-nav li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 2px;
    display: block;
}

#slideshow ul.slides-nav li.on {
    background: url(../images/_redesign/bg_rotator-selected.png) no-repeat left top;
}


#upcoming-events {
	width: 325px;
	background:url(../images/_redesign/bg_li_upcoming-events.png) no-repeat top left;
	min-height: 223px;
	margin: 12px 0 0 -3px;
	padding: 0 0 0 30px;
	float: left;
	display: inline;
	
}

#upcoming-events h3 {
	margin: 12px 0;
}

#upcoming-events a {text-decoration: none;}
#upcoming-events a:hover {text-decoration: underline;}

#upcoming-events .event {float: left;margin-bottom: 15px;}

#upcoming-events .event .event-date {
	color: #06375d;
	background: url(../images/_redesign/bg_event-date.png) no-repeat top left;
	width: 30px;
	height: 30px;
	font-family:arial;
	float: left;
	display: inline;
	clear: left;
	margin-top: 2px;
}

#upcoming-events .event .event-date .month {
	
	width: 30px;
	text-align: center;
	font-size: 8px;
	text-transform: uppercase;
	height: 10px;
	line-height: 10px;
	font-weight: bold;
}
#upcoming-events .event .event-date .day {
	width: 30px;
	text-align: center;
	font-size: 18px !important;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
}

#upcoming-events .event .event-info {
	float: left;
	display: inline;
	margin:  0 20px;
	width: 225px;
}

#upcoming-events .event .event-info .headline, #upcoming-events .event .event-info .headline a {
	color: #084c84;
	font-size: 13px;
}

#upcoming-events .event .event-info .city-state {
	color: #666;
	font-size: 11px;
}

#gay-politics {
	width: 330px;
	min-height: 223px;
	margin: 12px 0 0 0;
	padding: 0 0 0 22px;
	float: left;
	display: inline;
	
	background: url(../images/_redesign/bg_li_gay-politics.png) no-repeat;
}
    
    #gay-politics img { margin:10px 0 0 0; }
    
    #gay-politics ul {
	    margin: 10px 0 0 16px;
	    padding: 0 20px 0 0;
    }

    #gay-politics ul li 
    {
        list-style-position:outside;
	    padding: 0 0 16px 0;
    }

    #gay-politics ul li a {
	    text-decoration: none;
	    color: #2e2e2e;
    }
    
    
#gay-politics .frame{
	width: 108px;
	height: 91px;
	float: left;
	display: inline;
	background: url(../images/_redesign/bg_article-image.png) no-repeat top left;
}

#gay-politics .frame img {
	width: 94px;
	height: 77px;
	margin: 7px;
}

#gay-politics .summary {
	float: left;
	width: 180px;
	margin: 0 0 10px 5px;
}

#gay-politics .summary p {
	font-size: 12px;
	color: #2e2e2e;
	
}

#featured-candidates {
	clear: both;
	margin: 10px 0 0 6px;
	width: 660px;
	min-height: 150px;
	padding: 0; 
	background: #fefefe url(../images/_redesign/bg_featured-candidates2.png) no-repeat top left;
}

#featured-candidates {
	padding: 20px;
	margin-top: 10px;
}	

#featured-candidates h3 {color: #04173c;}
#featured-candidates .cand {
	float:left;
	display: inline;
	margin-right: 30px;
}
#featured-candidates .cand.last {margin-right: 0;}

#featured-candidates .cand .frame {
	width: 135px;
	height: 94px;
	float: left;
	background: url(../images/_redesign/bg_featured-cand-image-frame.png) no-repeat top left;
}

#featured-candidates .cand .frame img{
	width: 127px;
	height: 85px;
	margin: 4px 4px 5px;
}

#featured-candidates .cand .info {
	float: left;
	clear: left;
	font-size: 11px;
	line-height: 15px;
	color: #04264c;
	width: 135px;
	margin: 10px 0px 0 0;
}

#featured-candidates .cand .info h4 {
	padding-bottom: 2px;
	font-size: 14px;
	line-height: 18px;
	font-family: arial;
	font-weight: normal;
}

#featured-candidates .cand .info h4 a {
	color: #ad0404;
}



#home-right {
	width: 265px;
	min-height: 860px; height: auto !important; height: 860px;
	float: left;
	display: inline;
	margin: 0 0 0 0;
	padding-top: 8px;
	background: #a1adbc url(../images/_redesign/bg_li_home-right.png) repeat-x left bottom;
	/* background: url("../images/_redesign/bg_home-right.png") repeat-x scroll left bottom #A1ADBC; */
}




.white-box {
	width: 251px;
	margin: 0px 7px 8px 7px;
}

.white-box .top-cap {
	background: transparent url(../images/_redesign/bg_rounded-top.png) no-repeat left top;
	width: 251px;
	height: 8px;
	font-size: 0;
	line-height: 0;
}

.white-box .bottom-cap {
	background: transparent url(../images/_redesign/bg_rounded-bot.png) no-repeat left bottom;
	width: 251px;
	height: 10px;
	font-size: 0;
	line-height: 0;
}

.white-box .box-content {
	background: #fff;
	width:231px;
	padding: 0 10px;
	overflow:hidden;
	position:relative;
}
	/* IE6 fix */
	* html #sub-right .white-box .box-content { width:251px; }
	
.white-box .box-content h4 {
	color: #04173c;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 5px 0;
}


.white-box .box-content h4 span {
	color: #2e87c8;
	font-weight: bold;
}

.white-box .box-content p {
	padding: 0;
	margin: 0;
}

.white-box .box-content form select {
	border: 1px solid #d0d1d1 !important;
	height: 25px;
	width: 207px;
	color: #7c7c7c;
	font-size: 10px;
	padding: 3px 8px;
	margin: 4px 0;
	
}

.white-box .box-content form input {
	border: none !important;
	background: transparent url(../images/_redesign/bg_input.gif) no-repeat left bottom;
	height: 25px;
	width: 223px;
	color: #7c7c7c;
	font-size: 10px;
	padding: 0px 8px;
	margin: 4px 0;
	line-height: 25px;
	
	
}

* html .white-box .box-content form input {
	width: 223px;
}

* html #home-right .white-box .box-content form input#emailStayConnected {
	width: 207px;
}

.white-box .box-content form input.sm {
	border: none !important;
	background: transparent url(../images/_redesign/bg_input-sm.gif) no-repeat left bottom;
	height: 25px;
	width: 139px;
	float: left;
}

.white-box .box-content form input.signup {
	border: none !important;
	background: transparent url(../images/_redesign/bg_signup.png) no-repeat left bottom;
	height: 25px;
	width: 71px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;

	position:absolute; right:0; bottom:0;
	margin:0 18px 4px 0;
	cursor:pointer;
}

	#sub-right .white-box .box-content form input.signup {
		margin:0 18px 0 0;
	}

#campBluBox .white-box {
	width: 356px !important;
	margin: 14px 14px 0 !important;
}

#campBluBox .white-box .top-cap, #campBluBox .white-box .bottom-cap {
	display: none !important;
}

#campBluBox .white-box .box-content {
	padding: 5px 15px 10px !important;
	width:326px !important;
	position:relative;
}
	/* for Internet Explorer */
	/*\*/
	* html #campBluBox .white-box .box-content { width:356px !important; }
	/**/

#campBluBox .white-box .box-content form input.txt {
	width: 326px;
	background:url(../images/_redesign/bg_input-lg.gif) no-repeat 0 0;
}

#campBluBox .white-box .box-content form input.signup {
	width: 71px !important;
	position:absolute; right:0; bottom:0;
	margin:0 15px 14px 0;
	cursor:pointer;
}
	/* for Internet Explorer */
	/*\*/
	* html #campBluBox .white-box .box-content form input.signup { margin-bottom:15px; }
	/**/
	
	
#fb-root {
	background: transparent url(../images/_redesign/icon_facebook.png) no-repeat left top;
	color: #04173c;
	font-size: 12px;
	font-family: arial;
	min-height: 50px;
	margin: 10px 0;
}

#fb-root a { padding: 0 0 10px 50px; display: block; text-decoration: none;}

#fb-root span {
	color: #0e75c0;
	font-size: 16px;
	font-family: arial;
}

#fb-root .onFacebook {
	color: #000000;
	font-size: 12px;
	font-family: arial;
}

#fb-root .twtr-timestamp {
	color: #0F74C2;
}


#facebook-like {
	background: #fff;
	margin-top:0px;
	width: 225px;
	padding:0;
	margin: 0;
}

#facebook-like.module {
	width: 225px;
	padding: 0;
	margin: 0;
}

#facebook-like .fb-iframe {
	width: 235px;
	height: 75px;
	border:none;
	background: #fff;
	overflow:hidden;
	padding: 0;
	margin: -5px 0 0 -10px;
}

.fan_box .connect_top {
	padding: 0;
}

#home-right #anniversary {
	margin-bottom:3px;
}
#anniversary {
	margin-bottom:6px;
}

#twitter {
	/*background: transparent url(../images/_redesign/icon_twitter.png) no-repeat left top;*/
	padding: 0 0 0 0;
	color: #04173c;
	font-size: 12px;
	font-family: arial;
	min-height: 50px;
	margin: 0 0 0;
	
}

#twitter .logo {
	float: left;
	display:  inline;
	width: 50px;
}

#twitter .logos {
	padding: 0 0 0 0;
	width: 225px;
	height: 50px;
}

#twitter .logos img {
	float: left;
	display: inline;
}

.latest-tweet {
}



#twitter a { text-decoration: none;}

#twitter span {
	color: #4bc3e5;
	font-size: 16px;
	font-family: arial;
	text-decoration: none;
}

#twitter .onTwitter {
	color: #000000;
	font-size: 12px;
	font-family: arial;
}

.twtr-tweet-text p {
	font-size: 16px;
	font-weight: bold;
}


#fb-root div, #twitter div {
	height: 24px;
	padding-top: 2px;
}

#fb-root div img, #twitter div img {
	float: left;
	margin: 2px 0 0 0;
}

#fb-root div div.followers, #twitter div div.followers {
	float: right;
	color: #04173c;
	font-size: 11px;
	margin: 2px 17px 0 0;
	font-weight: bold;
}

#fb-root iframe {width: 180px !important; height: 40px !important;}

.twtr-hd, .twtr-ft {display: none;}

.twtr-tweet-text p, .twtr-tweet-text p a {
	font-size: 15px;
	line-height:18px;
}

a.twtr-timestamp {font-size: 11px !important;}
a.twtr-reply {font-size: 11px !important; visibility: visible !important; color: #eb172e !important; padding: 0 5px;  font-weight: bold !important; text-transform: capitalize;}

#twtr-widget-1 .twtr-tweet-text i a.twtr-reply {color: #eb172e !important;}

.twtr-widget .twtr-tweet-wrap {padding: 12px 0 6px!important;}


a.rss {
	float: right;
	display: block;
	height: 14px;
	width: 13px;
	background: transparent url(../images/_redesign/rss.png) no-repeat left top;
	margin: 15px 10px 0 0;
}
a.rss span {display: none;}

a.more {
	clear: both;
	background: transparent url(../images/_redesign/more.png) no-repeat right top;
	padding: 0 19px 0 0;
	color: #3c94ce;
	font-size: 11px;
	text-decoration: none;
	
}

a.more:hover {
	text-decoration: underline;
}



#footer {
	background: #00163d url(../images/_redesign/bg_li_footer.png) repeat-x left top;
	/* background:url("../images/_redesign/bg_footer.png") repeat-x scroll left top #146CAB; */
	width: 960px;
	margin-bottom: 100px;
	padding: 0 15px;
}

#footer .top{
	background: transparent url(../images/_redesign/bg_li_footer-top.png) no-repeat left top;
	/* background: url("../images/_redesign/bg_footer-top.png") no-repeat scroll left top; */
	width: 960px;
	height: 5px;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	
}

#footer .bottom{
	background: transparent url(../images/_redesign/bg_li_footer-bot.png) no-repeat left top;
	/* background: url("../images/_redesign/bg_footer-bot.png") no-repeat scroll left top; */
	width: 960px;
	height: 5px;
	font-size: 0;
}

#footer .content {
	background: #056eba;
	/* background: #032953; */
	width: 960px;
	font-size: 11px !important;
	line-height: 13px !important;
	padding: 10px 0;
}

#footer .content .nav-container {
	width: 890px;
	margin: 0 35px;
}

#footer .content .nav-container span {
	display: inline-block;
	float: left;
	width: 115px;
	padding: 8px 0 7px;
	color: #fff;
	text-transform: uppercase;
}

#footer .content .nav-container ul {
	float: left;
	display: inline;
	width: 775px;
	border-bottom: 1px solid #1778bf;
	/* border-bottom: 1px solid #15385F; */
	margin: 0;
}

#footer .content .nav-container ul.last {
	border-bottom: 0;
}

#footer .content .nav-container ul li {
	float: left;
	display: inline;
	padding: 7px 0;
	font-size: 1em;
	color: #3C94CE;
}

#footer .content .nav-container ul li.divider {
	padding: 7px 10px;
}

#footer .content .nav-container ul li a {
	text-decoration: none;
	/* color: #3C94CE; */
	color: #96CBEF;
}

#footer p.copy {
	/* color: #459bd9; */
	color: #1C4D7E;
	font-size: 10px;
	line-height: 14px;
	margin: 6px 10px;
	
}

#footer ul#bottom-menu {
	float: left;
	padding: 10px 0 0 0;
}

#footer ul#bottom-menu li {
	float: left;
	font-size: 10px;
	line-height: 10px;
	list-style: none !important;
	border-left: 1px solid #fff;
	font-size: 10px;
	font-family: verdana;
}

#footer ul#bottom-menu li.first {border-left: none !important;}

#footer ul#bottom-menu li a{
	display: block;
	float: left;
	padding: 0px 10px 1px;
	color: #fff;
}


#sitesearch form input {
	border: none !important;
	background: transparent url(../images/_redesign/bg_input.gif) no-repeat left bottom;
	height: 25px;
	width: 223px;
	color: #7c7c7c;
	font-size: 10px;
	padding: 4px 8px;
	margin: 4px 0;
}

#sitesearch form input.search {
	border: none !important;
	background: transparent url(../images/_redesign/bg_signup.png) no-repeat left bottom;
	height: 25px;
	width: 71px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
	vertical-align: top;
	/*float: right;*/
	margin-left: 14px;
}

