/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

dt.light-green-text {padding-top: 10px;}

#vcard {visibility: hidden;}

body { line-height: 1.5; }

ul {list-style: none; margin-left: -15px;}

button
{
	position: relative;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: none;
	border: none;
	display: block;
	outline: none;
	cursor: pointer;
	visibility: hidden;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

table, td, th { vertical-align: top; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
a { outline: none; }

/* -------------------------------------------------------------- 
  
   template.css
   * Creates the basic framework for the template.
   
-------------------------------------------------------------- */

body
{
	height: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFF;
/* 	background-image: url(../images/highres/logo.jpg); */
	background-repeat: no-repeat;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #645F58;
}

#root_
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 970px;
	height: auto;
	margin: 0px auto;
}

#header_ {display:none;}

#header_print
{
	display:block;
	position: relative;
	left: 0px;
	top: 0px;
	width: 970px;
	height: 38px;
	padding-bottom:40px;
}

#header_ ul {display:none;}


#page_, #top_
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 970px;
	height: auto;
	clear: both;
}

#content_, #bottom_
{
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	height: auto;
	margin: auto;
	float: left;
}

#left_, #right_ { display: none; }

#bottom_ { width: 755px; }

#article_, #attorney_, #section_
{
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	max-width: 705px;
	height: auto;
	padding: 25px;
}

#article_.left { width: 630px; }
#article_.middle { width: 415px; }
#article_.right { width: 705px; }
#section_.left { width: 705px; }
#left_ { margin-right: 10px; }
#right_ { margin-left: 10px; }
#left_ div.moduletable, #right_ div.moduletable { margin-top: 10px; }
#left_ div.moduletable:first-child, #right_ div.moduletable:first-child { margin-top: 0px; }

#community-items_
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 550px;
	height: auto;
}

#community-items_ div.list-item_ { padding: 15px; margin: 10px 0px 0px 0px; }
#community-items_ div.list-item_ h3 { margin-bottom: 0.2em; color: #A8CD38; }
#community-items_ div.list-item_ p { width: 350px; margin: 0px; }
#community-items_ div.list-item_ a.readmore { color: #EC4E01; }

#community-items_ div.list-item_ div.attorneys_
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 140px;
	height: 100px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	border-left: 1px dotted #AAA49A;
	float: right;
	font-size: 11px;
}

#community-items_ div.list-item_ div.attorneys_ span.detail { font-weight: bold; }

#inner-right_
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 195px;
	height: auto;
	padding: 0px;
	margin: 10px 0px 0px 10px;
	float: right;
}

#blog-items_
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 755px;
	height: auto;
}

#blog-items_ div.list-item_ { padding: 15px; margin: 10px 0px 0px 0px; }
#blog-items_ div.list-item_ h3 { font-size: 24px; line-height: 1em; color: #EC4E01; }

#bottom_ div.moduletable
{
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

#bottom_ div.moduletable:first-child { margin-left: 0px; }

#footer_ { display: none; visibility: hidden; }
#footer_print {
	clear: both;
	float: left;
	position: relative;
/* 	border: black 1px solid; */
	font-size:smaller;
	padding-left:10px;
}

