/********************************************************************/
/* Main layout														*/
/********************************************************************/

body {
	margin: 0px;
	padding: 0px;
	background-image:url(images/background.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#container {
	display: block;
	position: absolute;
	left: 50%;
	/* margin-left: -450px;
	width: 900px; */
	margin-left: -422px;
	width: 845px;
	height: auto;
	padding: 0px;
}

#slogan {
	/* width:900px; */
	width: 845px;
	height:39px;
	text-align: right;
	background-image: url(images/slogan.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#slogan h1 {
	visibility: hidden;
	font-size: 1px;
}

#logo {
	width:235px;
	height:223px;
	background-image:url(images/logo.jpg);
	background-repeat: no-repeat;
	float: left;
}

#logo h1 {
	visibility:hidden;
	font-size: 1px;
}

#header {
	/* width:665px; */
	width: 610px;
	height:176px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	float: right;
}

#menu {
	/* width: 620px; */
	width: 565px;
	height: 43px;
	padding: 4px 0px 0px 45px;
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
	float:right;
}

#main {
	/* width: 900px; */
	width: 845px;
	height: auto;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	background-color: #ffffff;
	float: left;
}

#leftBlock {
	width:300px;
	height:auto;
	margin: 6px 0px 0px 0px;
	background-color: #ffffff;
	float: left;
}

#rightBlock {
	width: 532px;
	height: auto;
	margin: 13px 0px 0px 13px;
	float: right;
}

.subBlock {
	/* width: 600px; */
	width: 560px;
	height: auto;
	margin: 0px 0px 13px 0px;
	padding: 0px;
	float: left;
}

#footer {
	/* width: 902px; */
	width: 847px;
	height: auto;
	padding: 12px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background-image:url(images/copyright.jpg);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 160%;
	float: left;
}

#dropdown {
	width: 242px;
	height: 54px;
	padding: 8px 15px 0px 15px;
	margin: 0px 0px 5px 2px;
	border: 1px solid #979797;
	border-top: 0px;	
	background-color: #ffffff;
}

.contentBlock {
	width: 280px;
	height:auto;
	padding: 0px 10px 0px 10px;
	background-color: #cecece;
	background-image:url(images/topbar.gif);
	background-repeat: repeat-x;
	float: left;
}

.contentBlock2 {
	width: 250px;
	height:auto;
	padding: 0px 10px 0px 10px;
	background-color: #cecece;
	background-image:url(images/topbar.gif);
	background-repeat: repeat-x;
	float: left;
}

.pageBlock {
	/* width:567px; */
	width: 512px;
	height:auto;
	padding: 0px 10px 0px 10px;
	background-color: #cecece;
	background-image:url(images/topbar.gif);
	background-repeat: repeat-x;
	float: left;
}

#leftcolorBlock {
	width:194px;
	height: 40px;
	background-image:url(images/bluebox.jpg);
	background-repeat:no-repeat;
	margin: 12px 0px 0px 0px;
	padding: 38px 20px 0px 86px; 
	float: left;
}

#rightcolorBlock {
	width: 235px;
	height: 41px;
	background-image:url(images/greenbox.jpg);
	background-repeat:no-repeat;
	padding: 140px 0px 12px 27px;
	float: left;
}

#rightcolorBlock2 {
	width: 162px;
	height: 30px;
	background-image:url(images/bluebox2.jpg);
	background-repeat:no-repeat;
	padding: 52px 10px 12px 90px;
	float: left;
}

.titleBlock {
	width: auto;
	height: 22px;
	border-bottom: 2px solid #5f5f5f;
	padding: 20px 0px 0px 10px;
	margin: 0px;
}

.subtitleBlock {
	/* width: 430px; */
	width: 388px;
	height: 22px;
	border-bottom: 2px solid #5f5f5f;
	padding: 15px 0px 0px 10px;
	margin: 0px;
	float:left;
}

.textBlock {
	width: auto;
	padding: 13px;
	margin: 10px 0px 10px 0px;
	background-color: #e1e1e1;
	float: left;
}

#subtextBlock {
	/* width:420px; */
	width: 380px;
	height: auto;
	padding: 0px;
	margin: 10px 10px 10px 10px;
	float: left;
}

.mailingBlock {
	/* width:243px; */
	width: 218px;
	height:auto;
	border: 6px solid #cccccc;
	background-color: #ffffff;
	margin: 6px 0px 0px 12px;
	padding: 10px;
	float: left;
}

.advertBlock {
	/* width:203px; */
	width: 198px;
	height:auto;
	background-color: #ffffff;
	margin-top: 6px;
	padding: 10px 0px 10px 40px;
	float: left;
}

#portfolioBlock {
	/* width: 337px; */
	width: 282px;
	height: auto;
	margin-left: 13px;
	float: left;
}

.imageBlock {
	float: left;
}

.dottedLine {
	/* width:433px; */
	width: 393px;
	height: 1px;
	margin-right: 25px;
	background-image: url(images/longdotted.gif);
	background-repeat: repeat-x;
	float:right;
}

.dottedLine2 {
	width: 223px;
	height: 1px;
	margin: 8px 0px 8px 0px;
	background-image: url(images/longdotted.gif);
	background-repeat: no-repeat;
	float:left;
}

