/*
Theme Name: LaserCap


/* 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; float:left; 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;
	clear:both;
	}

.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;
	}


.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: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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. */


.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:15px;
	}



#sidebar ul ul, #sidebar ul ol {
	
	}

#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 {

	padding: 0;
	background:none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	
	}

#sidebar #searchform #s {
width:150px; 
	
	}
	
#sidebar #searchsubmit {
	 margin-top:10px;
	}


select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 99%;
	padding: 2px;

	
	

	}
#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:99%;
	margin: 15px 50px 10px 0;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.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;
}




.blog_div{ margin-bottom:30px;}
.blog_div h2{ font-size:18px;   }
.blog_top{ font-size:11px; color:#999; padding-top:6px; padding-bottom:5px; border-bottom:1px dashed #ccc; margin-bottom:10px;}
.blog_top span{padding-right:10px;  font-style:italic;}
.postmetadata{font-size:12px; padding:5px !important;  border-bottom:1px dashed #ccc; border-top:1px dashed #ccc}
.blog_widget{margin-bottom:20px; background:#f2f2f2; padding:10px 15px;}
.blog_widget ul{ margin:0; padding:0px; list-style:none;}
.blog_widget ul li{ border-bottom:1px dotted #CCC; padding-bottom:5px; margin-bottom:5px;  }
.blog_widget ul li:last-child{border-bottom:none; padding-bottom:0px; margin-bottom:0px; }
.blog_widget h2{ margin-bottom:10px; }
/* 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:'HelveticaCERegular'; font-size:14px; line-height:25px; font-weight:normal; color:#6c6c6c; background:url(images/body_bg.jpg) repeat;  -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: none;}

h1 , h2 , h3 , form, input{ margin:0; padding:0;}

h1 { font-family:'HelveticaCERegular'; font-size:30px; line-height:13px; color:#1c3748; margin:0; padding:0;  font-weight:normal;}
h2 {   font-family: 'HelveticaCEBold'; font-size:20px; line-height:13px; color:#1c3748; font-weight:normal;  }
h3{font-size:14px; color:#242424; font-weight:normal; margin:0px; padding-bottom:6px;   font-family: 'HelveticaCEBold';}

a{ color:#0a3f83; text-decoration:none;}
img{border:0}
a:hover{ color:#212020; text-decoration:none;}


.wrapper { width:1000px; margin:0 auto; padding:0;    }

.clear { clear:both;}

@font-face {
    font-family: 'HelveticaCEBold';
    src: url('fonts/helvetica_ce_bold_0-webfont.eot');
    src: url('fonts/helvetica_ce_bold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica_ce_bold_0-webfont.woff') format('woff'),
         url('fonts/helvetica_ce_bold_0-webfont.ttf') format('truetype'),
         url('fonts/helvetica_ce_bold_0-webfont.svg#HelveticaCEBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaCERegular';
    src: url('fonts/helvetica_ce_regular_0-webfont.eot');
    src: url('fonts/helvetica_ce_regular_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica_ce_regular_0-webfont.woff') format('woff'),
         url('fonts/helvetica_ce_regular_0-webfont.ttf') format('truetype'),
         url('fonts/helvetica_ce_regular_0-webfont.svg#HelveticaCERegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'ubuntubold';
    src: url('fonts/ubuntu-b-webfont.eot');
    src: url('fonts/ubuntu-b-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-b-webfont.woff') format('woff'),
         url('fonts/ubuntu-b-webfont.ttf') format('truetype'),
         url('fonts/ubuntu-b-webfont.svg#ubuntubold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'legacy_sans_itc_stdmedium';
    src: url('fonts/legacysansitcstd-medium-webfont.eot');
    src: url('fonts/legacysansitcstd-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/legacysansitcstd-medium-webfont.woff') format('woff'),
         url('fonts/legacysansitcstd-medium-webfont.ttf') format('truetype'),
         url('fonts/legacysansitcstd-medium-webfont.svg#legacy_sans_itc_stdmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'legacy_sans_itc_stdbook';
    src: url('fonts/legacysansitcstd-book-webfont.eot');
    src: url('fonts/legacysansitcstd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/legacysansitcstd-book-webfont.woff') format('woff'),
         url('fonts/legacysansitcstd-book-webfont.ttf') format('truetype'),
         url('fonts/legacysansitcstd-book-webfont.svg#legacy_sans_itc_stdbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*top*/
.top { text-align:center; background:url(images/top_bg.png) no-repeat top center; width:100%; min-height:630px; }
.logo_row { float:left; width:100%;  }
.logo_left { float:left; margin:29px 0 0 0; }
.mid_text { float:none; font-family: 'legacy_sans_itc_stdbook'; font-size:30px; line-height:30px; color:#1c3748; margin:72px 0 0 0px; display:inline-block;}
.right_logo { float:right; font-family: 'legacy_sans_itc_stdmedium'; width:215px; margin:29px 0 0 0;    }
.bdr { float:left; width:100%; border-top:1px solid #bcc0bd; margin-top:22px;  }

.banner { float:left; width:100%; min-height:420px; overflow:hidden; }

.box { float:left; width:330px;  }
.banner_text { float:left; font-family: 'ubuntubold'; font-size:16px; line-height:19px; color:#5d5d5d;  margin:44px 0 0 0;  text-align:left;}.banner_text .blue { font-size:20px; line-height:23px; color:#1c3748; text-transform:uppercase;  }
.banner_text .red { font-size:20px; line-height:23px; color:#cc0300; text-transform:uppercase;  }
.box_image { float:left; margin:25px 0 0 0; position:relative;  width:288px; height:288px; }
.box_image img { float:left; }
.blue_arrow { position:absolute; top:59px; right:-41px; background:url(images/arrow1.png) no-repeat top right; width:36px; height:27px; }

.box2 { float:left; width:330px; text-align:center;  }
.banner_text2 { float:left; font-family: 'ubuntubold'; font-size:20px; line-height:23px; color:#5d5d5d;  margin:41px 0 0 97px; }
.banner_text2 .blue { font-size:20px; line-height:23px; color:#1c3748; text-transform:uppercase;  }
.banner_text2 .red { font-size:20px; line-height:23px; color:#cc0300; text-transform:uppercase;  }
.box_image2 { float:left; margin:25px 10px 0; position:relative;  }
.box_image2 img { float:left; }
.blue_arrow2 { position:absolute; bottom:104px; right:-48px; background:url(images/arrow2.png) no-repeat top right; width:36px; height:27px; }

.box_last { float:right; width:330px; }
.banner_text_last { float:right; font-family: 'ubuntubold'; font-size:16px; line-height:19px; color:#5d5d5d;  margin:44px 15px 0 0; text-align:right;}
.banner_text_last .blue { font-size:20px; line-height:23px; color:#1c3748; text-transform:uppercase;  }
.banner_text_last .red { font-size:20px; line-height:23px; color:#cc0300; text-transform:uppercase;  }
.box_image { float:left; margin:25px 0 0 0; position:relative;  }
.box_image img { float:left; }
.blue_arrow { position:absolute; top:59px; right:-41px; background:url(images/arrow1.png) no-repeat top right; width:36px; height:27px; }


.menu_bg { float:left; width:100%; background:url(images/menu_bg.jpg) repeat-x top left; margin:18px 0 0; }
/*menu*/
ul.menu {padding:0; margin:0 0 -8px 0; float:left; width:auto; list-style-type:none;}
ul.menu > li{ float:left; position:relative; z-index:9999; padding:0;  }
ul.menu > li > a:link, ul.menu > li > a:visited{text-decoration:none; color:#fff; margin:23px 0 24px 0px; float:left; cursor:pointer;font-family: 'HelveticaCERegular'; font-size:16px; display:block; border-left:1px solid #157ab9; line-height:16px; padding:0 19px;  }
ul.menu li:first-child a{ border-left:none;}

ul.menu > li:hover  { background:url(images/menu_hover.png) no-repeat top center; }

ul.menu > li.current_page_item , ul.menu > li.current_page_parent , ul.menu > li.current_page_ancestor   { background:url(images/menu_hover.png) no-repeat top center; }


ul.menu ul {position:absolute; top:58px; left:0;  display:none; list-style:none; margin:0; padding:0}
ul.menu ul li{ position:relative; margin:0; font-size:12px; font-weight:normal; padding:0; border-bottom:#000 1px solid; }
ul.menu ul li a:link, ul.menu ul li a:visited {display:block; margin:0px; padding:5px 5px 5px 10px;color:#fff; text-decoration:none; font-size:12px;background:#b81a17; height:auto; width:145px; font-weight:normal; line-height:normal; border:none; text-transform:none; background-image:none;    }
ul.menu ul li a:hover { background:#e4e4e4; color:#000; border:none; background-image:none; }
ul.menu ul ul {left:160px; top:0px; background-image:none; }


/*mid*/
.mid { float:left; width:100%; margin:35px 0; }
.left_con { float:left; width:625px; }
.btm_imgbox { float:left; margin:25px 20px 0 0; }
.btm_imgbox ul { margin:0; padding:0; list-style-type:none; color:#3e3e3e; font-family:'HelveticaCEBold'; font-size:14px; line-height:25px;      }
.btm_imgbox li { float:left; margin:5px 0px 0 0; width:140px;   }

.sidebar { float:right; width:319px; border:1px solid #000; padding-bottom:15px; background:url(images/sidebar_bg.jpg) repeat top left; border-radius:5px; position:relative;   }
.side_top { position:absolute; top:-10px; left:0; background:url(images/side_top.png) no-repeat top center; width:317px; height:64px; text-align:center; }
.side_top .title { float:left; margin:5px 0 0 0px; padding:0; font-family:'HelveticaCERegular'; font-size:20px; line-height:25px; color:#fff; width:100%;   }
.title span { font-family:'HelveticaCEBold';  }
.top_text { float:left; margin:92px 0 0 0; padding:0 0 12px 18px; width:auto; font-family:'HelveticaCERegular'; font-size:12px; line-height:18px; color:#d0d0d0;   }


.sidebar .form { float:left; width:285px; margin-right:5px; }
.sidebar .form { margin:0px; padding:0px; text-align:center; width:100%; }
.sidebar .form label { clear:both; color:#d0d0d0; text-align:left; font-size:15px; line-height:18px; padding:2px 0 0 0px; display:block; font-weight:normal; margin-left:0px; width:100px; float:left; margin:0 8px 0 10px; font-family:'HelveticaCERegular'; }
.sidebar .form input[type="text"],.sidebar .form select{ background:#fff; border:none; width:155px !important; padding:2px 5px; float:left; color:#000; margin-bottom:12px; font-family:helvetica; overflow:hidden;}
.btn_submitForm{display:block; text-indent:-9999px; overflow:hidden; background:url(images/submit_btn_blue.png) left top no-repeat !important; width:96px; height:35px; }
.sidebar .form select{width:165px !important; border:none !important;}
.contentform .formlabel{width:auto !important} 

/*footer*/

.footer{ float:left; width:100%; background:#2a2a2a; margin-top:26px; padding:0 0px 22px;}
ul.address { padding:0px; list-style:none; margin:0;  }
ul.address li{ color:#c5c5c5; font-family:'HelveticaCERegular'; font-size:14px; margin:0 27px 0 0; padding:15px 0 0px; line-height:18px; width:139px; float:left; }
ul.address .divider { background:url(images/divider.png) no-repeat top right;}
ul.address li:last { margin-left:0;}
.copyright{ float:left; width:100%; text-align:center; font-family:'HelveticaCERegular'; font-size:14px; line-height:18px; color:#818181; padding:5px 0px;}
.copyright a{ color:#818181; }
.copyright a:hover{ color:#000;}

/*inner page css start*/
ul.loc { margin:10px 0 10px 0; padding:0;}
ul.loc li { width:45%; float:left; margin-right:1%; min-height:150px; list-style:none;}
.top_inner { text-align:center; background:url(images/top_bg.png) no-repeat top center; width:100%; min-height:630px; }
.mid h1 { padding-bottom:20px; }
.cont_left { width:50%; float:left;}
.cont_right { width:50%; float:left;}

.videoWrapper{height: 0; padding-bottom: 56.25%; padding-top: 0; position: relative;}
.videoWrapper iframe{height: 100%; left: 0; position: absolute; top: 0; width: 100%;}


a[href^=tel] { color:#C5C5C5; }

/*Responsive code start*/

.menu_link{ display:none}
.left_caru { width:650px; margin:0 auto; padding-bottom:75px}

@media (max-width:768px)  {
		.box_image{ width:95%; padding:0 2%; height:auto; max-height:220px; overflow:hidden}
	.wrapper{ width:100%; }
	.top { min-height:590px; }
	.mid_text { margin:14px 5px 0 0; padding:0;  font-size: 24px; float:right;   }
	.right_logo { margin: 29px 10px 0; }
	.box { width:30%;  }
	.box_image2{padding-top:10px; }
	.box_image img { width:100%; }
	.box2 { width:30%; margin:46px 0 0 39px;  }
	.box_image2 img { width:100%; }
	.box_last { width:30%; }
	.banner{ min-height:inherit;}
	.box_image img { width:100%; }
	.banner_text { margin: 15px 0 0 15px; }
	.banner_text2 { margin: 27px 0 0 60px; }
	.banner_text_last { margin: 15px 15px 0 0; }
	ul.menu > li > a:link, ul.menu > li > a:visited {  padding: 0 9px; font-size:14px;  }
	ul.menu > li:hover { background-image:none; }
	ul.menu > li.current { background-image:none; }
	.mid { width:auto; padding:0 15px; margin:10px 0;  }
	.left_con { width:100%; }
	.sidebar { float:left; margin:20px 0 0 0; }
	.footer { margin-top: 15px; }
	ul.address { margin: 0 0 0 22px; }
	ul.address li { margin: 0 7px 0 0; padding: 15px 0 0; width: 138px; }
	.mid h1 { margin-top:10px; }
	.cont_left{ padding-top:15px;}
	.cont_right{padding-top:15px;}
	
		}	


@media (max-width:700px){

	.menu_link{ text-align:left;  clear:both; margin:0px; display:block !important; background:#1c3748 url(images/res_menu_link.png) no-repeat right center; padding:5px 15px; text-decoration:none; font-size:15px; color:#FFF; z-index:99999; font-family: 'HelveticaCERegular'; text-transform:uppercase}
	.menu_link:hover,.menu_link.active{ color:#ccc; background:#1c3748 url(images/res_menu_linkh.png) no-repeat right center; text-decoration:none;}
	
	ul.menu{ width:100%; float:left; display:none; margin:0px; position:relative; left:0; top:0px;}
	ul.menu li{ width:100%; float:left; margin-left:0; padding:0; }
	ul.menu li a:link,ul.menu li a:visited{ display:block; background:#000; height:auto; padding:3px 16px; float:none; color:#fff; text-align:left; font-size:14px; border-left:none;}
	ul.menu li a:hover,ul.menu li.current a,ul.menu li a.menuhover{ background:#1c3748 !important; color:#fff;}
	ul.menu li:first-child a { width:100%;}
	
	ul.menu ul{ left:0; position:relative; top:0; width:auto;}
	ul.menu ul li { border:0;}
	ul.menu ul li a:link, ul.menu ul li a:visited{ width:auto; height:auto; padding:3px 16px 3px 25px; background:#1c3748 !important; border:0; color:#fff; font-size:12px; }
	ul.menu ul li a:hover{ background:#ccc !important; color:#fff;}
	ul.menu ul ul {left:0;}

	.logo_left { float:none; }
	.mid_text { width:100%; float:right; }
	.right_logo { float: left; margin: 22px 0 0 41px; padding: 0; width: 80%; }
	.banner_text2 { margin: 26px 0 0 16px; }
	.blue_arrow2 { bottom: 44px; right: -43px; }
	.box2 { margin: 79px 0 0 27px; }
	.blue_arrow2 { bottom: 43px; right: -35px; }
	

	ul.menu > li > a:link, ul.menu > li > a:visited {  padding:2px 4px; font-size:14px; margin:0; width:auto; padding:8px 5px;     }
	ul.menu > li:hover { background-image:none; }
	ul.menu > li.current { background-image:none; }
	.btm_imgbox { float: left; margin: 25px 20px 0 0; text-align: center; width: 100%; }
	.sidebar { width:100%; }
	.side_top { left: 59px; }
	.btm_imgbox li { width: 182px; }
	.top_text { font-size:15px; }
	.form input[type="text"] { width:255px;  }
	ul.address .divider { background-image:none; }
	
	.top_inner { min-height: 266px; }
	.left_caru { width:auto; margin:0 auto; }
	.cont_left{ float:none; width:auto;  overflow:hidden; padding-top:15px;}
	.cont_right {float:none; width:auto; overflow:hidden; padding-top:15px;} 	
	.banner{display:none;}
	.home .banner{display:block;}

	}


@media  (max-width:320px)  { 
	
	html { overflow-x:hidden; }
	.logo_left { margin:10px 0 0 0; padding:0; width:100%;  }
	.logo_left img { width:100%; }
	.right_logo { margin: 9px 0 0 30px; }
	.box { width:100%; }
	.banner_text { width:100%; margin-left:0px; }
	.box_image { width:100%; margin:0; padding:0;  }
	.box_image img { float: none; text-align: center; width: 50%; }
	.blue_arrow { background-image:none; }
	.box2 { margin:18px 0 0; text-align: center; width: 100%;  position:relative; }
	.blue_arrow2 { background-image:none; }
	.box_image2{ padding-top:35px;}
	.box_image2 img { float: none; text-align: center; width: 50%; }
	.banner_text2 { margin: 0px 0 0; text-align: center; width: 100%; position:absolute; top:0px;}
	.box_last { width: 100%;  } 
	.banner_text_last { margin: 12px 0 0; text-align: center; width: 100%; }
	.mid { width:auto; padding: 0 15px; }
	.left_con { width: 90%; padding:0; }
	.btm_imgbox { float: left; margin: 5px 0 0; padding: 0; text-align: center; width: auto; }
	.btm_imgbox li { width: 129px; }
	.form input[type="text"] {width: 148px; }
	.sidebar { float:left; margin:10px 0 0 0; padding:0; width: 97%  }
	.top_text { margin: 65px 0 0; padding: 0 0 8px 9px; font-size: 11px; }
	.side_top { background-size:90%; left: -16px; top: -8px;  }
	.side_top .title { font-size:16px; }
	ul.address li { width: 132px; }
	
	.mid h1 { font-size: 22px; }
	
	.contentform .formlabel{ width:112px !important;}
	.box{ height:240px;}
	.box_last{ height:240px;}
	.banner_text{ text-align:center;}
	ul.loc li{ float:none; width:auto; min-height:inherit; padding-top:10px;}
	
}
#ashleyAndMartinForm .error_msg.on {display: inline-block;}

/*Responsive code end*/

