s/*
Theme Name: Ashleyandmartin

/* Begin Typography & Colors */

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}
.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}



h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color:#4a4a4a;
	}


.entry p a:visited {
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, sans-serif;  width:640px;
	
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, sans-serif;

	}
	
.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	
	margin-bottom:0px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Structure */
		
#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 959px;
	border: 1px solid #959596;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}
.post{ padding-bottom:15px;}	

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */

/*	Begin Headers */

h2 {
	margin:0 0 10px 0;
	padding:0px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}


h3 {
	padding: 0;
	margin:0;
	}

h3.comments {
	padding: 0;
	margin:0;
	}
/* End Headers */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	color:#000;
	line-height:20px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol { margin:0; padding:0; } 
	

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	 margin-bottom:10px;
	
	}
	
#sidebar h2{ border-bottom:1px solid #9e9f9f; margin-bottom:7px;}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}


#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {


	background:none;
	}

/* End Entry Lists */



/* Begin Form Elements */

#sidebar #searchform #s {
width:150px; 
	
	}
	
#sidebar #searchsubmit {
	 margin-top:10px;
	}


select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	 border: 1px solid #DDDDDD;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 99%;
	padding: 2px;
     border: 1px solid #DDDDDD;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 5px 2px 5px auto;
	padding:5px 0;
	float: right;
	
	font-size:12px;
	color:#002339;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;

	width:100%;

	}

.commentlist li {
	
	width:595px;
	margin: 15px 50px 10px 0;
	padding: 5px 22px 10px 10px;
	list-style: none;

	}

.thread-alt {
	background-color: #f5f6f6;
}
.thread-even {
	background-color: #efefef;
}
.depth-1 {
border: 1px solid #ddd;
}

