body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #f3bf5a;
	background-position: left top;

}
#container,#content,#nav,#home-content,#header,#top_header,#footer,#flash,#home_footer,#footernav,#make-a-wish,#sub-footer {
	border:0px dotted blue;
	margin:0 auto;
	position:relative;
	width:780px;
}
#top_header {
	background-image: url(images/top_header.jpg);
	background-color:#000;
	height: 103px;
	background-repeat:no-repeat;
}

#header {
	/**background-image: url(images/header.jpg);**/
	height: 228px;
	background-repeat:no-repeat;
}
#court-reporter-header {
	background-image: url(images/court_reporter_header.jpg);
	height: 228px;
	background-repeat:no-repeat;
	margin-left: 6px;
}
#video-conferencing-header {
	background-image: url(images/header_videoconference.jpg);
	height: 228px;
	background-repeat:no-repeat;
	margin-left: 6px;
}
#flash {
	width:780px;
	height: 198px;
	
}
#sub-header-left {
	height: 198px;
	width: 520px;
	/*background-image: url(images/header.jpg);******/
	background-repeat:no-repeat;
	background-color:#000000;
	margin-left: 6px;
}
#sub-header-sacramento {
	height: 198px;
	width: 520px;
	background-image: url(images/subheader1.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	margin-left: 6px;
}
#sub-header-court-reporting {
	height: 198px;
	width: 520px;
	background-image: url(images/sub_court_header.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	margin-left: 6px;
}

#sub-header-fairfield {
	height: 198px;
	width: 520px;
	background-image: url(images/subheader7.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	margin-left: 6px;
}
#sub-header-trial {
	height: 198px;
	width: 520px;
	background-image: url(images/subheader8.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	margin-left: 6px;
}
#sub-header-notary {
	height: 198px;
	width: 520px;
	background-image: url(images/subheader10.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	margin-left: 6px;
}
#sub-header-conference {
	height: 198px;
	width: 520px;
	background-image: url(images/subheader11.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	margin-left: 6px;
}
#sub-header-golden-live {
	height: 198px;
	width: 520px;
	background-image: url(images/subheader_goldlive.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	margin-left: 6px;
}
#sub-header-lastmin {
	height: 198px;
	width: 520px;
	background-image: url(images/last_min_coverage.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	margin-left: 6px;
}
#sub-header-flash {
	background-image: url(images/flash.gif);
	background-repeat:no-repeat;
	position:absolute;
	left: 526px;
	top: 0px;
	height: 198px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 249px;
	z-index: 1000;
}
#home-header-right {
	background-image: url(images/header-right-bar.jpg);
	height: 198px;
	background-repeat:no-repeat;
	position:absolute;
	left: 775px;
	top: 0px;
	width: 5px;
	height: 198px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 1000;
}
/***************** home-btn1 ******************/
#home-btn {
	background-image: url(images/home_btn_off.gif); background-repeat: no-repeat;
	height: 20px; width: 63px;
	margin: 0px; padding: 0px;
	position:absolute;
	left: 698px; top: 82px;
	list-style-type: none;
	z-index: 1000;
	text-indent: -1999px; text-decoration: none;
}
#home-btn a {
	background-image: url(images/home_btn_off.gif);
	height: 20px;
	width: 63px;
	background-repeat: no-repeat;
	display:block;	margin: 0px;
	padding: 0px;	text-indent: -1999px;
	text-decoration: none;
}
#home-btn a:link, #home-btn a:visited {
	background-image: url(images/home_btn_off.gif);
	background-repeat: no-repeat;
	text-indent: -1999px;
}
#home-btn a:hover {
	background-image: url(images/home_btn_on.gif);
	background-repeat: no-repeat;
	text-indent: -1999px;
}
/***************** dropmenudiv ******************/
#dropmenudiv {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 100;
}
#dropmenudiv a {
	width: 100%;
	display: block;line-height: 12px;
	padding: 2px 2px 2px 4px;
	text-decoration: none;
	background-color: #000;
	color: #fff; 	border: 2px solid black;
}
#dropmenudiv a:hover{ /*hover background color*/
	background-color: #c00;line-height: 12px;
}
/***************** nav ******************/
#nav {
	position:absolute;
	text-align:left;
	top: 300px;
	height: 31px;
	margin: 0px;
	list-style-type: none;
	width: 780px;
	z-index: 1000;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
}
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 15px;
	font-family: arial;
	font-size: 12px;
}
#nav a {
	display: block;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li { /* all list items */
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/***************** navcontainer ******************/
#nav li ul { /* second-level lists */
	position: absolute;
	background: #000;
	width: 169px;
	left: -999em;
	text-indent: 0;
	margin-top: 0;
	border: 2px solid #000;
	z-index: 1000;
}
#nav li ul a {
	display:block;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	width: 100%;
	z-index: 1000;
	
}
#nav li ul a:link, #nav li ul a:visited {
	width: 165px;
	color: #fff;
	z-index: 1000;

}
#nav li ul a:hover {
    width: 165px;
	background: #c00; 
	color: #fff; 
	z-index: 1000;
    display:block;

}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em; z-index: 1000;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto; z-index: 1000;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em; 
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em; 
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto; 
}

