@charset "iso-8859-1";
/************************************************************************
HTML5 FIX
*************************************************************************/
html {
	overflow-y: scroll;
}
* {
	margin:0;
	padding:0;
	border:0;
}
figure, footer, header, section, figcaption {
	display: block;
}
/************************************************************************
MAIN LAYOUT
*************************************************************************/

/* Default body format */
body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, san-serif;
	line-height: 23px;
	position: relative;
	text-align: center;
	background-color:#000;
	color: #000;
}
/************************************************************************
GRID
*************************************************************************/
#wrapper {
	width: 760px;
	position: relative;
	background-color:#FFF;
	text-align: left;
	margin: auto;
	/*margin-top:20px;*/
	margin-bottom:20px;
	/*border: 1px solid #000;*/
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-bottom-left-radius: 13px;
	-moz-border-radius-bottomleft: 13px;
	/*border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;*/
	border-bottom-right-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	/*-webkit-border-radius: 9px;*/
}

#name_header {
	background-color: #000;
	/*border-bottom:1px solid 333;*/
	text-align:center;
	padding:8px 8px 8px 0;
	/*padding-right:8px;*/
	font:  sans-serif;
	color:#FFF;
	font-size:17px;
	font-weight:normal;
	text-transform: uppercase;
	/*border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;*/
}

#header {
	width: 760px;
	padding: 0;
	height: 334px;
	float: left;
	/*margin: 0px 0px 0px 20px;*/
	text-align: left;
}
#content {
	width: 680px;
	float: left;
	padding: 0 20px 20px 0;
	margin: 0 20px 10px 30px;
	text-align: left;
}
#nav {
	clear: both;
	width: 750px;
	text-align:center;
	border-top:4px solid #000;
	background-color: #000;
	padding: 3px 5px 5px 5px;
	margin-bottom: 10px;
}
#crest {
	float:right;
	padding: 3px 25px 0 0;
	vertical-align: bottom;
}

#letter {
	margin: 0 auto;
	padding: 0 20px 20px 20px;
	width: 560px;
	background: #FFF;
	text-align: left;
	color: #222;
}
.grid0, .grid2, .grid3, .grid4, .grid5, .grid6, navigation {
	float: left;
	margin: 0 10px 20px 20px;
	display: block;
	overflow: hidden;
}
.grid0 {
	float: right;
	text-align:right;
	width: 220px;
}
.grid1 {
	width: 400px;
	float: left;
	margin: 0px 0px 20px 30px;
	display: block;
	overflow: hidden;
}
.grid1.margin_no_side {
	width: 215px;
	margin-left: 20px;
}
.grid2, navigation {
	width: 100px;
}
.grid3 {
	width: 640px;
	text-align:left;
	padding-top: 30px;
}
.grid4 {
	width: 470px;
}
.grid5 {
	width: 720px;
}
.grid6 {
	width: 400px;
		color: #555;
	font-size: 11px;
}
.grid7 {
	float:left;
	text-align:center;
	padding:10px 10px 0 60px;
}
.grid8 {
	float:right;
	width:270px;
	padding-top:30px;
	text-align:center;
	margin:0 30px 20px 20px;
}
.grid9 {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 8px;
	color: #555;
	font-size: 11px;
	line-height: 15px;
}
.grid10 {
	float: right;
	display: block;
	padding-top: 5px;
	text-align: left;
	width: 250px;
	margin-left: 35px;
}
.grid11 {
	float:right;
	width:270px;
	padding-top:5px;
	margin:0 30px 20px 20px;
}
.no_side_margin {
	margin-left: 0px;
	margin-right: 0px;
}
h1 {
	height: 32px;
}
p {
	padding: 0 0 16px 0;
}
table {
	margin-left: auto;
	margin-right: auto;
}
caption {
	font-size: 15px;
	color: #666;
	font-weight:bold;
	font-family: arial;
	padding-top: 15px;
	padding-bottom: 7px;
}
td {
	border: 1px solid #C1DAD7;
	background: #FFF;
	padding: 3px 9px 3px 9px;
	text-align: left;
	color: #333;
}
.padding_left {
	padding-left: 22px;
}
.margin_left {
	margin-left: 22px;
}
.padding_top {
	padding-top: 22px;
}
.padding_bottom {
	padding-bottom: 22px;
}
.margin_bottom {
	margin-bottom: 22px;
}
.padding_no_side {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.margin_no_side {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.padding_no_bottom {
	padding-bottom: 0px;
}
.margin_no_bottom {
	margin-bottom: 0px;
}
.middle {
	vertical-align:middle;
}
.bottom {
	vertical-align:bottom;
}
}
.top {
	vertical-align:top;
}
.baseline {
	vertical-align:baseline;
}
div#fancy_print {
	position: absolute;
	top: -12px;
	left: -15px;
	height: 32px;
	width: 85px;
	background: url(../fancybox/print.png) top left no-repeat;
	cursor: pointer;
	z-index: 181;/*display: none;*/
}
/************************************************************************
FONT, COLORS AND STYLE
*************************************************************************/

