/* @override http://www.gracesd.com/_css/styles.css */

/* Site: Grace San Diego */

*
{
	margin: 0;
	padding: 0;
	line-height: 1;
}

body
{
	background: url(/_img/bg_body.gif) repeat-x center top;
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

hr
{
	display: none;
}

#skip
{
	position: absolute;
	text-indent: -9999px;
	list-style: none;
}

#container-outer
{
	background: url(/_img/bg_container-outer.gif) repeat-x 8px 0;
	position: relative;
	top: 28px;
	background-color:#1C5D6E;
}

#container-outer-background
{
	background: url(/_img/bg_container-outer_background.jpg) no-repeat center 117px;
}

#container
{
	width: 960px;
	margin: 0 auto;
	background: url(/_img/bg_container.gif) no-repeat;
	position:relative;
}

#container-background
{
	width: 1189px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
#container-backgroundleft
{
	background-image: url(/_img/bg_container-left.jpg);
	background-position: 22px 117px;
	background-repeat: no-repeat;
	height: 100%;
	left:-1px;
	position: absolute;
	haslayout:-1;
	width: 212px;
}
#container-backgroundright
{
	background-image: url(/_img/bg_container-right.jpg);
	background-repeat: no-repeat;
	height: 100%;
	background-position:0px 117px;
	left: 986px;
	position: absolute;
	width: 212px;	haslayout:-1;
}
a
{
	overflow: hidden;
}

/* =Header
---------------------------------------------------------------------
*/

#header{
   position: relative;
   float: left;
   width: 960px;
   height: 80px;
   margin-top: 1px;
   background: url(/_img/bg_header.gif) no-repeat center;
}

#header h1{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 276px;
   height: 46px;
   margin: 21px 0px 0px 105px;
   background: url(/_img/bg_h1.gif) no-repeat;
   text-indent: -9999px;
}

#header h1 a{
   display: block;
   width: 276px;
   height: 46px;
}

#header #meta-nav{
   position: absolute;
   bottom: 0;
   right: 102px;
   padding: 7px 0 9px;
   border-top: 1px solid #305766;
   border-left: 1px solid #305766;
   background: #2A4F5C url(/_img/bg_meta-nav.gif) repeat-x;
}

#header #meta-nav p{
   color: #a7bbb9;
   font-size: 1.2em;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#header #meta-nav a{
   padding: 0 13px;
   color: #a7bbb9;
   text-decoration: none;
}

#header #meta-nav a:hover{
   color: #F9F9F7;
}

/* =Navigation
---------------------------------------------------------------------
*/

#nav
{
	float: right;
	width: 197px;
	height: auto;
	padding: 69px 7px 0;
	border: 1px solid #8da29f;
	border-top: 0;
	border-bottom: 0;
	background: url(/_img/bg_nav.gif) repeat-x;
}

body#home #nav
{
   width: 188px;
   min-height: 349px;
   height: auto !important;
   height: 349px;
   padding: 70px 1px 0;
}

#nav li
{
	font-size: 1.1em;
	font-weight: bold;
	font-family: "Lucida Sans" , "Lucida Grande" , "Trebuchet MS" , Arial, Helvetica, Verdana, Tahoma, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	list-style: none;
}

#nav li a
{
	display: block;
	padding: 7px 0 7px 28px;
	background: url(/_img/bg_nav_li_a.gif) no-repeat 17px 9px;
	color: #00424b;
	text-decoration: none;
}

#nav li.current a, #nav li.current li.current a, #nav li.current li.current li.current a
{
	background: url(/_img/bg_nav_li_current_a.gif) no-repeat 11px 9px;
    color:#f9f9f7;
}

#nav li.current li a, #nav li.current li.current li a
{	color:#00424b;
	background: url(/_img/bg_nav_li_a.gif) no-repeat 17px 9px;

}

#nav li li, #nav li.current li li
{
	display: none;
	margin-left: 15px;
	font-size: 1em;
}

#nav li.current li, #nav li.current li.current li
{
	display: block;
}

#nav li a:hover, #nav li.current li a:hover, #nav li.current li.current a:hover, #nav li.current li.current li.current a:hover
{
	padding: 6px 0px 6px 27px;
	border: 1px solid #89a09c;
	background: #b9cdcb url(/_img/bg_nav_li_a_hover.gif) no-repeat;
}