.white { background-color: #FFF; }

.orange, .orange-headline h3, ul.menu.orange-menu li
{
	background-color: #EC4E01;
	color: #FFF;
}

.orange-text { color: #EC4E01; }

.putty, .putty-headline h3, ul.menu.putty-menu li
{
	background-color: #AAA49A;
	color: #FFF;
}

.putty-text { color: #AAA49A; }

.clay, .clay-headline h3, ul.menu.clay-menu li
{
	background-color: #656150;
	color: #FFF;
}

.clay-text { color: #656150; }

.green, .green-headline h3, ul.menu.green-menu li
{
	background-color: #21AA4A;
	color: #FFF;
}

.green-text { color: #21AA4A; }

.light-green, .light-green-headline h3, ul.menu.light-green-menu li
{
	background-color: #A8CD38;
	color: #FFF;
}

.light-green-text { color: #A8CD38; }

/* -------------------------------------------------------------- 
  
   navigation.css
   * Sets the default style for all navigation elements.
   
-------------------------------------------------------------- */

ul.menu li.active > a { color: #EC4E01; }
ul.menu { padding: 0px; }
ul.menu li { list-style-type: none; }

#header_ > ul.menu
{
	position: absolute;
	left: 0px;
	top: 60px;
	font-size: 15px;
}

#header_ ul.menu > li
{
	display: inline;
	padding-right: 18px;
}

#header_ ul.menu + ul.menu
{
	left: 0px;
	top: 0px;
	width: 970px;
	padding-top: 10px;
	font-size: 10px;
	text-align: right;
}

#header_ ul.menu + ul.menu li { padding: 0px 0px 0px 10px; }
#header_ ul.menu + ul.menu.hover li { padding: 0px !important; }

#header_ ul.menu + ul.menu.hover li,
#header_ ul.menu + ul.menu.hover li ul li
{
	width: auto;
	height: auto;
}

#header_ ul.menu + ul.menu.hover li.parent > a { font-size: 15px !important; }

#header_ > form
{
	position: absolute;
	left: 706px;
	top: 52px;
	width: 264px;
	height: 24px;
}

#header_ #mod_search_searchword,
#search_searchword
{
	padding: 0px;
	margin: 0px;
	width: 226px;
	height: 20px;
	border-width: 2px;
	display: block;
	float: left;
}

#left_ #mod_search_searchword,
#right_ #mod_search_searchword
{
	padding: 0px;
	margin: 0px;
	width: 130px;
	height: 20px;
	border-width: 2px;
	display: block;
	float: left;
}

#header_ input.button,
#search_searchword + input.button
{
	margin-left: 4px;
	display: block;
	float: left;
}

#mod_search_searchword + input.button
{
	margin-left: 4px;
}

#header_ ul.menu + ul.menu.hover
{
	position: absolute;
	left: -18px;
	top: 41px;
	width: 197px;
	margin: 0px;
	padding: 18px;
	background-color: #FFF;
	z-index: 999;
	text-align: left;
	font-size: 13px;
}

#header_ ul.menu + ul.menu.hover + ul.menu.hover { left: 58px; }

#header_ ul.menu + ul.menu.hover li ul
{
	margin: 0px !important;
	padding: 0px !important;
}

#header_ ul.menu + ul.menu.hover li ul li
{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	border-top: 1px dotted #AAA49A;
}

#header_ ul.menu + ul.menu.hover li ul li:first-child { border-top: none; }

#left_ ul.menu, #right_ ul.menu
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 195px;
}

#left_ ul.menu li, #right_ ul.menu li
{
	padding: 5px 0px;
	border-top: 2px solid #C1BDB5;
	display: block;
}

#left_ ul.menu li:first-child, #right_ ul.menu li:first-child { border: none; }

#right_ ul.menu.orange-menu, #right_ ul.menu.clay-menu,
#right_ ul.menu.putty-menu, #right_ ul.menu.green-menu,
#right_ ul.menu.light-green-menu
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 280px;
}

#bottom_ ul.menu.orange-menu, #bottom_ ul.menu.clay-menu,
#bottom_ ul.menu.putty-menu, #bottom_ ul.menu.green-menu,
#bottom_ ul.menu.light-green-menu
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 755px;
}

#right_ ul.menu.orange-menu li, #right_ ul.menu.clay-menu li,
#right_ ul.menu.putty-menu li, #right_ ul.menu.green-menu li,
#right_ ul.menu.light-green-menu li
{
	padding: 10px 0px 15px 15px;
	margin-bottom: 10px;
	background-image: url(../images/icon-arrow-white.png);
	background-repeat: no-repeat;
	background-position: 220px 25px;
	border: none;
	font-family: Georgia, Trajan, Times, "Times New Roman", serif;
	font-size: 35px;
	font-weight: normal;
	line-height: 1em;
	color: #FFF;
}

#bottom_ ul.menu.orange-menu li, #bottom_ ul.menu.clay-menu li,
#bottom_ ul.menu.putty-menu li, #bottom_ ul.menu.green-menu li,
#bottom_ ul.menu.light-green-menu li
{
	padding: 10px 0px 15px 15px;
	margin-bottom: 10px;
	background-image: url(../images/icon-arrow-white.png);
	background-repeat: no-repeat;
	background-position: 700px 25px;
	border: none;
	font-family: Georgia, Trajan, Times, "Times New Roman", serif;
	font-size: 35px;
	font-weight: normal;
	line-height: 1em;
	color: #FFF;
}

ul.menu.orange-menu a, ul.menu.clay-menu a,
ul.menu.putty-menu a, ul.menu.green-menu a,
ul.menu.light-green-menu a { color: #FFF; }
ul.menu.orange-menu li.active > a, ul.menu.clay-menu li.active > a,
ul.menu.putty-menu li.active > a, ul.menu.green-menu li.active > a,
ul.menu.light-green-menu li.active > a { color: #FFF; }
#footer_ ul.menu { margin-top: 10px; }

#footer_ ul.menu li
{
	margin-bottom: 5px;
	display: block;
	font-size: 11px;
	font-weight: bold;
}

#footer_ div.moduletable:first-child
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 309px;
	height: 84px;
	padding: 10px 0px;
	margin: 0px 30px 0px 0px;
	border-right: 1px dotted #645F58;
	float: left;
}

#footer_ #email_
{
	padding: 0px;
	margin: 0px 4px 0px 0px;
	width: 213px;
	height: 20px;
	border-width: 2px;
	display: block;
	float: left;
}

#footer_ #signup-form_ p { margin-top: 10px; }

#footer_ #signup-form_ p img
{
	margin-right: 5px;
	vertical-align: middle;
}

#footer_ label { display: none; }

/* -------------------------------------------------------------- 
  
   attorney.css
   * Sets the default styles for the attorney component.
   
-------------------------------------------------------------- */

#attorney_.left { width: 705px; }
#attorney_.middle { width: 415px; }

#attorney_.practice.head
{
	height: 213px;
	background-image: url(../images/bg-colored-lines.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#attorney_.practice.head > p, #attorney_.attorney.head > p
{
	font-size: 15px;
	width: 500px;
}

#attorney_.attorney.head
{
	height: 212px;
	background-image: url(../images/silhouettes.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#attorney_.head.middle + div.scroll
{
	position: absolute;
	left: 475px;
	top: 0px;
	width: 260px;
	padding: 0px 0px 0px 15px;
	overflow: hidden;
}

#attorney_.head.middle + div.scroll h4
{
	height: 23px;
	padding: 1px 0px 0px 3px;
	margin: 20px 0px;
	background: transparent url(../images/bg-light-green-dialogue.png) no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

#attorney_.head.middle + div.scroll > ul,
#attorney_.head.middle + div.scroll > div.scroll-content_ > ul
{
	margin: 0px;
	padding: 0px 20px 0px 0px;
}

#attorney_.head.middle + div.scroll ul li
{
	min-height: 80px;
	padding-top: 10px;
	margin-bottom: 5px;
	border-top: 1px dotted #AAA49A;
	list-style-type: none;
}

#attorney_.head.middle + div.scroll  ul li:first-child
{
	padding-top: 0px;
	border-top: none;
}

#attorney_.head.middle + div.scroll ul li > em { font-size: 11px; }

#attorney_.head.middle + div.scroll ul li > a
{
	color: #EC4E01;
	font-size: 11px;
}

#attorney_.head.middle + div.scroll ul li > img
{
	margin: 0px 10px 0px 0px;
	float: left;
}

#bio_
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 723px;
	padding: 17px 10px 0px 22px;
}

#bio_ ul.contact
{
	margin: 0px;
	padding: 33px 0px 15px 5px;
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;
}

#bio_ h3 { font-weight: bold; }
#bio_ button { float: right; }

#bio_ ul.contact li
{
	padding: 0px 20px 0px 0px;
	display: inline;
}

#bio_ ul.contact a,
#bio_ ul.contact a:hover { color: #FFF; }

#bio_ + div.white
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 175px;
	margin: 10px 0px 0px 10px;
	padding: 10px;
	float: right;
}

#bio_ + div.white + div.white
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 506px;
	margin: 10px 0px;
	padding: 27px 22px 22px 10px;
	
}

#bio_ + div.white + div.white + div.orange
{
	visibility: hidden;
	position: relative;
	left:0px;
	top:40px;
	width: 550px;
	height: 60px;
	background-image: url(../images/bg-partnership.png);
	background-repeat: no-repeat;
	background-position: 21px 17px;
	clear: both;
	display:block;
	margin-bottom:40px;
	
}

#bio_ + div.white + div.white + div.orange img
{
	float:right;
	padding-top:5px;
	border:1px;
}

#bio_ + div.white + div.white p:first-child { font-size: 18px; }
#bio_ + div.white dl { margin: 13px 0px 0px 0px; }

#bio_ + div.white dt
{
	margin-bottom: 0.3em;
	font-size: 11px;
	font-weight: bold;
}

#bio_ + div.white dd { font-size: 11px; }
#bio_ + div.white dd p { margin-bottom: 0.5em; }

div.white ul {list-style-type:disc !important; margin-left: 0px;}

div.related ul {list-style-type:none !important;}

/*#bio_ + div.white + div.white > div.related
{
	margin: 30px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	border-top: 1px solid #AAA49A;
	font-size: 11px;
	line-height: 1.2em;
}

#bio_ + div.white + div.white > div.related > div.related-articles li { margin-bottom: 0.8em; }
#bio_ + div.white + div.white > div.related > div.related-articles + div.related-articles + div.related-articles { border-bottom: 1px dotted #C5C1B6; }
#bio_ + div.white + div.white > div.related > div.related-articles + div.related-articles + div.related-articles + div.related-articles { border-bottom: none; }

#bio_ + div.white + div.white > div.related > div.related-articles + div.related-articles + div.related-articles + div.related-articles + div.related-articles
{
	margin-left: 0px;
	border-bottom: none;
}*/

div.moduletable.related
{
	width: 450px;
	padding: 20px;
	font-size: 11px;
	line-height: 1.2em;
}

div.related-column {
	float:left;
	width:230px;
	padding:0 0 0 0;
	margin:0;
}

div.related-articles
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 230px;
	height: auto;
	padding: 10px 10px 0px 0px;
	margin: 5px 15px 0px 0px;
	border-top: 1px dotted #AAA49A;
	float: left;
	font-size: 11px;
	line-height: 1.3em;
}


#listing_
{
	width: 715px;
	margin: 10px 0px 0px 0px;
	padding: 20px;
}

#listing_ ul
{
	width: 160px;
	height: auto;
	margin: 0px 0px 0px 24px;
	padding: 0px;
	float: left;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
}

#listing_ ul:first-child { margin-left: 0px; }

#listing_ ul li
{
	position: relative;
	left: 0px;
	top: 0px;
	padding: 4px 0px;
	border-top: 1px dotted #AAA49A;
}

#listing_ ul li:first-child { border-top: none; }
#listing_ ul li.icon-alpha + li { border-top: none; }
#listing_ ul li a { color: #FFF; }

#listing_ ul li.icon-alpha
{
	height: 0px;
	margin: 15px 0px 0px 0px;
	padding: 24px 0px 0px 0px;
	border-top: none;
	overflow: hidden;
}

#listing_ ul li.icon-alpha:first-child
{
	margin-top: 0px;
	border-top: 0px;
}

#listing_ ul li > div.hidden
{
	position: absolute;
	left: -150px;
	top: -130px;
	width: 200px;
	z-index: 999;
}

#listing_ ul li > div.hidden > div.orange
{
	padding: 15px;
	overflow: hidden;
}

#listing_ ul li.icon-a { background: transparent url(../images/icon-a.png) no-repeat; }
#listing_ ul li.icon-b { background: transparent url(../images/icon-b.png) no-repeat; }
#listing_ ul li.icon-c { background: transparent url(../images/icon-c.png) no-repeat; }
#listing_ ul li.icon-d { background: transparent url(../images/icon-d.png) no-repeat; }
#listing_ ul li.icon-e { background: transparent url(../images/icon-e.png) no-repeat; }
#listing_ ul li.icon-f { background: transparent url(../images/icon-f.png) no-repeat; }
#listing_ ul li.icon-g { background: transparent url(../images/icon-g.png) no-repeat; }
#listing_ ul li.icon-h { background: transparent url(../images/icon-h.png) no-repeat; }
#listing_ ul li.icon-i { background: transparent url(../images/icon-i.png) no-repeat; }
#listing_ ul li.icon-j { background: transparent url(../images/icon-j.png) no-repeat; }
#listing_ ul li.icon-k { background: transparent url(../images/icon-k.png) no-repeat; }
#listing_ ul li.icon-l { background: transparent url(../images/icon-l.png) no-repeat; }
#listing_ ul li.icon-m { background: transparent url(../images/icon-m.png) no-repeat; }
#listing_ ul li.icon-n { background: transparent url(../images/icon-n.png) no-repeat; }
#listing_ ul li.icon-o { background: transparent url(../images/icon-o.png) no-repeat; }
#listing_ ul li.icon-p { background: transparent url(../images/icon-p.png) no-repeat; }
#listing_ ul li.icon-q { background: transparent url(../images/icon-q.png) no-repeat; }
#listing_ ul li.icon-r { background: transparent url(../images/icon-r.png) no-repeat; }
#listing_ ul li.icon-s { background: transparent url(../images/icon-s.png) no-repeat; }
#listing_ ul li.icon-t { background: transparent url(../images/icon-t.png) no-repeat; }
#listing_ ul li.icon-t { background: transparent url(../images/icon-t.png) no-repeat; }
#listing_ ul li.icon-u { background: transparent url(../images/icon-u.png) no-repeat; }
#listing_ ul li.icon-v { background: transparent url(../images/icon-v.png) no-repeat; }
#listing_ ul li.icon-w { background: transparent url(../images/icon-w.png) no-repeat; }
#listing_ ul li.icon-x { background: transparent url(../images/icon-x.png) no-repeat; }
#listing_ ul li.icon-y { background: transparent url(../images/icon-y.png) no-repeat; }
#listing_ ul li.icon-z { background: transparent url(../images/icon-z.png) no-repeat; }

div.specialties
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 700px;
	height: auto;
	padding: 25px;
	margin: 10px 0px 0px 0px;
	float: left;
}

div.specialties ul.column
{
	position: relative;
	width: 210px;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
}

div.specialties ul.column a { color: #FFF; }

div.specialties ul.column + ul.column { margin-left: 35px; }

div.specialties ul.column li
{
	padding: 3px 0px;
	border-top: 1px dotted #AAA49A;
}

div.specialties ul.column li:first-child { border-top: none; }
#bottom_ div.moduletable ul.menu li.practicearea { position: relative; }

#bottom_ div.moduletable ul.menu li.practicearea div.hidden
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 755px;
	height: 60px;
	background-image: url(../images/icon-arrow-white.png);
	background-repeat: no-repeat;
	background-position: 700px 25px;
	z-index: 5;
}

#bottom_ div.moduletable ul.menu li.practicearea div.hidden p
{
	padding: 10px 70px 10px 10px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
}

/* -------------------------------------------------------------- 
  
   typography.css
   * Sets the default style for common elements.
   
-------------------------------------------------------------- */

h1
{
	font-family: Georgia, Trajan, Times, "Times New Roman", serif;
	font-size: 45px;
	font-weight: normal;
	line-height: 1em;
}

h2
{
	font-family: Georgia, Trajan, Times, "Times New Roman", serif;
	font-size: 23px;
	font-weight: normal;
	line-height: 1em;
}

h3
{
	margin-bottom: 0.69em;
	font-size: 15px;
	font-weight: normal;
}

p { margin-bottom: 1em; }

ul, ol
{
	padding-left: 16px;
	margin-bottom: 1em;
}

a
{
	color: #645F58;
	text-decoration: none;
}

a:hover { color: #EC4E01; }
em { font-style: italic; }
.copyright { 
	font-size: 10px;
	padding-left:10px;
	position: relative;
	clear: both;
	float: left;
}

a.readmore { color: #EC4E01; }

p.detail
{
	font-size: 11px;
	font-weight: bold;
}



/* -------------------------------------------------------------- 
  
   search.css
   * Sets the default style for search results page.
   
-------------------------------------------------------------- */

#article_.search h1 { margin: 0px 0px 45px 0px; }

#article_.search h3
{
	margin: 50px 0px 30px 0px;
	font-size: 18px;
}

#article_.search label
{
	margin-bottom: 10px;
	display: block;
	font-size: 11px;
	font-weight: bold;
}

#article_.search form.search
{
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	height: auto;
	display: block;
	clear: both;
}

#article_.search div.search-result_ { margin-bottom: 10px; }
#article_.search div.search-result_ a { text-decoration: underline; }
#article_.search p.detail { margin-top: 30px; }

ul.pagination_
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
	line-height: 11px;
}

ul.pagination_ li
{
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px 5px;
	border-left: 1px solid #AAA49A;
	float: left;
	color: #EC4E01;
}

ul.pagination_ li:first-child
{
	padding-left: 0px;
	border-left: none;
	color: #645F58;
}

ul.pagination_ li:first-child + li { border-left: none; }
ul.pagination_ a { text-decoration: underline; }
/* -------------------------------------------------------------- 
  
   scrollbars.css
   * Sets the default style for scrollbars.
   
-------------------------------------------------------------- */

div.scroll-track_
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 15px;
	height: 100%;
	background-color: #AAA49A;
	overflow: hidden;
	float: right;
}

div.scroll-boundary_
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 9px;
	margin: 0px 3px;
	height: auto;
}

div.scroll-face_
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 9px;
	min-height: 30px;
	background-color: #656150;
}

div.scroll-content_
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 245px;
	height: auto;
	float: left;
}

div.scroll-track_ a.up-button_
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 15px;
	height: 15px;
	background: transparent url(../images/button-scroll-up.png) no-repeat;
	display: block;
}

div.scroll-track_ a.down-button_
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 15px;
	height: 15px;
	background: transparent url(../images/button-scroll-down.png) no-repeat;
	display: block;
}
/* -------------------------------------------------------------- 
  
   slideshow.css
   * Sets the default style for home page slideshow.
   
-------------------------------------------------------------- */

