/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #545454;
	background-color: #02586D;
	letter-spacing: .025em;
}

body.editor {
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	color: #08347F;
	margin-bottom: 10px;
}

h1.auto {
	font-size: 30px;
	height: 40px;
	margin-bottom: 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #030302;
	margin-bottom: 8px;
}

img { 
	border: none;
}

a {
	text-decoration: underline;
	outline: none;
	color: #003E54;
}

.backlink a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
}

.title {
	margin: 40px 0px;
}

.faqs {
	color: #003E54;
}

.faqs b {
	color: #030302;
}

a:hover {
	color: #000000;
}

blockquote {
    margin: 10px 0 10px 15px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

/* LAYOUT CSS */

#container {
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 4px;
}

#container_inner {
	width: 750px;
	margin: 0px auto;
	padding: 16px 0px 0px 0px;
	background-image: url('../images/logo_bg3.gif');
	background-repeat: no-repeat;
	background-position: 0px 16px;
	min-height: 370px;
}

#content {
	width: 400px;
	float: right;
	padding-bottom: 20px;
}

#content.fullwidth {
	width: 700px;
}

#left_content {
	padding: 343px 0px 0px 0px;
}

#share {
	background-image: url('../images/share_bg.gif');
	background-repeat: no-repeat;
	width: 289px;
	height: 142px;
	padding: 54px 18px 0px 14px;
}

#share textarea {
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #545454;
	width: 269px;
	height: 55px;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 14px;
}

#share input {
	float: right;
}

#mailinglist {
	background-image: url('../images/email_bg.gif');
	background-repeat: no-repeat;
	width: 289px;
	height: 89px;
	padding: 54px 18px 0px 14px;
	margin-bottom: 50px;
}

#mailinglist input.emailbox {
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #545454;
	width: 279px;
	height: 20px;
	padding: 7px 5px 5px 5px;
	margin-bottom: 15px;
	font-size: 14px;
}

#mailinglist input {
	float: right;
}

#footer {
	width: 768px;
	margin: 0px auto;
	padding: 2px 0px 0px 12px;
	background-image: url('../images/footer_bg3.gif');
	background-repeat: no-repeat;
	background-position: top right;
	color: #FFFFFF;
	height: 280px;
	font-size: 11px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
