/*
Theme Name: Spectrum Mailing Lists
Version: 1.0

/***********************************************************************************/
/*                                   Reset Browser                                 */
/***********************************************************************************/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: none;
}
* { 
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
}
*:hover,
*:focus { 
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
input[type="submit"]:hover {
	cursor: pointer;
}
textarea { 
	overflow: auto; 
	resize: none;
}
.clear { 
	clear: both; 
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}


/***********************************************************************************/
/*                                  Main Elements                                  */
/***********************************************************************************/
a {
	color: #0951a0;
	font-weight: normal;
	text-decoration: none;
	outline: none;   /* Remove dashed frame for IE8,FF  */ 
}
a:hover {
	color: #0951a0;
	text-decoration: none;
	outline: none !important;
}
a:focus {
	outline: none !important;	
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding:0 30px 0 49px;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
h1,
h1 a {
	color: #0951a0;
	font-size: 32px;	
	font-weight: bold;		
	line-height: 30px;
	padding: 0 0 22px;
}
h2,
h2 a {
	color: #0951a0;
	font-size: 28px;	
	font-weight: bold;		
	line-height: 26px;
	padding: 0 0 20px;
}
h3,
h3 a {
	color: #0951a0;
	font-size: 23px;	
	font-weight: normal;	
    font-family: 'franklin_gothic_mediummedium';		
	line-height: 34px;
	padding: 0 0 18px;
}
h4,
h4 a {
	color: #0951a0;
	font-size: 18px;	
	font-weight: bold;		
	line-height: 22px;
	padding: 0 0 8px;
}
h5,
h5 a {
	color: #0951a0;
	font-size: 16px;	
	font-weight: normal;		
	line-height: 18px;
	padding: 0 0 5px;
}
h6,
h6 a {
	color: #0951a0;
	font-size: 13px;	
	font-weight: normal;		
	line-height: 14px;
	padding: 0 0 3px;
}
p {
	padding: 0 0 28px;
}
.content {
	position: relative;
}
.content a {
	color: #79afde;
}
.content a:hover {
	color: #0951a0;
}
.content img {
	max-width: 100%;
	height: auto;
	margin: 0 0 20px;
	border: 1px solid #000;	
}
.content img.alignleft {
	margin-right: 20px;
	margin-bottom: 20px;	
	float: left;
}
.content img.alignright {
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
}
.content img.alignnone {
	margin-left: 0;
	margin-right: 0;	
	float: none;
}
.content img.aligncenter {
	margin-left: auto;
	margin-right: auto;	
	float: none;
	display: block;
}
.content table {
	margin: 20px 0;
}
.content table caption {
	color: #111;
	font-weight: bold;
	padding: 15px 0;
}
.content table th {
	padding: 10px 14px;
	border: 1px solid #f1f1f1;
	background: #f1f1f1;
	color: #111;
}
.content table td {
	padding: 10px 14px;
	border: 1px solid #f1f1f1;
}
.content p+ul,
.content p+ol {
	padding-top: 0;
	margin-top: -20px;
}
.content ol,
.content ul {
	padding: 6px 0 32px;
}
.content ol li,
.content ul li {
	list-style: none;
	line-height: 24px;
	padding: 3px 0 3px 26px;
	margin: 0 0 0 0;
	background: url(images/li.png) no-repeat 15px 13px;
}
.content ol.lists,
.content ul.lists {
	padding: 6px 0 32px;
}
.content ol.list li,
.content ul.list li {
	list-style: none;
	font-size: 18px;
	line-height: 24px;
	padding: 0;
	margin: 0 0 0 26px;
	background-image: none;
}
.content label {
	display: block;
	padding: 0 0 4px;
}
.content input,
.content select,
.content textarea {
	background: #222;
	border: none;
	color: #fff;
	line-height: 20px;	
}
.content input[type="text"] {
	padding: 3px 10px 2px;
	width: 240px;	
	height: 20px;
}
.content select {
	padding: 3px 10px 3px;
	line-height: 20px;
	border: 1px solid #222;
}
.content textarea {
	padding: 10px 10px;
	width: 240px;
	height: 80px;
}
.content input[type="submit"] {
	text-align: center;
	padding: 4px 28px;
	color: #111;
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	background: #fff;	
}



/***********************************************************************************/
/*                             Fonts				                               */
/***********************************************************************************/
@font-face {
    font-family: 'eurostile-demidemi';
    src: url('fonts/eurostile-demidemi/eurostile-demi-webfont.eot');
    src: url('fonts/eurostile-demidemi/eurostile-demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/eurostile-demidemi/eurostile-demi-webfont.woff') format('woff'),
         url('fonts/eurostile-demidemi/eurostile-demi-webfont.ttf') format('truetype'),
         url('fonts/eurostile-demidemi/eurostile-demi-webfont.svg#eurostile-demidemi') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'eurasianormal';
    src: url('fonts/eurasianormal/eurostile_normal-webfont.eot');
    src: url('fonts/eurasianormal/eurostile_normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/eurasianormal/eurostile_normal-webfont.woff') format('woff'),
         url('fonts/eurasianormal/eurostile_normal-webfont.ttf') format('truetype'),
         url('fonts/eurasianormal/eurostile_normal-webfont.svg#eurasianormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'franklin_gothic_bookbook';
    src: url('fonts/franklin_gothic_bookbook/franklin_gothic_book-webfont.eot');
    src: url('fonts/franklin_gothic_bookbook/franklin_gothic_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/franklin_gothic_bookbook/franklin_gothic_book-webfont.woff') format('woff'),
         url('fonts/franklin_gothic_bookbook/franklin_gothic_book-webfont.ttf') format('truetype'),
         url('fonts/franklin_gothic_bookbook/franklin_gothic_book-webfont.svg#franklin_gothic_bookbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'franklin_gothic_mediummedium';
    src: url('fonts/franklin_gothic_mediummedium/franklin_gothic_medium-webfont.eot');
    src: url('fonts/franklin_gothic_mediummedium/franklin_gothic_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/franklin_gothic_mediummedium/franklin_gothic_medium-webfont.woff') format('woff'),
         url('fonts/franklin_gothic_mediummedium/franklin_gothic_medium-webfont.ttf') format('truetype'),
         url('fonts/franklin_gothic_mediummedium/franklin_gothic_medium-webfont.svg#franklin_gothic_mediummedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dakotathin';
    src: url('fonts/dakotathin/dakota_regular-webfont.eot');
    src: url('fonts/dakotathin/dakota_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dakotathin/dakota_regular-webfont.woff') format('woff'),
         url('fonts/dakotathin/dakota_regular-webfont.ttf') format('truetype'),
         url('fonts/dakotathin/dakota_regular-webfont.svg#dakotathin') format('svg');
    font-weight: normal;
    font-style: normal;
}


		
/***********************************************************************************/
/*                             Layout & Composition                                */
/***********************************************************************************/
body {
	color: #020202;
	font-size: 16px;
	font-weight: normal; 
	font-family: 'franklin_gothic_bookbook', Verdana, Arial, Tahoma, Helvetica, sans-serif;
	line-height: 22px;
	background: #fff url(images/body.jpg) repeat 0 0;
	width: 100%;
	text-align: left;
	min-width: 1024px;
	position: relative;
}
input,
select,
textarea {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	line-height: 17px;
}
input[type="text"]:focus,
input[type="password"]:focus {
	outline: none !important;
}



/***********************************************************************************/
/*                             header				                               */
/***********************************************************************************/
.header {
	background: url(images/header.jpg) repeat-x 0 0;
	height: 95px;
}
.head {
	width: 1024px;
	margin: 0 auto;
}
.logo {
	display: block;
	float: left;
	margin: 10px 0 0 0;
}
.contact {
	float: right;
	padding: 10px 0 14px 0;
}
.contact,
.contact a {
	color: #000;
	font-size: 11px;
	font-family: Verdana;
	line-height: 14px;
}
.contact a,
.contact span {
	display: inline-block;
	float: left;
}
.phone {
	padding: 2px 27px 2px 14px;
	background: url(images/phone.jpg) no-repeat 0 0;
}
.email {
	padding: 2px 0 2px 25px;
	background: url(images/email.jpg) no-repeat 0 4px;
}
.email:hover {
	color: #777;
}
.blog_btn {
	display: block;
	clear: right;
	float: right;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Trebuchet MS';
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	width: 130px;
	padding: 8px 104px;
	background: url(images/blog_btn.png) no-repeat 50% 0;
}
.blog_btn:hover {
	color: #eee;
}



/***********************************************************************************/
/*                             Top Navigation		                               */
/***********************************************************************************/
.top_nav {
	background: url(images/top_nav.jpg) repeat-x 0 0;
	height: 40px;
}
.top_nav_in {
	width: 1024px;
	margin: 0 auto;	
}
.top_nav .menu {
	float: left;
	border-left: 1px solid #ababac;
}
.top_nav .menu ul li {
	float: left;
	position: relative;
	z-index: 9999;
}
.top_nav .menu ul li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #e5e6e8;
	width: 140px;
	border: 1px solid #ABABAC;
	padding: 8px 0 8px 0;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.top_nav .menu ul li:hover ul {
	display: block;
}
.top_nav .menu ul li ul li {
	float: none;
}
.top_nav .menu ul li ul li a {
	text-align: left;
	display: block;
	padding: 6px 10px;
	font-size: 11px;
	line-height: 13px;
	border-right: none;
	width: auto;
}
.top_nav .menu ul li a {
	color: #000;
	font-size: 12px;
	font-family: Verdana;
	line-height: 14px;
	text-align: center;
	display: inline-block;
	padding: 15px 0 11px;
	width: 111px;
	border-right: 1px solid #ababac;
}
.top_nav .menu ul li.current-menu-item a,
.top_nav .menu ul li a:hover {
	background: url(images/top_nav_hover.jpg) repeat-x 0 0;
}
.search_box {
	clear: right;
	float: right;
	position: relative;
	background: url(images/search_box.png) no-repeat 50% 50%;
	width: 240px;
	height: 26px;
	margin: 8px 0 0 0;
}
.search_box input[type="text"] {
	color: #4b4b50;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	line-height: 14px;
	padding: 5px 12px;
	width: 184px;
	background: transparent;
	border: none;
}
.search_box input[type="submit"] {
	width: 24px;
	height: 26px;
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
}



/***********************************************************************************/
/*                             Slider				                               */
/***********************************************************************************/
.slider {
	height: 273px;
	background: url(images/slider.jpg) repeat-x 50% 0;
}
 /* Browser Resets */
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {
    outline:none;
}
.slides,.flex-control-nav,.flex-direction-nav {
    margin:0;
    padding:0;
    list-style:none;
}
 /* FlexSlider Necessary Styles*********************************/
 .flexslider {
    margin:0;
    padding:0;
}
.flexslider .slides > li {
    display:none;
    -webkit-backface-visibility:hidden;
}
 /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width:100%;
    display:block;
}
.flex-pauseplay span {
    text-transform:capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}
 html[xmlns] .slides {
    display:block;
}
 * html .slides {
    height:1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display:block;
}
/* FlexSlider Default Theme*********************************/
.flexslider {
	width: 1024px;
    margin:0 auto;
    position:relative;
    zoom:1;
}
.flex-viewport {
    max-height:2000px;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    transition:all 1s ease;
}
.loading .flex-viewport {
    max-height:300px;
}
.flexslider .slides {
    zoom:1;
}
.carousel li {
    margin-right:5px}
/* Direction Nav */
.flex-direction-nav {
    *height:0;
}
.flex-direction-nav a {
    width:30px;
    height:30px;
    margin:-20px 0 0;
    display:block;
    background:url(images/bg_direction_nav.png) no-repeat 0 0;
    position:absolute;
    top:50%;
    z-index:10;
    cursor:pointer;
    text-indent:-9999px;
    opacity:0;
    -webkit-transition:all .3s ease;
}
.flex-direction-nav .flex-next {
    background-position:100% 0;
    right:-36px;
}
.flex-direction-nav .flex-prev {
    left:-36px;
}
.flexslider:hover .flex-next {
    opacity:0.8;
    right:5px;
}
.flexslider:hover .flex-prev {
    opacity:0.8;
    left:5px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity:1;
}
.flex-direction-nav .flex-disabled {
    opacity:.3!important;
    filter:alpha(opacity=30);
    cursor:default;
}
/* Control Nav */
.flex-control-nav {
    position:absolute;
    left: 554px;
    bottom:20px;
    text-align:center;
}
.flex-control-nav li {
    margin:0 6px;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.flex-control-paging li a {
    width:25px;
    height:25px;
    display:block;
    background:url(images/slider_nav.png) no-repeat 0 0;
    cursor:pointer;
	color: #000;
	font-size: 18px;
	font-weight: normal;
    font-family: 'eurostile-demidemi';
    line-height: 26px;    
}
.flex-control-paging li a:hover {
    background:url(images/slider_nav.png) no-repeat 100% 0;
}
.flex-control-paging li a.flex-active {
    background:url(images/slider_nav.png) no-repeat 100% 0;
    cursor:default;
}
.flex-control-thumbs {
    margin:5px 0 0;
    position:static;
    overflow:hidden;
}
.flex-control-thumbs li {
    width:25%;
    float:left;
    margin:0;
}
.flex-control-thumbs img {
    width:100%;
    display:block;
    opacity:.7;
    cursor:pointer;
}
.flex-control-thumbs img:hover {
    opacity:1;
}
.flex-control-thumbs .flex-active {
    opacity:1;
    cursor:default;
}
.flexslider .slides li .img {
	float: left;
	width: 511px;
}
.flexslider .slides li .text {
	float: left;
	width: 410px;
	height: 273px;
	padding: 0 0 0 43px;
	color: #fff;
	font-size: 24px;
    font-family: 'eurasianormal';	
	line-height: 31px;
}
.flexslider .slides li .text .text_in {
	height: 273px;	
	display: table-cell;
	vertical-align: middle;
}
.flexslider .slides li .text h3.title {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
    font-family: 'eurostile-demidemi';
    line-height: 32px;	
    padding-left: 0 0 13px 0;
    text-shadow: 2px 3px 1px #000;
}
.flexslider.no_slider .slides > li {
	display: block;
}



/***********************************************************************************/
/*                             Banners				                               */
/***********************************************************************************/
.banners {
	width: 1024px;
	margin: 0 auto;
}
.banners a {
	display: inline-block;
	float: left;
	width: 255px;
	height: 138px;
	background: url(images/banner.jpg) no-repeat 50% 50%;
	margin: 0 1px 0 0;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
    font-family: 'eurostile-demidemi';
    line-height: 29px;	
    padding-left: 0 0 13px 0;
    text-shadow: 1px 2px 1px #000;	
    text-align: center;
}
.banners a:hover {
	color: #eee;
}
.banners a .text {
	display: block;
	height: 64px;
	padding: 14px 12px 0;
}
.banners a .icon {
	display: block;
	height: 44px;
}
.banner_1 .icon {
	background: url(images/banner_1.png) no-repeat 50% 50%;
}
.banner_2 .icon {
	background: url(images/banner_2.png) no-repeat 50% 50%;
}
.banner_3 .icon {
	background: url(images/banner_3.png) no-repeat 50% 14px;
}
.banner_4 .icon {
	background: url(images/banner_4.png) no-repeat 50% 50%;
}



/***********************************************************************************/
/*                             Homepage				                               */
/***********************************************************************************/
.h_wrapper {
	background: url(images/h_wrapper.jpg) no-repeat 50% 0;
	padding: 0 0 61px 0;
	border-bottom: 1px solid #ccc;
}
.h_main {
	width: 1024px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
.h_left {
	width: 515px;
	float: left;
}
.h_left p {
	padding-bottom: 38px;
}
.h_left p:last-child,
.h_right p:last-child {
	padding: 0;
}

.h_right {
	width: 451px;
	float: right;
}
a.button,
.sidebar a.button {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Trebuchet MS';
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;	
	text-shadow: 1px 1px 1px #777;
	margin: 14px 0 0 0;
	padding: 8px 0;
	background: url(images/a_btn.png) no-repeat 50% 50%;	
}
a.button:hover,
.sidebar a.button:hover {
	color: #eee;
}



/***********************************************************************************/
/*                             Contact Form			                               */
/***********************************************************************************/
.contact_form {
	background: url(images/h_contact_form.png) no-repeat 50% 0;	
	width: 403px;
	height: 441px;
	padding: 12px 24px 0 24px;
	color: #000;
	font-size: 14px;
	font-family: Tahoma;
	line-height: 17px;
	position: relative;
}
.home .contact_form:after {
	display: block;
	width: 112px;
	height: 118px;
	content: '';
	background: url(images/cf_arr.png) no-repeat 50% 50%;	
	position: absolute;
	top: 0;
	right: -12px;	
}
.contact_form label {
	display: block;
	padding: 0 0 3px 0;
}
.contact_form h3 {
	padding: 0 0 12px 0;
}
.contact_form p {
	padding: 0 0 10px 0;
}
.contact_form span.required {
	color: #ff0000;
}
.contact_form input[type="text"],
.contact_form input[type="email"] {
	color: #000;
	font-size: 14px;
	font-family: Tahoma;
	line-height: 16px;
	width: 280px;	
	padding: 7px 10px;
	background: url(images/h_contact_textbox.jpg) no-repeat 50% 50%;		
	border: none;
}
.contact_form textarea {
	color: #000;
	font-size: 14px;
	font-family: Tahoma;
	line-height: 16px;
	width: 380px;	
	height: 58px;
	padding: 7px 10px;
	background: url(images/contact_textarea.png) no-repeat 50% 50%;		
	border: none;
}
.sidebar .contact_form textarea {
	width: 240px;
	background-image: url(images/s_contact_textarea.png);
}
.required_hint {
	display: block;
	width: 300px;
	color: #ff0000;
	text-align: right;	
}
.contact_form input[type="submit"] {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Trebuchet MS';
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;	
	text-shadow: 1px 1px 1px #777;
	width: 378px;
	height: 34px;	
	padding: 4px 0;
	margin: 0 auto;
	background: url(images/h_contact_submit.png) no-repeat 50% 50%;		
	border: none;
}
.contact_form input[type="submit"]:hover {
	color: #eee;
}



/***********************************************************************************/
/*                             Testimonial			                               */
/***********************************************************************************/
.testimonial {
	width: 1024px;
	margin: 0 auto;
	padding: 55px 0 0 0;	
}
.main .testimonial,
.main .testimonial .flexslider {
	width: auto;
	padding-top: 0;
}
.testimonial h3 a.more {
	float: right;
	color: #79afde;
	font-size: 18px;
	line-height: 22px;
}
.testimonial h3 a.more:hover {
	color: #0951a0;
}
.testimonial .flex-control-nav {
	display: none;
}
.testimonial .flexslider {
	width: 1000px;
	margin: 0 auto;
	border: 2px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 1%, #ededed 52%, #dadada 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fefefe), color-stop(52%,#ededed), color-stop(100%,#dadada)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 1%,#ededed 52%,#dadada 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 1%,#ededed 52%,#dadada 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 1%,#ededed 52%,#dadada 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 1%,#ededed 52%,#dadada 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */	
}
.testimonial .flexslider .slides li .txt {
	padding: 17px 30px 17px 49px;
	color: #0951a0;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Tahoma, Helvetica, sans-serif;	
	line-height: 32px;
}
.content ul.testimonials_list li {
	list-style: none;
	padding: 0 0 22px 0;
	margin: 0 0 23px 0;
	border-bottom: 1px solid #094e99;
}
.content ul.testimonials_list li:last-child {
	border-bottom: none;
}
.content ul.testimonials_list li .testimonial_content {
	color: #818181;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	font-family: Arial, Tahoma, Helvetica, sans-serif;	
	line-height: 24px;	
	padding: 0 0 24px 0;
}
.content ul.testimonials_list li .testimonial_author {
	color: #818181;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Tahoma, Helvetica, sans-serif;	
	line-height: 24px;	
}



/***********************************************************************************/
/*                             Footer				                               */
/***********************************************************************************/
.footer {
	background: #fff;
	padding: 21px 0 0 0;
}
.footer a:hover {
	color: #0951a0;
}
.f_widgets {
	width: 999px;
	margin: 0 auto;
	padding: 0 0 18px 0;
}
.f_widget .wpcf7 p {
	padding: 0;
}
.f_widget {
	width: 293px;
	min-height: 200px;
	float: left;
	background: url(images/f_widget_sep.jpg) no-repeat 100% 0;
	padding: 6px 20px 0 20px;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Tahoma, Helvetica, sans-serif;	
	line-height: 18px;	
}
.f_widget:nth-of-type(3n) {
	background-image: none;
}
.f_widget h3.f_widget_title {
	color: #78787a;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Tahoma, Helvetica, sans-serif;	
	line-height: 18px;
	text-transform: uppercase;
	padding: 0 0 21px;
}
.f_widget a {
	color: #79afde;
}
.f_widget li {
	float: left;
	padding: 3px 0;
	width: 50%;
}
.f_widget li.f_clear {
	clear: both;
}
.subscribe {
	position: relative;
	width: 302px;
	padding: 0 0 16px 0;
}
.subscribe input[type="text"] {
	width: 134px;
	color: #7c7c7e;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Tahoma, Helvetica, sans-serif;	
	line-height: 18px;
	padding: 8px 7px;
	background: url(images/subs_email.png) no-repeat 50% 50%;
	border: none;
}
.subscribe input[type="submit"] {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Trebuchet MS';
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;	
	text-shadow: 1px 1px 1px #777;
	background: url(images/subs_submit.png) no-repeat 50% 50%;
	border: none;
	width: 150px;
	height: 34px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.subscribe input[type="submit"]:hover {
	color: #eee;
}
.social a {
	padding: 15px 0 0 0;
	display: inline-block;
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 8px 0 0;
}
.social a.facebook {
	background: url(images/facebook.png) no-repeat 50% 50%;
}
.social a.twitter {
	background: url(images/twitter.png) no-repeat 50% 50%;
}
.social a.linkedin {
	background: url(images/linkedin.png) no-repeat 50% 50%;
}
.social a.digg {
	background: url(images/digg.png) no-repeat 50% 50%;
}
.social a.b {
	background: url(images/b.png) no-repeat 50% 50%;
}
.social a.google_plus {
	width: 36px;
	background: url(images/google_plus.jpg) no-repeat 50% 50%;
}
.foot {
	width: 1022px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: url(images/foot.jpg) no-repeat 50% 0;
	text-align: center;
}
.foot ul li {
	display: inline;
}
.foot ul li a {
	color: #79afde;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana;	
	line-height: 14px;
	display: inline-block;
	padding: 0 6px 0 0;
	background: url(images/foot_sep.jpg) no-repeat 100% 2px;
}
.foot ul li.last_menu_item a {
	background-image: none;
}
.payment {
	padding: 28px 0 16px 0;
	text-align: center;
	color: #000;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana;	
	line-height: 12px;	
}
.copyright {
	padding: 16px 0 10px 0;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana;	
	line-height: 13px;		
}
.copyright a {
	color: #79afde;
}
.copyright p {
	padding: 0 0 18px 0;
}



/***********************************************************************************/
/*                             Single				                               */
/***********************************************************************************/
.wrapper {
	background: url(images/wrapper.png) repeat-x 0 0;
	border-bottom: 1px solid #ccc;	
}
.container {
	width: 1024px;
	margin: 0 auto;
	padding: 58px 0 48px 0;
	background: url(images/container.png) repeat-y 655px 0;	
}
.main {
	float: left;
	width: 599px;
}
.content {
	padding: 0 0 65px 0;		
}
.wpcf7 {
	position: relative;
}
.required_note {
	position: absolute;
	top: 0;
	right: 21px;
	color: #818181;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	line-height: 18px;		
}
.content .wpcf7 p {
	padding: 0 0 18px 0;
}
.content .wpcf7 label {
	color: #818181;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	line-height: 22px;		
}
.content .wpcf7 span.required {
	color: #ff0000;
}
.content .wpcf7 input[type="text"] {
	width: 470px;
	padding: 10px 15px;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	line-height: 22px;	
	background: url(images/textbox.png) no-repeat 50% 50%;
}
.content .wpcf7 select {
	width: 500px;
	padding: 10px 15px;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	line-height: 22px;	
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #f3f3f3 50%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(50%,#f3f3f3), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f3f3f3 50%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#f3f3f3 50%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#f3f3f3 50%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#f3f3f3 50%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}
.content .wpcf7 textarea {
	width: 472px;
	height: 160px;
	padding: 15px 14px;
	background: url(images/textarea.png) no-repeat 50% 50%; 
	color: #666;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	line-height: 17px;		
}
.content .wpcf7 input[type="submit"] {
	width: 150px;
	padding: 6px 0;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	font-family: 'Trebuchet MS';
	text-align: center;
	text-transform: uppercase;
	line-height: 22px;	
	text-shadow: 1px 1px 1px #777;
	background: url(images/submit.png) no-repeat 50% 50%;
	border: none;
}
.content .wpcf7 button {
	width: 150px;
	padding: 6px 0;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	font-family: 'Trebuchet MS';
	text-align: center;
	text-transform: uppercase;
	line-height: 22px;	
	text-shadow: 1px 1px 1px #777;
	background: url(images/reset.png) no-repeat 50% 50%;
	border: none;
	margin: 0 30px 0 169px;
	cursor: pointer;
}
.content .wpcf7 input[type="submit"]:hover,
.content .wpcf7 button:hover {
	color: #eee;
}



/***********************************************************************************/
/*                             Sidebar				                               */
/***********************************************************************************/
.sidebar {
	width: 300px;
	padding: 0 20px 0 0;
	float: right;
	font-size: 16px;
	font-weight: normal;
	line-height: 19px;	
}
.sidebar a {
	color: #79afde;	
}
.sidebar a:hover {
	color: #0951a0;
}
.sidebar ul {
	margin: 8px 24px 0;
	background: url(images/sidebar_li.png) repeat-x 0 0;	
}
.sidebar ul li {
	padding: 8px 0 8px 0;
	background: url(images/sidebar_li.png) repeat-x 0 100%;
}
.sidebar ul li a {
	color: #83b4e0;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: normal;
	line-height: 14px;
}
.sidebar ul li a:hover {
	color: #0951a0;
}
.sidebar table {
	width: 100%;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	line-height: 19px;	
}
.sidebar table caption {
	color: #0951a0;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.sidebar table a {
	font-weight: bold;
}
.sidebar table a:hover {
	color: #79afde;
}
.widget {
	padding: 0 0 100px 0;
	background: url(images/sidebar_sep.png) no-repeat 0 100%;
}
.widget:last-child {
	background-image: none;
	padding-bottom: 0;
}
.sidebar .contact_form {
	width: 260px;
	padding-left: 20px;
	background-image: url(images/contact_form.png);
}
.sidebar .contact_form input[type="text"] {
	width: 240px;
	background-image: url(images/contact_form.jpg);
}
.sidebar .contact_form input[type="submit"] {
	width: 300px;
	margin-left: -18px;
	background-image: url(images/contact_submit.png);	
}
.sidebar .contact_form .required_hint {
	width: 260px;
}
.sidebar a.button {
	background-image: url(images/sidebar_btn.png);
}
.yellow {
	height: 183px;
	background: url(images/yellow.png) no-repeat 50% 50%;
	text-align: center;
	padding: 20px 0 0 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
    font-family: 'eurostile-demidemi';
	line-height: 17px;		
}
.yellow h3 {
	color: #000;
	font-size: 44px;
	font-weight: bold;
    font-family: 'eurostile-demidemi';
    line-height: 36px;  
    text-transform: uppercase; 
    padding: 0 0 8px 0; 	
}
.yellow h3 span {
	font-size: 36px;
	line-height: 36px;
}
.yellow p {
	padding: 0 0 10px 0;
}
.red {
	height: 183px;
	background: url(images/sidebar_red.png) no-repeat 50% 50%;
	text-align: center;
	padding: 20px 0 0 0;
	color: #fff;
	font-size: 18px;
    font-family: 'eurasianormal';	
	line-height: 21px;	
}
.red h3 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
    font-family: 'eurostile-demidemi';
    line-height: 32px;  
    text-transform: uppercase; 
    padding: 0 0 3px 0; 	
}
.red h3 span {
	font-size: 35px;
	line-height: 36px;
}
.blue {
	height: 183px;
	background: url(images/sidebar_blue.png) no-repeat 50% 50%;
	text-align: center;
	padding: 20px 0 0 0;
	color: #fff;
	font-size: 18px;
    font-family: 'eurasianormal';	
	line-height: 21px;	
}
.blue h3 {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
    font-family: 'eurostile-demidemi';
    line-height: 23px;   
    text-transform: uppercase;     
    padding: 0 0 8px 148px; 	
    background: url(images/sidebar_email.png) no-repeat 17px 0;
}
.blue h3 span {
	font-size: 39px;
	font-weight: bold;
	font-family: Arial;
	line-height: 39px;
}
.blue h3 small {
	font-size: 20px;
	line-height: 21px;
}
.sidebar .twitter_feeds {
	width: 250px;
	padding: 22px 25px;
	background: #e5e5e5;
	-moz-border-radius: 8px;	
	-webkit-border-radius: 8px;	
	border-radius: 8px;
	color: #666;
	font-size: 16px;
	font-family: Georgia;
	line-height: 19px;
}
.sidebar .twitter_feeds a {
	color: #0951a0;
	font-size: 16px;
	font-family: Georgia;
	line-height: 19px;	
	font-weight: bold;
	word-break:break-all; 
}
.sidebar .twitter_feeds a:hover {
	color: #79afde;
}
.sidebar .twitter_time a {
	color: #000;
	font-size: 11px;
	font-family: Arial;
	line-height: 13px;
	display: inline-block;
	padding: 0 0 0 12px;
}
.sidebar #latest_tweet {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #666;
}
.sidebar #latest_tweet ul {
	background-image: none;
	margin: 0;
	padding: 0;
}
.sidebar #latest_tweet li {
	display: block;
	padding: 0;
	background-image: none;
}
.sidebar .twitter_follow {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	line-height: 14px;
	padding: 17px 0 0;		
}
.sidebar .twitter_follow a {
	color: #0951a0;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	line-height: 14px;	
}



/***********************************************************************************/
/*                             Blog					                               */
/***********************************************************************************/
.blog_list li {
	padding: 0 0 61px 0;
}
.blog_list .thumb {
	margin: 18px 21px 0 0;
	float: left;
	width: 156px;
	border: 2px solid #0951a0;
	position: relative;
}
.blog_list .thumb img {
	display: block;
	margin: 0;
	padding: 0;
}
.blog_list .thumb .date {
	color: #d9dbc4;
	font-size: 12px;
	font-family: Tahoma;
	line-height: 15px;
	padding: 2px 10px;
	background: #000;
	position: absolute;
	top: 6px;
	left: 0;
}
.blog_list .text {
	float: left;
	width: 414px;
	color: #666;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	line-height: 30px;	
}
.blog_list .text .meta_u {
	font-size: 12px;
	font-weight: bold;		
	line-height: 24px;
}
.blog_list .text .meta_u a {
	color: #83b4e0;
	font-weight: bold;	
	text-decoration: underline;
}
.blog_list .text .meta_u a:hover,
.blog_list .text a.title:hover {
	color: #0951a0;	
}
.blog_list .text a.title {
	color: #83b4e0;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	line-height: 36px;	
	text-decoration: underline;	
}
.blog_list .text .excerpt p {
	padding: 0 0 15px;
}
.blog_list .text .meta_l {
	color: #d9dbc4;
	font-size: 10px;
	font-family: Tahoma;
	line-height: 16px;	
	width: 292px;
	height: 16px;
	padding: 2px 0;
	background: url(images/meta_l.png) no-repeat 0 0;
}
.blog_list .text .meta_l a {
	color: #d9dbc4;
	font-size: 10px;
	font-family: Tahoma;
	line-height: 16px;		
	text-transform: uppercase;
}
.blog_list .text .meta_l a:hover {
	color: #eee;
}
.blog_list .text .meta_l .comments {
	padding: 0 0 0 32px;
	display: inline-block;
	float: left;
}
.blog_list .text .meta_l .more {
	padding: 0 33px 0 0;
	display: inline-block;
	float: right;
}
.pagenavi {
	text-align: center;
	padding: 0 0 32px 0;
}
.pagenavi,
.pagenavi a {
	color: #010100;
	font-size: 24px;
	font-weight: bold;
	font-family: Georgia;
	line-height: 25px;
}
.pagenavi a {
	display: inline-block;
	background: #83b4e0;
	padding: 0 8px 6px; 
	border: 1px solid #888;
	margin: 0 7px 0 0;
	-moz-border-radius: 31px;	
	-webkit-border-radius: 31px;	
	border-radius: 31px;
	min-width: 15px;
	text-align: center;
}
.pagenavi a.current,
.pagenavi a:hover {
	background: #ffff00;
}
.pagenavi .prev,
.pagenavi .next {
	display: inline-block;
	border-bottom: 1px solid #83B4E0;
}
.pagenavi .prev a,
.pagenavi .next a {
	color: #83b4e0;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia;
	line-height: 20px;	
	text-transform: uppercase;
	border: none;
}
.pagenavi .prev a:hover,
.pagenavi .next a:hover {
	color: #0951A0;
} 
.pagenavi .next a {
	background: url(images/next.png) no-repeat 100% 5px;
	padding: 0 44px 0 0;
	margin: 0;
}
.pagenavi .next {
	margin: 0 0 0 14px;		
}
.pagenavi .prev a {
	background: url(images/prev.png) no-repeat 0 5px;
	padding: 0 0 0 44px;
	margin: 0;
}
.pagenavi .prev {
	margin: 0 14px 0 0;	
}
#blog_wrapper .container {
	background-position: 652px 0;
}
#blog_sidebar .widget {
	padding: 0 0 68px 0;
	background-image: none;
}
#blog_sidebar .widget_nav_menu .widget_title,
#blog_sidebar .blog_recent_posts .widget_title {
	font-size: 18px;
	line-height: 20px;
	padding: 0 0 0 24px;
}
.sidebar_blog_list li {
	color: #666;
	font-size: 12px;
	font-family: Tahoma;
	line-height: 18px;	
	padding: 5px 0;		
}
.sidebar_blog_list li .date {
	font-style: italic;
}
.sidebar ul.sidebar_blog_list li a {
	color: #0951a0;
}
.sidebar ul.sidebar_blog_list li a:hover {
	color: #83B4E0;
}
.sidebar_blog_list li .thumb {
	width: 48px;
	float: left;
	padding: 0 16px 0 0;
}
.sidebar_blog_list li .text {
	width: 166px;
	float: left;
}
.sidebar_blog_list li .excerpt p {
	padding: 0;
}
.single_featured_image {
	position: relative;
}
.single_featured_image .date {
	color: #d9dbc4;
	font-size: 12px;
	font-family: Tahoma;
	line-height: 15px;
	padding: 2px 10px;
	background: #000;
	position: absolute;
	top: 11px;
	left: 0;
}
h1.single_title a {
	color: #83b4e0;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	line-height: 36px;	
	text-decoration: underline;	
}
h1.single_title a:hover {
	color: #0951a0;	
}
h1.single_title {
	padding: 0 0 10px 0;
}
#blog_wrapper .content {
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	background: url(images/sidebar_li.png) repeat-x 0 100%;	
}
#blog_wrapper .content p {
	padding: 0 0 21px 0;
}
#blog_wrapper .meta {
	font-size: 12px;
	font-weight: bold;		
	line-height: 24px;
	padding: 10px 0 21px 0;
}
#blog_wrapper .meta a {
	color: #83b4e0;
	font-weight: bold;	
	text-decoration: underline;
}
#blog_wrapper .meta a:hover {
	color: #0951a0;	
}
.post_nav {
	background: url(images/sidebar_li.png) repeat-x 0 12px;		
	color: #0951a0;
	font-size: 16px;
	font-family: Tahoma;
	line-height: 24px;
	padding: 0 0 10px 0;
}
.post_nav .prev,
.post_nav .next {
	width: 50%;
	float: left;
}
.post_nav .next {
	text-align: right;
}
.post_nav a {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	display: inline-block;
	padding: 0 11px;
	margin: 0 0 3px 0;
	background: #0951a0;
	border-radius: 4px;	
}
.post_nav a:hover {
	background: #045278;
}



