/* elements */
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	background: url(../images/bodyBG.png) repeat-x #547eae;
}
.mceContentBody {
	margin: 0 5px;
	background: #fff;
	text-align: left;
}
acronym {
	border: 0;
}
blockquote {
	margin: 0 .5em;
	font-family: monospace;
	font-size: 105%;
}
dt {
	font-weight: bold;
}
h1 {
	margin: 0;
	color: #f00;
	text-align: center;
	font-size: 50%;
}
h2 {
	margin: 15px 0;
	padding-bottom: 2px;
	color: #f00;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
h3 {
	color: #f00;
	text-align: center;
}
p {
	font-size: .9em;
	margin: 15px 0;
}
hr {
	border: 0;
	border-bottom: 3px solid #c7c7c7;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
legend {
	display: none;
}
a img {
	border: 0;
}
/* blocks */
.offerBox {
	margin: 15px 0;
	padding: 0 15px;
	border: 6px solid #208dec;
	background: #f6f2e0;
}
.offerBox h2 {
	color: #208dec;
}
.offerBox * {
	margin: 10px 0;
}
.red,
.error {
	color: #f00;
	text-align: center;
	font-weight: bold;
}
.snapshot {
	margin: 2px 2px 5px 15px;
	float: right;
}
.snapshot img {
	display: block;
}
.sideSection {
	padding: 2px 20px;
	background: url('../images/sideSectionBG.png') no-repeat;
}
table#featured {
	border-collapse: collapse;
}
table#featured caption {
	padding-bottom: 3px;
	text-align: left;
	font-size: 20px;
}
table#featured .images {
	text-align: center;
}
table#featured .images td {
	padding: 10px 0;
}
table#featured td {
	padding: 0 10px;
	border: 1px solid #ccc;
}
table#featured td.first {
	border-left: 0;
}
table#featured td.last {
	border-right: 0;
}
table#featured h3 {
	font-size: .8em;
}
table#featured p {
	margin: 10px 0;
	font-size: .8em;
}
table#featured a {
	color: #5a5a5a;
	text-decoration: none;
	font-weight: bold;
}
table#featured a:hover {
	color: #888;
	text-decoration: underline;
}
/* inlines */
.center {
	text-align: center;
}
/* generic forms */
.form,
.contactform {
	margin: 15px 20px;
	padding: 15px 0;
	border: 2px solid #9770a2;
	background: #eee;
}
.form div,
.contactform div {
	margin: 5px 0;
}
.form label,
.contactform label {
	width: 105px;
	float: left;
	padding: 2px 0 0 22px;
}
.form .submit,
.contactform .buttons {
	text-align: center;
}
/* hCard */
.vcard .type {
	display: none;
}
.vcard .org,
.vcard .tel,
.vcard .adr,
.vcard .email {
	margin-bottom: 3px;
}
.vcard .org {
	font-weight: bold;
}
/* Layout */
#page {
	width: 765px;
	margin: 25px auto 10px;
	padding: 3px 3px 18px;
	background: #fff;
}
#header {
	height: 138px;
	background: url('../images/headerBG.jpg') no-repeat #fff;
}
#header h1 {
	width: 228px;
	float: right;
}
#header h1 a {
	height: 138px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#nav {
	height: 34px;
	margin: 0;
	padding: 13px 0 0;
	text-align: center;
	background: url('../images/navBG.png') repeat-x #021b3f;
}
#nav li {
	margin: 0 0 0 10px;
	padding: 0;
	display: inline;
	background: url('../images/navBullet.png') 0 50% no-repeat;
}
#nav a {
	padding: 12px 15px 12px 18px;
	color: #fff;
	text-decoration: none;
	font-family: serif;
	font-size: 17px;
	background: url('../images/navSeparator.png') right 50% no-repeat;
}
#nav a.last {
	background: none;
}
#nav a:hover {
	color: #dfbde8;
	text-decoration: underline;
}
#sidebar {
	width: 178px;
	margin: 20px 0;
	padding: 3px;
	float: right;
	border: 1px solid #835591;
	background: url('../images/sidebarBG.png') repeat-x #62377c;
}
#sidebar * {
	color: #fff;
}
#sidebar h2 {
	color: #eae2ec;
	border-bottom: 2px solid #a788b1;
}
#newsletter {
	padding: 10px 0;
	background: url('../images/newsletterBG.png') repeat-x #9871a3;
}
#newsletter h2 {
	height: 35px;
	margin: 0 0 15px;
	padding: 0;
	text-indent: -9999px;
	border: 0;
	background: url('../images/newsletterSubscribe.png') top center no-repeat;
}
#newsletter form {
	margin: 0;
	padding: 0 0 3px 10px;
}
#newsletter label {
	font-size: 12px;
	font-weight: bold;
}
#newsletter fieldset div {
	margin: 1px 0 10px;
}
#newsletter fieldset input {
	width: 155px;
	height: 16px;
	color: #7e4e8c;
	font-size: 12px;
	border: 1px outset #000;
}
#newsletter .button input {
	width: 154px;
	height: 24px;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	border: 0;
	background: url('../images/newsletterButton.png') no-repeat #9871a3;
}
#wrap {
	font-size: .9em;
	background: #fff;
}
#content {
	width: 540px;
	padding: 1px 0 0 17px;
}
#categories {
	margin-top: 15px;
	padding: 10px 0 3px;
	color: #e8e0eb;
	font-size: 12px;
	font-weight: bold;
	background: url('../images/categoriesBG.png') repeat-x #9871a3;
}
#categories h2 {
	height: 21x;
	margin-top: 2px;
	text-indent: -9999px;
	border: 0;
	background: url('../images/categories.png') 50% 0 no-repeat;
}
#categories div.hr {
	height: 1px;
	margin: 0;
	padding: 0;
	background: url('../images/categoriesSeparator.png') 50% 0 repeat-y;
}
#categories ul {
	margin: 15px 0;
	padding: 0;
	text-align: center;
}
#categories li {
	padding: 0 30px;
	display: inline;
}
#categories li.first {
	padding-left: 0;
}
#categories li.last {
	padding-right: 0;
}
#categories a {
	padding-left: 15px;
	color: #e8e0eb;
	text-decoration: none;
	background: url('../images/categoriesBullet.png') 0 50% no-repeat;
}
#categories a:hover {
	color: #fff;
	text-decoration: underline;
}
#stretch {
	clear: both;
}
/* footer */
#footer {
	color: #fff;
	width: 775px;
	margin: 0 auto;
	clear: both;
	font-size: .75em;
	text-align: center;
}
#footer ul {
	margin: 0;
	padding: 0 0 5px;
}
#footer li {
	display: inline;
	list-style: none;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
