/* Neutralize styling: 

   Elements we want to clean out entirely: */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-size:12px;
    line-height:14px;
    font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	
}

/* Neutralize styling: 
Elements with a vertical margin: */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-size:100%;
	margin: 0px;
	padding: 0px;
}

/* Apply left margin:
 Only to the few elements that need it: */
 
li, dd, blockquote {
	margin-left: 0;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
	color:#000;
	font-size:13px;
	color: #2f94ca;
	
}

fieldset {
	border: none;
}

/* Form field text-scaling */

input, select, textarea {
	font-size: 100%;
}

a, a:link, a:visited, a:hover{
	color:#000;
	text-decoration:underline;
}

a:hover{
	color:#000;
	text-decoration:none;	
	}

a img, a:link img, a:visited img, a:hover img{
	border:0;
}

a:hover img{	
	text-decoration:none;
	}

.clear{
	visibility:hidden;
	height:1%;
	clear:both;
}


/*------------------------------------------------------------------
MAJOR POSITION BLOCKS
/*------------------------------------------------------------------*/

body{
	background:#a1c3de url(../images/bg-body.jpg) top left repeat-x;
}

#wrapper{
	width:1000px;
	text-align:left; 
	margin:0 auto;
	background: url(../images/bgWrapper.png) top left repeat-y;
	
}

#header{
	width:937px;
	height:97px;
	padding:34px 0 0 63px;
	background: url(../images/bgHeader.jpg) top left no-repeat;
}

#contentWrapper{
	background:url(../images/bgContentWrapper.jpg) bottom left no-repeat;
	width:900px;
	text-align:left; 
	margin:0 auto;
}

#contentHeader{
	background:url(../images/bgContentHeader.jpg) 0px 31px no-repeat;
	width:900px;
	display:block;
	position:relative;
	padding-bottom:15px;
}

#footerWrapper{
	width:1000px;
	text-align:left; 
	margin:0 auto;
	background: url(../images/bgFooterWrapper.jpg) top left no-repeat;
	
}

/*------------------------------------------------------------------
HEADER - parent at line 90
/*------------------------------------------------------------------*/

#header h1{
	text-indent:-9999px;
}

h1.headerLogo a{
	background:url(../images/logoPres.jpg) top left no-repeat;
	display:block;
	width:211px;
	height:59px;
	float:left;
}

h1.justice{
	background:url(../images/logo1800Justice.jpg) top left no-repeat;
	width:370px;
	height:50px;
	float:left;
}


/*------------------------------------------------------------------
Global Nav
/*------------------------------------------------------------------*/
#globalNav{
	margin:0 auto;
	width:711px;
	padding:10px 0 0 0;
	
}

#globalNav ul{ 
	list-style:none; 
	display:block; 
	padding:0 0 0 0; 
	height:44px; 
	width:711px;
}

#globalNav ul li{ 
	float:left;
	display:block;
	height:43px; 
}

#globalNav ul li a{ 
	display:block; 
	height:43px;
	padding:0 0;
}

#globalNav ul li a span{
	display:none;
}

#globalNav ul li#home { /* on state */
	width: 50px; 
	background: transparent url('../images/navigationGlobal.jpg') 0px -44px no-repeat;
}

#globalNav ul li#home a { /* off state */ 
	background: transparent url('../images/navigationGlobal.jpg') 0px 0px no-repeat; 
}

#globalNav ul li#home a:hover,
#globalNav ul li#home a.current { /* remove on state */ 
	background: none;
}

#globalNav ul li#firm { /* on state */
	width: 86px; 
	background: transparent url('../images/navigationGlobal.jpg') -50px -44px no-repeat;
}

#globalNav ul li#firm a { /* off state */ 
	background: transparent url('../images/navigationGlobal.jpg') -50px 0px no-repeat; 
}

#globalNav ul li#firm a:hover,
#globalNav ul li#firm a.current { /* remove on state */ 
	background: none;
}

#globalNav ul li#differences { /* on state */
	width: 136px; 
	background: transparent url('../images/navigationGlobal.jpg') -136px -44px no-repeat;
}

