@charset "utf-8";
/* CSS Document */

/***********************************************************

	RESET
	
***********************************************************/

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;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

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: "" "";
}


#EmailFormContainer {
	width:410px;
	float:left;
}


#EmailForm {
	display:block;
	width:410px;
	float:left;
}

#EmailForm .field {
	display:block;
}

#EmailForm input, #EmailForm textarea, #EmailForm select {
	padding: 5px;
	width: 250px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#EmailForm input:hover, #EmailForm textarea:hover, #EmailForm select:hover {
	background-color:#EFEFEF;
}

#EmailForm select {
	width: 264px;
}

#EmailForm label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 130px;
	padding-top: 5px;
	font-size: 1.1em;
}

#EmailForm textarea {
	height: 90px;
}

#EmailForm input.button {
	float: right;
	width: 200px;
	cursor:pointer;
}

#map {
	width:410px;
	float:right;
}

#address {
	margin-bottom:25px;
}

#address h2, #EmailForm h2  {
	font-size:1.2em;
	font-weight:bold;
}

#address p {
	margin-bottom:15px;
	margin-top:5px;
}

/***********************************************************

	BODY
	
***********************************************************/

html, body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFF;
	padding:0;
	margin:0;
	height:100%;
}

body {
	background-color: #00A7D7;
}

div {
	box-sizing: border-box; -o-box-sizing: border-box; -icab-box-sizing: border-box; -khtml-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

/***********************************************************

	CONTENT
	
***********************************************************/

#content_wrapper {
	position:relative;
	height: auto !important;
	min-height:100%;
	margin: 0;
	width:100%;
	height:100%;
}

#header {
	width:100%;
	background-color:#000;
	overflow:hidden;
}

#header #top {
	height:140px;
	background-color:#063945;
	background-image:url(../images/top_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#header #top #top_content {
	height:inherit;
	width:850px;
	margin:auto;
}

#header #top #top_content #logo {
	padding-top:20px;
	float:left;
}

#header #top #top_content #menu {
	float:right;
	margin-top:22px;
	background-image:url(../images/menu_main_bg.gif);
	background-repeat:repeat-x;
}

#header #top #top_content #language{
	display:inline;
}

#header #top #top_content #language p {
	float:right;
	margin-top:12px;
	color:#000;
}

#header #top #top_content #language a {
	padding-top:-2px;
	color:#fff;
}

#header #top #top_content #menu ul {
}

#header #top #top_content #menu ul li {
	height:33px;
	display:block;
	vertical-align:middle;
	float:left;
	padding-top:9px;
}

#header #top #top_content #menu ul li.active {
	background-image:url(../images/menu_main_bg_active.gif);
	background-repeat:repeat-x;
}

#header #top #top_content #menu ul li.active:hover {
	background-image:url(../images/menu_main_bg_active.gif);
	background-repeat:repeat-x;
}

#header #top #top_content #menu ul li:hover {
	background-image:url(../images/menu_main_bg_over.gif);
	background-repeat:repeat-x;
}

#header #top #top_content #menu ul li a {
	color:#FFF;
	padding:20px;
	padding-bottom:10px;
	padding-top:10px;
}

#header #top #top_content #menu ul li.active a {
	color:#000;
}

#header #images_wrapper {
	width:850px;
	margin:auto;
}

#header #images {
	height:150px;
	margin-left:-450px;
}

/*///////////////////////////////////////////////////////////*/

#content_container {
	width:100%;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-x;
	min-height:180px;
}

#content {
	width:850px;
	margin:auto;
	padding-top:30px;
	background-image:url(../images/content_header_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.contact_photo {
	margin-right:15px;
	vertical-align:middle;
	float:left;
}

.desc {
	height:70px;
	vertical-align:middle;
	margin-top:-10px;
}

.person {
	display:table-cell;
	vertical-align:middle;
	height:60px;
	width:400px !important;
	min-width:400px !important;
	float:left;
	margin-top:15px;
	line-height:18px;
}

#content p {
	margin-bottom:15px;
}

#content ul.list {
	list-style:disc;
	padding-left:50px;
}

#content ul.list li {
	margin-bottom:15px;
}

#content #content_header {
	margin-top:-30px;
}

#content #blocks {
	margin:auto;
}

#content #blocks .block_column {
	float:left;
	width:263px;
}

#content #blocks #contact p a, #content #blocks #contact p img {
	vertical-align:middle;
}

