/* -------- Global Reset --------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding:0;
	margin:0;
	}
fieldset, img { 
	border:0;
	}
table {
	border-spacing:0;
	}
ol, ul {
	list-style:none;
	}
address, caption, cite {
	font-weight:normal;
	font-style:normal;
	}

/* -------- Begin Styling --------*/

body {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:62.5%;
	background:#0e3762;
	}
	
/* -------- Structure ---------*/
#wrapper {
	width:975px;
	background:#fff;
	margin:0 auto;
	}
#header {
	background:red;
	height:119px;
	background:url(../images/header-bg.jpg) top left no-repeat transparent;
	position:relative;
	}
img#logo { 
	position:absolute;
	top:13px;
	left:1px;
	}
#content-wrap {
	width:100%;
	background:url(../images/content-wrap-bg.gif) top left repeat-y;
	border-bottom:5px solid #949084;
	}
#main-content {
	width:647px;
	margin-left:13px;
	padding:15px;
	position:relative;
	}

/*  ============  SIDEBAR RULES =========== */
#sidebar {
	width:274px;
	float:right;
	margin-right:7px;
	background:#f5f3e6;
	}
#sidebar .box {
	width:276px;
	height:261px;
	background:url(../images/box-bg.jpg) top left no-repeat transparent;
	position:relative;
	}
#office img {position:absolute; top:68px; right:25px;}
#sidebar p {padding:30px 0 0 30px;}
#news ul{padding:30px 15px 0 30px;}
#news ul li {	
	font-size:1.2em;
	color:#585858;
	line-height:130%;
	margin-bottom:8px;
	padding-bottom:8px;
	background:url(../images/news-dotted.gif) bottom left repeat-x;
	}

/*  ============ Footer Rules ============ */
#footer {
	clear:both;
	padding:20px 20px 15px 20px;
	background:#0e3762;
	position:relative;
	}
#footer img {
	margin-bottom:15px;
	}
p#site {
	position:absolute;
	right:20px;
	bottom:18px;
	}

/* ========== Text Rules=============*/
p {	
	font-size:1.2em;
	color:#585858;
	line-height:145%;
	margin-bottom:10px;
	}
p#phone-num {
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	position:absolute;
	top:45px;
	right:10px;
	text-align:right;
	}
p#phone-num span {
	font-family:"Trajan Pro", Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
	color:#95d0e8;
	}
h1, h2, h3{font-family:"Trajan Pro", Georgia, "Times New Roman", Times, serif;}
h1 {
	font-size:23px;
	color:#023978;
	background:url(../images/h1bg.gif) bottom left no-repeat;
	padding:0 0 30px 0;
	}
h1 span, h3 {
	color:#2c1d19;
	font-size:14px;
	}
h2 {color:#035caf;
	font-weight:bold;
	font-size:13px;
	margin-bottom:4px;
	}
h3 {
	text-align:center; 
	padding-top:15px;
	}
#sidebar h4 {
	text-align:center; 
	padding:14px 0 0 0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#c58911;
	font-size:12px;
	font-weight:normal;
	}
a {color:#184d9b;}
a:hover {color:#d6a500;}
p.bot-links, #footer address, cite {
	color:#b3c1d6;
	font-size:11px;
	}
#footer a{
	color:#b3c1d6;
	text-decoration:none;
	}
#footer a:hover{color:#fff;}
#footer address {
	float:right;
	text-align:right;
	}
#main-content ul {
	margin-bottom:15px;
	}
#main-content ul li {
	font-size:1.2em;
	color:#585858;
	line-height:140%;
	background:url(../images/dbl-arrow.gif) 0 .5em no-repeat transparent;
	padding-left:15px;
	margin-left:10px;
	}
blockquote {
	background: url(../images/blockqoute.jpg) top left no-repeat #faf9f1;
	width:607px;
	height:68px;
	margin:20px 0 20px 10px;
	border:1px solid #f5f4eb;
	}
blockquote p {
	color:#bc9101;
	font-family:"Times New Roman", Georgia, Times, serif;
	font-weight:bold;
	font-size:16px;
	margin-top:18px;
	line-height:105%;
	}
blockquote img {float:left;
	margin:12px 10px 0 -10px;
	}
p#disclaimer {
	width:300px;
	float:right;
	margin-top:35px;
	font-size:11px;
	font-style:italic;
	}
p#disclaimer img {
	float:left;
	padding-right:6px;
}

/* Quick Contact */
#quick_contact {
	margin-bottom:10px;
	padding:6px 0 0 30px;
	width:207px;
	}
#sidebar .box p#form {padding:0 0 0 30px;}
#quick_contact input, #quick_contact textarea {
	width:207px;
	margin:0 auto 4px auto;
	padding:2px 0 2px 2px;
	border:1px solid #6e6e6d;
	color:#6e6e6d;
	font-size:10px;
	font-family:arial, helvetica, sans-serif;
	}
#quick_contact input {height:12px;}
#quick_contact textarea {
	height:63px;
	padding:4px 3px 0 1px;
	font-size:11px;
	}
#quick_contact #button-submit {
	width:52px;
	height:19px;
	position:absolute;
	right:33px;
	bottom:1px;
	border:none;
	background:transparent;
	}
#formfields p {
	margin-top:11px;
	margin-bottom:11px;
	}
#quick_contact input#checkbox {
	width:15px;
	margin:0 4px 0 0;
	border:none;
	}
label, label a {
	font-size:10px; 
	color:#585858; 
	vertical-align:top;
	}
#homepg #bottom, #biopg #bottom {height:85px;}

/* Main-Content Contact */
#contact {
	margin-bottom:10px;
	padding:6px 0 0 0;
	width:300px;
	}
#contact input {height:18px;}
#contact input, #contact textarea {
	width:300px;
	margin:0 auto 5px auto;
	padding:2px 0 2px 2px;
	border:1px solid #6e6e6d;
	color:#6e6e6d;
	font-size:11px;
	font-family:arial, helvetica, sans-serif;
	}
#contact textarea {
	height:70px;
	padding:4px 3px 0 1px;
	}
#contact #button-submit {
	width:52px;
	height:19px;
	position:absolute;
	left:15px;
	bottom:45px;
	border:none;
	background:transparent;
	}
#contact input#checkbox {
	width:15px;
	margin:0 4px 0 0;
	border:none;
	}
label, label a {
	font-size:10px; 
	color:#585858; 
	vertical-align:top;
	}