
body, iframe, blockquote, div, h1, h2, h3, h4, hr, img, form, fieldset
{
	margin: 0;
	border: 0;
	padding: 0;
}

body
{
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 87.5%;	/* 14px based on default 16px */
	line-height: 1.2857; /* 18px/14px */
	background: #6F6556 url(/images/bg_b_ody.gif) repeat-x top left;
}

h1
{
	margin: 0.5em 0; /* 14px / 28px  */
	font-size: 2em; /* 28px */
	font-weight: 300;
	color: #4AA4B4;
}

h2
{
	margin: 0 0 0.577em 0; /* 14px / 20px  */
	font-size: 1.429em; /* 20px */
	font-weight: 300;
	color: #C55827;
}

h3
{
	margin: 0 0 0.9em 0; /* 18px / 20px  */
	font-size: 1.286em; /* 18px */
	font-weight: 300; 
	color: #333333;
}

h4
{
	margin: 0 0 0.875em 0; /* 14px / 16px  */
	font-size: 1.143em; /* 16px */ 
	font-weight: 600;
	color: #444444;
}

p
{
	margin: 0 0 1.286em 0; /* 14px / 18px */
	font-size: 1em; /* 14px */
}

ul,dl,ol
{
	font-size: 1em; /* 14px */
	margin: 0 0 1.286em 0; /* 14px / 18px */
	padding: 0 0 0 1.5em;
}

a
{
	text-decoration: none;
	color: #3300FF;
}

a:visited
{
	text-decoration: none;
	color:#3300FF;
}

a:hover
{
	text-decoration: underline;
	color: #660000;
}

a:active
{
	text-decoration: none;
	color:#006600;
}

h3 a
{
	text-decoration: underline;
	font-weight:900;
}

h3 a:visited
{
	text-decoration: underline;
	font-weight:900;
}

h3 a:hover
{
	text-decoration: underline;
}

blockquote
{
	margin: 10px 20px 15px 25px;
	border-top: 1px solid #25AAE1;
	padding: 0.5em 1em;
	border-bottom: 1px solid #25AAE1;
	background-color:#FAFAFF;
}

blockquote p
{
	margin: 0.5em 0;
}

hr
{
	clear: both;
	color:#CCCCCC;
	background-color:#CCCCCC;
	border:0;
	height:1px;
}