#content #blocks #contact p {
	margin-bottom:10px;
}

#content #blocks #contact p img {
	margin-right:10px;
}

#content #blocks .block_column #tweets p {
	margin-top:10px;
	font-size:11px;
	margin-bottom:-1px;
}

.twitt-date {
	margin-left:10px;
}

#content #blocks .block_column:first-child {
	margin-right:30px;
}

#content #blocks .block_column:last-child {
	margin-right:0px;
	float:right;
	clear:right;
}

#content #navigation {
	clear:both;
	float:left;
	width:193px;
	padding-left:7px;
	padding-bottom:5px;
	margin-right:20px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/navigation_bg.png');
	background-image:url(../images/navigation_bg.png);
}

#content #navigation[class] {
}

#content #right_content {
	float:right;
	width:630px;
}

#content #right_content h3 {
	margin-left:9px;
}

#content .thumbscontainer {
	margin:auto;
	margin-top:-20px;
}

#content a {
	color:#000;
}

#content a:hover {
	color:#fff;
}

#content a .cufon-canvas canvas, #content a:hover .cufon-canvas canvas, #footer a .cufon-canvas canvas , #footer a:hover .cufon-canvas canvas {
	top: -4px !important;
}

#footer a {
	padding-top:-1px;
	padding-left:5px;
	padding-right:5px;
	background-color:#FFF;
}

.thumbnail {
	background-color:#FFF;
	display:inline-block;
	padding:10px;
}

/*///////////////////////////////////////////////////////////*/

#footer {
	width:850px;
	font-size:10px;
	margin:auto;
	padding-bottom:30px;
}

#footer p {
	font-size:11px;
}

#footer h1 {
	background-image:url(../images/menu_main_bg.gif);
	margin-bottom:0px;
	padding:10px;
	padding-top:7px;
	padding-bottom:9px;
	padding-left:12px;
	font-family: Gotham Light, Arial, Helvetica, sans-serif;
	font-size:14px;
	display:inline-block;
	clear:both;
}

#footer #docTags {
	font-size:18px;
	float:right;
	width:780px;
	color:#8CE6FF;
	padding-bottom:10px;
	clear:both;
	margin-top:-35px;
}

#footer a {
	padding-top:-10px;
}

#footer_bottom_bg {
	position:absolute;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:100px;
	bottom:0px;
	z-index:-1;
}

/*///////////////////////////////////////////////////////////*/

h1 {
	background-image:url(../images/menu_main_bg.gif);
	margin-bottom:20px;
	padding:10px;
	padding-top:7px;
	padding-bottom:9px;
	padding-left:12px;
	font-family: Gotham Light, Arial, Helvetica, sans-serif;
	font-size:14px;
	clear:both;
}

h3 {
	background-image:url(../images/menu_main_bg.gif);
	margin-bottom:20px;
	padding:10px;
	padding-top:5px;
	padding-bottom:8px;
	padding-left:12px;
	font-family: Gotham Light, Arial, Helvetica, sans-serif;
	font-size:17px;
	display:inline-block;
	clear:both;
	background-color:#F00
}

p {
	font-size:12px;
	line-height:18px;
	margin-left:10px;
	margin-right:10px;
}

a {
	color:#000;
	text-decoration:none;
	padding-top:-12px;
	font-family: Gotham Light, Arial, Helvetica, sans-serif;
}

a.button_more, #content #navigation a  {
	display:block;
	margin-top:5px;
	margin-bottom:5px;
	color:#000;
	text-decoration:none;
}

/*///////////////////////////////////////////////////////////*/

.content_divider {
	background-image:url(../images/content_divider.png);
	width:auto;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
	height:2px !important;
	max-height:2px !important;
}

.align_right {
	float:right;
	text-align:left;
	left:0px;
}

.align_left {
	float:left;
	text-align:right;
	right:0px;
}

.warp_left_200 {
	margin-left:-200px;
}

.warp_left_400 {
	margin-left:-400px;
}

.margin_top_bottom_40 {
	margin-top:40px;
	margin-bottom:40px;
}

.margin_bottom_40 {
	margin-bottom:40px;
}

.margin_top_20 {
	padding-top:20px;
}

.clear {
	clear:both;
}

.gallery_item {
	display:inline-block;
	padding:10px;
	border:solid;
	border-color:#1fcdff;
	border-width:1px;
}

