/* CSS Document */

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 {

	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	
}
body {
	margin:0px;
	line-height: 1;
	height:100%;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:1.5em;
	background:url(../images/site-bg.jpg) top center no-repeat #e5e5e5;
	
}

p  {
	margin-top:15px;
	font-size:14px;
}

ul {
	margin-left:25px;
	margin-top:5px;
	margin-bottom:10px;
	font-size:15px;
	line-height:25px;
	list-style:square;
	
}


a {
	color:#065ea6;
	text-decoration:underline;
}


a:hover {
	text-decoration:none;
}



html {
	height: 100%;
}

blockquote, q {
	quotes: 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;
}



h1  {
	font-family:Arial Narrow, Helvetica, sans-serif,;
	font-size:32px;
	color:#065ea6;
	letter-spacing:-.04em;
	
}

h2  {
	font-family:Arial Narrow, Helvetica, sans-serif,;
	font-size:22px;
	color:#727272;
	letter-spacing:-.05em;
	
}

#container-front {
	width:100%;
}

#container-content {
	width:950px;
	margin:0px auto;
}

#container-header {
	height:345px;
	width:100%;
}

#container-left {
	width:620px;
	float:left;
}

#container-left img {
	border:5px solid #FFFFFF;
}

#container-right {
	width:300px;
	float:right;
	padding:37px 0px 0px 0px;
}

#right_column img {
	border:5px solid #FFFFFF;
}
	

#container-footer {
	height:193px;
	width:100%;
	clear:both;
	background:url(../images/footer-grad.jpg) top repeat-x;
}

#footer-content {
	padding:25px 0px 0px 152px;
	width:798px;
	margin:0px auto;
}

#quote-box {
	background:url(../images/quote-box-top.gif) top left no-repeat #c4d6e4;
	padding:25px 45px 0px 70px;
	width:295px;
	font-size:18px;
}

#quote-box img {
	border:0px;
}

#quote-box hr {
	color:#6393bb;
	height:1px;
}

.quote_name {
	font-size:12px;
	font-style:italic;
}