/* =Container-Inner
---------------------------------------------------------------------
*/

#container-inner
{
	clear: left;
	width: 765px;
	margin: 0 auto;
	padding: 8px;
	border: 1px solid #5A4A39;
	background: #F9F9F7;
}

#container-inner img#home-header
{
	display: block;
	margin-bottom: 3px;
	border: 3px solid #256577;
}

/* =Content-Wrap
---------------------------------------------------------------------
*/

#content-wrap
{
	position: relative;
	float: left;
	width: 765px;
	margin-bottom: 3px;
	padding-bottom: 30px;
	background: url(/_img/bg_content-wrap.gif) repeat-y right 0;
}

body#home #content-wrap
{
	margin-top: 4px;
	padding-bottom: 0;
	background: url(/_img/bg_content-wrap_home.gif) repeat-y 573px 0;
}

#content-wrap #search
{
	position: absolute;
	top: 17px;
	right: 28px;
	width: 166px;
}

body#home #content-wrap #search{
   top: 14px;
   right: 18px;
}

#content-wrap #search h3
{
	margin-bottom: .25em;
	color: #00434C;
	font-size: 1.1em;
	text-transform: uppercase;
}

body#home #content-wrap #search h3
{
	color: #00434c;
}

#content-wrap #search form input#search_term
{
	float: left;
	width: 127px;
	margin-right: 3px;
	padding: 5px 3px 4px;
	border: 1px solid #D0CBC4;
	color: #545454;
	font-size: 1.2em;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#content-wrap #search form a#search_go
{
	float: left;
	display: block;
	width: 28px;
	height: 25px;
	background: url(/_img/bg_search_go.gif) no-repeat;
	text-indent: -9999px;
}

#content-wrap #home-box
{
	float: right;
	width: 178px;
	margin: 10px 0 0 16px;
}

#content-wrap #home-box h3
{
	margin-bottom: 6px;
	color: #FFF;
	font-size: 1.2em;
	text-transform: uppercase;
}

#content-wrap #home-box div
{
	width: 161px;
	height: 132px;
	padding: 10px 0 0 6px;
	margin-bottom: 8px;
}

#content-wrap #home-box #home-box_1
{
	background: url(/_img/bg_home-box_3.gif) no-repeat;
}

#content-wrap #home-box #home-box_2
{
	background: url(/_img/bg_home-box_3.gif) no-repeat;
}

#content-wrap #home-box #home-box_3
{
	background: url(/_img/bg_home-box_3.gif) no-repeat;
}

#content-wrap #home-box img
{
	width: 153px;
	height: 106px;
}

#content-wrap #home-box #home-box_1 img
{
	border: 1px solid #7e9491;
}

#content-wrap #home-box #home-box_2 img
{
	border: 1px solid #768c89;
}

#content-wrap #home-box #home-box_3 img
{
	border: 1px solid #7e9491;
}

/* =Content
---------------------------------------------------------------------
*/

#content
{
	display: inline; /* IE6 double margin float bug hack */
	float: left;
	width: 507px;
	margin: 25px 0 0 20px;
	padding-bottom: 30px;
	background: url(/_img/bg_content.gif) no-repeat center bottom;
}

body#home #content
{
	display: inline; /* IE6 double margin float bug hack */
	float: right;
	width: 337px;
	margin-right: 22px;
	background: none;
	padding-bottom: 10px;
}

body#home #content-header{
   border: 3px solid #235868;
   width: 761px;
   height: 252px;
}

#content h3
{
	margin-bottom: .5em;
	color: #236871;
	font-size: 2.2em;
	font-weight: normal;
	text-transform: lowercase;
}

body#home #content h3
{
	font-size: 1.9em;
	text-transform: none;
}

#content h4
{
	margin-bottom: .5em;
	color: #2a6777;
	font-size: 1.6em;
}

#content h5
{
	margin-bottom: .5em;
	color: #2a6777;
	font-size: 1.4em;
}

#content h6
{
	margin-bottom: .5em;
	color: #2a6777;
	font-size: 1.3em;
}

#content p, #content ul, #content ol, #content td
{
	margin-bottom: 1em;
	color: #545454;
	font-size: 1.3em;
	line-height: 1.15;
}

