﻿/* ======== GENERAL RULES ======== */
html {
	height: 101%;
	margin-bottom: 1px;
}
body {
	background: #d1cdc4 url(../images/background.jpg) repeat-x;
	color: #000000;
	font: normal 0.85em Verdana, Verdana, Geneva, sans-serif;
	padding: 0;
	margin: 0;
}
header, footer, nav, article, section, aside, hgroup {
	display: block;
}
hr {
	background-color: #c0c0c0;
	color: #c0c0c0;
	border: none;
	height: 1px;
}
ul {
	list-style-type: none;
	margin: 10px 0 20px 10px;
	padding: 0;
}
ul li {
	background: url(../images/bullet1.png) no-repeat 0 8px;
	padding: 1px 0 0 12px;
}
ul li a {
	color: #568fbb;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
}
ul li a:hover {
	color: #808080;
	text-decoration: underline;
}
blockquote {
	background: url('../images/blockquote.png') no-repeat 5px 5px;
	font: normal 0.95em Georgia, Times, "Times New Roman", serif;
	color: #666666;
	margin: 5px;
	padding: 3px 5px 3px 35px;
	text-align: left;
	line-height: normal;
}
.leftside {
	float: left;
	width: 200px;
	margin-right: 30px;
	border-right: 1px #909090 dashed;
}
.rightside {
	float: right;
	width: 200px;
	margin-left: 30px;
	border-left: 1px #909090 dashed;
}fieldset {
	border: 1px #bbb solid;
	margin: 20px 0;
	text-align: center;
	line-height: normal;
}
fieldset img {
	background-color: #ffffff;
	margin: 5px 10px;
	border: 1px #919191 solid;
}
fieldset p {
	font-size: 0.85em;
	text-align: left;
	padding: 0 10px;
}
legend {
	background-color: transparent;
	padding: 0 10px;
	margin: 0 0 0 10px;
	color: #2f5777;
	letter-spacing: 1px;
	font: small-caps bold 18px Georgia, Times, "Times New Roman", serif;
}
table {
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
}
/* ======== TYPOGRAPHY ======== */
a {
	color: #568fbb;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}
a:hover {
	color: #808080;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	font: normal 32px 'Federo', "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #2f5777;
	letter-spacing: 1px;
	margin: 0.5em 0;
}
h2 {
	font: normal 28px 'Federo', "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #505050;
	margin: 0.3em 0;
}
h3 {
	font: normal 26px 'Federo', "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #2f5777;
	margin: 0.5em 0;
	text-align: left;
	border-bottom: 1px #2f5777 solid;
}
h4 {
	font: normal 22px 'Federo', "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #505050;
	margin: 0.5em 0;
}
h5 {
	font: bold 16px Georgia, Times, "Times New Roman", serif;
	color: #505050;
	margin: 0.5em 0;
}
h6 {
	font: bold 14px Georgia, Times, "Times New Roman", serif;
	color: #2f5777;
	margin: 0.5em 0;
}

.button {
	font-size: 0.90em;
	text-transform: uppercase;
	padding: 6px;
	color: #ffffff;
	text-decoration: none;
	background-color: #909090;
	font-weight: normal;
	border-radius: 5px;
	box-shadow: 0 -2px 4px #404040 inset;
}
.button:hover {
	background-color: #568fbb;
	color: #ffffff;
	font-size: 0.90em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	box-shadow: 0 -2px 4px #2f5777 inset;
}
p.dropcap {
	overflow: hidden;
}
p.dropcap:first-letter {
	color: #000000;
	display: block;
	float: left;
	font: 60px/50px Georgia, Times, "Times New Roman", serif;
	padding: 3px 4px 0 0;
}
.bignumber {
    border-radius: 34px 34px 34px 34px;
    background-color: #c0c0c0;
    color: #FFFFFF;
    display: block;
    float: left;
    font: bold 36px/62px Georgia, serif;
    height: 69px;
    margin: 5px 14px 20px 0;
    text-align: center;
    text-transform: uppercase;
    width: 69px;
}
/* ======== LAYOUT RULES ======== */
#wrapper {
	background-color: #ffffff;
	color: #000000;
	height: auto !important;
	min-height: 100%;
	width: 980px;
	margin: 0 auto -400px;
	text-align: left;
}
.push {
/* -- This div is what makes the footer stick to the bottom of the page -- */
	height: 400px;
	clear: both;
}
/* ======== HEADER AREA ======== */
#header {
	position: relative;
	background: transparent url('../images/header.jpg') no-repeat;
	width: 980px;
	height: 160px;
	margin: 0 0 10px 0;
}
/* ======== TOP SOCIAL MEDIA AREA ======== */
#global {
	position: absolute;
	top: 10px;
	right: 0;
	width: 450px;
	height: 40px;
	line-height: 40px;
	text-align: right;
}
/* ======== LOGO/SITE NAME AREA ======== */
#logo {
	background: transparent url('../images/logo.jpg') no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 95px;
	overflow: hidden;
	text-align: left;
}
#logo h1 {
	font: normal 34px 'Federo', "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #ffffff;
	margin: 10px 0 10px 0;
	letter-spacing: 1px;
}
#logo h1 a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
#logo h1 a:hover {
	color: #ffffff;
	text-decoration: none;
}
#logo h2 {
	font: italic normal 12px Georgia, Times, "Times New Roman", serif;
	color: #ffffff;
	text-align: left;
	margin: 0;
	padding-left: 10px;
	letter-spacing: 1px;
}
/* ======== MAIN NAVIGATION AREA ======== */
#mainnav {
	clear: both;
	position: absolute;
	top: 95px;
	right: 10px;
	color: #ffffff;
	width: 960px;
	height: 50px;
	margin: 0;
	text-transform: uppercase;
}
#nav {
	margin: 0;
	padding: 0 0 0 67px; /* to move menu away from the left edge */
	list-style: none;
}
#nav li {
	float: left;
	display: block;
	background: transparent;
	position: relative;
	z-index: 500;
	margin: 0 5px;
	padding: 0;
}
/* this is the parent menu */
#nav li a {
	display: block;
	padding: 17px 10px 16px 10px;
	text-decoration: none;
	font-size: 0.85em;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
}
#nav li a:hover {
	color: #ffffff;
	background-color: #222;
}
/* submenu, it's hidden by default */
#nav ul {
	position: absolute;
	left: 0;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	box-shadow: 0 3px 8px #333;
}
#nav ul li {
	width: 200px; /* you can increase or decrease width of submenu */
	float: left;
	border-top: 1px solid #ccc;
	background-color: #222;
	padding: 0;
	margin: 0;
}
#nav ul a {
	display: block;
	height: 13px;
	font-weight: normal;
	text-transform: none;
	padding: 5px;
	font-size: 0.85em;
	color: #ffffff;
}
#nav ul a:hover {
	padding: 5px;
	color: #ffffff;
	font-size: 0.85em;
	text-decoration: none;
	background-color: #568fbb;
}
/* ======== SLIDESHOW AREA ======== */
#sliderwrapper {
	background-image: url('../images/photoblock.jpg');
	position: relative;
	width: 980px;
	height: 285px;
}
#slider {
	position: absolute;
	top: 20px;
	left: 410px;
	width: 460px;
	height: 230px;
	background-color: #c0c0c0;
}
#slider h4 {
	color: #2f5777;
	font-size: 22px;
	margin: 95px 0 1.2em 0;
	font-weight: bold;
}
/* ======== SIDEBAR AREAS ======== */
#sidebarLeft {
	float: left;
	width: 23%;
	text-align: left;
	font-size: 0.90em;
	line-height: 1.4em;
	padding: 10px 0 0 0;
	margin: 0 1%;
}
#sidebarRight {
	float: right;
	width: 23%;
	text-align: left;
	font-size: 0.90em;
	line-height: 1.4em;
	padding: 10px 0 0 0;
	margin: 0 1%;
}
/* ======== CONTENT AREA ======== */
#contentRight {
	float: right;
	width: 71%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.5em;
	overflow: hidden;
}
#contentLeft {
	float: left;
	width: 71%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.5em;
	overflow: hidden;
}
#contentMiddle {
	float: left;
	width: 46%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.5em;
	overflow: hidden;
}
#contentFull {
	width: 98%;
	margin: 0 1%;
	line-height: 1.5em;
	overflow: hidden;
}
/* ======== SECTION BLOCKS ======== */
.contentBox2 {
	float: left;
	width: 48%;
	text-align: left;
	line-height: 1.4em;
	margin: 0 1%;
}
.contentBox3 {
	float: left;
	width: 31.333%;
	text-align: left;
	line-height: 1.4em;
	margin: 0 1%;
}
.contentBox4 {
	float: left;
	width: 23%;
	text-align: left;
	line-height: 1.4em;
	margin: 0 1%;
}
.marginleft {
	margin-left: 0 !important;
}
.marginright {
	margin-right: 0 !important;
	float: right !important;
}
/* adds a border to the bottom of a div */
.catalog {
	border-bottom: 1px #c0c0c0 solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.catalog h6 {
	text-align: center;
	font: normal 20px Georgia, Times, "Times New Roman", serif;
}
/* ======== FOOTER AREA ======== */
#footerwrapper {
	background-color: #202020;
	width: 100%;
	height: 400px;
	margin: 5px 0 0 0;
	border-top: 5px #2f5777 solid;
}
footer {
	width: 980px;
	margin: -5px auto 0 auto;
	color: #ffffff;
	font-size: 0.90em;
	padding: 10px 0 10px 0;
	border-top: 15px #ffffff solid;
}
footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
footer ul li {
	margin: 5px 0;
	background: url(../images/bullet1.png) no-repeat 0 7px;
	padding: 1px 0 0 12px;
}
footer ul li a {
	color: #808080;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
footer ul li a:hover {
	color: #568fbb;
	text-decoration: underline;
}
footer a {
	color: #568fbb;
}
footer a:hover {
	color: #808080;
}
footer h3 {
	font: normal 22px 'Federo', "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #568fbb;
	margin: 0.5em 0;
	text-align: center;
	border-bottom: 1px #568fbb solid;
}
footer hr {
	background-color: #404040;
	color: #404040;
	border: none;
	border-top: 1px #000000 solid;
	height: 2px;
}

/* ======= TABBED CONTENT ======== */
ul.tabs {
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	width: 100%;
	border-radius: 10px 0 0 0;
}
ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 15px ;
	height: 31px;
	line-height: 31px;
	border: 1px solid #bbb;
	border-left: none;
	background: #dedede;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	border-radius: 10px 10px 0 0;
}
ul.tabs li:hover {
	background: #568fbb;
	color: #ffffff;
}	
ul.tabs li.active{
	background: #FFFFFF;
	color: #000000;
	border-bottom: 1px solid #ffffff;
}
.tab_container {
	border: 1px solid #bbb;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 20px;
}
.tab_content {
	padding: 20px;
	font-size: 0.90em;
	display: none;
}
/* ======== IMAGES ======== */
img {
	border: none;
}
.imageleft {
	margin: 0 10px 0 0;
	float: left;
}
.imageright {
	margin: 0 0 0 10px;
	float: right;
}
.image-border {
	background-color: #ffffff;
	margin: 2px 0;
	padding: 3px;
	border: 1px #d0d0d0 solid;
}
.imageleft-border {
	background-color: #ffffff;
	margin: 0 10px 0 0;
	padding: 3px;
	float: left;
	border: 1px #d0d0d0 solid;
}
.imageright-border {
	background-color: #ffffff;
	margin: 0 0 0 10px;
	padding: 3px;
	float: right;
	border: 1px #d0d0d0 solid;
}
.image-catalog {
	border: 1px #d0d0d0 solid;
	background-color: #ffffff;
	padding: 5px;
	margin: 5px 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}