div.slideshow_.homepage
{
	background-image: url(/templates/chuhakandtecson/images/smart-answers.png);
	background-repeat: no-repeat;
	background-position: center 260px;
	text-align: center;
}

div.slideshow_.alternate.notitle
{
	background-image: url(../images/right-there-with-you.png);
	background-repeat: no-repeat;
	background-position: center 40px;
	text-align: center;
}

div.slideshow_.alternate.notitle div.slide-container_ { top: 250px; }
div.slideshow_.alternate { text-align: center; }

div.slideshow_.homepage h1,
div.slideshow_.alternate h1
{
	margin-bottom: 50px;
	padding: 50px 50px 0px 50px;
	text-align: center;
	font-size: 80px;
}

div.slideshow_.homepage p.navigation,
div.slideshow_.alternate p.navigation
{
	position: absolute;
	left: 283px;
	top: 440px;
	font-weight: bold;
	color: #FFF;
}

div.slideshow_.homepage a.readmore,
div.slideshow_.alternate a.readmore
{
	color: #A54110;
	vertical-align: baseline;
}

div.slideshow_.homepage div.slide-container_
{
	left: 78px;
	top: 330px;
}

div.slideshow_.homepage div.slide-container_ p,
div.slideshow_.alternate div.slide-container_ p
{
	font-size: 12px;
	font-family: Georgia, Trajan, Times, "Times New Roman", serif;
	color: #FFF;
}

div.slideshow_.homepage button.slide-left_,
div.slideshow_.alternate button.slide-left_
{
	position: absolute;
	left: 270px;
	top: 447px;
	width: 6px;
	height: 7px;
	background: transparent url(../images/button-left.png) no-repeat;
	z-index: 998;
}

div.slideshow_.homepage button.slide-left_:hover,
div.slideshow_.alternate button.slide-left_:hover { background-image: url(../images/button-left-off.png); }

div.slideshow_.homepage button.slide-right_,
div.slideshow_.alternate button.slide-right_
{
	position: absolute;
	left: 325px;
	top: 447px;
	width: 6px;
	height: 7px;
	background: transparent url(../images/button-right.png) no-repeat;
	z-index: 999;
}

div.slideshow_.homepage button.slide-right_:hover,
div.slideshow_.alternate button.slide-right_:hover { background-image: url(../images/button-right-off.png); }

