/**
 * master.css
 *
 *
 * @author J Lamont
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	/*background-image: url(../system/images/background_tile.gif);*/
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* global design */

#whiteblock {
	width: 967px;
	background-color: white;
	margin: auto;
}

#header {
	width: 903px;
	margin-left: 32px;
}

#brand {
	margin-top: 60px;
	float:left;
}

#thankyou {
	width: 903px;
	margin-left: 32px;
	margin-top: 13px;
	margin-bottom: 170px;
	padding: 0px;
}

#thankyou .left h1 {
	margin-top: 32px;
	padding-bottom: 0.1em;
}

#thankyou .left h2 {
	width: 462px;
	padding-bottom: 0.1em;
	margin-top: 17px;
}

#thankyou .left p {
	margin-top: 17px;
	margin-right: 32px;
}

#thankyou a {
	color: #ff3333;
}

#thankyou a:hover {
	color: black;
}

#content {
	width: 903px;
	margin-left: 32px;
	margin-top: 13px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: black;
	background-image: url(../system/images/content_background_tile.gif);
	background-repeat: repeat-y;
}

#content .left {
	float: left;
	width: 494px;
	height: 279px;
	background-color: white;
}

#content .right {
	float: right;
	width: 366px;
	padding-right: 32px;
	padding-bottom: 10px;
}

#content .right .location{
	margin-top: 10px;
}

#content .left .button {
	margin: 0;
	float: right;
	margin-right: 32px;
	margin-top: 32px;
}


#news {
	width: 903px;
	margin-left: 32px;
	margin-top: 13px;
}

#news a {
	color: black;
}

#news a:hover {
	color: black;
}

#news .left {
	float: left;
	width: 494px;
}

#news .left h2 {
	width: 180px;
	float: left;
	margin-top: 10px;
}

#news .left p {
	width: 295px;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
}

#news .right {
	float: right;
	width: 400px;
}

#news .right p {
	width: 150px;
	float: left;
	margin-top: 10px;
}

#news h1 {
	border-bottom: solid 1px #c9c9c9;
	padding-bottom: 5px;
}

/* forms */

#newsletterform {
	float: right;
	margin-top: 10px;
	width: 235px;
}

#newsletterform input.subscribe {
	border: 1px solid #c9c9c9;
	width: 148px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #333333;
	float:left;
	margin:0;
	padding:1px;
}

#newsletterform .button {
	float:right;
}

input.contactform {
	border-width: 1px;
	border-style: solid;
	border-color: #c9c9c9;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	width: 340px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 0.8em;
	line-height: 1.2em;
	color: black;
	margin:0 32px 0 0;
	padding:1px;
	float:right;
}

input.contactform:focus {
	background-color: #f5f5f5;
}


.formrow {
	margin-top: 18px;
}

.labelholder {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #333333;
	float:left;
	margin-top: 2px;
	width: 116px;
}

.labelholder strong {
	color: #ff3333;
}

/* global */

h1 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 0.9em;
	color: #ff3333;
	text-transform: lowercase;
}

h2 {
	font-family: Georgia, Times, serif;
	font-weight: lighter;
	font-style: italic;
	font-size: 1.4em;
	color: black;
	line-height: 0.9em;
	text-transform: lowercase;
}

p {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #333333;
}


#footer {
	width: 903px;
	margin: auto;
	margin-top: 32px;
	padding-bottom: 32px;
}

p.footer {
	font-size: 0.75em;
	float:left;
}

#footer .rss {
	float:right;
	line-height: 0;
}

p.header {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.2em;
	color: black;
	width: 398px;
	padding-top: 60px;
	position: relative;
	float: right;
}

.project .left {
	line-height: 0;
}

#content .right h1 {
	margin-top: 32px;
	padding-bottom: 0.1em;
}

#content .right h2 {
	color: white;
	width: 250px;
	margin-top: 17px;
	padding-bottom: 0.1em;
}

#content .right p {
	color: white;
	margin-top: 17px;
}

#content .left h1 {
	margin-top: 32px;
	padding-bottom: 0.1em;
}

#content .left h2 {
	width: 462px;
	padding-bottom: 0.1em;
	margin-top: 17px;
}

#content .left p {
	margin-top: 17px;
	margin-right: 32px;
}

#content .right a {
	color: white;
}

#content .right a:hover {
	color: white;
}

#content .left .process {
	float:right;
	margin-right: 32px;
	margin-top: 18px;
	margin-left: 32px;
}

.gap {
	height: 13px;
	background-color: white;
}

#navBox {
	background-image: url(../system/images/nav_background.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-top: 40px;
}

ul#nav {
	width:903px;
}

ul#nav li {
	float: left;
	width: 7em;
	margin-right: 2px;

}

ul#nav li a {
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	color: black;
	font-size: 0.8em;
	overflow: hidden; 
	position: relative; 
	display: block;
	padding: 4px 0 4px 7px;	
}

ul#nav li a:hover {
	background-color: #f5f5f5;
}

ul#nav li a.selected {
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #c9c9c9;
	background-color: white;
}


.clear {
	clear: both;
}

/* contact page */

.google {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 0.9em;
	text-align: right;
}

.google a {
	color: #ff3333;
}

.google a:hover {
	color: white;
}

.address {
	text-align: right;
}