/***********************************************************************************/
/*                             Comments				                               */
/***********************************************************************************/
#comment-wrap {
	padding: 21px 0 32px 0;
	background: url(images/sidebar_li.png) repeat-x 0 0;		
}
#comment-wrap h3#comments {
	color: #0951a0;
	font-size: 24px;
	font-weight: bold;
	font-family: Tahoma;
	line-height: 28px;
}
.commentlist {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	font-family: Tahoma;
	line-height: 15px;	
	padding: 0 0 12px 0;
}
.commentlist ul {
	padding: 0 0 0 62px;
}
.commentlist a {
	color: #045278;
}
.commentlist a:hover {
	color: #0951a0;
}
.commentlist p {
	padding: 0 0 20px 0;
}
.comment-author {
	color: #045278;	
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	padding: 0 0 6px 0;
}
.comment-author cite {
	font-style: normal;
}
.commentlist .comment_wrap {
	position: relative;
	padding: 0 0 40px 56px;
	min-height: 50px;
}
.commentlist .avatar_box {
	position: absolute;
	top: 4px;
	left: 0;
}
.commentlist a.comment-reply-link {
	color: #fff;
	font-size: 10px;
	font-family: Tahoma;
	line-height: 15px;
	text-transform: uppercase;
	padding: 0 8px;
	background: #045278;
	display: inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.commentlist a.comment-reply-link:hover {
	background: #0951a0;
}
#respond {
	background: url(images/sidebar_li.png) repeat-x 0 0;	
	padding: 46px 0 20px 0;
	position: relative;
}
#respond h3 {
	color: #045278;
	font-size: 24px;
	font-weight: bold;
	font-family: Tahoma;
	line-height: 28px;
	padding: 0 0 38px;
}
#respond input[type="text"],
#respond textarea {
	position: relative;
	color: #000;
	font-size: 13px;
	font-family: Tahoma;
	line-height: 16px;
	padding: 6px 10px;
	border: none;
}
#respond input[type="text"] {
	width: 201px;
	background: url(images/comment_textbox.png) no-repeat 0 0;	
}
#respond textarea {
	width: 576px !important;
	height: 141px;
	background: url(images/comment_textarea.png) no-repeat 0 0;		
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: none;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	padding: 0 0 24px;
	color: #000;
	font-size: 16px;
	font-family: Georgia;
	line-height: 24px;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: url(images/comment_submit.png) no-repeat 0 0;
	border: none;
	margin: 0;
	padding: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-family: Georgia;
	line-height: 23px;
	padding: 3px 0;
	width: 128px;
	text-align: center;
}
#respond input#submit:active,
#respond input#submit:hover {
	color: #eee;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}