.dottedLine3 {
	width: 253px;
	height: 1px;
	margin: 8px 0px 8px 0px;
	background-image: url(images/longdotted.gif);
	background-repeat: repeat-x;
	float:left;
}

#contactForm {
	/* width: 403px; */
	width: 375px;
	height: auto;
}

#contactBlock {
	width: 100px;
	height: auto;
	padding-left: 10px;
	float: left;
}

.banner {
	height: 68px;
	padding: 12px 0px 0px 0px;
	float: left;
}

.hidden {
	visibility: hidden;
}

#promo {
	height: 85px;
	width: 400px;
	margin: 0px;
	padding: 235px 40px 40px 40px;
	background-image: url(images/referafriend.jpg);
}

/********************************************************************/
/* Links															*/
/********************************************************************/

a:link { font: 11px Arial, Verdana, sans-serif; color: #000000; text-decoration: underline; }
a:visited { font: 11px Arial, Verdana, sans-serif; color: #000000; text-decoration: underline; }
a:hover { font: 11px Arial, Verdana, sans-serif; color: #000000; text-decoration: underline; }

a.green:link { font: 11px Arial, Verdana, sans-serif; color: #52a01c; text-decoration: underline; }
a.green:visited { font: 11px Arial, Verdana, sans-serif; color: #52a01c; text-decoration: underline; }
a.green:hover { font: 11px Arial, Verdana, sans-serif; color: #52a01c; text-decoration: underline; }

a.grey:link { font: 11px Arial, Verdana, sans-serif; color: #5c5c5c; text-decoration: none; }
a.grey:visited { font: 11px Arial, Verdana, sans-serif; color: #5c5c5c; text-decoration: none; }
a.grey:hover { font: 11px Arial, Verdana, sans-serif; color: #5c5c5c; text-decoration: underline; }

a.black:link { font: 11px Arial, Verdana, sans-serif; color: #000000; text-decoration: none; }
a.black:visited { font: 11px Arial, Verdana, sans-serif; color: #000000; text-decoration: none; }
a.black:hover { font: 11px Arial, Verdana, sans-serif; color: #000000; text-decoration: none; }

a.white:link { font: 11px Arial, Verdana, sans-serif; color: #ffffff; text-decoration: underline; }
a.white:visited { font: 11px Arial, Verdana, sans-serif; color: #ffffff; text-decoration: underline; }
a.white:hover { font: 11px Arial, Verdana, sans-serif; color: #ffffff; text-decoration: underline; }

a.bold:link { font: 11px Arial, Verdana, sans-serif; color: #000000; font-weight: bold; text-decoration: none; }
a.bold:visited { font: 11px Arial, Verdana, sans-serif; color: #000000; font-weight: bold; text-decoration: none; }
a.bold:hover { font: 11px Arial, Verdana, sans-serif; color: #000000; font-weight: bold; text-decoration: none; }

/********************************************************************/
/* Forms															*/
/********************************************************************/

form {
	margin: 0px;
}

select {
	width: 243px;
	border: 1px solid #8c8c8c;
	font: 11px Arial, Verdana, sans-serif;
	color: #000000;
	margin-top: 2px;
}

input {
	width:114px;
	border: 1px solid #8c8c8c;
	font: 11px Arial, Verdana, sans-serif;
	color: #000000;
}

textarea {
	/* width:320px; */
	width: 265px;
	border: 1px solid #8c8c8c;
	font: 11px Arial, Verdana, sans-serif;
	color: #000000;
}

.inputLong {
	/* width: 320px; */
	width: 265px;
	border: 1px solid #8c8c8c;
	font: 11px Arial, Verdana, sans-serif;
	color: #000000;
}

#checkbox {
	width: auto;
	border: 0px;
	color: #000000;
}

.button {
	width:64px;
	height:18px;
	border:0px;
	font: 10px Arial, Verdana, sans-serif;
	color: #ffffff;
	background-image:url(images/button.jpg);
	margin-top: 5px;
}

/********************************************************************/
/* Borders															*/
/********************************************************************/

.borderBold { border: 6px solid #cccccc; }
.borderNarrow {	border: 3px solid #cccccc; }
.borderLeft { border-left: 1px solid #cccccc; }

/********************************************************************/
/* Fonts															*/
/********************************************************************/

body    { font: 11px Arial, Verdana, sans-serif; color: #000000; }
br.low  { line-height:50%; }

.bold   { font: 11px Arial, Verdana, sans-serif; font-weight: bold; color: #000000; }
.title  { font: 18px "Arial narrow", sans-serif; font-weight: bold; color: #6c91e5; }
.small  { font: 10px Arial, Verdana, sans-serif; color: #888888; }
.xsmall { font: 9px Arial, Verdana, sans-serif; color: #5c5c5c; }
.green  { font: 11px Arial, Verdana, sans-serif;color: #52a01c; }
.grey   { font: 11px Arial, Verdana, sans-serif; color: #5c5c5c; }
.red    { font: 11px Arial, Verdana, sans-serif; color: #ff0000; }
.white  { font: 11px Arial, Verdana, sans-serif; color: #ffffff; }

.justify { text-align:justify; }