/***************** nav rollovers ******************/

#nav_bar_left {height: 31px; width: 56px; background: url(images/left_bar.jpg) no-repeat;}
#nav_bar_right {height: 31px; width: 58px; background: url(images/right_bar.jpg) no-repeat;}

#navTop1 {height: 31px; width: 82px; background: url(images/home.jpg) no-repeat;}
#navTop2 {height: 31px; width: 99px; background: url(images/services.jpg) no-repeat;}
#navTop3 {height: 31px; width: 108px; background: url(images/locations.jpg) no-repeat;}
#navTop4 {height: 31px; width: 161px; background: url(images/scheduling.jpg) no-repeat;}
#navTop5 {height: 31px; width: 102px; background: url(images/about.jpg) no-repeat;}
#navTop6 {height: 31px; width: 114px; background: url(images/contact.jpg) no-repeat;}

a#navTop1 {height: 31px; width: 82px; font-size: 10px;  background: url(images/home.jpg) no-repeat;}
a#navTop2 {height: 31px; width: 99px; font-size: 10px;  background: url(images/services.jpg) no-repeat;}
a#navTop3 {height: 31px; width: 108px; font-size: 10px;  background: url(images/locations.jpg) no-repeat;}
a#navTop4 {height: 31px; width: 161px; font-size: 10px;  background: url(images/scheduling.jpg) no-repeat;}
a#navTop5 {height: 31px; width: 102px; font-size: 10px;  background: url(images/about.jpg) no-repeat;}
a#navTop6 {height: 31px; width: 114px; font-size: 10px;  background: url(images/contact.jpg) no-repeat;}

a#navTop1:link,#navTop1:visited {height: 31px; width: 82px; background: url(images/home.jpg) no-repeat; text-indent:-9999px;}
a#navTop2:link,#navTop2:visited {height: 31px; width: 99px; background: url(images/services.jpg) no-repeat; text-indent:-9999px;}
a#navTop3:link,#navTop3:visited {height: 31px; width: 108px; background: url(images/locations.jpg) no-repeat; text-indent:-9999px;}
a#navTop4:link,#navTop4:visited {height: 31px; width: 161px; background: url(images/scheduling.jpg) no-repeat; text-indent:-9999px;}
a#navTop5:link,#navTop5:visited {height: 31px; width: 102px; background: url(images/about.jpg) no-repeat; text-indent:-9999px;}
a#navTop6:link,#navTop6:visited {height: 31px; width: 114px; background: url(images/contact.jpg) no-repeat; text-indent:-9999px;}

a#navTop1:hover {background: url(images/home_on.gif) no-repeat;}
a#navTop2:hover {background: url(images/services_on.gif) no-repeat;}
a#navTop3:hover {background: url(images/locations_on.gif) no-repeat;}
a#navTop4:hover {background: url(images/scheduling_on.gif) no-repeat;}
a#navTop5:hover {background: url(images/about_on.gif) no-repeat;}
a#navTop6:hover {background: url(images/contact_on.gif) no-repeat;}