#content p.verse
{
	font-size: 1.4em;
	font-family: Georgia, Times, "Times New Roman" , serif;
	font-style: italic;
}

#content ul, #content ol
{
	/*margin-left: 3em;*/
}

#content ul#byline
{
	display: inline; /* IE6 double margin float bug hack */
	float: left;
	margin-bottom: 10px;
	font-size: 1.1em;
	list-style: none;
}

#content .gallery
{
	width: 150px;
	height: 180px;
	float: left;
}
#content .gallery img
{
	float: none;
}

#content .gallery-thumbnail p
{
	display: inline;
}

#content li
{
	line-height: 1.5;
}

#content ol li
{
	list-style-position: inside;
}

#content ul li
{
	padding-left: 14px;
	background: url(/_img/bg_content_ul_li.gif) no-repeat left 5px;
	list-style: none;
}

#content blockquote
{
	margin-left: 3em;
}

#content hr
{
	display: block;
	margin-bottom: 1em;
}

#content a
{
	color: #236871;
}

#content a:hover
{
	text-decoration: none;
}

#content img
{
	float: left;
	margin: 0 10px 5px 0;
	border-width: 0px;
}

#content #text
{
	clear: both;
}

#content .sermonbox
{
	margin-bottom: 20px;
}

#content .sermonbox h4
{
	margin-bottom: 5px;
	color: #00434C;
}

#content .sermonbox p
{
	padding: 0;
	margin: 0;
}

#content .sermonbox p.sermonlink
{
	margin-top: 10px;
}

#content .sermonbox p.eventtime
{
	margin-bottom: 0;
}

#content #member-cp p
{
    width: 65px;
    display: inline;
}

#content #member-cp ul
{
    width: 400px;
}

#content .viewmember
{
    margin-top: 20px;
}

#content .viewmember p
{
    width: 150px;
    display: inline;
}

#content .viewmember ul
{
    width: 320px;
}

#content #mediabox
{
	float: right;
	width: 125px; /*   padding: 5px 5px 0;    border: 1px solid #F00;    font-size: 1.1em;    list-style: none; */
}

#content #mediabox li
{
	margin-bottom: 5px;
	padding: 0;
	background: none; /*text-indent: -9999px;*/
	font-size: 11px;
	font-weight: bold;
	font-family: "Trebuchet MS" , Arial, Helvetica, Verdana, Tahoma, sans-serif;
	text-transform: uppercase;
	text-align: center;
}

#content #mediabox li a
{
	display: block;
	width: 109px;
	height: 19px;
	padding-top: 6px;
	color: #FFF;
	background-repeat: no-repeat;
	text-decoration: none;
}

#content #mediabox li.sl_listen a
{
	width: 95px;
	padding-left: 14px;
	background-image: url(/_img/bg_current-sermon_listen.gif);
}

#content #mediabox li.sl_download a
{
	width: 95px;
	padding-left: 14px;
	background-image: url(/_img/bg_current-sermon_download.gif);
}

#content #mediabox li.sl_video a
{
	width: 95px;
	padding-left: 14px;
	background-image: url(/_img/bg_current-sermon_video.gif);
}

#content #mediabox li.sl_notes a
{
	width: 95px;
	padding-left: 14px;
	background-image: url(/_img/bg_current-sermon_notes.gif);
}

/*#content #mediabox li{
   margin-bottom: 5px;
   padding: 0;
   background: none;
   font-weight: bold;
}

#content #mediabox li a{
   display: block;
   height: 16px;
   padding-left: 20px;
   background-repeat: no-repeat;
}
*/

#content #mediabox li#mb_print a
{
	background-image: url(/_img/mb_print.gif);
}

#content #mediabox li#mb_video a
{
	background-image: url(/_img/mb_video.gif);
}

#content #mediabox li#mb_download a
{
	background-image: url(/_img/mb_download.gif);
}

#content #mediabox li#mb_notes a
{
	background-image: url(/_img/mb_notes.gif);
}

#content #mediabox li#mb_jukebox a
{
	background-image: url(/_img/mb_jukebox.gif);
}

#content #mediabox li#mb_podcast a
{
	background-image: url(/_img/mb_podcast.gif);
}