/* Link styling */
a:link, a:visited, a:active {
	color: #1E5A7D;
	text-decoration: none;
 /border-bottom: 1px dotted #F60;
/
}
a:hover {
	color: #6E239B;
 /border-color: #F00;
/
}
/* Headings */
h1 {
	font-size: 24px;
	font-family: arial;
	text-indent: 8px;
	color: #333;
	text-transform: uppercase;
	line-height: 34px;
	padding-top: 71px;
}
h2 {
	font-family: Verdana;
	font-size: 14px;
	color: #F00;
	padding-right:40px;
}
h3 {
	font-size: 13px;
	color: #333;
	font-family: arial;
}
h4 {
	font-size: 13px;
	color: #333;
	font-family: arial;
	padding-bottom: 12px;
	padding-top: 10px;
}
h5 {
	font-size: 15px;
	color: #333;
	font-family: arial;
	padding-bottom: 12px;
}
h6 {
	font-size: 14px;
	font-weight: normal;
}
/* Lists */
ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 22px;
}
ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 22px;
}
ol li ol, ul li ul {
	margin: 0px 0px;
}
ul.picture {
	list-style-type: none;
	display: inline;
	padding-top: 0px;
	text-align: left;

/* Extra elements */
blockquote {
	margin:30px;
}
/*blockquote.pullquote_right {
	float:right;
	width:40%;
}
blockquote.pullquote_left {
	float:left;
	width:40%;
}*/
pre {
	margin:10px 0;
	padding:0 5px;
	width:95%;
	line-height: 18px;
	background:url("../images/pre-bg.gif") repeat scroll 0 0 #E8EBEC;
}
figure {
	margin-bottom: 22px;
}
figcaption {
	text-align: center;
	vertical-align: baseline;
	line-height: 18px;
	font-size: 11px;
	color: #777;
	font-style: italic;
}
.ruler h2 {
	font-size: 14px;
	font-style: italic;
	color: #707070;
	font-weight: normal;
	border: 1px solid #b0b0b0;
	border-bottom-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-top-color: #A4A4A4;
	border-left-color: #A4A4A4;
}
/* Font, color style selectors */
.thank-you {
	color: #F00;
	font-weight:bold;
}
.font_huge {
	font-size: 24px;
}
.font_big {
	font-size: 15px;
}
.font_normal, body {
	font-size: 12px;
	color: #323232;
	font-family: Verdana, Georgia, arial, serif;
	line-height: 22px;
}
.font_small, label span {
	font-size: 11px;
	color: #333;
	font-weight: normal;
}
.button, a:link.button, a:visited.button, a:active.button {
	font-family: Verdana, Georgia, arial, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	border: none;
}
a:hover.button {
	color: #F00;
}
footer {
	color: #777;
	font-size: 11px;
}
footer a:link, footer a:active, footer a:visited {
	color: #777;
	border-bottom: 1px dotted #777;
	text-decoration: none;
}
footer a:hover {
	color: #333;
	border-color: #333;
}
footer div {
	padding-top: 5px;
}
.italic {
	font-style: italic;
}
/************************************************************************
VISUALS
*************************************************************************/
body, html {
	background: transparent url(../images/bg.png) repeat 0 0;
}
/*#wrapper {
 background: transparent url(../images/background.png) no-repeat 0 0;
*/
}
/*.round_left, .round, nav a, input, textarea, .ruler h2 {
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
}
.round_right, .round, nav a, input, textarea, .ruler h2 {
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}*/
.inset, h3 {
	text-shadow: 0 1px 0 #CCC;
}
.shadow, .gallery a {
	-moz-box-shadow: 0px 1px 3px #777;
	-webkit-box-shadow: 0px 1px 3px #777;
	box-shadow: 0px 1px 3px #777;
}
.border, .gallery img, figure img, pre {
	border: 1px solid #7C7C7C;
}
hr {
	display: block;
	width: 100%;
	border: none;
	border-top: 1px solid #939393;
	border-bottom: 1px solid #D6D6D6;
	clear: both;
}
.ruler {
	position: relative;
	height: 22px;
	width: 400px;
	text-align: center;
	padding-bottom: 10px;
}
.ruler hr {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 400px;
	z-index: 1;
}
.ruler div, .ruler h2 {
	position: relative;
	margin: 0 auto;
	z-index: 5;
	display: inline-block;
	padding: 0px 15px;
	background: transparent url(../images/texture.png) repeat 0 0;
}
.button.big {
	background: transparent url(../images/button.png) no-repeat 0 top;
	width: 130px;
	height: 41px;
	display: block;
	text-align: center;
	padding-top: 0px;
}
button.button.big {
	height: 31px;
	padding-top: 0px;
}
.button.big:hover {
	background-position: 0 bottom;
	background: transparent url(../images/button_h.png)
}
.gallery {
	list-style-type: none;
	list-style-position: inherit;
}
.gallery li {
	float: left;
	padding: 0 12px 12px 0;
}
.gallery a:link, .gallery a:visited, .gallery a:active {
	border: none;
	opacity: 0.7;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}