/***************** content ******************/
#home-content {
	background-image: url(images/mid.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#content {
	background-image: url(images/mid.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
/***************** home-table-left ******************/
#home-table-left {
	width: 529px;
	height: 336px;
}
#home-table-left-btm {
	width: 529px;
	height: 17px;
}
#home-content-top {	background-image: url(images/home_content_top.gif);
	height: 17px;
	background-repeat: no-repeat;
}
#home-content-bottom {
	background-image: url(images/home_content_btm.gif);
	height: 17px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#home-table-left h1 {
	color:#e20000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 0px;
	margin-left: 26px;
	margin-bottom: 7px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 20px;
	font-weight: bold;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #e20000;
	display: block;
	width: 88%;
	text-transform: uppercase;
}
#home-table-left p {
	padding-left: 26px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-top: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	border: 0pt blue solid;
	line-height: 18px;
}
#home-table-left ul {
	padding-left: 15px;
	padding-right: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	list-style-type: disc;
}

#home-table-left a:link, #home-table-left a:visited  {
	color: #e20000;text-decoration: none;
}
#home-table-left a:hover {
	color: #e20000;
	text-decoration: underline;
}
.lnk{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.login_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	padding-right: 3px;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}
/***************** table-left ******************/
#table-left {
	width: 529px;
}
#table-left h1 {
	color:#e20000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 0px;
	margin-left: 26px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 20px;
	font-weight: bold;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #e20000;
	display: block;
	width: 88%;
	text-transform: uppercase;
}
#table-left h3 {
	color:#e20000;
	font-size:11px;
	margin: 0px;
	margin-left: 26px;
	margin-top: -10px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-left: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #e20000;
	display: block;
	width: 92%;
}
#table-left p {
	padding-left: 26px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	border: 0pt blue solid;
	line-height: 18px;
}
#error_msg {
	padding-left: 26px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	border: 0pt blue solid;
	line-height: 18px;
}
.table-p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

#table-left ul {
	padding-left: 50px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-top: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#table-left a:link, #table-left a:visited  {
	color: #e20000;text-decoration: none;
}
#table-left a:hover {
	color: #e20000;
	text-decoration: underline;
}
/***************** home-table-right ******************/
#home-table-right {
	width: 251px;
}
#home-table-right a:link, #home-table-right a:visited  {
	color: #e20000;text-decoration: none;
}
#home-table-right a:hover {
	color: #e20000;
	text-decoration: underline;
}
#home-table-right p {
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	border: 0px blue solid;
	line-height: 18px;
}
#home-table-right h1 {
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-top: 5px;
	margin-left: 25px;
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	border: 0px blue solid;
	line-height: 18px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #000;
	display: block;
	width: 73%;
}
#online-scheduling {	
	background-image: url(images/online_scheduling.gif);
	height: 93px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
#client-login { 	
	background-image: url(images/client_login.gif);
	height: 83px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
#reporter-login { 	
	background-image: url(images/reporter_login.gif);
	height: 84px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
#join-gscr { 	
	background-image: url(images/join_gscr.gif);
	height: 93px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
#sub-join-gscr { 	
	background-image: url(images/sub_join_gscr.gif);
	height: 85px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