#content #new-here
{
	float: left;
	width: 135px;
	height: 84px;
	margin: 25px 17px 0 0;
	padding: 31px 25px 0 29px;
	background: url(/_img/bg_new-here.gif) no-repeat;
}

#content #new-here h3
{
	text-indent: -9999px;
}

#content #new-here p
{
	color: #363636;
}

#content #new-here a
{
	color: #986810;
	text-decoration: none;
}

#content #new-here a:hover
{
	text-decoration: underline;
}

#content #podcast
{
	float: left;
	width: 118px;
	margin-top: 15px;
	
}

#content #podcast a
{
	text-decoration: none;
}

#content #podcast a:hover
{
	text-decoration: underline;
}

/* calendar */

#content table.calendar
{
	margin-bottom: 25px;
	border: 1px solid #00434C;
	border-collapse: collapse;
}

#content table.calendar caption
{
	padding-bottom: 10px;
	color: #236871;
	font-size: 1.4em;
}

#content table.calendar caption span
{
	color: #236871;
}

#content table.calendar th
{
	padding: 6px 0;
	background: #00434C;
	color: #A7bbb9;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}

#content table.calendar td
{
	width: 68px;
	height: 68px;
	padding: 2px;
	border: 1px solid #00434C;
	color: #00434C;
	font-size: 1em;
	vertical-align: top;
}

#content table.calendar td a
{
	text-decoration: none;
}

#content table.calendar td ul
{
	margin: .5em 0 0 .5em;
	font-size: 100%;
	list-style: none;
}

#content table.calendar td li
{
	margin-bottom: 1em;
	padding: 0;
	background: none;
	font-size: 1.1em;
	line-height: 1.2;
}

#content table.calendar td li a
{
	text-decoration: underline;
}

#content table.calendar td li a:hover
{
	text-decoration: none;
}

/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar
{
	display: inline; /* IE6 double margin float bug hack */
	clear: right;
	float: right;
	width: 179px;
	margin-right: 17px;
	padding-top: 17px;
	margin-top: 20px;
	border-top: 1px solid #9cadaa;
}

body#home #sidebar
{
	border: 0;
}

#sidebar h3
{
	margin-bottom: .5em;
	color: #00434C;
	font-size: 1.1em;
	font-weight: bold;
	font-family: "Lucida Sans" , "Lucida Grande" , "Trebuchet MS" , Arial, Helvetica, Verdana, Tahoma, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#sidebar h4, #sidebar h5, #sidebar h6
{
	margin-bottom: .5em;
	color: #00434C;
	font-size: 1.1em;
	font-weight: bold;
}

#sidebar p, #sidebar li
{
	margin-bottom: 1em;
	color: #00434C;
	font-size: 1.1em;
	line-height: 1.25;
}

#sidebar ul, #sidebar ol
{
	margin: 0 0 1em 34px;
}

#sidebar li
{
	margin-bottom: .25em;
}

#sidebar a
{
	color: #00434C;
}

/* traildiv */

#traildiv{
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 999;
   visibility: hidden;
   width: 150px;
   height: 100px;
   color: #236871;
}

#traildiv ul{
   padding: .75em;
   padding-bottom: 0;
   border: 3px solid #577288;
   background: #A4B8B6;
   font-size: 1.1em;
}

#traildiv li{
   color: #236871;
   margin-left: 1em;
   margin-bottom: .75em;
}

#traildiv a{
   color: #236871;
   text-decoration: none;
}

.monkForm label{
  margin-bottom: 6px;
}

#comments form label{
	margin-bottom: .5em;
	color: #2a6777;
	font-size: 1.4em;
}

#comments form textarea{
  width: 100%;
  clear: both;
  margin: 10px 0;
}

#comments p.thanks{
  font-weight: bold;
  font-style: italic;
}

/* =Footer
---------------------------------------------------------------------
*/

#footer
{
	clear: both;
	padding-bottom: 75px;
	background-image: url(/_img/bg_footer_bottom.jpg);
	background-position: bottom;
}

#footer p
{
	float: left;
	color: #898989;
	font-size: 1.2em;
	padding-left: 15px;
}

#footer p.powered
{
	float: right;
	padding-right: 15px;
}