.gallery a:hover {
	border: none;
	opacity: 1;
}
footer .grid1 {
	margin: 0px;
	text-align: right;
	width: 240px;
}
.align_right, navigation {
	text-align: right;
}
.clearfix, .gallery a {
	overflow: hidden;
	_overflow: visible;
	zoom: 1;
}
.spacer {
	height: 10px;
	clear: both;
	display: block;
}
/************************************************************************
NAVIGATION
*************************************************************************/
ul.nav {
	list-style-type: none;
	display: inline;
}
ul.nav li {
	text-align: center;
	display: inline;
}
/**
 * Style default state navigation item
 */
ul.nav li a:link, ul.nav li a:visited, ul.nav li a:active {
	padding: 8px 11px;
	text-decoration: none;
	color: #FFF;
	margin-right: 50px;
	background: #000;
	display: inline;
	border: none;
}
/**
 * Style of the navigation item when hovered
 */
ul.nav li.active a {
	background: #FFF !important;
	font-weight:bold;
	color: #000;
}
ul.nav li a:hover {
	background: #FFF !important;
	color: #000;
}
label {
	display: block;
	font-weight: bold;
}
label span {
	display: inline-block;
	padding-left: 5px;
}
/************************************************************************
FORM
*************************************************************************/

form ol {
	list-style-type: none;
}
form ol li {
	display: block;
	padding-bottom: 10px;
}
input, textarea {
	font-size: 12px;
	color: #444;
	font-family: Verdana, arial, Georgia, arial, serif;
	padding: 4px 6px;
	background: #EFEFEF;
	border: 1px solid #b0b0b0;
	border-bottom-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-top-color: #A4A4A4;
	border-left-color: #A4A4A4;
	width: 250px;
	line-height: 14px;
}
.focus.invalid {
	color: #C00 !important;
}
input:focus:required:invalid, textarea:focus:required:invalid {
 color: #C00 !important;
}
input.valid, textarea.valid, input:valid, textarea:valid {
 background: #FFFFFF url(../images/tick.png) no-repeat 298px 8px;
}
.placeholder {
	color: #666 !important;
	background-image: none !important; /* Fix for opera */
}
input::-webkit-input-placeholder {
 color: #666 !important;
}


/************************************************************************
PRINT
*************************************************************************/
/@media print {
body, html {
 background: none;
 font-family: Arial, Helvetica, sans-serif !important;
 color: #000 !important;
 font-size: 12pt !important;
}
.nav, .gallery, .ruler, form, nav, footer {
 display: none;
}
header {
 margin: 0px !important;
 padding: Opx !important;
}
a:link:after, a:visited:after {
 content: " (" attr(href) ") ";
 font-size: 90%;
}
 a[href^="/"]:after {
 content: " (" attr(href) ") ";
}
}
/