#globalNav ul li#differences a { /* off state */ 
	background: transparent url('../images/navigationGlobal.jpg') -136px 0px no-repeat; 
}

#globalNav ul li#differences a:hover,
#globalNav ul li#differences a.current { /* remove on state */ 
	background: none;
}

#globalNav ul li#practice { /* on state */
	width: 157px; 
	background: transparent url('../images/navigationGlobal.jpg') -272px -44px no-repeat;
}

#globalNav ul li#practice a { /* off state */ 
	background: transparent url('../images/navigationGlobal.jpg') -272px 0px no-repeat; 
}

#globalNav ul li#practice a:hover,
#globalNav ul li#practice a.current { /* remove on state */ 
	background: none;
}

#globalNav ul li#faqs { /* on state */
	width: 62px; 
	background: transparent url('../images/navigationGlobal.jpg') -429px -44px no-repeat;
}

#globalNav ul li#faqs a { /* off state */ 
	background: transparent url('../images/navigationGlobal.jpg') -429px 0px no-repeat; 
}

#globalNav ul li#faqs a:hover,
#globalNav ul li#faqs a.current { /* remove on state */ 
	background: none;
}

#globalNav ul li#testimonials { /* on state */
	width: 119px; 
	background: transparent url('../images/navigationGlobal.jpg') -491px -44px no-repeat;
}

#globalNav ul li#testimonials a { /* off state */ 
	background: transparent url('../images/navigationGlobal.jpg') -491px 0px no-repeat; 
}

#globalNav ul li#testimonials a:hover,
#globalNav ul li#testimonials a.current { /* remove on state */ 
	background: none;
}

#globalNav ul li#contact { /* on state */
	width: 101px; 
	background: transparent url('../images/navigationGlobal.jpg') -610px -44px no-repeat;
}

#globalNav ul li#contact a { /* off state */ 
	background: transparent url('../images/navigationGlobal.jpg') -610px 0px no-repeat; 
}

#globalNav ul li#contact a:hover,
#globalNav ul li#contact a.current { /* remove on state */ 
	background: none;
}


/*------------------------------------------------------------------
BANNER - parent is CONTENT HEADER
/*------------------------------------------------------------------*/

#banner{
	width:621px;
	height:251px;
	padding:0 0 0 30px;
	float:left;
}

#form {
	position: relative;
	width:214px;
	height:251px;
	display:block;
	float:left;	
	background:url(../images/bgHeaderForm.jpg) 0 0px repeat-x; 
	color: #fff;
}

/*------------------------------------------------------------------
QUICK RESPONSE AREA - parent is FORM (and steve is ghey)
/*------------------------------------------------------------------*/

#form #banner-testimonials {
	position: relative;
	
	
}
#form #banner-testimonials .testimonial {
	width:214px;
	height:251px;
}

#form #banner-testimonials .testimonial p{
	font-size:14px;
	font-style:italic;
	line-height:22px;
	padding:30px 10px 0px 15px;
}

#form #banner-testimonials .testimonial p span {
	font-size:20px;
    color:#fff;
	font-family:"Times New Roman", Times, serif;
}



#form #quick-response form {
	width:214px;
	height:251px;
	background:url(../images/bgQuickResponse.jpg) no-repeat;	
}
#form #quick-response h3 {
	text-indent: -999em;	
}
#form #quick-response input,
#form #quick-response textarea {
	font-size: 11px;
	color: #4774b7;
	font-family: arial, helvetica, sans-serif;
}

#form #quick-response input.error,
#form #quick-response textarea.error {
	color: red;	
}

#form #quick-response input.text {
	position: absolute;
	height: 12px;
	line-height: 1em;
	background: transparent;
	border: 0;
	padding: 0;
	width: 172px;
	left: 21px;
}
#form #quick-response input#quick-response-name {
	top: 55px;	
}
#form #quick-response input#quick-response-email {
	top: 82px;	
}
#form #quick-response input#quick-response-phone {
	top: 109px;	
}
#form #quick-response textarea#quick-response-comments {
	position: absolute;
	height: 61px;
	line-height: 1.2em;
	background: transparent;
	border: 0;
	padding: 0;
	width: 172px;
	left: 21px;
	top: 136px;
	overflow:hidden;
}
#form #quick-response input#quick-response-submit {
	position: absolute;
	bottom: 14px;
	right: 17px;
}



