/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }


a { color: #000; text-decoration:none; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #e9c93d; background:#ead163; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }


/* 
font-family: 'Rokkitt', serif;
font-family: 'Duru Sans', sans-serif;
*/


#fadeshow2 {
	margin:0 auto;
}

body {
	background:#FFF url(../img/BG.png) top center;
	border-top:solid 18px #3d62a7;
	font-family: 'Duru Sans', sans-serif;
}
.container {
	display:block;
	width:1000px;
	margin:0 auto;
	position:relative;
    padding: 0 20px;
}



#top {
	margin:20px 0 0px 0;
}

#top_bar {
	position:absolute;
	top:0;
	width:100%;
	height:23px;
	background:url(../img/top_bar.png);
}

.phone {
	margin:40px 0px 0 0;
}


h1 {
	font-family: 'Rokkitt', serif;
	color:#000;
	font-size:30px;
	margin:0 0 20px 0;
	padding:0;
}
h2 {
	font-size:16px;
	margin-top:26px;
}

.presentation {
	display:block;
	position:absolute;
	top:30px;
	right:300px;
}
.presentation:hover {
	display:block;
	position:absolute;
	top:29px;
	right:300px;
}
.presentation:active {
	display:block;
	position:absolute;
	top:29px;
	right:300px;
}



/* -- FEATURE BOX -- */
#nav_slide_box {
	display:block;
	float:left;
	clear:both;
	width:100%;
	margin:15px 0 0px 0;
	padding-bottom:50px;
	background:url(../img/shading.png) no-repeat center bottom;
}
#slide_border {
	display:block;
	float:left;
	outline:solid 1px #cacaca;
	box-shadow:0px 1px 4px #000;
}

/* -- MENU -- */
#menu {
	display:block;
	float:left;
}
#menu a, #menu a:visited {
	display:block;
	border-left:solid 15px #e2e2e2;
	border-top:solid 1px #e4e4e4;
	border-bottom:solid 1px #FFF;
	width:179px;
	height:37px;
	background:url(../img/nav_BG.jpg);
	padding:15px 0 0;
	font-size:13px;
	color:#000;
	text-indent:15px;
	text-shadow:0px 1px 1px #FFF;
}
#menu a:hover {
	color:#000;
	border-left-color:#e9c839;
}
#fadeshow1 {
	display:block;
	float:right;
}

/* -- FEATURE BOXES -- */
.feature_box {
	display:block;
	float:left;
	margin:5px 0 50px;
	padding:0 26px 0 0;
}


/* -- CONTENT -- */
.content {
	display:block;
	float:left;
	width:100%;
	color:#343434;
	font-size:14px;
	line-height:22px;
}
.content a, .content a:visited { color:#666;}
.content a:hover { text-decoration:underline;}
.two_thirds {
	width:640px;
}

#testimonials {
	display:block;
	float:right;
	width:315px;
	margin: 10px 0 30px;
	padding:20px 0;
	background:#f8f6f7;
	border:solid 1px #c2c2c2;
}
#testimonials strong {
	display:block;
	width:100%;
	margin:5px 0 15px;
	font-family: 'Rokkitt', serif;
	font-size:26px;
	text-align:center;
}
#testimonials p {
	width:210px;
	margin:0 auto;
	font-size:12px;
	padding:0 20px 20px;
	border-bottom:solid 2px #e9c839;
}
#testimonials a img {
	display:block;
	padding:25px 0 0;
	margin:0 auto;
}


.button {
	display:block;
	float:right;
	width:315px;
	padding:25px 0;
	border:solid 1px #FFF;
	outline:solid 1px #CCC;
	font-size:19px;
	line-height:20px;
	text-shadow:0px 1px 0px #666;
	text-align:center;
	color:#FFF;
	font-family: 'Rokkitt', serif;
	background:#da792f;
	margin:20px 0 0;
}
.button:hover {
	color:#000;
	text-shadow:none;
}


#secondary_content {
	display:block;
	clear:both;
	float:left;
	width:1000px;
	margin:0 auto;
}
/* -- THIRD -- */
.one_third {
	width:290px;
	display:block;
	float:left;
	margin:0 65px 30px 0;
	color:#5a5a5a;
	font-size:14px;
}
.one_third strong {
	display:block;
	margin:20px 0;
	font-family: 'Rokkitt', serif;
	font-size:26px;
	color:#000;
}

#footer_menu {
	display:block;
	clear:both;
	height:72px;
	padding:0px 0;
	background: url(../img/footer_bar.png);
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:0px 1px 1px #000;
}
#footer_menu a, #footer_menu a:visited {
	display:block;
	float:left;
	color:#FFF;
	width:140px;
	padding:10px 0;
	margin:15px 0;
	text-align:center;
}
#footer_menu a:hover {
	background:#739d53;
	text-decoration:none;
	font-weight:bold;
}
footer {
	display:block;
	float:left;
	clear:both;
	width:100%;
	padding:30px 0 0;
}



blockquote {
	font-family: Georgia, Times, serif;
	width: 300px; /* required */
	margin: 0 auto;
	}
	
/*
 |	The #quote_wrap div is created
 |	by Quovolver to wrap the quotes
*/

#quote_wrap { 
	background: #fbffec url(
	http://sandbox.sebnitu.com/jquery/quovolver/demo/images/quote-mark.png
	) no-repeat 20px 20px;
	margin: 40px 0; padding: 20px; border: 1px solid #edffaf;
	}




.left {float:left;} .right {float:right}
.last { margin-right:0 !important; padding-right:0px !important;}
@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


@media screen and (max-width: 768px) {
    #top_bar{ border-top: solid 18px #3d62a7;right: 0;left: 0; width: 140%; height: auto; position: fixed; }
    body { background-size: cover; }
    #footer_menu { display: inline-block; }
}

.content.two_thirds iframe { height: 910px; }