#footer a
{
	color: #80953F;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer #footer-inner
{
	height: 280px;
	margin-bottom: 15px;
	padding: 34px 22px 34px 22px;
	background: #00434C url(/_img/bg_footer.gif) repeat-x;
}

#footer #footer-inner h3
{
	margin-bottom: .75em;
	padding: 11px 0 8px;
	border-bottom: 3px solid #a7bbb9;
	color: #FFF;
	font-size: 1.3em;
	text-transform: uppercase;
}

#footer #footer-inner #news
{
	float: left;
	width: 220px;
	margin-right: 25px;
}

#footer #footer-inner #news h4
{
	margin-bottom: .5em;
	font-size: 1.3em;
}

#footer #footer-inner #news h4 a
{
	color: #a7bbb9;
}

#footer #footer-inner #news p
{
	margin-bottom: 2em;
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.25;
}

#footer #footer-inner #news p.byline
{
	color: #988D81;
	font-size: 1.1em;
}

#footer #footer-inner #news a.more
{
	margin-left: 3px;
	padding-right: 10px;
	background: url(/_img/bg_more.gif) no-repeat right center;
	color: #a7bbb9;
	font-weight: bold;
}

#footer #footer-inner #recent-sermons{
   float: left;
   width: 227px;
   margin-right: 20px;
}

#footer #footer-inner #recent-sermons h3{
   margin-bottom: 1px;
   font-size: 1.22em;
}

#footer #footer-inner #recent-sermons .sermon{
   position: relative;
   margin-bottom: 1px;
   padding: 10px 12px 11px;
   border-bottom: 1px solid #17535b;
}

#footer #footer-inner #recent-sermons .sermon:hover{
   padding-bottom: 11px;
   background: url(/_img/bg_footer_sermon_hover.gif) repeat-x center center;
}

#footer #footer-inner #recent-sermons .sermon h4{
   width: 167px;
   margin-bottom: .25em;
   font-size: 1.2em;
   font-weight: normal;
   line-height: 1.2;
}

#footer #footer-inner #recent-sermons .sermon h4 a{
   color: #A7BBB9;
}

#footer #footer-inner #recent-sermons .sermon p{
   float: none;
   font-size: 1.1em;
   color: #FBFBFB;
   padding-left: 0px;
}

#footer #footer-inner #recent-sermons .sermon ul{
   float: right;
}

#footer #footer-inner #recent-sermons .sermon li{
   text-indent: -9999px;
   list-style: none;
}

#footer #footer-inner #recent-sermons .sermon li a{
   position: absolute;
   top: 16px;
   right: 5px;
   width: 15px;
   height: 14px;
   background-repeat: no-repeat;
   background-position: left top;
}

#footer #footer-inner #recent-sermons .sermon li.download a{
   right: 25px;
   background-image: url(/_img/bg_footer_download.gif);
}

#footer #footer-inner #recent-sermons .sermon li.play a{
   background-image: url(/_img/bg_footer_play.gif);
}

#footer #footer-inner #recent-sermons .sermon:hover li a{
   background-position: left bottom;
}

#footer #agenda{
   float: left;
   width: 227px;
   margin-right: 20px;
}

#footer #agenda ul{
   float: left;
   width: 227px;
   border-bottom: 3px solid #A7BBB9;
   list-style: none;
}

#footer #agenda li{
   float: left;
   font-size: 1.2em;
   font-weight: bold;
   text-transform: uppercase;
   text-align: center;
}

#footer #agenda li a{
   display: block;
   height: 21px;
   padding-top: 11px;
   color: #FFF;
   outline: 0;
}

#footer #agenda li#an_agenda a{
   width: 72px;
}

#footer #agenda li#an_calendar{
   width: 88px;
}

#footer #agenda li#an_agenda a.current{
   background: url(/_img/bg_agenda_li_agenda.gif) no-repeat;
   color: #00444D;
}

#footer #agenda li#an_calendar a.current{
   background: url(/_img/bg_agenda_li_calendar.gif) no-repeat;
   color: #00444D;
}

#footer #agenda li a:hover{
   text-decoration: none;
}

#footer #agenda p.more, 
#footer #recent-sermons p.more
{
    background: transparent url(/_img/bg_basement_p_more.gif) no-repeat scroll 0%;
    clear: both;
    display: inline;
    float: right;
    height: 25px;
    margin-top: 19px;
    padding: 1px 0px 0px 10px;
}