/*------------------------------------------------------------------
ACTION BAR - parent is CONTENT WRAPPER
/*------------------------------------------------------------------*/

#actionBar{
	background:url(../images/bgDblLine.jpg) top left no-repeat;
	width:873px;
	height:54px;
	margin:0 auto;
	position:relative;
}

#actionBar h1#onlineEval a{
	background:url(../images/titleCTABar.jpg) 2px 5px no-repeat;
	width:203px;
	height:43px;
	display:block;
	float:left;
	text-indent:-9999px;
}	

#actionBar h1#tollFree{
	background:url(../images/titleCTABar-02.jpg) 0 5px no-repeat;
	width:232px;
	height:43px;
	float:left;
	text-indent:-9999px;
}

#actionBar h1#paid{
	background:url(../images/titleCTABar-03.jpg) 0 5px no-repeat;
	width:238px;
	height:43px;
	float:left;
	text-indent:-9999px;
}

form#headerSearch{
	position:absolute;
	top:0;
	right:0;
	width: 166px;
	height:44px;
	padding: 20px 0 0 13px;
	margin: 0;
	background: transparent url(../images/bgSearchHeader.jpg) 0 6px no-repeat;
}

form#headerSearch #headerSearchInput {
	padding: 2px 4px 6px 0;
	border: 0;
	width: 116px;
	height: 12px;
	font-size: 11px;
	line-height: 12px;
	color: #2f94ca;
	float: left;
	background: transparent;
}	
form#headerSearch #headerSearchButton {
	padding: 0;
	border: 0;
	width: 26px;
	height: 24px;
	overflow: hidden;
	color: #2f94ca;
	float: left;
	padding-top: 24px;
	background-color: transparent;
	cursor: pointer;
}


/*------------------------------------------------------------------
MAIN PANEL - parent is CONTENT WRAPPER
/*------------------------------------------------------------------*/

#mainPanel{
	background:url(../images/bgMainPanel2ndLevel.jpg) top left no-repeat;
	width:873px;
	margin:3px auto 0 auto;
	padding-bottom:15px;
}

#mainPanelWide{
	background:url(../images/bgMainPanel2ndLevelWide.jpg) top left no-repeat;
	width:873px;
	margin:3px auto 0 auto;
	padding-bottom:15px;
}

#mainPanel h1.title, #mainPanelWide h1.title {
	font-family:"Lucida Grande", "Lucida Sans Unicode", arial;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	line-height:20px;
	letter-spacing:-.03em;
	font-weight:normal;
	display:block;
	padding:10px 0 20px 20px;
	width:211px;
	float:left;
}

#mainPanel h1.sectionTitle , #mainPanelWide h1.sectionTitle {
	color:#0d4f70;
	font-family:"Lucida Grande", "Lucida Sans Unicode", arial;
	text-transform:uppercase;
	font-size:16px;
	line-height:20px;
	letter-spacing:-.03em;
	font-weight:normal;
	display:block;
	padding:10px 0 20px 20px;
	float:left;
	
}

#mainPanelWide h1.subTitle{
	font-family:"Lucida Grande", "Lucida Sans Unicode", arial;
	color:#0d4f70;
	clear:both;
	font-size:14px;
	line-height:20px;
	letter-spacing:-.03em;
	font-weight:normal;
	display:block;
	padding:10px 0 10px 0px;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	margin:10px 0;
}

#mainPanel #subNav{
	clear:both;
	float:left;
	width:230px;
}

#mainPanel #subNav ul{
	width:210px;
	list-style:none;
	padding:10px 0 20px 3px;
}

#subNav ul li{
	background:url(../images/bgSubNav.png) 3px 0px no-repeat;
	display:block;
}

#subNav ul li a{
	height:28px;
	display:block;
	padding:5px 0 0 18px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:-.03em;
	text-decoration:none;
	color:#343434;
}