#footer p {
	margin: 4px 0;
}
#copywrite {
	margin-top: 7px;
}
/* SFM Signature */
#webdev {
	padding: 2px 0 10px;
}
#webdev,
#webdev a,
#webdev a:visited {
	clear: both;
    text-decoration: none;
	color: #eee;
    text-align: center;
    font-size: 8pt;
}
#webdev a:hover {
	text-decoration: underline;
}
/* sfmstyle */
.greeting {
	width: 144px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/greeting.png) no-repeat;
}
.signoff {
	width: 176px;
	height: 36px;
	text-indent: -9999px;
	background: url(../images/signoff.png) no-repeat;
}
.expose {
	margin: 15px 30px 0;
	padding: 15px 20px;
	text-align: center;
	border: 3px dashed #a60813;
}
.offer {
	margin: 5px;
	padding: 10px;
	border: 4px solid #0c8bf9;
}
.highlight {
	margin: 10px 50px;
	padding: 10px;
	border: 2px solid #f00;
	background: #ccc;
}
.extra {
	padding: 10px 0 10px 50px;
	background: url(../images/tickBox.jpg) no-repeat 10px center;
}
ul.extra {
	padding: 0 0 0 40px;
	background: none;
}
ul.extra li {
	list-style: none;
	padding: 10px 0 10px 40px;
	background: url(../images/tickBox.jpg) no-repeat left center;
}
.alt {
	color: #fff;
	margin: 5px 25px;
	padding: 15px;
	border: 2px dotted #00f;
	background: #09f;
}
.standout {
	color: #f00;
	background: #ff0;
}
.youtube,
.media {
	margin: 15px 0;
	text-align: center;
}