/* TABLE OF CONTENTS
//////////////////////

-	Browser Reset Styles
-	General Styles
-	Link Styles
-	Text Styles
-	Layout Styles
-	Header Styles
-	Navigation Styles
-	Content Styles
-	Sidebar Styles
-	Bucket Styles
-	Footer Styles
-	Contact Form Styles
-   Misc. Styles

//////////////////////
*/


/* Browser Reset Styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* General Styles */

body {
	background: #f1f1f1 url(images/header2.jpg) top repeat-x;
	font: 13px/1.5 Helvetica, Arial, sans-serif;
	color: #333;
	border-top: 5px solid #cc0000;
}

img, div, h1, h2, h3, h4, h5, h6, span, p { 
	behavior: url(iepngfix.htc);
}


/* Link Styles */

a {
	color: #cc0000;
}

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

a:focus {
	outline: 1px dotted invert;
}


/* Text Styles */

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: none;
}

h1 {
	font-size: 25px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}
ol {
	list-style: decimal;
}
ul {
	list-style: square;
}
li {
	margin-left: 30px;
}


/* Layout Styles */

#container {
	
}

#header {
	position: relative;
	height: 140px;
	margin: 5px auto;
	width: 960px;
}

#badge {
	float:left;
	margin:0 0 0 40px;
	width:325px;
	}


#content {
	width:960px;
	margin:10px auto 0px auto;
	
}
#bread {
 width:100%;
 float:left;	
}
#bread p {
 display:block;
 line-height:26px;	
 padding:5px;
}

#idiot {
 width:960px;
 float:left;	
}

#buck-span {
	background: transparent url(images/buck-span-bg.png) no-repeat center bottom;
	width: 960px;
	margin: 0 auto;
}

#side-main-container {
	width: 960px;
	margin: 5px auto;
}

#side-bar {
	width: 310px;
	float: left;
	margin-right: 20px;
	clear: left;
}

#main {
	width: 630px;
	float: left;
}

#apps {
width:625px;
float:left;	
}

#apps ul {
	list-style:none;
}

#apps ul li ul li{
 margin-left:5px;	
}

#apps ul li ul {
 margin-left:5px;	
 border-bottom:1px solid #000;
}

#apps ul li a {
 font-size:14px;
 font-weight:bold;
 color:#cc0000;
}

ul.subapps {
 width:310px;
 float:left;	
}

#apps ul.subapps li ul li a{
	background: url(images/fsh.gif) left no-repeat;
	padding-left:12px;
}

#apps ul.subapps li ul li a {
	font-weight:normal;
	color:#333;
}

#content-end {
	background: transparent url(images/content-end-bg.jpg) no-repeat scroll center top;
	height: 55px;
	float:left;
	width:100%;
}

#footer {
	float:left;
	width:100%;
	background:  url(images/footer-bg.jpg) no-repeat scroll center top;
	padding: 10px 0 10px 0;
	
}

/* Header Styles */

#header h1 img{
	width:265px;
	float:left;
}

#header h2 {
	position: absolute;
	top: 110px;
	left: 5px;
	font-family: Calibri, Helvetica, Arial;
	font-size: 18px;
	font-style: italic;
	color: #fff;
}

#header h2 span {
	color: #fff;
	display: inline;
	font-style: normal;
}

#phone p {
	float: right;
	font-size:17px;
	color: #333;
	padding-right: 25px;
}

#phone p span {
	color: #cc0000;
}


/* Navigation Styles */
#nav {
	float: right;
	clear: right;
	margin-top: 30px;
}

#navlist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 25px;
	margin: 0px;
}

#navlist li a {
	text-decoration: none;
	color: #fff;
}

#navlist li a:hover {
	border-bottom: 3px solid #333;
}

#navlist li a#current {
	border-bottom: 3px solid #222;
}


/* Content Styles */

#main h1, #side-bar h3 {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 32px;
	letter-spacing: -1px;
	color: #cc0000;
	border-bottom: 2px solid #333;
	line-height: 20px;
	margin-bottom:10px;
}