form
{
	margin: 0;
	width: inherit;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                     NEW FORM                      */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* See fieldset and legend fixes for background bleed in conditional ie.css */
fieldset
{
	padding: 0.5em;
	margin: 0;
	clear: left;
	border-top: 1px solid #CCCCCC;
/*	background-color: #ffe; F8FFEB*/
}

legend
{
	padding: .2em 0.6em;
	color: #333333;
	font-weight: 900;
	font-size: 1.143em; /* 16px */
}

fieldset dl {
	float: left;
	clear: both;
    margin: 0 2em;
	width: 100%;
	/*max-width: 40em;*/
	/* border: 1px solid #0000FF; */
}

fieldset dt {
	float: left;
	clear:left;
	width: 11em;
	margin: 0 1em 0 0;	
	color: #444444;
	/* border: 1px solid #00FF00; */
}

fieldset dd
{
	float: left;
	width: 25em;
    margin: 0 0 .25em 0 ;
	/* border: 1px solid #FF0000; */
}

fieldset dd input,
td input
{
	border: 1px solid #666666;
	margin-right: 0.4em;
	padding-left: 0.2em;
	background-color: #F0F0FF;
	font-size: 1.143em; /* 16px */
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
}

fieldset dd select,
td select
{
	border: 1px solid #666666;
	background-color: #F0F0FF;
	font-size: 1.143em; /* 16px */
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
}

fieldset dd textarea,
td textarea
{
	border: 1px solid #666666;
	margin-right: 0.4em;
	padding-left: 0.2em;
	background-color: #F0F0FF;
	font-size: 1.143em; /* 16px */
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
}

fieldset dd span.comment,
td span.comment
{
	font-style: italic;
	color: #666666;
	white-space: nowrap;
}

fieldset dd input.required
{
	background-color: #FFF0F0;
}

/* Fix styling for formfu using legend on Checkboxgroup 'labels' */

fieldset dt legend
{
	padding: 0;
	margin: 0;	
	color: #444444;
	font-weight: 300;
	font-size: 1em; /* 14px */
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                /END NEW FORM                      */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.controlRow
{
	clear: both;

	border-top: 1px solid #CCCCCC;
	/*max-width: 525px;*/
	margin: 0;
	padding: 10px 20px;
	text-align: right;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* New button replaces previous .submit class        */
/* with href styled same as submit                   */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

input.button
{
	color: #333333;
	padding: 3px 0 5px 0;
	width: 250px;
	height: 40px;
	border: 0 none;
	background: transparent url(/images/button.png) no-repeat 0 -40px;
	font-size: 1.143em; /* 16px */
	font-weight: 900;
	text-align: center;
}

input.buttonOver
{
	color: #333333;
	padding: 3px 0 5px 0;
	width: 250px;
	height: 40px;
	border: 0 none;	
	background: transparent url(/images/button.png) no-repeat 0 0;
	font-size: 1.143em; /* 16px */
	font-weight: 900;
	text-align: center;
	cursor: pointer;
}

input.buttonDown
{
	color: #CC6600;
	padding: 3px 0 5px 0;
	width: 250px;
	height: 40px;
	border: 0 none;	
	background: transparent url(/images/button.png) no-repeat 0 0;
	font-size: 1.143em; /* 16px */
	font-weight: 900;
	text-align: center;
	outline: 0;
}

a.button
{
	color: #FFFFFF;
	font-size: 1.143em; /* 16px */
	background: transparent url(/images/button.png) repeat-x center right;
/*	width: 190px; */
	display: inline-block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 0 5px 0 20px;
	padding: 0 20px 0 0;
}

a.button span
{
	background: transparent url(/images/button.png) repeat-x center left;
	margin-left: 20px;
	padding-right: 20px;
	height: 21px;
	margin: 0 0 0 -20px;
	padding: 4px 0 5px 20px;
	display:block;
}

a:visited.button
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.button
{
	color: #FFFFFF;
	border-color: #FFFF99;
	text-decoration: none;
}

a:active.button
{
	color: #FFFFFF;
	text-decoration: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                /END NEW BUTTON                    */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.grey
{
	color: #666666;
	font-weight: 300;
	font-size: 0.857em; /* 12px */
}

.grey strong
{
	
}

.note
{
	color: #666666;
	font-weight: 900;
}

.note a
{
	color: #666699;
	text-decoration: none;
}

.note a:hover
{
	color: #996666;
	text-decoration: none;
}

.nowrap
{
	white-space: nowrap;
}

.clear
{
	clear: both;
	height:1px;
	margin-top:-1px;
	overflow:hidden;
	zoom:1
}

.error,
.error_message
{
	white-space: nowrap;
	color: #DD0000;
}

fieldset tbody tr td span.error_message
{
	float: left;
	clear: right;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

img.left
{
	margin: 0 1em 1em 0;
}

a img.left
{
	border: 1px solid #CCCCCC;
}

a:hover img.left
{
	border: 1px solid #660000;
}

.row /* article_list & category_list */
{
	clear:both;

	margin-top: 1em;
}

#thumbnails
{
	position: relative;
	top: 0;
	bottom: 0;
	display: block;
	float:left;
	width: 200px;
	margin: 0 20px 0 0 ;
	text-align: center;

}

.thumb
{
	float: left;
	width: 196px;
	height: 196px;
	margin: 0 0 10px 10px;
	background-color: #F0F0F0;
	overflow: hidden;
}

.thumb span
{
	display: inline-block;
    height: 196px;
    width: 0;
	margin-left: -4px; /* weird but works in ie7/8/ff3 */
	vertical-align: middle; /* needed for ie7/8/ff3 */
}

.thumb img { vertical-align: middle; } /* needed for ie7/8/ff3 */


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                     LAYOUT                        */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#page
{
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 120px 10px 0 10px;
	background: #FFFFFF url(/images/bg_page.gif) repeat-y top left;
}

#header
{
	position: absolute;
	top: 0;
	left: 10px;
	width: 940px;
	margin: 0 auto;
	height: 120px;
	z-index: 6;
	padding: 0;
	background: #3F92A3 url(/images/bg_header.gif) no-repeat top left;
}

#globalNav
{
	position:absolute;
	top: -37px;
	left: 0;
	right: 0;
	height: 30px;
	z-index:7;
	visibility: hidden;
	display: none;
}

#content
{
	position:relative;
	width: 580px;
	float:left;
	left: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
}

#right
{
	position:relative;
	float: left;
	width: 280px;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 20px;
	background: url(/images/bg_right.gif) repeat-y top left;
	padding: 20px 0 0 20px;
	min-height: 340px;
	border-top: 3px solid #999999;
	border-bottom: 3px solid #999999 ;
}

#footer
{
	position:relative;
	left: 0;
	width: 940px;
	bottom: 0;
	height: 110px;
	clear: both;
	background: #CCCCCC url(/images/bg_footer.gif) repeat-x top left;	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                   GLOBAL NAV                      */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#globalNav ul
{
	height: 30px;
	margin: 0;
	padding: 0;
}

#globalNav ul li
{
	width: auto;
	margin: 0;
	float: left;
	display: block;
	padding: 0;
	height: 30px;
}

#globalNav ul li a,
#globalNav ul li a:visited
{
	font-size: 1.286em; /* 18px */
	font-weight: 300;
	text-decoration:none;
	color: #FFFFFF;

	padding: 3px 20px 5px 20px;
	width: auto;
	display:block;
	
}
		
#globalNav ul li a:hover
{
	color: #FFFFFF;
	background-color: #0E88CD;
}

/* Son of Suckerfish  
/* http://www.htmldog.com/articles/suckerfish/dropdowns/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#globalNav ul li ul
{
    position: absolute;
    left: -999em;
    width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background-image: none;
	background-color: #DFEBF1;
	border: 1px solid #095BAA;
	border-top: 6px solid #095BAA;
	z-index: 1000;
}

#globalNav ul li:hover ul
{
    left: auto;
}

#globalNav ul li ul li
{
    float: left;
	clear: left;
    width: 18em;
}

#globalNav ul li ul li a,
#globalNav ul li ul li a:visited
{
    display: block;
	border: 0 none;
	color: #000000;
	text-decoration: none;
}

#globalNav ul li.current a
{
	text-decoration: underline;
}

#globalNav ul li.current ul li a
{
	text-decoration: none;
}


#globalNav ul li ul li.current a
{
	text-decoration: underline;
	color: #666666;
}

#globalNav ul li ul li a:hover
{
	color: #FFFFFF;
	background-color: #0E88CD;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                    BANNER                         */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#banner
{
	position: relative;
	left: 0;
	right: 0;
	width: 100%;	
	height: 100px;
	z-index: 6;
	margin: 0 0 10px 0;
	background: #FAFAFA;
	border: 1px dashed #FF0099;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                   CRUMB TRAIL                     */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#breadcrumb
{
	display: none; /* needs to pullin category_parent in code so hide for moment */
	position: absolute;
	top: -3px;
	font-size: 0.716em;	/* 10px */
	height: 20px;
	line-height: 20px;
	clear:both;
	color:#999999;
}

#breadcrumb a,
#breadcrumb a:visited
{
	color: #6666FF;
	text-decoration: none;
}

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                  PAGED RESULTS                    */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#pager
{
	position:relative;
	clear:both;
	float:left;
	width: 100%;
	margin-top: 20px;
	padding: 2px;
	background-color: #FAFAFA;
}

#pager ul
{
	position:relative;
	margin:0 auto; 
	width: 50%;
	padding: 0; 
	list-style:none; 
	text-align: center; /* centers inline li's */
}

#pager li
{
	display:inline;
	margin-right: 10px;
}

#pager li a,
#pager li a:visited
{
	padding: 0 10px;
    border: 1px solid #CCCCCC;
    color: #666666;
	background-color: #F0F0FF;
	font-weight: bold;
	text-decoration: none;
}

#pager li a:hover
{
 	border: 1px solid #FFCC99;
	background: #FFEEDD;
}

#pager li.current a
{
    color: #FFFFFF;
	background: #666666;
}

#pager p
{
	float:left;
	color: #999999;
	font-weight: 900;
	margin: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                    CONTENT                        */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.logo
{
	float: left;
	margin-top: 25px;
	margin-left: 30px;
	width: 205px;
	height: 50px;
}

.tagline
{
	position: absolute;
	width: 460px;
	top: 65px;
	left: 480px;
	color: #FFFFFF;
	text-align: center;
	font-size: 2em; /* 28px */
}

.contact
{
	position: absolute;
	top: 75px;
	left: 590px;
	width: 350px;
	color: #333333;
	text-align: right;
	font-size: 2.287em; /* 32px */
	font-weight: 300;
}

.contact span
{
	color: #085CAA;
}

p.lead
{
	margin: 0 0 1em 0; /* 18px / 18px */ 
	font-size: 1.286em; /* 18px */
	font-weight: 300;
}

/* Right hand column Call To Action (cta) buttons
----------------------------------------------- */

h4.cta
{
	display: block;
	width: 189px;
	height: 41px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.143em; /* 16px */
	white-space: nowrap;
}

h4.cta a
{
	display: block;
	color: #555555;
	width: 169px;
	height: 41px;
	line-height: 41px;
	padding: 0 0 0 20px;
	text-decoration: none;
	background: url(/images/button-1.png) no-repeat 0 0;
}

 h4.cta a:hover
{
	color: #333333;
	text-decoration: underline;
	background: url(/images/button-1.png) no-repeat 0 0;
}

h4.cta a span
{
/*	display: block;
	width: 205px;
	padding: 2px 10px 0 65px;
	height: 48px;
	line-height: 50px;
	*/
}

h4.cta a.icon1 span
{
/*	background: url(/images/book.png) no-repeat 0 2px; */
}

#right h2
{
	color: #1163B0;
}

/* for property page templates extra fields */

ul.documents
{
	margin: 15px 0;
	padding: 0;
	list-style: none;
}

ul.documents li
{
	margin: 0;
	padding: 0;
}

ul.documents li a
{
	display: block;
	margin: 0;
	padding: 0 0 0 25px;
	background: url(/images/bullet.png) center left no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

ul.documents li a:visited
{
}

ul.documents li a:hover
{
	text-decoration: underline;
}


ul.offer
{
	margin: 15px 0 15px 0;
	padding: 0;
	list-style: none;
	clear:left;
}

ul.offer li
{
	margin: 0;
	padding: 0;
	color: #EB1F27;
	margin: 0;
	padding: 0 0 0 25px;
	background: url(/images/bullet.png) center left no-repeat;
	font-size: 1.2em;	
	font-weight: bold;
	text-align: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                     FOOTER                        */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.company
{
	font-size: 0.857em; /* 12px */
	text-align: center;
	letter-spacing: 0;
	padding: 3px 0 ;
	margin: 0;
	color: #FFFFFF;
	background: #999999 url(/images/bg_grey.gif) repeat-x top left;
}
.helper
{
	text-align: center;
	padding: 10px 0 0 0 ;
}

.helper a
{
	color: #CCCCCC;
	padding: 0 0.75em;
	text-decoration: none;
}

.helper a:hover
{
	color: #EE6666;
}

.helper a:active
{
	color: #CCCCCC;
}

.helper img
{
	vertical-align: middle;
	margin-right: 0.5em;
}

.copyright
{
	color: #999999;
	font-size: 0.857em; /* 12px */
	text-align: center;
	font-weight: 300;
	padding: 1em 0 0;

}

.credits { padding-right: 10px; text-align: right; font-family: arial, sans-serif; font-size: 0.9em; line-height: 0.9em; color: #666666; }
.credits a { font-family: arial, sans-serif; font-size: 9px; color: #666666; text-decoration:none; }
.credits a:visited { color: #666666; text-decoration:none; }
.credits a:hover { color: #FFFFCC; text-decoration:none; }
.credits a:active { color: #FFFFFF; text-decoration:underline; }
