@charset "utf-8";
/**
 * This is a modified version of SenCSS - Sensible Standards CSS framework
 */
html, body, div, span, object, iframe, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, fieldset, form, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin:0;
	padding:0;
	vertical-align:baseline;
}
body {
	color:#000;
	position:relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #6960BB;
}
/*end page resets and body*/

/* place this to show borders on any container*/
.grid {
	border: 2px solid red;
}
.diagnostic {
	border: medium solid #FF0000;
}

/* Basic Page elements */
#wrapper {
	width: 960px;
	margin: 10px auto;
	background-color: #6960BB;
	padding: 0px;
}
#header {
	height: 195px;
	background-color: #6960BD;
	background-image: url(images-site/new-header.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	background-position: left top;
}
#logo-header {
	float: left;
	margin: 20px 0px 0px 45px;
	padding: 0px;
}
#inner-header {
	padding-top: 30px;
	float: right;
	margin: 0px 225px 0px 0px;
	clear: right;
}

/* custom stuff */

.header-phone {
	font-size: 20px;
	color: #333300;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 10px;
	clear: left;
	float: right;
	margin-right: 90px;
}
#container {
	overflow: hidden;
	background-color: #6960BB;
	background-image: url(images-site/new-content.png);
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#content {
	width: 580px;
	float: right;
	padding-right: 80px;
	padding-top: 15px;
}

/* Menu - vertical */
#navcontainer-vert {
	width: 200px;
	float: left;
	margin: 5px 0px;
	padding-left: 8px;
}
#navcontainer-vert ul {
	margin-left: 0;
	padding-left: 15px;
	list-style-type: none;
	width: 200px;
}
#navcontainer-vert li {
	display: block;
	color: #991A00;
	margin-top: 6px;
	padding: 10px 0px 10px 40px;
}

#navcontainer-vert a:link, a:visited {
	color: #991A00;
	text-decoration: none;
	font-weight: bold;
}

#navcontainer-vert a:hover {
	color: #6960BB;
	text-decoration: underline;
	font-weight: bold;
}

#footer {
	margin-top: 10px;
	padding: 15px 5px 5px 300px;
	font-size: 12px;
	background-image: url(images-site/new-bottom.jpg);
	background-position: left top;
	height: 150px;
	background-repeat: no-repeat;
	background-color: #6960BB;
	color: #FFFFFF;
}


/* for clearing any floats <br class="clearfloat" /> */
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.image-float-left{
	float: left;
	margin: 5px;
	border: thin solid #000000;
}
.image-float-right{
	float: right;
	margin: 5px;
	border: thin solid #000000;
}
.image-float-center{
	margin: 5px 0px 0px 110px;
	border: thin solid #000000;
}
/* Basic Page elements */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #611317;
}
h2 {
	font-size: 18px;
	text-align: center;
	color: #707732;
}
h3 {
	font-size: 16px;
	color: #5F1317;
}
h4 {
	font-size: 10px;
	float: right;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
}

/* link styles */
a {
	text-decoration:underline;
}
a:visited{
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a:active{
	text-decoration:underline;
}

/* format elements */

blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
blockquote p {
	margin:0 1.5em 1.5em;
	padding:0.75em;
}
abbr, acronym {
	border-bottom:1px dotted;
	cursor:help;
	font-variant:small-caps;
}
address, cite, em, i {
	font-style:italic;
}
img {
	display:inline-block;
	vertical-align:text-bottom;
}
ul {
	list-style:outside disc;
	margin-left: 50px;
}
ul, ol {
	padding:0;
}
li ul, li ol {
	padding:0;
}
ol {
	list-style:outside decimal;
}
p {
	font-weight:300;
	margin:0 0 1.5em;
}
pre {
	font-family:"Courier New", Courier, monospace, serif;
	margin:0 0 1.5em;
}
sub {
	top:0.4em;
	font-size:0.85em;
	line-height:1;
	position:relative;
	vertical-align:baseline;
}
sup {
	font-size:0.85em;
	line-height:1;
	position:relative;
	bottom:0.5em;
	vertical-align:baseline;
}
strong, b {
	font-weight:700;
}
/* table elements */

table {
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 1.5em;
	padding:0;
}
caption {
	font-style:italic;
	text-align:left;
}
tr.alt td {
	background:#eee;
}
td {
	padding:0.333em;
	vertical-align:top;
}
th {
	font-weight:700;
	padding:0.333em;
	vertical-align:middle;
}
/* form elements */

textarea {
	font:100%/1.5em Arial, Helvetica, "Liberation sans", "Bitstream Vera Sans", sans-serif;
}
button {
	cursor:pointer;
	display:block;
	font-size:1em;
	height:2em;
	line-height:1.5em;
	margin:0.8em 0 0;
	margin:1.75em 0 0;
	padding:0 0.5em;
}
fieldset {
	border:0;
	margin:0 0 1.5em;
	position:relative;
	padding:1.5em 0 0;
}
fieldset fieldset {
	clear:both;
	margin:0 0 1.5em;
	padding:0 0 0 1.5em;
}
input {
	border:1px solid #ccc;
	border-bottom-color:#eee;
	border-right-color:#eee;
	font-size:1em;
	height:2.25em;
	line-height:1.5em;
	padding:0.29em 0;
	width:100%;
	margin:0 0 0.75em;
}
input[type=file] {
	height:2.25em;
	padding:0;
}
textarea {
	border:1px solid #ccc;
	border-bottom-color:#eee;
	border-right-color:#eee;
	margin:0;
	padding:0.29em 0;
	width:100%;
}
select {
	border:1px solid #ccc;
	border-bottom-color:#eee;
	border-right-color:#eee;
	font-size:1em;
	height:2.25em;
	margin:0 0 0.75em;
	padding:0.2em 0 0;
}
optgroup {
	font-weight:700;
	font-style:normal;
	text-indent:0.2em;
}
optgroup + optgroup {
	margin-top:1em;
}
option {
	font-size:1em;
	height:1.5em;
	padding:0;
	text-indent:1em;
}
label {
	cursor:pointer;
	display:block;
	height:1.5em;
	margin:0;
	padding:0;
	width:100%;
}
label input {
	background:0;
	border:0;
	height:1em;
	line-height:1.5em;
	margin:0 0.5em 0 0;
	padding:0;
	width:auto;
}
legend {
	font-size:1.1666em;
	font-weight:700;
	left:0;
	margin:0;
	padding:0;
}

/* extra stuff */

ins {
	text-decoration:overline;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

code, kbd, tt {
	font-family:"Courier New", Courier, monospace, serif;
	line-height:1;
	line-height:1.5;
}
del {
	text-decoration:line-through;
}
dfn {
	border-bottom:1px dashed;
	font-style:italic;
}
dl {
	margin:0 0 1.5em;
}
dt {
	font-weight:700;
}
dd {
	margin-left:1.5em;
}

.sidebar-address {
	padding-left: 25px;
}

