/* CSS Document */

/* DIV STYLES */

body {
	margin: 0;
	padding: 0;
}

.sitecontainer {
	margin: 20px auto 0 auto;
	padding: 0;
	width: 800px;
}

.header {
	height: 100px;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	background-position: 40px 0;
}

.navcontainer {
	width: 800px;
	height: 80px;
}

.navbgl {
	width: 14px;
	height: 80px;
	float: left;
	background-image: url(images/navl.png)
}

.navmain {
	width: 772px;
	height: 80px;
	float: left;
	background-image: url(images/navm.png);
	background-repeat: repeat-x;
}

.navbgr {
	width: 14px;
	height: 80px;
	float: left;
	background-image: url(images/navr.png)
}

.contentcontainer {
	height: 340px;
	position: relative;
	clear: both;
	z-index: 2;
}

.content {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 340px;
	height: 200px;
	float: left;
}

.contacticons {
	float: left;
	width: 24px;
}

.contacttext {
	float: left;
	width: 300px;
	margin: 0 0 20px 10px;
}

.mainimage {
	position: absolute;
	top: 60px;
	right: 7px;
	width: 416px;
	height: 305px;
	float: left;
	background-image: url(images/bg/border.png);
	z-index: 2;
}

.footercontainer {
	width: 800px;
	height: 60px;
	z-index: 1;
}

.ftbgl {
	width: 9px;
	height: 60px;
	float: left;
	background-image: url(images/ftl.png);
	z-index: 1;
}

.ftcopy {
	width: 391px;
	height: 60px;
	float: left;
	background-image: url(images/ftm.png);
	background-repeat: repeat-x;
	position: relative;
	z-index: 1;
}

.ftmain {
	width: 391px;
	height: 60px;
	float: left;
	background-image: url(images/ftm.png);
	background-repeat: repeat-x;
	position: relative;
	z-index: 1;
}

.ftbgr {
	width: 9px;
	height: 60px;
	float: left;
	background-image: url(images/ftr.png);
	z-index: 1;
}

.partners {
	text-align: center;
	width: 800px;
	height: 40px;
	clear: both;
}

/* NAV */

ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	width: 100%;
	height: 40px;
	line-height: 38px;
}

ul#nav li {
	float: right;
	display: block;
	color: #FFFFFF;
	padding: 10px 0 0 0;
	margin: 1px 15px 0 0;
	height: 34px;
}

ul#nav li.current {
	background-image: url('images/navarrow.png');
	background-repeat: no-repeat;
	background-position: center 0;
}

ul#nav a {
	text-decoration: none;
	color: #FFFFFF;
}

ul#nav li.current a {
	text-decoration: none;
	color: #DDDD00;
}

ul#nav a:hover {
	color: #FF0000;
}

ul#nav li.current a:hover {
	color: #FF0000;
}

/* IMAGE STYLES */

.mainimage img {
	margin: 0 8px 0 8px;
	width: 400px;
	height: 295px;
	z-index: 2;
}

a.remote {
	display: block;
	background: transparent url('images/remote.jpg');
	width: 116px;
	height: 122px;
	text-decoration: none;
}

a.remote:hover {
	background-position: -116px 0;
}

.contacticons img {
	width: 24px;
	height: 24px;
	margin: 12px 0 0 0;
}

img.post {
	margin: 7px 0 68px 0;
}

.partners a img{
	text-decoration:none;
	border: none;
}

.partners img {
	padding: 0;
	margin: 0 1px 0 1px;
	height: 20px;
}

/* TEXT STYLES */

.content h1 {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #48919d;
}

.content p {
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: JUSTIFY;
}

.content a {
	text-decoration: none;
	border-bottom: 1px dotted #222222;
	color: #222222;
}

a.remote {
	border: none;
}

.content a:hover {
	text-decoration: none;
	border-bottom: 1px solid #474D8D;
	color: #474D8D;
}

a.remote:hover {
	border: none;
}

p.contacttextmargin {
	margin: 10px 0 0 0;
}

p.thanks {
	margin: 25px 0 0 0;
	font-size: 9px;
	color: #888888;
}

p.thanks a {
	color: #888888;
	border-bottom: 1px dotted #999999
}

.ftcopy p {
	margin: 0;
	padding: 0;
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2c7b87;
	position: absolute;
	left: 6px;
	bottom: 22px;
}

.ftmain p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	text-align: right;
	font-weight: bold;
	position: absolute;
	right: 6px;
	bottom: 22px;
}

.partners p {
	margin: 5px 0 3px 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: underline;
}