#footer #agenda p.more a,
#footer #recent-sermons p.more a{
   color: #A7BBB9;
   background: transparent url(/_img/bg_basement_p_more_a.gif) no-repeat scroll right top;
   display: block;
   height: 20px;
   padding-right: 20px;
   padding-top: 6px;
}

#footer #agenda .event{
   clear: left;
   float: left;
   width: 227px;
   padding: 4px 0 3px;
   border-bottom: 1px solid #17535b;
}

#footer #agenda .event:hover{
   padding: 4px 0 3px;
   background: url(/_img/bg_footer_event_hover.gif) repeat-x center center;
}

#footer #agenda .event h4{
   float: left;
   width: 23px;
   margin-right: 9px;
   padding: 7px 3px 8px;
   background: #002c31;
   color: #FFF;
   font-size: 1em;
   font-weight: normal;
   font-family: Georgia, Times, "Times New Roman", serif;
   text-align: center;
   text-transform: lowercase;
}

#footer #agenda .event h4 span.date{
   font-size: 1.2em;
}

#footer #agenda .event h4 span.month{
   font-size: 1.1em;
}

#footer #agenda .event h5{
   margin: .5em 0;
   font-size: 1.2em;
}

#footer #agenda .event h5 a{
   color: #A7BBB9;
}

#footer #agenda .event p{
   float: none;
   margin: 0;
   color: #FBFBFB;
   font-size: 1.1em;
}

#footer #agenda table.calendar{
   clear: both;
   margin: 0 auto;
   border-collapse: collapse;
}

#footer #agenda table.calendar caption{
   margin: .5em auto;
   color: #FFF;
   font-size: 1.2em;
   font-weight: bold;
   padding-top: 2px; 
   padding-bottom: 2px;
}

#footer #agenda table.calendar caption span{
   color: #A7BBB9;
}

#footer #agenda table.calendar th{
   background: #A7BBB9;
   padding: 5px 0;
   color: #236871;
   font-weight: bold;
   text-align: center;
}

#footer #agenda table.calendar td{
   width: 28px;
   height: 28px;
   color: #FFF;
   font-weight: normal;
   text-align: center;
}

#footer #agenda table.calendar td.linked-day{
   padding: 1px 1px;
}

#footer #agenda table.calendar a{
   display: block;
   padding: 7px;
   background: #A7BBB9;
   color: #236871;
   text-decoration: none;
   font-weight: bold;
}

#footer #footer-inner #contact-information
{
	float: left;
	width: 227px;
}

#footer #footer-inner #contact-information h3
{
    font-size: 1.22em;
}

#footer #footer-inner #contact-information h4
{
	margin-bottom: .5em;
	color: #FFF;
	font-size: 1.4em;
}

#footer #footer-inner #contact-information p
{
	float: none;
	margin-bottom: .5em;
	color: #FFF;
	font-size: 1.1em;
	line-height: 1.2;
}
#footer #footer-inner #contact-information #contact-telephone
{
	font-size: 11pt;
}

#footer #footer-inner #contact-information p.mail
{
	margin-bottom: 1em;
}

#footer #footer-inner #contact-information p.mail a
{
	padding-left: 20px;
	background: url(/_img/bg_contact-information_a.gif) no-repeat left center;
	color: #a7bbb9;
}

#footer #footer-inner #contact-information img
{
	padding: 1px;
	border: 3px solid #577288;
	background: #D1CFCE;
}

#footer #email-signup{
   float: left;
   width: 227px;
   margin-left: 15px;
   margin-top: 2px;
}

#footer #email-signup p{
   padding-left: 0px;
}

#footer #newsletter fieldset{
   width: 225px;
}

#footer #email-signup input#newsletter_text{
   width: 125px;
   margin-right: 3px;
   padding: 3px 4px;
   border: 1px solid #E1E1E1;
   background: #FFF;
   color: #7C7C7C;
   font-size: 1.1em;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
   vertical-align: top;
   float: left;
}

#footer #email-signup input#newsletter_submit{
   display: inline;
   float: left;
   margin-top: -1px;
}

#footer .basecol-inner{
   min-height: 245px;
   _height: 245px; /*IE6 doesn't get min-height */
}
