/* CSS Document */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #092c50;
}
a { text-decoration: none; }
a:hover	{ text-decoration: underline; }
a.mark	{ display: inline-block; }
.content a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #3283d6;
}
h1 {
	font-family: 'Crete Round', serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #30709a;
}
h2 {
	font-family: 'Crete Round', serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #9c4114;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #092c50;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color: #3d280d;
}
h5 {
	font-family: 'Crete Round', serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #d06868;
}
input[type=submit],
button { cursor: pointer; }

hr {
	border: 0;
	/*float: left;*/
	width: 100%; height: 4px;
	padding: 25px 0;
	background: url( ../images/elements/hr.png ) center center no-repeat;
}

/* Reusable */
.clear	{ clear: both; }
.none	{ display: none; }
.case	{ text-transform: uppercase; }

/* HTML 5 compatibility */
header, nav, article, footer, address {
    display: block;
}


/* Tabs */
.tabbed {
	position: relative;
	float: left;
	width: 100%;
	margin: 10px 0;
}
.tabbed .tab {
	cursor: pointer;
	position: relative; left: 8px;
	text-align: center;
	display: inline-block;
	width: 196px;
	margin: 10px 10px 0;
	z-index: 3;
}
.tabbed .selector {
	overflow: hidden;
	position: absolute; top: -5px; left: 3px;
	width: 196px; height: 135px;
	padding: 0 17px 5px;
	z-index: 2;
}
.tabbed .selector .shadow {
	position: absolute; top: 5px; left: 5px;
	width: 196px; height: 150px;
	padding: 10px;
	background: transparent url( ../images/backgrounds/tabbed_content.jpg ) repeat;
	-webkit-box-shadow: 0 2px 5px #514a3e;
	-moz-box-shadow: 0 2px 5px #514a3e;
	box-shadow: 0 2px 5px #514a3e;
}
.tabbed .tab img {
	display: block;
	width: 190px; height: 90px;
	border: 3px solid #c0a476;
}
.tabbed .tab h1 {
	margin: 5px 0;
	font-size: 16px;
	line-height: 18px;
	color: #092c50;
}
.tabbed .tab.active h1 {
	font-size: 17px;
	color: #30709a;
}
.tabbed .content {
	position: relative; left: -8px;
	font-size: 12px;
	width: 650px;
	padding: 22px 18px;
	background: transparent url( ../images/backgrounds/tabbed_content.jpg ) repeat;
	-webkit-box-shadow: 0 2px 5px #514a3e;
	-moz-box-shadow: 0 2px 5px #514a3e;
	box-shadow: 0 2px 5px #514a3e;
	z-index: 1;
}
.tabbed .content .item { display: none; }
.tabbed .content .item img.icon {
	float: left;
	margin-left: -5px;
}
.tabbed .content img.feature {
	float: right;
	margin: 0 0 12px 20px;
}
.tabbed .content .item .body {
	float: left;
	width: 330px;
	margin-left: 5px;
}
.tabbed .content .item h5 { margin: 0; }


/* Submit Buttons */
input[type="submit"],
input[type="button"],
button {
	outline: none;
	margin: 0 0 0 8px; padding: 0 10px;
	background: #275792;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}