#subNav ul li a.active,
#subNav ul li a:hover{
	color:#407e9d;
}



#mainPanel #mainBody{
	width:636px;
	float:left;
	padding-top:10px;
}

#mainPanelWide #mainBody{
	clear:both;
	width:823px;
	padding-left:25px;
	padding-right:25px;
	
}

#mainBody ul{
	list-style:disc;
	list-style-position:inside;
	padding:10px 0;
	font-size:13px;
	color:#343434;
		
}


#mainBody ol{
	list-style-position:inside;
	padding:10px 0;
	font-size:13px;
	color:#343434;

}

#mainBody ol.indentList{
	padding-left:25px;
	list-style-position:outside;
	margin-left:10px;
}

#mainBody ol.indentList li{
	padding:3px 0;
}

#mainBody ul.dismissList{
	float:left;
	width:430px;
	display:block;
	padding-left:15px;
	list-style-position:outside;
	margin-left:10px;
}

#mainBody ul.dismissList li{
	padding:2px 0;
}

#mainBody ul.difference{
	list-style:none;
	float:left;
	width:620px;
	font-size:12px;
	list-style-position:outside;
	
}

#mainBody ul.difference li{
	padding:4px 0 2px 13px;
	line-height:18px;
	background:url(../images/bgListItem.jpg) 0 7px no-repeat;
}


	
#mainPanel #mainBody .mainThumb, #mainPanelWide #mainBody .mainThumb{
	border:8px solid #fff;
	float:left;
	margin-right:10px;
}

#mainPanel #mainBody p, #mainPanelWide #mainBody p{
	padding:3px 10px 3px 0;
	font-size:13px;
    line-height:18px;
    color:#343434;
}

#mainPanel #mainBody h2, #mainPanelWide #mainBody h2{
	font-size:13px;
	letter-spacing:-.03em;
	color:#335c86;
	padding:15px 0 5px 0;
}

#mainPanel a.learnMoreButton, #mainPanelWide a.learnMoreButton{
	background:url(../images/buttonLearnMore.jpg) 0 0 no-repeat;
	width:200px;
	height:35px;
	display:block;
	text-indent:-9999px;
}

#mainPanel #mainBody p.faqButton a, #mainPanelWide #mainBody p.faqButton a{
	width:432px;
	height:40px;
	padding:15px 0 0 200px;
	display:block;
	background:url(../images/buttonFAQ.jpg) 150px 0 no-repeat;
	font-family:"Lucida Grande", "Lucida Sans Unicode", arial;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:-.03em;
	color:#335c86;
	text-decoration:none;
}

#mainPanel #mainBody p.faqButton a.leftJustify, #mainPanelWide #mainBody p.faqButton a.leftJustify{
padding-left:50px; background:url(../images/buttonFAQ.jpg) 0px 0 no-repeat;
}

#mainPanel #mainBody p.faqButton a span, #mainPanelWide #mainBody p.faqButton a span{
	color:#2e95ca
}

a.inlineLnk {
	color:#343434
}

a.homeInlineLnk{
	color:#343434;
	text-decoration:none;
}

/*------------------------------------------------------------------
HOME PANEL - parent is CONTENT WRAPPER
/*------------------------------------------------------------------*/

#homePanel{
	background:url(../images/bgMainPanel.jpg) top left no-repeat;
	width:873px;
	margin:0 auto;
	padding-top:5px;
}


#homePanel #leadNav{
	width:221px;
	margin-right:10px;
	float:left;
	background:url(../images/bgUlLeadNav.jpg) 5px 0 no-repeat;
	
}

#homePanel #leadNav ul{
	list-style:none;
	display:block;
	width:218px;
	padding:10px 0 20px 3px;
	
}

#homePanel #leadNav ul li{
	background:url(../images/bgLeadNav.png) 3px 0px no-repeat;
	display:block;
}

#homePanel #leadNav ul li a{
	height:28px;
	display:block;
	width:200px;
	padding:5px 0 0 18px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:-.03em;
	text-decoration:none;
	color:#343434;
}

#homePanel #leadNav ul li a:hover{
	color:#407e9d;
}


