/*	STRUCTURES
=============================== */

html {
	overflow-y: scroll;
	min-height: 100%; margin-bottom: 1px;
	}
	
body {
	background: #ebebeb url(/images/background.gif) top repeat-x;
	margin: 0;
	}
table, tr, th, td {
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
	}
	
#header {
	height: 70px;
	border-bottom: 1px solid #cccccc
	}
#logo {
	font-size: 18px;
	margin: 0;
	padding: 0;
	float: left;
	color: #747373;
	text-shadow: 0px 1px 0px #fff;
	}
	
#mainMenu {
	float: right;
	padding: 10px 20px;
	text-align: right;
	}

#pageContent {
	background: #fff url(/images/backgroundPageContent.gif) top repeat-x;
	padding: 30px 30px 1px 30px;
	}
	
#random { text-align: center; }

#footer {
	background: url(/images/backgroundFooter.gif) top repeat-x;
	padding: 70px 25px 25px 25px;
	font-size: 11px;
	color: #999898;
	}
	
dfn { display: none; }
.floatRight {
	float: right;
	margin: 0 0 30px 30px;
	}
.floatLeft { float: left; }
.clear { clear: both; }
.right { text-align: right; }
.center { text-align: center; }
.print { display: none; }
.nodisplay { display: none; }

/*	FONTS
=============================== */

body, table, tr, th, td, input, select, textarea {
	font: 13px 'trebuchet ms', arial, helvetica, sans-serif;
	color: #747373;
	}

p, h1, h2, h3, h4, h5, h6 { margin-top: 0; }

p { margin-bottom: 20px; }

h1, #gbBreadCrumb {
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 18px;
	color: #545454;
	}
	
h2, .giTitle {
	font-weight: normal;
	font-size: 16px;
	color: #747373;
	}
.contact h2 { margin: 0; }
	
h3 {
	font-weight: normal;
	font-size: 14px;
	color: #545454;
	}
.gallery h3 {
	margin: 10px 0 0 0;
	}
.giSubtitle {
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 14px;
	color: #545454;
	}

h4 {
	background: #f8f8f8;
	padding: 5px 10px;
	margin: 15px 0;
	border: 1px solid #ededed;
	font-size: 14px;
	}
	
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #eb5100;
	border-bottom: 1px solid #ededed;
	}
	
h6, .required {
	font-weight: bold;
	font-size: 11px;
	color: #c40d00;
	}
	
sup { font-size: 8px; }


/*	LINKS
=============================== */

a:link, a:active, a:visited {
	color: #2b70b1;
	text-decoration: none;
	}
a:hover { color: #639fd7; }

#logo a:link, #logo a:active, #logo a:visited {
	color: #747373;
	text-decoration: none;
	}
#logo a:hover {
	color: #adadad;
	}
	
h1 a:link, h1 a:active, h1 a:visited {
	color: #adadad;
	text-decoration: none;
	}
h1 a:hover {
	color: #c4c4c4;
	}

#mainMenu a:link, #mainMenu a:active, #mainMenu a:visited {
	color: #545454;
	text-shadow: 0px 1px 0px #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 17px 20px;
	display: block;
	border-bottom: 7px solid #ecebe8;
	}
#mainMenu a:hover, #mainMenu ul li a.on,
.home #home a,
.gallery #portfolio a,
.about #about a,
.contact #contact a {
	color: #8c8c8c;
	text-shadow: 0px 1px 0px #fff;
	border-bottom: 7px solid #e2e2e2;
	}

.gbSystemLinks a:link, .gbSystemLinks a:active, .gbSystemLinks a:visited,
#footer a:link, #footer a:active, #footer a:visited {
	color: #999898;
	text-decoration: none;
	}
.gbSystemLinks a:hover, #footer a:hover {
	color: #adadad;
	}
	
/*	LISTS
=============================== */
ul, ol { margin-bottom: 15px; }
ul li, ol li { margin-bottom: 8px; }

#mainMenu ul {
	margin: 0;
	padding: 0;
	}
#mainMenu ul li {
	list-style: none;
	list-style-image: none;
	float: left;
	margin: 0;
	padding: 0;
	}

#footer ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	}
#footer ul li {
	list-style-image: none;
	display: inline;
	margin: 0;
	padding: 0 4px 0 8px;
	}

/*	IMAGES
=============================== */

img { border: none; }

.photoRight {
	float: right;
	margin: 0 0 30px 30px;
	}
.photoRight img {
	background: #f8f8f8;
	padding: 8px;
	border: 1px solid #ededed;
	}

/*	FORMS
=============================== */

form {
	margin: 0;
	padding: 0;
	}

.error {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #c54c4c;
	}
	
#contactForm .inputText {
	background: #fff;
	border: 1px solid #c3c3c3;
	padding: 5px;
	font: 14px georgia, serif;
	color: #545454;
	}
	
#contactForm textarea {
	background: #fff;
	border: 1px solid #c3c3c3;
	padding: 5px;
	font: 16px georgia, serif;
	color: #545454;
	width: 100%;
	padding: 10px;
	margin: 15px 0 0 0;
	}
	
#contactForm {
	margin: 0 50px;
	color: #ccc;
	}
#contactBody {
	margin-bottom: 20px;
	}
#contactSignature {
	width: 400px;
	margin: 15px 0 15px auto;
	white-space: nowrap;
	}
#contactName, #contactEmail { margin-bottom: 10px; }
#contactSubmit { margin: 15px 15px 15px 65px; }
	
#confirmationMessage { }

/*	MISCELLANEOUS
=============================== */

.hr {
	background: #ccc;
	width: 100%;
	height: 1px;
	display: block;
	margin: 25px 0;
	}
.hr hr { display: none; }

blockquote { margin-left: 25px; }


