@charset "UTF-8";
/* CSS Document */

/*@import url(http://fonts.googleapis.com/css?family=Signika+Negative:300,700,400);*/

.body {
	background-image:url('../images/body-bg.jpg');
	background-repeat:repeat;
	margin: 0px;
	padding: 0px;
	font-family: 'Signika Negative', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	overflow-y: scroll;
	line-height: 18px;
}
#pagewrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 60px;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}
#header {
	height: 120px;
	width: 840px;
	padding-right: 60px;
	padding-left: 60px;
}
.homelink {
	float: right;
	margin-top: 40px;
}
#navi{
	padding: 40px;
	text-transform: uppercase;
	height: 190px;
	background-color: #7d7b80;
	background-image:url('../images/closed1.png');
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 40px;
	color: #fff;
	width: 760px;
	margin-right: 60px;
	margin-left: 60px;
	line-height: 50px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	width: 600px;
}

a {
	color: #ccc;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	background-image:url('../images/h1-bg.png');
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	line-height: 25px;
}
h2 {
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	line-height: 25px;
}
p {
	padding-left: 40px;
}
.dash {
	display: inline;
	margin-left: 20px;
}
#navi ul li {
	display: inline;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navi ul .active  { color: #aaa; }
#navi a {
	color: #fff;
	text-decoration: none;
	font-size: 40px;
}

#content {
	background-color: #7d7b80;
	color: #fff;
	width: 840px;
	margin-right: 60px;
	margin-left: 60px;
	float: left;
}
.container {
	float: left;
	display: block;
}
#content img {
	display: inline;
	float: left;
}
#content ul {
	list-style-position: outside;
}
#content li {
	list-style-type: square;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-position: outside;
}
#quotes {
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 40px;
}
#quotes p { margin-bottom: 5px; }
#quotes cite {
	color: #ccc;
	padding-left: 40px;
}
#content .container .one-half{
	width: 420px;
	float: left;
	display: inline;
}
#content .container .one-half-fix {
	width: 340px;
	float: left;
	display: inline;
	min-height: 275px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#content .container .one-half-fix2 {
	width: 340px;
	float: left;
	display: inline;
	min-height: 275px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
.bold {
	font-weight: 400 !important;
}
#content .container .two-thirds{
	float: left;
	display: inline;
	width: 700px;
}
.padding40 {
	float: left;
	padding: 40px;
}
.padding40fix {
	padding: 40px;
	float: left;
	width: 320px;
}
.padding30top0 {
	float: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.padding40top0 {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}

#footer {
	background-color: #fff;
	width: 840px;
	clear: both;
	font-size: 12px;
	color: #7d7b80;
	line-height: 12px;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 40px;
	padding-left: 60px;
}
#footer .social {
	margin: 0px;
	padding: 0px;
}
.social .facebook {
	background-image:url('../images/fb.png');
	background-repeat: no-repeat;
	padding-left: 15px;
}
#footer a {
	color: #7d7b80;
	text-decoration: none;
}
#footer .details { float: right; }

form {
	padding: 20px;
	border: 1px solid #fff;
}

form dl dd, form p input {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
form dl dd input, form textarea {
	width: 100%;
	background-color: #fff;
	border: 1px solid #fff;
}

form dl dd input {
	height: 20px;
}

form textarea {
	height: 60px;
}

form p {
	padding: 0;
	margin-bottom: 40px;
}

input.button {
	width: 100px;
	border: 1px solid #fff;
	padding: 0px;
	background-color: #aaa;
	float: left;
	height: 30px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 0px;
}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
