/* ----- CSS ----- */

*{
}

html{
}

body{
	background: repeat-x url(images/backimg.gif);
	margin: 0;
	padding: 0;
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

/* ----- IDS ----- */

#container{
	width: 750px;
	background: no-repeat url(images/logo.gif) 10px 0px;
	margin: 0 auto;
	padding: 113px 10px 20px;
	font-size: .8em;
	text-align: left;
}

#banner {
	background: #e5e5e5 repeat-x bottom url(images/dot.gif);
	color: #3a3a3a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 4px 4px 4px 10px;
}

#page_body{
	width: 554px;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}

#banner .left {
	width: 400px;
	float: left;
}

#banner .right {
	float: right;
	width: 300px;
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
}

#nav{
	width: 178px;
	float: left;
}

#footer{
	background: repeat-x  top url(images/dot.gif);
	padding-top: 6px;
	font-size: .9em;
	color: #666;
	margin-top: 25px;
}

/* ----- CLASSES ----- */

.hide{
}

.show{
}

.entry {
	color: #fff;
	background: #8186af;
}

.entry .left {
	width: 263px;
	float: left;
	padding: 14px 0 3px 10px;
}

.entry .right {
	width: 268px;
	float: right;
	background: #fff;
	font-weight: bold;
	color: #8085ae;
	padding: 14px 0 3px 10px;
}

.entry .right a:link, .entry .right a:visited {
	text-decoration: none;
}

.entry .right a:hover {
	color: #333333;
	text-decoration: none;
}

.entry .right_images {
	float: right;
	width: 270px;
	margin: 0;
	padding: 0;
}

.entry-body {
	padding: 0 8px 4px 10px;
	float: none;
	clear: both;
	margin: 0;
}

.entry p {
	padding: 0;
	margin: 8px 0;
}

.nav_footer {
	text-transform: uppercase;
	font-size: .8em;
	color: #666;
	padding-left: 10px;
}

.module {
	margin-top: 25px;
	font-size: .9em;
	color: #666;
	line-height: 115%;
}

.clear {
	clear: both;
	float: none;
}

.blue {
	color: #6b6f9d;
}

.comments_left {
	float: left;
	width: 224px;
	margin-right: 10px;
	font-size: .9em;
}

.comments_right {
	float: left;
	width: 320px;
	font-size: .9em;
}

.comments {
	border-bottom: 4px solid #8186af;
	background: #ffffff;
}

.comments-content {
	border-bottom: 4px solid #8186af;
	padding-bottom: 10px;
}

.comment-content {
	background: repeat-x top url(images/dot.gif);
	padding-top: 10px;
	margin-top: 5px;
	padding-bottom: 10px;
}

.comment-content p {
	padding: 0;
	margin: 0;
}

/* ----- HEADINGS ----- */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1{
	font-size: 1.05em;
	font-weight: bold;
}

#banner h1{
	font-size: 1.05em;
	font-weight: bold;
	margin: 0;
}

h1 a:link, h1 a:visited {
	color: #666666;
	text-decoration: none;
}

h1 a:hover {
	color: #000000;
	text-decoration: none;
}

h2{
	background: none;
}

h2.module-header{

	background: repeat-x bottom url(images/dot.gif);
	text-transform: uppercase;
	font-size: 1.25em;
	font-weight: bold;
	color: #333333;
	padding-left: 10px;
	line-height: 140%;
	padding-bottom: 8px;
	margin: 0;
}

h2.link-header{
	
	text-transform: uppercase;
	font-size: 1.25em;
	font-weight: bold;
	color: #333333;
	padding-left: 10px;
	line-height: 140%;
	padding-bottom: 15px;
	margin: 0;
}

h2.link-header a:link, h2.link-header a:visited 

{
	color: #666666;
	text-decoration: underline;
}

h2.link-header a:hover
{
	color: #6b6f9d;
	text-decoration: underline;
}

h3 {
	color: #666666;
}

h3.comments_header{
	color: #666666;
	margin-bottom: 0;
	padding-bottom: 2px;
	font-size: 16px;
}

.entry h3{
	color: #fff;
	font-size: 1.5em;
	margin-bottom: 0;
	padding-bottom: 4px;
	margin-top: 0;
}

.entry h3 a:link, .entry h3 a:visited {
	color: #fff;
	text-decoration: none;
}

.entry h3 a:hover {
	color: #666;
	text-decoration: none;
}

h4{

}

/* ----- PARAGRAPHS ----- */

p.infolines{
	margin: 0;
	padding: 0;
	color: #666;
	font-size: .8em;
	line-height: 125%;
}

#primaryContent p{
}

#secondaryContent p{
}

/* ----- QUOTES ----- */

blockquote{
}

blockquote p{
}

cite{
}

blockquote cite{
}

/* ----- CODE ----- */

pre{
}

code{
}

p code{
}

pre code{
}

/* ----- LISTS ----- */

li.module-list-item{
	background: repeat-x bottom url(images/dot.gif);
	margin: 0;
	list-style: none outside;
	text-align: left;
	padding: 5px 0 5px 10px;
}

ul.module-list{
	margin: 0;
	padding: 0;
}

ol{
}

/* ----- IMAGES ----- */

img{
	border-style: none;
	margin: 0;
	padding: 0;
}

.float {
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
}

.thumb {
	float: left;
	margin: 0 4px 4px 0;
	padding: 0;
}

.icon {
	vertical-align: middle;
	margin: 0;
	padding: 0 0 2px;
}

img a{
}

img a:hover{
}

/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}

em{
}

b{
}

i{
}

/* ----- LINKS ----- */

a{
	color: #6b6f9d;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
	color: #666;
}

a:visited, a:active, a:focus{
	color: #6b6f9d;
}

a.light{
	color: #c0c0c0;
	text-decoration: underline;
}

a.light:hover{
	text-decoration: underline;
	color: #ffffff;
}

a.light:visited, a.light:active, a.light:focus{
	color: #ffffff;
}

.nav_footer a {
	color: #666;
	text-decoration: none;
}

.module a:visited, .module a:link {
	color: #6b6f9d;
	text-decoration: none;
}

.module a:hover {
	color: #333333;
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #6b6f9d;
	text-decoration: underline;
}

p a{
}

cite a{
}

li a{
}

dt a{
}

dd a{
}

/* ----- TABLES ----- */

table{
}

caption{
}

thead{
}

tbody{
}

tfoot{
}

tr{
}

tr .alt{
}

th{
}

td{
}

/* ----- FORMS ----- */

form{
	padding-bottom: 25px;
}

fieldset{
}

legend{
}

label{
}

input{
}

textarea{
}

input, textarea{
	background: #f6f6f6;
	padding: 0 3px;
}

select{
}

optgroup{
}

option{
}

/* ----- DEFINITIONS ----- */

dl{
}

dt{
}

dd{
}