/* ======== MISC. CLASSES ======== */
p.comment {
	background: transparent url('../images/comment.png') 0 3px no-repeat;
	padding: 0 0 5px 25px;
}
p.home {
	background: transparent url('../images/home.png') 0 3px no-repeat;
	padding: 0 0 5px 25px;
}
p.phone {
	background: transparent url('../images/phone.png') 0 2px no-repeat;
	padding: 0 0 5px 25px;
}
p.email {
	background: transparent url('../images/email.png') 0 3px no-repeat;
	padding: 0 0 5px 25px;
}
p.hours {
	background: transparent url('../images/clock.png') 0 3px no-repeat;
	padding: 0 0 5px 25px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.small {
	font-size: 0.85em;
}
.clear {
	clear: both;
	margin: 20px 0;
}
.clearsmall {
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	clear: both;
}
dt.question {
	font: normal 20px Georgia, Times, "Times New Roman", serif;
	background: #ffffff url('../images/arrow.png') no-repeat scroll left bottom;
	color: #2f5777;
	font-variant: small-caps;
	padding: 10px 0 0 30px;
	border-bottom: 1px #555 dashed;
	margin: 0 50px;
}
dd.answer {
	padding: 10px 0;
	margin: 0 100px;
	display: block;
}
.highlight {
	background-color: #FFFF00;
}
/* ================ */
.codeblock {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.95em;
	color: #333;
	border-left: 2px #2f5777 solid;
	padding-left: 7px;
	margin: 0 50px;
}
.codesnippet {
	margin: 15px;
	padding-left: 5px;
}
.codeblock ol {
	list-style-position: outside;
	list-style-type: decimal-leading-zero;
	padding-left: 15px;
}



