/*************************************************************
Livingston Associates Print style sheet

Written by vitamin
http://www.vitamininc.net/
*************************************************************/

/*************************************************************
General site wide styles
*************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #cdd4cf url("../images/bg.gif") repeat-y center;
	text-align: center;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

img { border: 0; }

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;	
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1.5em;
}

p.figure {
	font: italic 1.2em Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin-bottom: 1.5em;
	padding: 0px 10px 0px 10px;
}

p.title {
	font: 1.2em Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	padding: 0 10px 0 0;
	border-bottom: solid 1px #cdd4cf;
}

p.description {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 1.5em;
}

li.common {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1em;
}


h2 {
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.5em;
	color: #cd5806;
}

h3 {
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #4f5559;
}

h4 {
	font-size: 1.2em;
	margin-bottom: 1em;
}

h5 {
	font-size: 1.2em;
	margin-bottom: 0;
}
table {
	margin-bottom: 1.5em;
	border: none;
	border-collapse: collapse;
	border-left: 1px solid #cdd4cf;
	border-top: 1px solid #cdd4cf;
}		

table th {
	font-weight: bold;
	background-color: #f5f6f6;
}

table th,
table td {
	padding: 3px;
	border-right: 1px solid #cdd4cf;
	border-bottom: 1px solid #cdd4cf;
}

#content ul.pretty {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #a3adae;
}

#content ul.pretty li {
	padding: 5px 15px;
	border-bottom: 1px solid #a3adae;
	background: transparent url(../images/list_arrow.gif) no-repeat left;
}

#content ul.prettyAlt {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #a3adae;
}

#content ul.prettyAlt li {
	padding: 5px 15px;
	border-bottom: 1px solid #a3adae;
}

/* correct some inheritance issues */
ul li,
ol li,
table td,
table th {
	font-size: 1.2em;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; margin: 0; padding: 0; height: 1px; overflow: hidden; }
.clear * { margin: 0; padding: 0; }

.hide { display: none; }

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 760px;
}

/*************************************************************
Header styles
*************************************************************/

#header {
	position: relative;
	background: #fff url(../images/masthead.jpg) no-repeat top left;
	border-bottom: 1px solid #cdd4cf;
	height: 100px;
}

#header h1 {
	position: absolute;
	top: 42px;
	left: 15px;
	background: transparent url(../images/logo_livingston.gif) no-repeat;
	width: 265px;
	height: 36px;
}

#header h1 span {
	display: none;
}

#header h1 a span {
	display: none;
	cursor: pointer;
}

#header p {
	position: absolute;
	top: 53px;
	right: 16px;
	background: transparent url(../images/tagline.gif) no-repeat;
	width: 167px;
	height: 16px;
}

#header p span {
	display: none;
}

/*************************************************************
Content styles
*************************************************************/

#content {
	float: left;
	margin: 0 auto;
	background: #fff url(../images/bg_content.gif) repeat-y center;
	width: 760px;
}

div#content.home {
	background: #fff url(../images/bg_home.gif) repeat-y center;
}

#content a {
	color: #3f7b8d;
}

#content ul,
#content ol {
	margin-bottom: 1.5em;
	padding: 0 30px;
}

#content_left {
	float: left;
	width: 220px;
}

#content_left div.inner {
	padding: 22px 10px;
	background-color: #eeede2;
}

#content_left blockquote {
	padding: 0 10px;
	margin-bottom: 1em;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
	color: #4f5559;
}

#content_left cite {
	padding: 0 10px;
	margin-bottom: 1.5em;
	font: normal 1.1em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#content_right {
	float: right;
	width: 540px;
}

#content_right div.inner {
	padding: 30px 50px 0 20px;
}

#content_right blockquote {
	margin-bottom: 1.5em;
	padding: 10px;
	font-size: 1.1em;
	background-color: #f5f6f6;
	color: #666;
}

#content_right div.left {
	padding: 20px;
	width: 270px;
	voice-family: "\}\"";
	voice-family: inherit;
	width: 230px;
}

html>body #content_right div.left {
	width: 230px;
}

#content_right div.right {
	width: 270px;	
}

#content_right div.right div.module {
	padding: 20px 20px 0;
	border-bottom: 2px solid #fff;
}

#content_right div.right div.last {
	border-bottom: none;
}

#content_right div.right a {
	color: #333;
}

#content_right a.arrow_link,
#content_right div.right a.arrow_link {
	padding: 2px 0 2px 22px;
	font-weight: bold;
	color: #3f7b8d;
	background: transparent url(../images/btn_arrow.gif) no-repeat;
}

#content p.quote {
    float: right;
    font: normal 1.4em/1.4em Georgia, "Times New Roman", Times, serif;
    margin-left: 10px;
    padding: 0px 0 5px 15px;
    border-left: 2px solid #cdd4cf;
    width: 35%;
}

/*************************************************************
Navigation styles
*************************************************************/

ul#navigation {
	margin-bottom: 30px;
	padding: 0;
	list-style: none;
	width: 200px;
}

ul#navigation li#nav_about a {
	border-top: 1px solid #cdd4cf;
}

ul#navigation li a {
	display: block;
	padding: 5px 0;
	background: transparent url(../images/nav_bubble_off.gif) no-repeat 180px;
	color: #333;
	border-bottom: 1px solid #cdd4cf;
	height: 26px;
	voice-family: "\}\"";
	voice-family: inherit;
	height: 15px;
}

ul#navigation li a:hover {
	text-decoration: none;
	background: #cd5806 url(../images/nav_bubble_on.gif) no-repeat 180px;
	color: #fff;
}

ul#navigation li a span {
	padding: 0 9px;
}


ul#navigation li#nav_sub_head a {
	display: block;
	padding: 5px 0;
	background: #f7f6f1 url(../images/nav_bubble_off.gif) no-repeat 180px;
	color: #333;
	border-top: 1px solid #cdd4cf;
	border-bottom: 1px solid #cdd4cf;
	height: 26px;
	voice-family: "\}\"";
	voice-family: inherit;
	height: 15px;
}

ul#navigation li#nav_sub_head a:hover {
	text-decoration: none;
	background: #cd5806 url(../images/nav_bubble_on.gif) no-repeat 180px;
	color: #fff;
}

ul#navigation li#nav_sub_head a span {
	padding: 0 9px;
}

ul#navigation li#nav_sub a {
	display: block;
	padding: 5px 0px 5px 18px;
	background: #f7f6f1 url(../images/list_arrow.gif) no-repeat 10px;
	color: #333;
	border-bottom: 1px solid #cdd4cf;
	height: 26px;
	voice-family: "\}\"";
	voice-family: inherit;
	height: 15px;
}

ul#navigation li#nav_sub a:hover {
	text-decoration: none;
	background: #cd5806 url(../images/list_arrow_on.gif) no-repeat 10px;
	color: #fff;
}

ul#navigation li#nav_sub a span {
	padding: 0 9px;
}

/*************************************************************
Footer styles
*************************************************************/

#footer {
	clear: both;
	padding: 12px;
	border-top: 1px solid #cdd4cf;
	font-size: 1.1em;
	color: #7b858a;
}

#footer a {
	color: #7b858a;
}

