/* BRAD FARLEIGH 11/06/2009 */
/* Jaguar Consulting */

/*
Fonts:
	Arial
	
Colours:
	red: #91062a
	blue: #006583

*/
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body {
	font: 70% Arial, Verdana, "Trebuchet MS", Tahoma, Sans-serif;
	color: #006583;
	background: #fff;
	text-align: center;
}
.clear {
	height: 0px;
	line-height: 0;
	clear: both;
	font-size: 0px;
}
.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
a {
	font-size: 1em;
	outline: none;
}
a:link {
	color: #007bba;
	text-decoration: underline;
}
a:visited {
	color: #007bba;
	text-decoration: underline;
}
a:hover {
	color: #f04e23;
	text-decoration: none;
}
a:active {
	color: #007bba;
	text-decoration: underline;
}
#content {
	font-size:1.2em;
}
#content ul {
	margin: 0 0 1em 5px;
	position: relative;
}
#content ul li {
	margin: 0 0 .4em 0;
	padding: 0 0 0 20px;
	background: url(../images/bullet.gif) no-repeat 4px 0.4em;
}
#content ol {
	margin: 0 0 1em 20px;
}
#content ol li {
	list-style-type: decimal;
	line-height: 1.5;
	margin: 0 0 .4em 0;
}
#content ol ol li {
	list-style-type: lower-alpha;
}
#content ol li ol, #content ul li ul {
	margin-top: 5px;
}
#content ul li ul {
	margin-bottom: .5em;
}
p, table, td, p a, li a, table a, dl a {
	font-size: 1em;
}
img {
	border: 0;
}
.img-l, .left_aligned_image_margin, .left_aligned_image_margin_and_border {
	margin: 0 20px 20px 0;
	float: left;
}
.img-r, .right_aligned_image_margin, .right_aligned_image_margin_and_border {
	margin: 0 0 20px 20px;
	float: right;
}
.img-c {
	margin-left: 0px;
	margin-bottom: 20px
}
.img-bdr, .image_border, .right_aligned_image_margin_and_border, .left_aligned_image_margin_and_border {
	padding: 1px;
	border: 1px solid #eee;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0 0 .5em 0;
}
h1 {
	font-size: 2em;
	color: #91062a;
}
h2 {
	font-size: 1.3em;
	margin: 0 0 .8em 0;
	color:#006583;
}
h3 {
	font-size: 1.1em;
	color: #94c946;
	color: #20b3ff;
	line-height: 1.4;
}
h3 a, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
	color: #94c946;
	color: #20b3ff;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
}
h1 span, h2 span, h3 span, h4 span {
	display: none;
}
p {
	margin: 0 0 1.4em 0;
}
hr {
	height: 1px;
	border-width: 0;
	border-top: 1px solid #eee;
	background-color: #fff;
	margin: 1em 0 !important;
	margin: 0;
}
div#container {
	width:950px;
	text-align:left;
	margin:20px auto;
	padding:0;
	min-height:200px;
}
div#masthead {
	width:950px;
	position:relative;
	height:150px;
	background:transparent url(../images/masthead.gif) no-repeat scroll left top;
}
h2#call-now {
	background:transparent url(../images/phone_logo.gif) no-repeat scroll left 7px;
	display:block;
	font-size:2em;
	height:60px;
	padding:1px 0 0 60px;
	position:absolute;
	right:50px;
	text-align:center;
	top:37px;
	width:160px;
}
div#content, div#right, div#footer {
	float:left;
	overflow:hidden;
}
div#content {
	width:610px; /*630*/
	padding:0 20px;
	font-size:1.4em;
}
div#right {
	width:280px; /*300*/
	padding:0 20px 20px 0;
}
div#right strong {
	font-size:1.8em;
	font-weight:normal;
}
div#right #mapDiv {
	border:1px solid #979797;
	width:288px;
	height:300px;
}
div#right h3 {
	font-size:2em;
	color:#91062a;
	border-bottom:1px solid #cfe2e8;
	padding-bottom:0.2em;
}
div#footer {
	border-top:2px solid #006583;
	width:950px;
	height:50px;
	text-align:right;
	padding:10px 10px 0 10px;
}
div#footer p {
	margin-right:20px;
}
div#footer strong {
	color:#91062a;
}