/***************** online-login ******************/
#online-login {
	background-image: url(images/online_btn_off.gif);background-repeat:no-repeat;
	height:21px; width: 75px;
	margin: 0px; padding: 0px;
	position:absolute;
	left: 610px; top: 57px;
	list-style-type: none;
	z-index: 1000;
	text-indent: -1999px; text-decoration: none
}
#online-login  a {
	background-image: url(images/online_btn_off.gif);
	height: 21px; width: 75px;
	background-repeat:no-repeat;
	display:block;
	text-decoration: none
}
#online-login a:link, #online-login a:visited {
	background-image: url(images/online_btn_off.gif);
	height:21px; width: 75px;
	background-repeat:no-repeat;
}
#online-login a:hover {
	background-image: url(images/online_btn_on.gif);
	background-repeat: no-repeat;

}
/***************** client-login-btn ******************/
#client-login-btn {
	background-image: url(images/client_btn_off.gif); background-repeat:no-repeat;
	height:21px; width: 75px;
	margin: 0px; padding: 0px;
	position: absolute;
	left: 610px; top: 140px;
	text-indent: -1999px;
    z-index: 1000;
	text-indent: -1999px; 
	text-decoration: none
}
#client-login-btn  a {
	background-image: url(images/client_btn_off.gif);
	height: 21px; width: 75px;
	background-repeat:no-repeat;
	display:block;	margin: 0px;
	padding: 0px;	text-indent: -1999px;
	text-decoration: none;
}
#client-login-btn a:link, #client-login-btn a:visited {
	background-image: url(images/client_btn_off.gif);
	background-repeat:no-repeat;
	text-indent: -1999px;
}
#client-login-btn a:hover {
	background-image: url(images/client_btn_on.gif);
	background-repeat: no-repeat;	text-indent: -1999px;
}
/***************** reporter-login-btn ******************/
#reporter-login-btn {
	background-image: url(images/reporter_btn_off.gif); background-repeat:no-repeat;
	height:21px; width: 75px;
	margin: 0px; padding: 0px;
	position: absolute;
	left: 610px; top: 224px;
	text-indent: -1999px;
    z-index: 1000;
	text-indent: -1999px; 
	text-decoration: none
}
#reporter-login-btn a {
	background-image: url(images/reporter_btn_off.gif);
	height: 21px; width: 75px;
	background-repeat:no-repeat;
	display:block;	margin: 0px;
	padding: 0px;	text-indent: -1999px;
	text-decoration: none;
}
#reporter-login-btn a:link, #reporter-login-btn a:visited {
	background-image: url(images/reporter_btn_off.gif);
	background-repeat:no-repeat;
	text-indent: -1999px;
}
#reporter-login-btn a:hover {
	background-image: url(images/reporter_btn_on.gif);
	background-repeat: no-repeat;	text-indent: -1999px;
}
/***************** join-gscr-btn ******************/
#join-gscr-btn {
	background-image: url(images/join_btn_off.gif); background-repeat:no-repeat;
	height:21px; width: 75px;
	margin: 0px; padding: 0px;
	position: absolute;
	left: 610px; top: 308px;
	text-indent: -1999px;
    z-index: 1000;
	text-indent: -1999px; 
	text-decoration: none
}
#join-gscr-btn a {
	background-image: url(images/join_btn_off.gif);
	height: 21px; width: 75px;
	background-repeat:no-repeat;
	display:block;	margin: 0px;
	padding: 0px;	text-indent: -1999px;
	text-decoration: none;
}
#join-gscr-btn a:link, #join-gscr-btn a:visited {
	background-image: url(images/join_btn_off.gif);
	background-repeat:no-repeat;
	text-indent: -1999px;
}
#join-gscr-btn a:hover {
	background-image: url(images/join_btn_on.gif);
	background-repeat: no-repeat;	text-indent: -1999px;
}
/***************** table-right ******************/
#table-right {
	width: 251px;
}
#sub-right-top {
	background-image: url(images/sub_right_photo.jpg);
	background-repeat: no-repeat;
	height: 174px;
}
#sub-right-top1 {
	background-image: url(images/sub_right01.jpg);
	background-repeat: no-repeat;
	height: 174px;
}
#sub-right-top2 {
	background-image: url(images/sub_right02.jpg);
	background-repeat: no-repeat;
	height: 174px;
}
#sub-right-top3 {
	background-image: url(images/sub_right03.jpg);
	background-repeat: no-repeat;
	height: 174px;
}
#sub-right-top4 {
	background-image: url(images/sub_right04.jpg);
	background-repeat: no-repeat;
	height: 174px;
}
#sub-right-top5 {
	background-image: url(images/sub_right05.jpg);
	background-repeat: no-repeat;
	height: 174px;
}
#sub-right-top6 {
	background-image: url(images/sub_right06.jpg);
	background-repeat: no-repeat;
	height: 174px;
}
#sub-right-1a {
	background-image: url(images/sub_right_la.jpg);
	background-repeat: no-repeat;
	height: 174px;
}
#sub-right-sd {
	background-image: url(images/sub_right_sd.jpg);
	background-repeat: no-repeat;
	height: 174px;
}
#sub-right-courtreporter {
	background-image: url(images/sub_right_court.jpg);
	background-repeat: no-repeat;
	height: 174px;
}
#sub-right-jurybox {
	background-image: url(images/sub_right_jurybox.jpg);
	background-repeat: no-repeat;
	height: 174px;
}
#sub-right-earth {
	background-image: url(images/sub_right_earth.jpg);
	background-repeat: no-repeat;
	height: 174px;
}
#sub-right-declaration {
	background-image: url(images/sub_right_declaration.jpg);
	background-repeat: no-repeat;
	height: 174px;
}
#sub-right-teampro {
	background-image: url(images/sub_right_teampro.jpg);
	background-repeat: no-repeat;
	height: 174px;
}
#table-right a:link, #table-right a:visited  {
	color: #e20000;text-decoration: none;
}
#table-right a:hover {
	color: #e20000;
	text-decoration: underline;
}
#table-right p {
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	border: 0px blue solid;
	line-height: 18px;
}
#table-right h1 {
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-top: 5px;
	margin-left: 25px;
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	border: 0px blue solid;
	line-height: 18px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #000;
	display: block;
	width: 73%;
}
/*#table-right h2 {
	padding-left: 0px;
	padding-right: 22px;
	padding-top: 7px;
	padding-bottom: 1px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 18px;
	margin-right: 0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #e20000;
	display: block;
	width: 74%;
}
#table-right p {
	padding-left: 18px;
	padding-right: 22px;
	padding-bottom: 5px;
	padding-top: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	border: 0pt blue solid;
	line-height: 18px;
}*/
#sub-content-bottom {
	background-image: url(images/right_sub_btm.jpg);
	height: 17px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#table-right a:link, #table-right a:visited  {
	color: #e20000;text-decoration: none;
}
#table-right a:hover {
	color: #e20000;
	text-decoration: underline;
}
/***************** make-a-wish ******************/
#make-a-wish {
	background-image: url(images/make_wish.gif);
	width: 780px;
	height: 84px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#make-a-wish a {
	padding: 0px;
	margin: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#date_hour {
	color: #f2be5a;
	font-weight: bold;
	margin: 0px;
	padding-top: 81px;
	padding-left: 627px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/***************** footer ******************/