#homePanel #leadNav ul li a.active{
	height:28px;
	padding:15px 0 0 18px;
	display:block;
	background:url(../images/bgLeadNavActive.png) 0 0 no-repeat;
	color:#fff;
}

#homePanel #leadNav h1.title{
	background: url(../images/titleHelpfulLinks.jpg) 16px 13px no-repeat;
	width:120px;
	height:25px;
	text-indent:-9999px;
	
}

#homePanel #leadBody{
	width:626px;
	float:left;
	padding-top:10px;
}

#homePanel #leadBody .leadThumb{
	border:8px solid #fff;
	float:left;
	margin-right:10px;
}

#homePanel #leadBody h1.title{
	background:url(../images/titleAboutPrezLaw.jpg) 0px 12px no-repeat;
	width:440px;
	height:40px;
	text-indent:-9999px;
	float:left	
}


#homePanel #leadBody p{
	padding:3px 0 10px 0;
	font-size:13px;
    line-height:20px;
    color:#343434;
}

#homePanel a.learnMoreButton{
	background:url(../images/buttonLearnMore.jpg) 0 0 no-repeat;
	width:200px;
	height:35px;
	display:block;
	text-indent:-9999px;
}


/*------------------------------------------------------------------
SUBCONTENT - parent is CONTENT WRAPPER
/*------------------------------------------------------------------*/


#subContent{
	background:url(../images/bgSubContent.jpg) 0 20px no-repeat;
	margin:0 auto;
	width:857px;
	position: relative;
	padding-top:20px
}

#videoTile h1.serious{
	background:url(../images/titleCaseSeriously.jpg) 45px 15px no-repeat;
	width:300px;
	height:44px;
	text-indent:-9999px;
}

#testimonialTile h1.saying{
	background:url(../images/titleClientsAreSaying.jpg) 75px 15px no-repeat;
	width:325px;
	height:44px;
	text-indent:-9999px;
}

#testimonialTile{
	position: relative;
	background:url(../images/bgSubTile.jpg) 20px 50px no-repeat;
	width:450px;
	height:210px;
	float:left;
	padding-bottom:40px;
	
}


#subContent #testimonial {
	position: relative;
	padding: 0 80px 0 55px;
	overflow: hidden;
	height: 185px;
}
#subContent #testimonial .testimonial {
	position: relative;
	padding-top: 25px;
	width: 315px;
	height: 160px;
}

#subContent #testimonial .testimonialReadMore {
	position: absolute;
	display: block;
	bottom: 30px;
	right: 60px;
	z-index: 1;
}

#testimonial p {
	font-size:15px;
    line-height:20px;
    color:#343434;
    margin: 0;
}

#testimonial p span {
	font-size:20px;
    color:#356899;
	font-family:"Times New Roman", Times, serif;
}

#videoTile{
	background:url(../images/bgSubTile.jpg) 0 50px no-repeat;
	width:384px;
	height:210px;
	float:left;
	padding-bottom:40px;
	
}

#video{
	padding:25px 0 0 15px;
}

#video p{
	padding-right:15px;
	padding-bottom:8px;
	font-size:13px;
    line-height:20px;
    color:#343434;
}

#video .thumb{
	float:left;
	margin-right:10px;
}

/*------------------------------------------------------------------
FAQ's
/*------------------------------------------------------------------*/
#mainBody #faqs{
	position:relative;
	padding-bottom:80px;
	
}

#mainBody #faqs p{
	padding:5px 0 5px 0;
	display:block;
	font-size:15px;
	
}

#mainBody #faqs p span{
	font-size:18px;
	padding-right:5px;
}

#mainBody #faqs p.answer span{
	font-size:14px;
	padding-right:5px;
}

#mainBody #faqs p.answer{
	background:url(../images/bgFaqBreak.jpg) left bottom no-repeat;
	padding:5px 0 15px 0;
	margin-bottom:10px;
	display:block;
	font-size:13px;
}


#mainBody #faqs p.answer#last, #mainBody #faqs ol#last {
	background:none;
}

