/* ----------------------------------------------------------------- */
/* ----------------- page & text appearance styles ----------------- */
/* ----------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.image {
	margin-right: 10px;
}
input, select, textarea {
	font-size: 10px;
	background-color: #FFFFFF;
	color: #6691bf;
	border: 1px solid #CCCCCC;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	height: 16px;
}
.submit {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;
}
.caption {
	line-height: 15px;
}

/* ----------------------------------------------------------------- */
/* --------------------- nav appearance styles --------------------- */
/* ----------------------------------------------------------------- */

.nav {
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 210px;
	float: left;
	background-image: url(../../images/common/rule.png);
	background-repeat: repeat-y;
	background-position: 209px;
}
a.nav:link {
	color: #000000;
	text-decoration: none;
}
a.nav:visited {
	color: #000000;
	text-decoration: none;
}
a.nav:active {
	color: #000000;
	text-decoration: none;
}

.subnav {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 40px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
	width: 210px;
	float: left;
	background-image: url(../../images/common/rule.png);
	background-repeat: repeat-y;
	background-position: 209px;
}
a.subnav:link {
	color: #000000;
	text-decoration: none;
}
a.subnav:visited {
	color: #000000;
	text-decoration: none;
}
a.subnav:active {
	color: #000000;
	text-decoration: none;
}

/* ----------------------------------------------------------------- */
/* --------------------- link appearance styles -------------------- */
/* ----------------------------------------------------------------- */

.logotext {
	color: #000000;
	font-size:15px;
}
a.logotext:link {
	color: #000000;
	text-decoration: none;
}
a.logotext:visited {
	color: #000000;
	text-decoration: none;
}
a.logotext:active {
	color: #000000;
	text-decoration: none;
}


.language {
	color: #000000;
	font-size: 12px;
}
a.language:link {
	color: #000000;
	text-decoration: none;
}
a.language:visited {
	color: #000000;
	text-decoration: none;
}
a.language:active {
	color: #000000;
	text-decoration: none;
}


.footer {
	font-size: 9px;
	line-height: 14px;
	color: #000000;
}
a.footer:link {
	color: #000000;
	text-decoration: none;
}
a.footer:visited {
	color: #000000;
	text-decoration: none;
}
a.footer:active {
	color: #000000;
	text-decoration: none;
}

.sprybutton {
	font-size: 10px;
	float: right;
	padding-right: 30px;
	padding-top: 3px;
}

/* ----------------------------------------------------------------- */
/* -------------------------- layout styles ------------------------ */
/* ----------------------------------------------------------------- */

.navarea {
	width: 240px;
	height: 580px;
	float: left;
}
.navspacer {
	padding-top: 101px;
}
.contentarea {
	height: 578px;
	width: 544px;
	overflow: auto;
	float: right;
}
.content {
	margin-right: 30px; 
	line-height: 16px;
	padding-top: 106px;
	padding-bottom: 15px;
}
.content2 {
	width: 514px; 
	line-height: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(../../images/common/rule.png);
	background-repeat: repeat-x;
}
.content_portfolio {
	margin-right: 30px; 
	line-height: 16px;
	padding-top: 101px;
	padding-bottom: 15px;
}
.post {
	padding-bottom: 8px;
}
.shadow_top {
	background-image: url(../../images/common/shadow_top.png);
	background-repeat: repeat-x;
	background-position: top;
}
.shadow_bottom {
	background-image: url(../../images/common/shadow_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.image {
	margin-right: 10px;
}
img
{
    border: none 0 #ffffff;
}
input, select, textarea {
	color: #666666;
	font-size: 10px;
	color: #999999;
	border: 1px solid #CCCCCC;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	height: 16px;
}

/* ----------------------------------------------------------------- */
/* ------------ Feedburner RSS appearance styles ------------ */
/* ----------------------------------------------------------------- */

.feedburnerFeedBlock {
	 margin: 0;
	 padding: 0;
}
.headline {
	font-weight:bold
}
a.headline:link {
	font-weight:bold
	color: #FFFFFF;
	text-decoration: none;
}
a.headline:visited {
	font-weight:bold
	color: #FFFFFF;
	text-decoration: none;
}
a.headline:active {
	font-weight:bold
	color: #FFFFFF;
	text-decoration: none;
}
a.headline:hover {
	font-weight:bold
	color: #504d46;
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.feedburnerFeedBlock #creditfooter { 
   display: none; 
}