#footer {
	background-image: url(images/footer.gif);
	height: 46px;
	background-repeat: no-repeat;
	z-index: 1000;
}
#footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 3px;
	border: 0pt red solid;
}
#footer_text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#footer_text a:link, #footer_text a:visited {
	color: #fff;		
	text-decoration: none;
}
#footer_text a:hover {
	color: #fff;
	text-decoration: underline;
}
/***************** sub-footer ******************/
#sub-footer {
	background-image: url(images/footer.gif);
	height: 46px;
	background-repeat: no-repeat;
}
#sub-footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 2px;
	border: 0pt red solid;
}
#sub-footer_text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#sub-footer_text a:link, #sub-footer_text a:visited {
	color: #fff;		
	text-decoration: none;
}
#sub-footer_text a:hover {
	color: #fff;
	text-decoration: underline;
}
/***************** contact ******************/

#contact {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left:7px;
	padding-right:10px;
	padding-top: 0px;
	margin-top: 0px;
}

form {
	margin:0;
	padding:0;
	padding-left:10px;
}

input, select {
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}

textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	width: 214px; 
	height: 120px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 1px;
}
 
.contactquestion {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	margin-left: -25px;


}
.m_banner_hide{
	display:none;
}
.m_banner_show{
	display:block;
}
