/* HTML Styles */

body {
	font: 80% Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/body_bg.gif) no-repeat fixed left bottom;
}
a:link {
	color: #D64251;
	text-decoration: underline;
}
a:visited {
	color: #D64251;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}
p, ul, ol, h2, h3, h4 {
	margin-top: 0em;
	margin-bottom: 1em;
}
ul li {
	list-style: url(../images/bullet.gif);
}
h1 {
	font-size: 1%;
	line-height: 1%;
	color: #FFFFFF;
	margin: 0px;
	visibility: hidden;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #D64251;
}
h3, h4 {
	font-size: 100%;
	font-weight: bold;
}
img {
	border-style: none;
}
form {
	margin: 0px;
}


/* Site-Specific Styles */

#container {
	width: 980px;
}
#nav {
	font-size: 120%;
	line-height: 100%;
	width: 270px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	position: absolute;
	left: 30px;
	top: 10px;
}
#nav a:link, #nav a:visited {
	color: #000000;
	text-decoration: none;
	background: url(../images/nav_bg_off.gif) repeat-y left top;
	display: block;
	padding: 2px 2px 2px 20px;
	border-bottom: 1px solid #CCCCCC;
}
#on a:link, #on a:visited {
	color: #000000;
	text-decoration: none;
	background: #EEEEEE url(../images/nav_bg_on.gif) repeat-y left top;
	display: block;
	padding: 2px 2px 2px 20px;
	border-bottom: 1px solid #CCCCCC;
}
#nav a:hover, #nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #D64251 url(../images/nav_bg_off.gif) repeat-y left top;
}
#header {
	position: absolute;
	left: 315px;
	top: 0px;
}
#logo {
	width: 137px;
	height: 68px;
	position: absolute;
	left: 95px;
	top: 260px;
}
#content {
	width: 660px;
	padding-bottom: 10px;
	position: absolute;
	left: 315px;
	top: 220px;
}
#contentfront {
	width: 660px;
	padding-bottom: 10px;
	position: absolute;
	left: 315px;
	top: 345px;
}
#contentpartners, #contentnews {
	width: 660px;
	padding-bottom: 10px;
	position: absolute;
	left: 315px;
	top: 10px;
}
#column {
	float: left;
	width: 300px;
	margin-right: 20px;
}
#column2 {
	float: left;
	width: 600px;
	margin-right: 20px;
}
#fullcolumn {
	width: 640px;
	margin-right: 20px;
}
.caption {
	line-height: 240%;
	padding-top: 1em;
	border-top: 1px solid #CCCCCC;
}
.caption2 {
	line-height: 240%;
}
.big {
	font-size: 120%;
}
#title {
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}
.thumb {
	float: left;
	margin: 0px 10px 0px 0px;
}
.photo {
	float: left;
	margin: 0px 20px 20px 0px;
}
.partner {
	font-size: 85%;
	clear: left;
	padding-bottom: 30px;
}
.services {
	font-size: 120%;
	line-height: 140%;
}
.boxborder {
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.box {
	background: #EEEEEE;
	padding: 10px;
}
.clear {
	clear: both;
}
.red {
	font-weight: normal;
	color: #D64251;
}
a.button:link, a.button:visited {
	font-size: 140%;
	line-height: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: #D64251;
	text-align: center;
	width: 180px;
	display: block;
	padding: 6px 10px;
	border: 1px solid #CCCCCC;
}
a.button:hover, a.button:active {
	text-decoration: none;
	color: #FFFFFF;
	background: #000000;
}
.newslist {
	padding: 10px 0px;
	border-bottom: 1px solid #CCCCCC;
}
.date {
	font-size: 85%;
	color: #666666;
}
h2.newstitle {
	font-size: 180%;
	line-height: 100%;
	margin-bottom: .5em;
}
#form {
	background: #EEEEEE;
	padding: 10px;
}
.formfield {
	font: 100%/100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.formbutton {
	font: bold 100%/100% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #D64251;
	display: block;
	padding: 2px 6px;
	border: 1px solid #CCCCCC;
}