#mainBody #faqs ol{
	background:url(../images/bgFaqBreak.jpg) left bottom no-repeat;
	padding:10px 0 20px 40px;
	list-style-position:outside
}

#mainBody #faqs ol li{
	padding:4px 6px 4px 0;

}
/*------------------------------------------------------------------
SIDE COTNENT
/*------------------------------------------------------------------*/

#sideContent{
	padding:10px 0 30px 10px;
	background:url(../images/bgSideContentDiv.jpg) 215px 0 repeat-y;
}

#sideContent #testimonial{
	position: relative;
	background:url(../images/bgSideContentTile.jpg) 0px 0px no-repeat;
	padding: 0 40px 10px 20px;
	height:280px;
}
#sideContent #testimonial .testimonial {
	position: relative;
	padding-top: 20px;
	width: 160px;
	height: 200px;
	overflow: hidden;
}
#sideContent #testimonial .testimonial p {
	margin: 0;
	font-size:13px;	
}

#sideContent #testimonial .readMore {
	position: absolute;
	bottom: 35px;
}

#sideContent #video{
	background:url(../images/bgSideContentTileLower.jpg) 0px 0px no-repeat;
	padding:20px 20px 10px 20px;
	height:260px;
}

#sideContent #testHeader, #sideContent #videoHeader {
	text-indent:-9999px;
}

#sideContent #testHeader{
	width:196px;
	height:13px;
	display:block;
	background:url(../images/titleSideContent.jpg) 0 0 no-repeat;
}

#sideContent #videoHeader{
	width:auto;
	height:13px;
	display:block;
	background:url(../images/titleSideContent-02.jpg) 0 0 no-repeat;
}

#sideContent #testimonial p{
	padding:0;
	height:200px;
}

#sideContent #video p{
	padding:8px 8px 8px 0;
}
/*------------------------------------------------------------------
CONTACT BODY
/*------------------------------------------------------------------*/

#contactBody{
	float:left;
	width:440px;
	padding-top:15px;
	padding-left:5px;
	margin-right:60px;
	border-right:1px solid #dadada;
}

#contactBody p#address{
	float:left;
	width:200px;
	border-right:1px solid #dadada;
	padding-bottom:10px;
}

#contactBody p#phoneNums{
	padding-left:20px;
	padding-bottom:10px;
	float:left;
}


/*------------------------------------------------------------------
TESTIMONIAL CONTENT
/*------------------------------------------------------------------*/

.testimonialBody{
	background:url(../images/bgTesteeBreak.jpg) left bottom no-repeat;
	padding:8px 25px 20px 20px;
}

.testimonialToggle{
	text-align:right;
	width:100%;
	display:block;
}
.testimonialToggle .showMore,
.testimonialToggle .showLess {
 	display: none;	
 	cursor: pointer;
}
body.js-enabled .testimonialToggle .showMore {
	display: inline;
}
body.js-enabled .testimonialMore {
	display: none;	
}

.testimonialBody h3{
	color:#0d4f70;
	font-size:13px;
	padding:10px 0 0 0;
	font-family:"Lucida Grande", "Lucida Sans Unicode", arial;
	
}

.testimonialBody h3 span{
	font-style:italic;
	font-size:13px;
	font-weight:normal;
}	

/*------------------------------------------------------------------
FORMS
/*------------------------------------------------------------------*/

#contactForm{
	float:left;
	width:410px;
	padding-top:20px;
	border-top:1px solid #dadada;
}

#contactForm label{
	float: left;
	width: 120px;
	padding:3px 0 3px 0;
	color:#343434;
}

#contactForm input, #contactForm textarea{
	width: 330px;
	margin-bottom: 5px;
	border:1px solid #dadada;
	padding:3px;
	
}


#contactForm textarea{
	width: 330px;
	height: 150px;
}

#contactForm .boxes{
	width: 1em;
}

input#submitbutton{
	margin-top: 5px;
	width: 90px;
	color:#fff;
	background-color:#1a437d
}

#contactForm br{
	clear: left;
}

.errorBox {
	margin: 0.5em 0;	
	/*padding: 0.33em;*/
	color: red;
}
.errorBox ul {
	list-style: none;
}

