/* Page */
body {
	background: #003 url("../images/bgPage.png") repeat-x top center;
	color: #333;
}

/* Header */
#header {
	padding-top: 40px;
	padding-bottom: 8px;
	background: transparent url("../images/bgHeader.png") no-repeat top center;
	height: 84px;
}
#header .logo {
	margin-left: 40px;
	float: left;
}

/* Menu */
#menu {
	position: absolute;
	top: 112px;
	left: 0px;
	width: 728px;
	padding-left: 16px;
	padding-right: 16px;
	height: 26px;
	background: transparent url("../images/bgMenu.png") no-repeat top center;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	line-height: 26px;
	padding-left: 16px;
	padding-right: 16px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #030;
}
#menu .selected a {
	color: #060;
	background: #fff;
	border-bottom: 2px solid #fff;
}

/* Body */
#body {
	padding-top: 138px;
	padding-bottom: 0px;
	background: transparent url("../images/bgBody.png") repeat-y top center;
}
#content {
	background: transparent url("../images/bgContent.png") no-repeat top center;
	padding: 16px;
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 0.1em;
	min-height: 250px;
	color: #333;
}
#content:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#content p {
	margin-bottom: 1em;
}
h1 {
	font-size: 2em;
	color: #663;
	font-family: Trajan Pro, Times New Roman, serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0.5em;
	font-weight: bold;
}

/* Footer */
#footer {
	color: #66c;
	padding-top: 32px;
	background: transparent url("../images/bgFooter.png") no-repeat top center;
	margin-top: 0px;
	clear: both;
}
#footer a {
	color: #66c;
	text-decoration: underline;
}
#footer .payment {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#footer .payment img {
	margin-left: 1em;
	margin-right: 1em;
	
}

/* general content */
.clear {
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
}
.center {
	text-align: center;
	margin-bottom: 1em;
}
.left {
	float: left;
	margin: 1em;
	margin-left: 0em;
}
.right {
	float: right;
	margin: 1em;
	margin-right: 0em;
}
.cols:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.cols li {
	float: left;
	width: 50%;
}
.callout {
	border: 1px solid #ccc;
	background: #eee;
	padding: 1em;
	color: #060;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 10%;
	margin-right: 10%;
	clear: both;
}

/* table */
table {
	width: 100%;
}
th {
	font-weight: bold;
}
th, td {
	padding: 0.25em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	vertical-align: top;
}

/* CMS */
#cms {
	background: transparent url("../images/bgBody.png") repeat-y top center;
	padding: 16px;
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 0em;
}

/* home */
.home #portrait {
	margin-top: 0em;
}
.home #disclaimer {
	font-size: 75%;
}
.home #contact {
	margin-left: 273px;
	margin-right: 60px;
	margin-bottom: 1.5em;
}

/* contact */
#contact {
	border: 1px solid #996;
	padding: 1em;
	height: 2.5em;
	margin-top: 1.5em;
	color: #663;
	background: #ffc;
	font-weight: bold;
}
#contact:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#contact address {
	float: left;
	width: 45%;
	font-weight: bold;
}
#contact address span {
	display: block;
}
#contact dl {
	float: right;
	width: 45%;
}
#contact dt {
	float: left;
	width: 36px;
}

#credentials {
	background: #fff;
	margin-bottom: 1em;
}
#credentials dt {
	float: left;
	width: 144px;
	margin-bottom: 0.5em;
}
#credentials dd {
	margin-bottom: 0.5em;
}
#credentialsPortrait {
	margin-top: -1em;
}

#faqs dt {
	margin-bottom: 1em;
	font-weight: bold;
	cursor: pointer;
}
#faqs dd {
	display: none;
	margin-bottom: 1em;
}

#content ol {
	list-style: decimal outside;
	margin-left: 2em;
	margin-bottom: 1em;
}


/* form */
form .field, form .fieldCheck {
	clear: both;
	padding-top: 1em;
	padding-bottom: 1em;
}
form .hidden {
	display: none;
}
form .field label {
	float: left;
	width: 22.5%;
	text-align: right;
	line-height: 1.5em;
}
form .field div {
	float: right;
	width: 75%;
}
form .field div input, form .field div textarea {
	width: 50%;
	border: 1px solid #999;
}
form .field div textarea {
	width: 100%;
	height: 16em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
form .field div div input {
	width: auto;
}
form .fieldCheck div {
	float: left;
	width: 22.5%;
	text-align: right;
}
form .fieldCheck label {
	float: right;
	width: 75%;
}
form .field div div {
	float: none;
	width: auto;
}
form .buttons {
	clear: both;
	text-align: center; 
	padding-top: 2em; 
}

.contact #contact {
	margin-left: 165px;
	margin-right: 165px;
}