/* @group Initialization */

body {
	background-color: #363739;
	text-align: center;
	font-family: "Trebuchet MS", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #353334;
	font-weight: normal;
	font-style: normal;
	}

/* Neutralize styling: Elements we want to clean out entirely: */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% "Trebuchet MS", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	}

/* Neutralize styling: Elements with a vertical margin: */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
	}

/* Apply left margin: Only to the few elements that need it: */

li, dd, blockquote {
	margin-left: 1em;
	}

/* Miscellaneous conveniences: */

form label {
	display: block;
	cursor: pointer;
	}

fieldset {
	border: none;
	}

/* Form field text-scaling */

input.text, textarea {
	width: 109%;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	font-size: 80%;
	}
		
input.submit {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px 5px;
	font: bold;
	}
	
* {
	margin: 0;
	padding: 0;
	}


/* @end */

/* @group Main Layout Structure */

.controlsBg {
	width: 100%;
	background: url(../images/layout/controlspaper-bg.jpg) repeat-x top center;
	}

.centerPageBlockLeft {
	width: 765px;
	background: white;
	margin-left: auto;
	margin-right: auto;
	background: #363739 url(../images/layout/controls-edge-left.gif) repeat-y top left;
	}

.centerPageBlockRight {
	background: url(../images/layout/controls-edge-right.gif) repeat-y top right;
	}

.stickerLeft {
	background: url(../images/layout/controls-edge-left-tape.gif) no-repeat 0px 450px;
	}

.stickerRight {
	background: url(../images/layout/controls-edge-right-tape.gif) no-repeat 756px 450px;
	min-height: 1000px;
	height: 1000px;
	}

.stickerLeft>.stickerRight {
	height: auto;
	}

.paperBlock {
	width: 725px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
	background: url(../images/layout/page-tile.gif) repeat-y 29px -69px;
	}

.paperBlockTop {
	background: url(../images/layout/page-top.jpg) no-repeat 0px 0px;
	}

.paperBlockBottom {
	background: url(../images/layout/page-bottom.gif) no-repeat bottom center;
	}

.paperPad {
	padding-top: 65px;
	padding-bottom: 10px;
	padding-left: 90px;
	padding-right: 40px;
	}

.headerBlock {
	height: 237px;
	margin-bottom: 15px;
	}

#titleLink {
	display: block;
	width: 246px;
	height: 90px;
	margin-left: 330px;
	margin-top: 0px;
	}

.navigationLinks {
	margin-top: 50px;
	padding-left: 130px;
	padding-right: 7px;
	}

.navigationLinks a {
	display: block;
	}

#homeLink {
	float: left;
	width: 56px;
	height: 21px;
	}

#faqLink {
	float: left;
	width: 60px;
	height: 21px;
	margin-left: 35px;
	}

#mapsLink {
	float: left;
	width: 160px;
	height: 21px;
	margin-left: 35px;
	}

#picsLink {
	float: right;
	width: 113px;
	height: 22px;
	margin-top: 28px;
	margin-right: 36px;
	}

#ftpLink {
	float: right;
	width: 41px;
	height: 20px;
	margin-top: 17px;
	margin-right: 37px;
	}

#contactLink {
	float: right;
	width: 73px;
	height: 20px;
	margin-top: 30px;
	}

.contentBlock {
	margin: 0;
	padding: 15px 25px 0;
	}

.footerBlock {
	color: #555659;
	font-size: 12px;
	line-height: 11px;
	padding-bottom: 20px;
	}
	
.footerBlock p {
	text-align: center;
	}

.footerBlock a, .footerBlock a:active, .footerBlock a:visited {
	color: #555659;
	}

#contactFormArea {
	margin-bottom: 20px;
	width: 500px;
	}

/* @end */

/* @group General Styling */

h2 {
	color: #C32830;
	}

a {
	text-decoration: none;
	color: #C32830;
	}

p {
	font-size: 85%;
	line-height: 1.8em;
	text-align: justify;
	}

ol li {
	padding-bottom: 10px;
	padding-right: 20px;
	font-size: 85%;
	line-height: 1.8em;
	text-align: justify;
	}
	
ul {
	font-size: 85%;
	line-height: 1.8em;
	padding-left: 20px;
	padding-bottom: 0px;
	text-align: justify;
	}

a:visited {
	color: #666;
	}

a:active {
	color: #666;
	}

a:hover {
	text-decoration: underline;
	color: #C32830;
	}

strong {
	color: #C32830;
	}

/* @end */