/***********************************************************************************/
/*                             Landing Page Template                               */
/***********************************************************************************/
.page-template-page-landing-php .header .email,
.page-template-page-landing-php .search_box {
	display: none;
	background-image: none;
	padding: 0;
}
.page-template-page-landing-php .landing_form .email {
	background-image: none;
	padding: 0;	
}
.page-template-page-landing-php .phone {
	color: #0951a0;
	font-size: 18px;
    font-family: 'franklin_gothic_mediummedium';
    line-height: 24px;	
    background-image: none;
    padding: 26px 0 0 0;
}
.page-template-page-landing-php .phone small {
    font-family: 'franklin_gothic_bookbook';	
}
.page-template-page-landing-php .top_nav {
	display: none;
}
.page-template-page-landing-php .slider {
	height: 274px;
	background: url(images/landing_slider.jpg) repeat-x 50% 0;	
}
.page-template-page-landing-php .flexslider.no_slider .slides > li {
	position: relative;
}
.page-template-page-landing-php .flexslider .slides li .img {
	width: 600px;
}
.page-template-page-landing-php .flexslider.no_slider .slides > li .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 282px;
	height: 148px;
	padding: 15px 18px 12px 45px;
	color: #fffefe;
	font-size: 20px;
    font-family: 'franklin_gothic_bookbook';	
    line-height: 24px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.75);
    background: url(images/landing_text.png) repeat-y 0 0;
}
.page-template-page-landing-php .flexslider .slides li .text .text_in {
	height: 148px;	
	display: block;
}
.page-template-page-landing-php .flexslider.no_slider .slides > li .text h3.title {
	color: #fffefe;
	font-size: 36px;
	font-weight: bold;
    font-family: 'eurostile-demidemi';
    line-height: 44px;	
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.75);    
    padding: 0 0 5px;
}
.landing_form {
	width: 335px;
	height: 317px;
	padding: 80px 45px 28px 44px;
	position: absolute;
	top: 0;
	right: 0;
	background: #c8dcf0 url(images/landing_form.jpg) repeat-x 0 0;
}
.landing_form_inner {
	width: 313px;
	height: 290px;	
	padding: 14px 11px 13px 11px;
	background: #e4eef8;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	position: relative;
}
.landing_form_inner h3.title {
	color: #fe0702;
	font-size: 22px;
    font-family: 'dakotathin';
    line-height: 26px;
    position: absolute;
    top: -40px;
    left: -5px;
}
.ss_arr {
	position: absolute;
	left: 100%;
	top: 0;
	width: auto !important;
	height: auto !important;
    margin: 7px 0 0 6px;	
}
.landing_form_y {
	width: 249px;
	height: 274px;	
	padding: 8px 32px;
	background: #fdff00;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;	
}
.landing_form_y p {
	padding: 0 0 6px 0;
}
.landing_form_y input[type="text"],
.landing_form_y input[type="email"] {
	width: 228px;
	height: 20px;
	padding: 0 10px;
	border: 1px solid #000001;
	background: #fff;
}
.landing_form_y label {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial;
	line-height: 18px;
	padding: 0px 2px;
	display: block;
}
.landing_form_y input[type="submit"] {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: Helvetica, Arial;
	line-height: 22px;
	text-transform: uppercase;
	border: 1px solid #801517;
	background: url(images/landing_sub.jpg) repeat-x 0 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;		
	margin: 8px 0 0 0;
	width: 100%;
}
.landing_form div.wpcf7 img.ajax-loader {
	width: auto;
	height: auto;
}
.landing_form div.wpcf7-response-output {
	margin-top: -1em;
	background: #fff;
	color: #000;
}
.frd_in {
	color: #979797;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial;	
	line-height: 16px;
	padding: 132px 75px 28px;
	border-bottom: 6px solid #dfdfdf;
}
.frd_in ul li {
	display: inline-block;
	padding: 0 12px;
	text-align: center;	
}
.frd_in_t {
	height: 52px;
	display: table-cell;
	vertical-align: middle;
}
.page-template-page-landing-php .container {
	background-image: none;
}
.landing_main {
	color: #020202;
	font-size: 18px;
    font-family: 'franklin_gothic_bookbook';
	line-height: 24px; 
	padding: 48px 60px 20px;
}
.landing_main p {
	padding: 0 0 24px;
}
.landing_main h3 {
	font-size: 22px;
    font-family: 'franklin_gothic_mediummedium';	
	line-height: 26px;
	padding: 0 0 13px 0;
}
.lhw {
	width: 465px;
	float: left;
}
.lhw.fr {
	width: 293px;
	float: right;
}
.landing_main ul {
	padding: 0;
}
.landing_main ul li {
	margin: 0 0 0 23px;
	padding: 3px 0 3px 29px;
	background: url(images/l_li.png) no-repeat 0 6px;
}
.page-template-page-landing-php .wrapper {
	border-bottom: none;
}