﻿body
{
	background-image: url(/images/body_bkg.jpg);
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
}

body, td, th, input, select, textarea
{
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 13px;
	color: #555555;
}

p
{
	margin: 0px 0px 14px 0px;
}

div.hr
{
	height: 1px;	
	background-color: #d87039;
	margin:0px 0px 10px 0px;
}

div.hr hr
{
	display:none;
}

img
{
	border:none;
}

.clear
{
	clear:both;
	height:0px;
	line-height:0;
}

a:visited, a:link, a
{
	color: #d87039;
	text-decoration: underline;
}
a:hover, a:active
{
	text-decoration: none;
}

#PageContainer
{
	margin: 0px auto;
	text-align: left;
	width: 701px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

#Banner
{
	height: 125px;
	background-image: url(/images/banner_bkg.jpg);
}

#Logo
{
	position: relative;
	top: 34px;
	left: 66px;
}

#PrimaryNavigation
{
	height: 50px;
	background-image: url(/images/nav_bkg.gif);
	background-repeat: repeat-x;
}

#PrimaryNavigation ul
{
	list-style-type: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#HomeNavItem
{
	position: relative;
	top: -10px;
	left: 27px;
	display: inline;
}

#PrimaryNavigation li
{
	position: relative;
	top: -10px;
	display: inline;
	padding: 0px 0px 0px 27px;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 13px;
}

#ContentContainer
{
	padding: 10px 30px 10px 30px;
}

#ContentContainer ul
{
	margin:10px 0px 10px 25px;
	padding:0px;
}

#ContentContainer ul li
{
}

#SubNavigation
{
	border: 1px solid #bac7e1;
	margin: 40px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-image:url(/images/backgrounds/callout_grad_bg.jpg);
	background-repeat:repeat-x;
}

#Home #SubNavigation
{
	margin: 40px 0px 0px 0px;
}

#SubNavigation ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#SubNavigation li
{
	margin: 0px 0px 0px 0px;
	background-image:url(/images/icons/arrow_right.gif);
	background-repeat:no-repeat;
	padding:0px 0px 5px 20px;
}

#ContactCallout
{
	background-image:url(/images/star_callout.png); 
	background-repeat:no-repeat; 
	height:158px; 
	width:154px; 
	margin:-115px 0px 0px 480px;
}

#Footer
{
	margin: 25px 0px 0px 0px;
	border-bottom: 6px solid #bac7e1;
}

#InnerFooter
{
	border-top: 1px dotted #666666;
	margin: 0px 30px 0px 30px;
	padding: 15px 0px 15px 0px;
}

#Copyright
{
	width: 300px;
	float: left;
}

#FooterLinks
{
	width: 200px;
	text-align: right;
	float: right;
}

#ContactForm
{	
	margin: 15px 0px 0px 0px;
}

.labelColumn
{
	width: 55px;
	float: left;
	text-align: right;
	padding: 2px 5px 0px 0px;
}

.inputColumn
{
	width: 300px;
	float: left;
	padding: 0px 0px 8px 0px;
}

.errorMsg
{
	color: #993333;
}

#SlideShow input
{
	font-size: 12px;
}

#SlideShow #Items
{
	width:580px;
	margin:0px auto;
}

#SlideShow #Items p
{
	border:1px solid #999999;
	float:left;
	font-size:11px;
	margin:10px;
	padding:10px;
	text-align:center;
	width:100px;
}

.linkButton:visited, .linkButton:link, .linkButton
{
	padding: 5px;
	background-color: #E2E2E2;
	border: 1px outset #CCCCCC;
	text-decoration: none;
}
.linkButton:hover, .linkButton:active
{
	border: 1px inset #CCCCCC;
}

.testimonial
{
	border-bottom:solid 1px #d87039;
	margin:0px 0px 10px 0px;
}

.testimonial .left
{
	width:360px; 
	float:left;
}

.testimonial .right
{
	width:250px; 
	float:left;
}

.testimonial img
{
	padding:0px 5px 0px 15px; 	
}

/* <Rounded Corner Box> */

.roundbox
{
	width: 400px;
	background-color: #bac7e1;
	color: #666666;
}

.innerbox
{
	padding: 0px 10px 0px 15px;
}

.roundtop
{
	background: url(/images/box_top_right.gif) no-repeat top right;
}

.roundbottom
{
	background: url(/images/box_bottom_right.gif) no-repeat bottom right;
}

img.corner
{
	width: 12px;
	height: 9px;
	border: none;
	display: block !important;
}

/* </Rounded Corner Box> */