#main p {
	margin: 10px 0;
	font-size: 14px;
}

/* Sidebar Styles */
#side-bar ul.select {
	display:block;
}

#side-bar ul li {
	margin:0px;padding:0px;
}
#side-bar ul li ul{
	display:none;
	margin-top:0px;
}
#side-bar ul li ul li{
	margin-top:0px;
}
#side-bar ul.menu2 {
	margin: 10px 0;
}

#side-bar ul.menu2, #side-bar ul.menu2 ul {
	list-style-type: none;
	padding: 0;
	width: 310px;
}

#side-bar ul.menu2 a {
  display: block;
  text-decoration: none;
  font-size: 16px;
}

#side-bar ul.menu2 li {
  margin-top: 1px;
  margin-left: 0;
}

#side-bar ul.menu2 li a {
  background: #454545 url(images/bullet.gif) top left no-repeat;
  color: #fff;	
  padding:0px 0.5em 0px 0.5em;
  display:block;
  height:40px;
  line-height:40px;
  padding-left: 35px;
}

#side-bar ul.menu2 li a.appy {
  background: #cc0000 url(images/srch.gif) top left no-repeat;
  color: #fff;	
  padding:0px 0.5em 0px 0.5em;
  display:block;
  height:40px;
  line-height:40px;
  padding-left: 35px;
}
#side-bar ul.menu2 li a:hover.appy {
  background: #cc0000 url(images/srch.gif) top left no-repeat;
  color: #fff;	
  padding:0px 0.5em 0px 0.5em;
  display:block;
  height:40px;
  line-height:40px;
  padding-left: 35px;
}

#side-bar ul.menu2 li a:hover {
  background: #222 url(images/bullet-hover.gif) top left no-repeat;
}

#side-bar ul.menu2 li a.thisis {
  background: #222 url(images/bullet-hover.gif) top left no-repeat;
}
#side-bar ul.menu2 li a.isit {
  background: #666 url(images/bullet-sub3.gif) top left no-repeat;
  color:#fff;
}

#side-bar ul.menu2 li ul li a {
  background: #ccc url(images/bullet-sub.gif) top left no-repeat;
  color: #000;
  padding-left: 45px;
  font-size: 12px;
  height:34px;
  line-height:34px;
}

#side-bar ul.menu2 li ul li a:hover {
  background: #c4c4c4 url(images/bullet-sub-hover.gif) top left no-repeat;
  padding-left: 45px;
  
}
#side-bar ul.menu2 li ul li ul li a {
	background: #fff;
	padding-left: 60px;
}
#side-bar ul.menu2 li ul li ul li a:hover {
  background: #eee;
  padding-left: 60px;
}
#side-bar ul.menu2 li ul li ul li a.limp {
  background: #eee;
  
}
/* Bucket Styles */

#buck-span h3, #mini-buck-span h3 {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 22px;
	letter-spacing: -1px;
	margin-left: 40px;
	border-bottom: none;
}

#buck-span h3 a, #mini-buck-span a {
	color: #333;
	text-decoration: none;
}

#buck-span h3 a:hover, #mini-buck-span a:hover {
	text-decoration: underline;
}

#buck-span ul, #mini-buck-span ul {
	margin-left: 40px;
}
#mini-buck-span h5 {
  font-size:14px;
  margin:10px 0px 0px 0px;	
  display:block;
}
#mini-buck-span h5 a {
  text-decoration:underline;	
}
#mini-buck-span h5 a:hover {
  text-decoration:underline;	
  color:#666;
}
#mini-buck-span p {
  margin:0px 0px 6px 0px;	
}

#mini-buck-span h4 {
  font-size:14px;
  margin:10px 0px 0px 0px;	
  display:block;
}
#mini-buck-span img {
  float:right;
  padding:6px;
  clear:right;	
}
#mini-buck-span table, tr, th, td {
	border:1px solid #ccc;
  border-collapse:collapse;	
  padding:3px;
}
#mini-buck-span div.sub {
	float:left;
	width:100%;
	padding-bottom:10px;
	border-bottom: 1px solid #ccc;
}
#mini-buck-span div.sub a img {
  float:right;
  padding:0px 6px 6px 6px;	
}
#mini-buck-span div.sub p a {
  color:#cc0000;	
  text-decoration:underline;
}
.buck {
	width: 320px;
	float: left;
}

