/* 
 * www.caddyconcepts.com
 * site's main colors
 * Orange: #ff7f44;  logo color, headings
 * Black: #000;   logo, text, nav
 * Gray: #4b4b4b;  text, labels, borders
 * 
 */

html, body{ 
	margin: 0; 
	padding: 0; 
	text-align: center;
	font-size: 12px;
	font-family:  Helvetica,Arial,sans-serif;
}
body {
	background-color: #fff;
	color: #4b4b4b;
}
td {
	font-family:  Helvetica,Arial,sans-serif;
	font-size: 12px;
}

/* baseline styles */
img {
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 0px;
}
form {
	margin: 0;
	padding: 0;
	display: inline;
}
em {
	font-weight: normal;
	font-style : normal;
	color: #ff7f44;
}
p {
	font-size: 12px;
	line-height: 15px;
	padding: 6px 0;
	margin: 0;
}
li {
	margin-bottom: 4px;
	line-height: 14px;
}
ul li {
	list-style-type: disc;
}
blockquote {
	text-indent: 30px;
}
cite {
	font-weight: bold;
	color:#ff7f44; 
	padding-left: 30px;
}
/* use to center tables - fixes IE issue */
div.centered 
{
	text-align: center;
}
div.centered table 
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* use to reset flow after floats */
.clr{clear:both;}

/* default anchors */
a {
	font-weight: normal;
}
a:link, a:visited {
	text-decoration: underline;
	color: #ff7f44;
}
a:hover, a:active {
	text-decoration: underline;
	color: #4b4b4b;
}

/* headers */
h1 {
	font-size : 27px;
	font-weight: bold;
	line-height: 30px;
	color : #ff7f44;
	margin: 0 0 12px 0;
	padding: 0;
}
h2 {
	font-size : 16px;
	font-weight: bold;
	line-height: 18px;
	color : #4b4b4b;
	margin: 8px 0 0 0;
	padding: 0;
}
h3 {
	font-size : 16px;
	font-weight: bold;
	line-height: 18px;
	color : #ff7f44;
	margin: 5px 0 0 0;
	padding: 0;
}
h4 {
	font-size : 14px;
	font-weight: bold;
	line-height: 16px;
	color : #4b4b4b;
	margin: 0;
	padding: 0;
}
h5 {
	font-size : 14px;
	font-weight: bold;
	line-height: 16px;
	color : #ff7f44;
	margin: 0;
	padding: 0;
}
h6 {
	font-size : 14px;
	font-weight: bold;
	line-height: 16px;
	color : #ff7f44;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

/* error messages  */
.errorMessage {
	color: #F00;
	font-size: 14px;
	font-weight: normal;
}

/* contact us */
.contactusForm th {
        text-align: right;
        width: 20%;
}

/* bread crumb */
#breadCrumbRow {
	display: none;
}
#breadCrumb, .breadCrumbDivider {
	font-size: 12px;
}
.lastCrumb {
	color: #000;
	font-size: 12px;
}
#breadCrumbRow a {
	font-weight: normal;
	font-size: 12px;
}
#breadCrumbRow a:link, #breadCrumbRow a:visited {
	text-decoration: none;
	color: #ff7f44;
}
#breadCrumbRow a:hover, #breadCrumbRow a:active {
	text-decoration: underline;
	color: #4b4b4b;
}
.printPage {
	background: url(/images/printer.gif) 2px center no-repeat;
	padding-left: 26px;
}