.commentlist li ul li { 
	margin-right: 0px;
	margin-left: 15px;
    background:#e5e4e4; width:550px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.commentmetadata a:link,.commentmetadata a:visited{color:#59BDFF;}
.commentmetadata a:hover{color:#000;}	
/* End Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show; 
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/*-------------------------------------------------------*/

body {margin: 0px; padding:0px; font-family: Arial; font-size:14px; color:#565656; line-height:18px; background:#fff; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: none;}

h1 , h2 , h3 , form, input{ margin:0; padding:0;}

h1{font-size:27px; color:#5384c1; margin:0px; padding-bottom:6px;font-family: 'newsgoth_bdxcn_btbold'; line-height:27px; font-weight:normal;}
h2{font-size:20px; color:#007C76; font-weight:bold; margin:0px; padding-bottom:6px; font-family:Helvetica;}
h3{font-size:14px; color:#007C76; font-weight:bold; margin:0px; padding-bottom:6px; font-family:Helvetica;}

a{ color:#007c76; text-decoration:none;}
img{border:0}
a:hover{ color:#959494; text-decoration:none;}

@font-face {
    font-family: 'newsgoth_bdxcn_btbold';
    src: url('fonts/newgtbxc-webfont.eot');
    src: url('fonts/newgtbxc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/newgtbxc-webfont.woff') format('woff'),
         url('fonts/newgtbxc-webfont.ttf') format('truetype'),
         url('fonts/newgtbxc-webfont.svg#newsgoth_bdxcn_btbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'newsgoth_xcn_btregular';
    src: url('fonts/newgotxc-webfont.eot');
    src: url('fonts/newgotxc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/newgotxc-webfont.woff') format('woff'),
         url('fonts/newgotxc-webfont.ttf') format('truetype'),
         url('fonts/newgotxc-webfont.svg#newsgoth_xcn_btregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'HelveticaCondensed';
    src: url('fonts/hvc___0.eot');
    src: url('fonts/hvc___0.eot') format('embedded-opentype'),
         url('fonts/hvc___0.woff') format('woff'),
         url('fonts/hvc___0.ttf') format('truetype'),
         url('fonts/hvc___0.svg#HelveticaCondensed') format('svg');
}

.wrapper { width:1000px; margin:0 auto; padding:0;}

.clear { clear:both;}


/*top*/
#top{float:left; background:url(images/top_bg.jpg) repeat-x bottom left; width:100%; padding:20px 0 20px 0;}
.wrapper{margin:0 auto; padding:0; width:1000px;}
.logo{float:left; padding:0px 0 0 18px;}
.top_right{float:right; padding:16px 27px 0 0; font-size:26px; color:#1e1e1e; font-family: 'newsgoth_bdxcn_btbold'; line-height:26px; text-align:right;}
.top_right span{  font-family: 'newsgoth_xcn_btregular';}

/*menu*/
.menu_link { display:none; }
.top_menu{float:left; width:100%; background:url(images/menu_bg.jpg) top left repeat-x; margin:1px 0;}
ul.menu {list-style:none; padding:0; margin:0;  width:100%; text-align:center}

/*header*/
#header_bg{float:left; width:100%; background:url(images/header_bg.jpg) repeat-x top left; }
.header{float:left; width:96%; border:5px solid #fff; background: url(images/square_header.jpg) repeat top left; padding:15px; margin:21px 0 0 0; box-shadow:0px 10px 8px #afafaf;}
.header_shadow{float:left; background:url(images/header_shadow.png) no-repeat bottom center; width:100%; padding-bottom:40px;}
.header_left{float:left; width:63.5%;}
.header_left img{ width:100%; height:auto;  border:2px solid #fff;}
.header_right{float:right; margin-left:15px; width:33%;}
.contact_form h1{font-size:27px; font-family: 'newsgoth_bdxcn_btbold'; color:#1e1e1e; padding-bottom:0px; font-weight:normal;}
.contact_form h1 span{color:#019891;}
.form_field{float:left; width:100%;}
.label_f{float:left; width:110px; padding-right:7px; font-family: 'HelveticaCondensed';}
.label_i{float:left; width:175px;}
.label_f label{ font-size:13px;}
.label_i input[type="text"],.label_i input[type="tel"],.label_i input[type="email"] {float:left; background:url(images/textbox.png) no-repeat top left; width:100%; height:25px; border:none; font-size:13px; color:#7c7c7c; padding:3px 5px 0 5px; margin-bottom:3px;}
.label_i select{-moz-appearance: none;-webkit-appearance: none; float:left;  font-size:13px; color:#7c7c7c; padding:3px 0 0 5px; margin-bottom:0px; width:138px; border:none; background-color:transparent; }
.label_i input[type="submit"] {float:left; background:url(images/submit_btn.png) no-repeat top left; width:96px; height:31px; border:none; font-size:14px; color:#fff; margin-top:5px; margin-left:2px; cursor:pointer;}
.select_op{float:left; background:url(images/selectbox.png) no-repeat top left; width:120px; height:28px; border:none;overflow:hidden; margin-bottom:3px;}

/*mid */
#mid{float:left; width:100%; }
#mid h1{font-size:38px; color:#202020; }
#mid h1 span{ color:#007c76; }
.content{ float:left; width:96%;padding:0 20px 20px;}
.home_text{font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#565656; float:left; width:44%; padding:15px 0;}
.video_box{ width:52.5%; height:326px; float:right; border:4px solid #fff; box-shadow:0px 0px 8px #afafaf; margin-top:26px;}
.video_box iframe,.video_box object,.video_box embed { width: 100%;	max-height: 326px; height:100%;}




#footer{ float:left; width:100%; background:url(images/footer_bg.jpg) repeat-x #005b56; padding:4px 0 12px 0;}
ul.footer_address{ width:100%; margin:0; padding:0; list-style:none;}
ul.footer_address li{ width:auto; display:inline-table; color:#fff; font-size:13px; margin:0 0 0 0; padding:14px 25px 14px 25px; background:url(images/footer_sep.jpg) no-repeat left top;}
ul.footer_address li a:link,ul.footer_address li a:visited{ color:#fff;}
ul.footer_address li a:hover{ color:#c2c0c0;}
ul.footer_address li:first-child{ margin-left:0px; background:none;} 

.fmenu{ width:100%; float:left; margin-top:14px;}
ul.footer_menu{ width:711px; margin:0 auto; padding:0; list-style:none;}
ul.footer_menu li{ display:inline-block; margin:0; padding:0; }
ul.footer_menu li a:link,ul.footer_menu li a:visited{ display:block; font-size:12px; color:#fff; background:url(images/icon1.png) no-repeat left 7px; padding:0 10px 0 14px;}
ul.footer_menu li:first-child a:link,ul.footer_menu li:first-child a:visited{ padding-left:0; background:none;}
ul.footer_menu li a:hover,ul.footer_menu li.current_page_item a{ color:#c2c0c0;}
.copyright{ width:100%; float:left; text-align:center; font-size:12px; color:#fff; padding:8px 0 0 0;}
.copyright a{ color:#fff;}
.copyright a:hover{ color:#c2c0c0;}
.copyright span{font-size:11px;}




/*inner*/
#header_bg_inner{float:left; width:100%; background:url(images/header_bg_inner.jpg) repeat-x top left; }
#header_bg_inner .header_left{ width:100%;}
#header_bg_inner .header_left img{ width:99.7%;}

.cont_left{ width:74%; float:left;}
.sidebar{ width:23%; float:right; padding:10px 0;}
.sidebar h2{ font-family: 'newsgoth_bdxcn_btbold'; font-size: 26px; color:#007c76;}
.sidebar ul{ margin:8px 0 0 0; padding:0; list-style:none;}
.sidebar ul ul li{ margin:0; padding:0; background:url(images/left_aero.jpg) no-repeat left 8px !important; padding-left:15px; font-size:14px; line-height:22px;}
.sidebar ul li a:link,.sidebar ul li a:visited{}

div.wpcf7-mail-sent-ok {clear:both;}

@media (min-width: 748px)  { 
#mainmenu { float:left; width:100%;}
ul.menu li{ display:inline; position:relative; z-index:100;}
ul.menu li a:link, ul.menu li a:visited{text-decoration:none; color:#fff; padding:22px 15px 24px 15px; display:inline-block; cursor:pointer;  font-family: 'newsgoth_bdxcn_btbold'; font-size:22px; line-height:22px;}
ul.menu li a:hover {color:#40c1bb; background:url(images/menu_hover.jpg) top left repeat-x;}
ul.menu li.current_page_item a {color:#40c1bb; background:url(images/menu_hover.jpg) top left repeat-x;}

ul.menu ul {position:absolute; top:43px; left:0;  display:none; list-style:none; z-index:1; margin:0; padding:0}
ul.menu ul li{position:relative; margin:0; font-size:12px; font-weight:normal; padding:0; z-index:1; border-bottom:#052245 1px solid; }
ul.menu ul li a:link, ul.menu ul li a:visited {display:block; margin:0px; padding:5px;color:#fff; text-decoration:none; font-size:12px;background:#0074bd; height:auto; width:145px; font-weight:normal; line-height:22px; z-index:1; border:none; }
ul.menu ul li a:hover { background:#0a3f83;color:#fff; border:none;}
ul.menu ul ul {left:155px; top:0px;}

}

@media (min-width: 768px) and (max-width: 960px)  { 
.wrapper{display:block; width:auto; padding:0 10px; }
ul.menu li a:link, ul.menu li a:visited{text-decoration:none; color:#fff; padding:22px 10px 24px 10px; display:inline-block; cursor:pointer;  font-family: 'newsgoth_bdxcn_btbold'; font-size:17px; line-height:22px;}
.header{width:690px;}
.header_shadow{float:left; background:none !important; }

.header_left img{width:100%;}
.contact_form iframe{ height:510px !important; }
.header_left{float:left; width:57.5%;}
.header_right{float:right; margin-left:15px; width:40%;}
 
}
@media (min-width:30px) and (max-width: 768px){
.logo img{max-width:100%;}
.wrapper{display:block; width:auto; padding:0 10px; }
.header{width:auto;}
.top_menu{ background:none;}
.menu_link { display:block; position:absolute; top:0px; right:10px; height:27px; line-height:27px; padding:0 20px; border-radius: 0px 0px 5px 5px;font-size:18px; color:#fff !important; font-family: 'newsgoth_bdxcn_btbold'; background:#007771;  }
.menu_link a{color:#fff;}
.menu_link.active { border-radius:0px;}
ul.menu { position:absolute; top:27px; right:10px; z-index:99999; width:150px; display:none;  border-radius: 5px 0px 5px 5px; overflow:hidden; padding:10px 0; background:#007771; text-align:left;  }
ul.menu li a:link , ul.menu li a:visited {color:#fff;font-family: 'newsgoth_bdxcn_btbold'; display:block; padding:5px 10px 5px 14px; font-size:15px; }
ul.menu li a:hover , ul.menu  li.current_page_item a { color:#40c1bb; }	
ul.menu ul { display:block !important; list-style:none; margin:0; padding:0 8px; height:auto !important; }

.home_text{ width:100%;}
.video_box{ width:auto; float:left;}

.contact_form h1{font-size:24px;}
.content{ width:96%; padding:0 15px;}
.label_f{ width:36%;}
.label_i{ width:60%;}
.label_i input[type="text"] { width:135px; background:url(images/textbox1.png) no-repeat top left;}
#mid h1 { font-size:34px;}
.video_box{ width:70%; float:none; margin:20px auto 0;}

ul.footer_address li { display: inline-block; margin: 0 0 0 0px; vertical-align: top; width: 120px; padding:14px 5px 14px 18px;}
#header_bg_inner{ background:url(images/header_bg_inner4.jpg) repeat-x top left; }
#header_bg_inner .header{ padding:0px;}
#header_bg_inner .header_left img{ width:99.4%;}

}
@media (min-width:480px) and (max-width: 767px){ 
.wrapper{display:block; width:auto; padding:0 10px; }
.top_right{float:none; padding:16px 0px 0 0; font-size:20px; color:#1e1e1e; font-family: 'newsgoth_bdxcn_btbold'; line-height:20px; text-align:center;}
.logo {text-align:center; float:none; padding:0;}
.logo img{max-width:100%;}
.header{width:auto;}
#mid h1 { font-size:30px; line-height:30px;}
.header_shadow{ padding-bottom:30px;}

.header_left img{width:100%;}
.header_left{width:99%;}
.header_right{width:100%; display:block; margin-left:0px; margin-top:20px;}

.label_i input[type="text"] { width:205px; background:url(images/textbox2.png) no-repeat top left;}

#footer{padding-top:17px;}
ul.footer_address{ width:277px; float:left; margin-top:-10px;}
ul.footer_address li{ width:137px; margin:10px 0 0 0; background:none; padding:0;}

.fmenu { width:166px; float:right; margin-top:0px;}
ul.footer_menu{ width:auto;}
ul.footer_menu li{display:block; text-align:right;}
ul.footer_menu li a:link,ul.footer_menu li a:visited,ul.footer_menu li:first-child a:link,ul.footer_menu li:first-child a:visited{ background: url("images/icon1.png") no-repeat scroll right 7px;  padding: 0 14px 0 0; display:inline-block;}

}
@media (min-width:320px) and (max-width: 480px)  {
.top_right{float:none; padding:22px 0px 0 0; font-size:15px;  color:#1e1e1e; font-family: 'newsgoth_bdxcn_btbold'; line-height:18px; text-align:center;}
.logo {text-align:center; float:none; padding:15px 0 0 0;}
.header{width:auto;}
.header_shadow{ padding-bottom:25px; background:none;}
.header_right h1{font-size:22px; line-height:22px;}

.header_left img{width:100%;}
.header_left{width:99%;}
.header_right{width:100%; display:block; margin-left:0px; margin-top:20px;}

.content{ width:96.5%; padding:0 8px;}
.content p{ font-size:13px;}

.video_box{ width:98%; height:280px; margin:18px auto 0;}
#mid h1 { font-size:26px; line-height:30px; padding-bottom:0px;}
.home_text{ padding:0 0 5px 0;}

.label_i input[type="text"] { width:205px; background:url(images/textbox2.png) no-repeat top left;}

#footer{padding-top:17px;}
ul.footer_address{ width:277px; float:left; margin-top:-10px;}
ul.footer_address li{ width:175px; margin:10px 0 0 0; background:none; padding:0;}

.fmenu { width:166px; float:right; margin-top:0px;}
ul.footer_menu{ width:auto;}
ul.footer_menu li{display:block; text-align:right;}
ul.footer_menu li a:link,ul.footer_menu li a:visited,ul.footer_menu li:first-child a:link,ul.footer_menu li:first-child a:visited{ background: url("images/icon1.png") no-repeat scroll right 7px;  padding: 0 14px 0 0; display:inline-block;}

#header_bg_inner{ background:url(images/header_bg_inner1.jpg) repeat-x top left; }
#header_bg_inner .header{ box-shadow:0 7px 8px #AFAFAF; padding:0px;}
#header_bg_inner .header_left img{ width:99.4%;}

.sidebar h2{ font-size:20px;}

.cont_left{ width:100%; }
.sidebar{ width:100%; float:left;}

.sidebar h2{ font-size:19px; padding-bottom:0;}
.sidebar ul li{ font-size:12px; line-height:18px;}
}
@media  (max-width: 475px)  {
.contact_form iframe{ height:550px !important; }	
	
}

	
@media (min-width:30px) and (max-width:320px)  {
.top_right{float:none; padding:22px 0px 0 0; font-size:15px;  color:#1e1e1e; font-family: 'newsgoth_bdxcn_btbold'; line-height:18px; text-align:center;}
.logo {text-align:center; float:none; padding:15px 0 0 0;}

.header_shadow{ padding-bottom:20px;}
.header_left{width:98.5%; display:block; margin-right:0px;}
.header_right{width:100%; display:block; margin-left:0px; margin-top:20px;}
.header_right h1{font-size:18px; line-height:20px;}

.content{ width:96%; padding:0 5px;}
.content p{ font-size:13px;}
.video_box{ width:97%; height:190px; margin:10px auto 0;}
.home_text{ padding:0 0 5px 0;}

.label_f label{ font-size:12px;}
.label_i input[type="text"] { width:135px; background:url(images/textbox1.png) no-repeat top left;}

#footer{padding-top:17px;}
ul.footer_address{ width:140px;}
ul.footer_address li{ display:block; margin:8px 0 0 0; background:none; padding:0;}
ul.footer_address li:first-child{ margin-top:0px;}

.fmenu{ width:142px;}
ul.footer_address{ margin-top:0px;}

#header_bg_inner{ background:url(images/header_bg_inner2.jpg) repeat-x top left; }
#header_bg_inner .header{ box-shadow:0 5px 8px #AFAFAF; padding:0px; border: 3px solid #FFFFFF; margin: 12px 0 0;}
#header_bg_inner .header_left img{ width:98.4%;}

.cont_left{ width:100%; }
.sidebar{ width:100%; float:left;}

.sidebar h2{ font-size:19px; padding-bottom:0;}
.sidebar ul li{ font-size:12px; line-height:18px;}

}
@media (min-width:30px) and (max-width:240px)  {
.top_right{float:none; padding:22px 0px 0 0; font-size:15px;  color:#1e1e1e; font-family: 'newsgoth_bdxcn_btbold'; line-height:18px; text-align:center;}
.logo {text-align:center; float:none; padding:15px 0 0 0;}
 .header{padding:5px; border:2px solid #fff;}
.header_shadow{ background:none;}
.header_left{width:98%;}
.header_right{width:100%; display:block; margin-left:0px; margin-top:20px;}
.header_right h1{font-size:16px; line-height:18px;}
#mid h1 { font-size: 21px; line-height: 24px; padding-bottom:0px;}

.content{ width:100%; padding:0 0px;}
.content p{ font-size:12px;}
.video_box{ width:97%; height:150px;}

.label_f{ width:96%;}
.label_i input[type="submit"] { margin-top:-10px; margin-bottom:5px;}

ul.footer_address{ width:100%;}
ul.footer_address li{ width:auto; text-align:center;}

.fmenu{ width:100%; margin:20px 0 10px 0;}
ul.footer_menu{ width:100%; text-align:center;}
ul.footer_menu li{ display:inline;}
ul.footer_menu li a:link,ul.footer_menu li a:visited{ padding:0 6px 0 10px; display:inline;}

#header_bg_inner{ background:url(images/header_bg_inner3.jpg) repeat-x top left; }
#header_bg_inner .header{ box-shadow:0 3px 8px #AFAFAF; padding:0px; margin: 10px 0 0;}

.sidebar h2{ font-size:17px;}
}

@media (min-width:30px) and (max-width:198px)  { 
.top_right{float:none; padding:22px 0px 0 0; font-size:15px;  color:#1e1e1e; font-family: 'newsgoth_bdxcn_btbold'; line-height:18px; text-align:center;}
.logo {text-align:center; float:none; padding:15px 0 0 0;}
.header{padding:0; border:1px solid #fff;}

.header_left{width:100%; display:block; margin-right:0px;}
.header_right{width:100%; display:block; margin-left:0px; margin-top:20px;}
.header_right h1{font-size:16px; line-height:18px;}
}
.blog_div h2{padding-top:10px;}
.postmetadata {background: #efefef none repeat scroll 0 0;  border: medium none;  clear: both;  padding: 5px !important;}