.mini-buck {
	width: 315px;
	float: left;
}

.buck img, .mini-buck img {
	margin: 0 auto;
	display: block;
}

.buck p.more a {
	background: transparent url(images/more.png) top left no-repeat;
	float: right;
	color: #cc0000;
	display: block;
	width: 65px;
	height: 25px;
	margin-bottom: 30px;
	padding-right: 10px;
}

.buck p.more a:hover {
	color: #000;
	text-decoration: none;
}

#mini-buck-span .mini-buck p.more {
	margin: 0;
}

#mini-buck-span .mini-buck p.more a {
	background: transparent url(images/more1.png) top left no-repeat;
	float: right;
	padding-right: 10px;
	color: #cc0000;
	font-size: 12px;
	text-decoration: underline;
	display: block;
	width: 65px;
	height: 25px;
	margin-bottom: 30px;
	padding-right: 10px;
}

#mini-buck-span .mini-buck p.more a:hover {
	text-decoration: none;
	color: #000;
}
#mini-buck-span #contactleft {
	float:left;
	width:330px;
}
#mini-buck-span #contactright {
	float:right;
	width:290px;
	height:280px;
}
#mini-buck-span #contactright a {
	color:#CC0000;
}
#mini-buck-span #propertymap {
	height:280px;
	width:280px;
	border:1px solid #c4c4c4;
	background-color:#F6F1E6;
	margin-bottom:5px;
}
table.product-info {
	margin-top:8px;
}
#mini-buck-span .rep-buck {
	float:left;
	height:180px;
	width:155px;
}
#mini-buck-span .rep-buck img {
	margin:5px 0 0 0;
	padding:0;
	text-align:center;
}
#mini-buck-span .rep-buck p {
	font-size:14px;
	margin:0;
	padding:0;
	text-align:center;
	letter-spacing:-1px;
}
/* Footer Styles */

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}
#footer ul {
	padding:0 80px 0 80px;
}
#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 7px;
	margin: 0px;
}

#footer li a {
	text-decoration: none;
	color: #fff;
	padding: 3px;
}

#footer li a:hover {
	background-color: #333;
}
#footer p a {
	color: #c4c4c4;
	text-decoration:underline;
}
#footer p a:hover {
	color: #4d4d4d;
}

/* Contact Form Styles */

div#contactform {
margin:0 0 0 5px;
}
div#contactform form {
float:left;
margin:10px 0 0 0;
}
div#contactform div.formsection {
float:left;
width:100%;
margin-bottom:5px;
}
div#contactform input[type="text"] {
float:left;
background-color:#fff;
color:#121212;
font-size:13px;
line-height:160%;
height:16px;
width:190px;
}
div#contactform select {
float:left;
background-color:#fff;
color:#121212;
font-size:13px;
line-height:160%;
height:24px;
width:194px;
}
div#contactform textarea {
float:left;
background-color:#fff;
color:#121212;
font-size:12px;
line-height:160%;
height:140px;
width:290px;
}
div#contactform label {
display:block;
font-size:12px;
font-weight:bold;
color:#121212;
}
div#contactform input[type="submit"] {
float:left;
}

/* Misc. Styles */
#mini-buck-span .pdf-wrap {
	float:left;
	height:140px;
	width:300px;
}
#mini-buck-span .pdf {
	float:left;
	height:70px;
	width:300px;
}
#mini-buck-span .pdf img {
	float:left;
	margin:0;
}
#mini-buck-span .pdf p a {
	float:left;
	display:inline;
	width:221px;
	margin:28px 0 0 5px;
	font-size:12px;
	line-height:14px;
	color:#CC0000;
}
.center {
	text-align: center;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.clear_l {
	clear: left;
}

.clear_r {
	clear: right;
}

.clear {
	clear: both;
}


