@charset "UTF-8";
/* CSS Document */

/* STYLE RESET (Globals) ________________________________________________________________________________________________________*/
* {
	margin:0;
	padding: 0;
}
img {
	display:block;
	line-height:1px;
}
a img {
	border:0;
}
a {
	text-decoration:none;
	outline: none;
}
p {
	margin:15px 0 15px 0;
	line-height:1.6em;
}
ul {
	margin-left:15px;
}
hr {
	border: 0;
	margin:15px 0 15px 0;

	background-color: #999;
	height: 1px
}
body {
	background:url(../img/body-bg.jpg) repeat-x #562079;
	font-family: Helvetica, Arial, Verdana;
}

/* H1, H2, H3... ______________________________________________________________________________________________________*/
.right-column h1, .right-column h1 a {
	color:#562079;
	font-size:21px;
	font-weight:normal;
	margin-bottom:15px;
}
h2.underline {
	padding-bottom:3px;
	border-bottom:solid 1px #333;
	padding-top:15px;
}
h1.thick {
	background-color:#d6c5d6;
	padding:3px;
	font-size:14px;
}
.right-column h2 {
	color:#333;
	font-size:15px;
}
.left-column h3 {
	color:#562079;
	font-size:16px;
	font-weight:normal;
	margin-bottom:8px;
}
.right-column h1.intro a{
	float:left;
	font-size:15px;
	text-decoration: none;
}
/* GENERAL LINKS ______________________________________________________________________________________________________*/
.right-column a {
	color:#562079;
	text-decoration: underline;
	font-weight:bold;
}
.right-column a:hover {
	text-decoration: none;
}
.footer a {
	color:#f1f1f1;
}
.footer a:hover {
	color:#666;
	text-decoration: underline;
}
.left-column a {color:#562079;}
.left-column a:hover {color:#320639;text-decoration: underline;}
/* GENERAL FONT _______________________________________________________________________________________________________*/
p.first {
	margin-top:0;
}
p.ip-link {
	padding:5px; 
	border:solid 1px #562079;
	background-color:#EDDAED;
}
.right-column p, .right-column ul {
	font-size:12px;
	color:#333;
}
.left-column {
	font-size:12px;
}
blockquote {
	padding:10px 50px 10px 50px;
	line-height:1.6em;
}
p.faqQuestion {
	font-weight:bold;
}
/* LISTS ______________________________________________________________________________________________________________*/
.right-column ul {
	margin:10px 0 10px 30px;
}
.right-column ul li {
	margin-bottom:8px;
}
.left-column ul{
	margin:0;
	list-style:none;
}
.left-column ul li {
	margin-bottom:7px;
}

ul.chapters {
	list-style:none;
}
ul.chapters li {
	font-size:14px;
	font-weight: bold;
}
ul.chapters li blockquote {
	font-size:12px;
	font-weight: normal;
}
/* NAV ____________________________________________________________________________________________________________*/
.nav ul {
	float:left;
	margin:23px 0 0 0;
	list-style:none;
	font-size:14px;
}
.nav ul li {
	display:inline;
	padding:9px 10px 8px 8px;
	background:url(../img/nav-seperator.gif) no-repeat top right;
}
.nav ul li.first {
	padding-left:15px;
}
.nav ul li.last {
	background:none;
}
.nav a {
	color:#562078;
}
.nav a:hover {
	text-decoration: underline;
}
/* Callouts ______________________________________________________________________________________________________________*/
div.callout1 {
	background-color:#FEFFDA;
	padding:10px;
	margin:10px;
	border:solid 1px #562079;
}
/* MISC. CLASSES ______________________________________________________________________________________________________*/
.left-column .padding {padding:0 8px;}
.right-column .padding {padding:0 40px 10px 10px;}

.left {float:left;}
.right {float:right;}

img.left {
	margin:0 10px 0 0;
	border:solid 1px #999;
	padding:1px;
}
div.blockquote {
	padding:20px;
}
.ad {margin-bottom:10px;}
img.left {
	float:left; margin:0 20px 5px 0;border:none;
}
img.right {
	float:right; margin:0 0 5px 20px;border:none;
}
br.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
}
/* IMAGES     ____________________________________________________________________________________________________*/
div.gallery a img{
	float:left;
	margin:5px 30px 5px 5px;
	padding:1px;
	border:solid 1px #ccc;
}
div.gallery a:hover img {
	border:solid 1px #562079
}
/* LAYOUT ELEMENTS ____________________________________________________________________________________________________*/
.wrapper, .footer {
	width:770px;
	margin:auto;
	position:relative;
	background:url(../img/wrapper-bg.gif) repeat-y;
}
.header img {
	float:left;
}
.nav {
	clear:left;
	height:60px;
	background:url(../img/nav-bar.jpg);
}
.left-column {
	float:left;
	width:166px;
}
.right-column {
	float:left;
	width:604px;
}
.wrapper-btm {
	clear:both;
	height:33px;
	background:url(../img/wrapper-btm.gif) no-repeat;
}
.footer {
	padding:10px;
	background:none;
	text-align:center;
	color:#f1f1f1;
	font-size:10px;
}