#caseEval fieldset{
	margin : 0;
	padding : 1em;
	border : 1px solid #ccc;

}

#caseEval fieldset legend{
	color:#0d4f70;
	font-size:16px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", arial;
	margin : 5px;
	padding : 4px;

}

#caseEval fieldset textarea{
	width:500px;
	height:100px;
	margin-bottom: 5px;
	border:1px solid #dadada;
	padding:3px;
}

#caseEval fieldset input.evalTextInput{
	margin-bottom: 5px;
	border:1px solid #dadada;
	padding:3px;
}

#caseEval fieldset td{
	padding:4px;
}


#caseEval fieldset #type label{
	float: left;
	width: auto;
	padding:3px 0 3px 0;
	color:#343434;
}

#caseEval fieldset #contact label {
	float: left;
	width: 90px;
	padding:3px 0 3px 0;
	color:#343434;
}

#caseEval fieldset#misc label#website {
	float: left;
	width: 220px;
	padding:3px 0 3px 0;
	color:#343434;
}

#caseEval fieldset#misc select{
	margin-bottom:10px;
}
#caseEval fieldset#misc label{
	padding:3px 0 3px 0;
}

#caseEval fieldset label{
	padding:4px 0 0px 0;
	display:block;
	color:#343434;
}

#caseEval input#submitButton{
	margin-top: 5px;
	margin-bottom:10px;
	width: 150px;
	color:#fff;
	background-color:#1a437d;
	border:1px solid #dadada;
	padding:3px;
}


/*------------------------------------------------------------------
Pager
/*------------------------------------------------------------------*/

#results{
	color:#343434;
	font-size:13px;
	min-height: 220px;
}
* html #results {
	height: 200px;
}
	

#results h1{
	color:#1a437d;
	font-family:"Lucida Grande", "Lucida Sans Unicode", arial;
	font-size:20px;
	font-weight:normal;
	padding:20px 0 220px 0;
}

#results .result{
	background:url(../images/bgTesteeBreak.jpg) left bottom no-repeat;
	padding:5px 0 15px 0;
	margin-bottom:10px;
	display:block;
	font-size:12px;
	
}

#results .result h4 a{
	color:#1a437d;
	font-family:"Lucida Grande", "Lucida Sans Unicode", arial;
	font-size:14px;
	padding-bottom:8px;
	font-weight:normal;
	display:block;
	
}
#results .result.last {
	background-image: none;
}



#results .pager {
	height: 1em;
	margin: 1.5em 2em;	
}

#results ul.pagination {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
#results ul.pagination li {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	color:#6586a0;
}


#results ul.pagination li.pagerPrev {
	height:21px;
	width:21px;
	text-align: center;
	border:1px solid #dadada;
	margin:3px;
	color:#6586a0;
	padding:3px 0 0 0;
}

#results ul.pagination li.pagerNext {
	height:21px;
	width:21px;
	text-align: center;
	border:1px solid #dadada;
	margin:3px;
	color:#6586a0;
	padding:3px 0 0 0;
}

#results ul.pagination li.pagerPage, 
#results ul.pagination li.pagerPageFirst, 
#results ul.pagination li.pagerPageLast {
	height:21px;
	width:21px;
	text-align: center;
	border:1px solid #dadada;
	margin:3px;
	color:#6586a0;
	padding:3px 0 0 0;
}
#results ul.pagination li.pagerPageLast {
	color:#6586a0;
}

#results ul.pagination li a{
color:#6586a0;
}

	
/*------------------------------------------------------------------
Video Player
/*------------------------------------------------------------------*/
.videoPlayer{
	float:left;
	width:360px;
	margin-bottom:5px;
	margin-right:10px
}	
	
	
/*------------------------------------------------------------------
FOOTER - parent at line 97
/*------------------------------------------------------------------*/

#footer{
	text-align:center; 
	padding: 25px 0 25px 0;
}

#footer p{
	color:#6586a0;
	padding:4px 0;
	font-family:helvetica, arial, sans-serif;
}

#footer a{
	color:#6586a0;
}