/* CSS reset */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Now start the actual styles */

body {
	background-color: #c0b386;
	padding-top: 30px; padding-bottom: 30px;
}

.shell {
	width: 940px;
	margin: 0 auto;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 0 20px #000000;
	-moz-box-shadow: 0 0 20px #000000;
	-webkit-box-shadow: 0 0 20px #000000;
	position: relative;
}

#header {
	position: relative;
	height: 220px;
	background: #1c2144 url(../images/headerbg.jpg) repeat-x;
	border-top-right-radius: 15px; border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px; -moz-border-radius-topleft: 15px;
	-webkit-border-top-right-radius: 15px; -webkit-border-top-left-radius: 15px;
}

#logo {
	position: absolute;
	top: 40px;
	left: 50px;
}
#tagline1 {
	position: absolute;
	width: 256px;
	height: 37px;
	top: 40px;
	left: 520px;
}
#tagline2 {
	position: absolute;
	width: 160px;
	height: 66px;
	top: 61px;
	left: 750px;
}
#phonenumber {
	position: absolute;
	top: 185px;
	right: 20px;
	width: 172px;
	height: 29px;
	z-index: 100;
}
#nav {
	position: absolute;
	top: 180px;
	left: 0px;
	height: 40px;
	width: 940px;
	font-family: Futura, Verdana, Arial, Helvetica, sans-serif;
	z-index: 99;
}

.contentshell {
	min-height: 200px;
	background: #fdfdfd url(../images/spinebg.jpg) top left no-repeat;
	background-color: #fdfdfd;
	position: relative;
}

.h1graphic {
	position: absolute;
	top: 25px;
	right: 550px;
}

.content {
	position: relative;
	padding: 10px 25px 10px 415px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.content h1, .content h2, .content h3, .content h4, .content h5 {
	font-family:"Times New Roman", Times, serif;
	margin: 10px 0px -7px 0px;
	color: #11152a;
	letter-spacing: -.05em;
}
.content h1 { font-size: 30px; line-height: 32px; }
.content h2 { font-size: 24px; line-height: 26px; margin: 10px 0px -12px 0px; }
.content h3 { font-size: 24px; line-height: 26px; font-weight: normal; }

.content a { color: #253661; text-decoration: none; background-color: #efebde; padding: 0px 2px; margin: 0px -2px; }
.content a:hover { color: #182448; text-decoration: underline; background-color: #e9e2cb; }
.content a:visited { color: #182448; }

.content p {
	line-height: 20px;
	margin: 14px 0;
}
.content p img { padding-right: 12px; }

.content ul {
	line-height: 20px;
	margin: 12px 0;
	list-style: url(../images/bullet.gif);
	padding-left: 1.15em;
}

.content li { padding-top: 1px; padding-bottom: 2px; }

.content li span { font-size: 12px; line-height: 17px; display: block; }

.caps {
	letter-spacing: 0.1em;
	display: inline;
}

.content td {
	padding: 6px 20px 6px 5px;
}

.content label {
	display: block;
}
.content input, .content textarea {
	padding: 2px;
	margin: 3px 0px 8px 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 400px;
}

.sidebar, .newsSidebar {
	float: left;
	position: relative;
	display: inline;
	width: 380px;
	margin-left: -410px;
	text-align: right;
	padding: 5px;
	z-index: 15;
}
.sidebar img {
	box-shadow: black 1px 3px 10px;
	-moz-box-shadow: black 1px 3px 10px;
	-webkit-box-shadow: black 1px 3px 10px;
}
.newsSidebar img {
	box-shadow: black 1px 3px 10px;
	-moz-box-shadow: black 1px 3px 10px;
	-webkit-box-shadow: black 1px 3px 10px;
	position:absolute;
	top:65px;
	right:6px;
}
.NewsDate {
	margin-top: 10px; margin-bottom: 0px; font-size: 12px;
}
#NewsDetailSummary {
	float: right;
	display: inline;
	width: 180px;
	border-left: 1px dotted #c0cadd;
	margin: 15px 5px 5px 5px;
	padding: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
}
#NewsNav {
	text-align: center;
	margin-top: 10px;
}

hr {
	text-align: left;/*this will align it for IE*/
	margin: 8px auto 0 0; /*this will align it left for Mozilla*/border: none 0; 
	border-top: 1px solid #c0b386;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

#homenewsbox {
	float: right;
	width: 220px;
	display: inline;
	margin-right: -24px;
	margin-top: -10px;
	margin-left: 6px;
	margin-bottom: 6px;
	padding: 0px 10px;
	background-color: #f3f1e9;
}

#homenewsbox li {
	font-size: 12px;
	line-height: 14px;
}

p.specialoffer {
	float: right;
	width: 150px;
	background: #232c55 url(../images/specialofferbg.jpg) bottom repeat-x;
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px 5px 12px 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #182448;
}

.content small {font-size: 10px; line-height: 12px;}

#footer {
	background: #302312 url(../images/footerbg.jpg) top repeat-x;
	border-bottom-right-radius: 15px; border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px; -moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-right-radius: 15px; -webkit-border-bottom-left-radius: 15px;
	padding-top: 18px;
	padding-bottom: 20px;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cebe94;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
}
#footer a {
	color: #cebe94;
}
#footer a:hover {
	color: #f2e8cd;
}
#footer strong { color: #dfd7c2; font-weight: bold; }
#footer span { font-variant: small-caps; letter-spacing: 1px; }

/* NEWS STYLES */
.SummaryImage {
	float: right;
	display: inline;
	margin-left: 8px;
	margin-bottom: 3px;
}
