/*jQuery Menu-------------------------------------------------------------------------------------*/
.jqueryslidemenu{
z-index:50;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:50;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
margin:0 2px;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
color: white;
padding: 8px 10px;
padding-right:15px;
text-decoration: none;
text-shadow:0 1px 0 #000;
}

.jqueryslidemenu ul li.current_page_item, .jqueryslidemenu ul li.current_page_parent, .jqueryslidemenu ul li.current-menu-item, .jqueryslidemenu ul li.current-menu-parent{
	background:url(current_nav.png) no-repeat left -22px;

}
.jqueryslidemenu ul li.current_page_item a.current_nav, .jqueryslidemenu ul li.current_page_parent a.current_nav, .jqueryslidemenu ul li.current-menu-item a.current_nav, .jqueryslidemenu ul li.current-menu-parent a.current_nav{
	background:url(current_nav.png) no-repeat  right 8px;
	padding: 8px 12px 8px 0px;
	margin-left:12px;

}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
color: #d9d9d9;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
background:#484747;
border:#292929 1px solid;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow:0 2px 3px #1c1c1c;
-moz-box-shadow: 0 2px 3px #1c1c1c;
-webkit-box-shadow: 0 2px 3px #1c1c1c;
z-index:50;
min-height:0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	background:url(sub_menu_li_bck.jpg) repeat-x bottom;
display: list-item;
float: none;
z-index:50;
margin:0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
z-index:51;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
width: 160px; /*width of sub menus*/
padding: 8px;
margin: 0;
border-top-width: 0;
text-shadow:0 1px 0 #000;
z-index:51;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
color: #d9d9d9;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}





/*Shortcodes---------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------*/




/* ------- Buttons ------- */
a.button-1{
	/*float:right;*/
	background:#394dde url(buttons_chunky_sprites.png) no-repeat 0 -60px;
	height:52px;
	line-height:43px;
	padding-left: 15px;
	color:#ffffff!important;
	text-decoration:none;
	font-weight:bold;
	text-shadow:#000 0px 1px 0px;
	font-size: 15px;
	outline:none;
	border:none;
	width:auto; 
  	overflow:visible;
	position:relative;
	padding:13px 15px 20px 15px;
	*padding:0 15px;
}
a.button-1 span.btn_text{
	cursor:pointer;
	/*padding:12px 5px 19px 0;*/
	display:inline-block;
	*top:0;
}

a.button-1 span.btn_right{
	background:#394dde url(buttons_chunky_sprites.png) no-repeat -276px -60px;
	height:52px;
	width:15px;
	display:inline-block;
	/*float:right;*/
	margin-left:0px;
	overflow:visible;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
a.button-1 span.btn_right{
right:-20px;
}
}
a.button-1:hover{
	background:#394dde url(buttons_chunky_sprites.png) no-repeat;
	color:#EAEAEA;
	text-decoration:none!important;
}
a.button-1:hover span.btn_right{
	background:#394dde url(buttons_chunky_sprites.png) no-repeat -276px 0;
	color:#EAEAEA;
}
a.button-1{
	*display:inline-block!important;
	*float:none;
}
a.button-1 span.btn_text{
	*position:relative!important;
}
a.button-1 span.btn_right{
	*float:none!important;
	*display:inline-block!important;
}









a.button-2{
	/*float:right;*/
	background:#394dde url(buttons_chunky_sprites.png) no-repeat -300px -60px;
	height:42px;
	line-height:40px;
	color:#ffffff!important;
	text-decoration:none;
	font-weight:bold;
	text-shadow:#000 0px 1px 0px;
	font-size: 13px;
	outline:none;
	border:none;
	width:auto; 
  	overflow:visible;
	position:relative;
	padding:10px 15px 20px 15px;
	*padding:0 15px;
}
a.button-2 span.btn_text{
	cursor:pointer;
	/*padding:12px 5px 19px 0;*/
	display:inline-block;
	*top:-3px;
	font-size:13px;
}

a.button-2 span.btn_right{
	background:#394dde url(buttons_chunky_sprites.png) no-repeat -542px -60px;
	height:42px;
	width:15px;
	display:inline-block;
	/*float:right;*/
	margin-left:0px;
	overflow:visible;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
a.button-2 span.btn_right{
right:-20px;
top:2px;
}
}
a.button-2:hover{
	background:#394dde url(buttons_chunky_sprites.png) no-repeat -300px 0px;
	color:#EAEAEA;
	text-decoration:none!important;
}
a.button-2:hover span.btn_right{
	background:#394dde url(buttons_chunky_sprites.png) no-repeat -542px 0px;
	color:#EAEAEA;
}
a.button-2{
	*display:inline-block!important;
	*float:none;
}
a.button-2 span.btn_text{
	*position:relative!important;
}
a.button-2 span.btn_right{
	*float:none!important;
	*display:inline-block!important;
}




a.button-3{
	/*float:right;*/
	background:#394dde url(buttons_sprites.png) no-repeat 0 0;
	height:40px;
	line-height:43px;
	padding-left: 15px;
	color:#ffffff!important;
	text-decoration:none;
	font-weight:bold;
	text-shadow:#000 0px 1px 0px;
	font-size: 15px;
	outline:none;
	border:none;
	width:auto; 
  	overflow:visible;
	position:relative;
	padding:10px 21px 13px 21px;
	*padding:0 21px;
}
a.button-3 span.btn_text{
	cursor:pointer;
	/*padding:12px 5px 19px 0;*/
	display:inline-block;
	*top:0;
}

a.button-3 span.btn_right{
	background:#394dde url(buttons_sprites.png) no-repeat -265px 0;
	height:40px;
	width:20px;
	display:inline-block;
	/*float:right;*/
	margin-left:0px;
	overflow:visible;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
a.button-3 span.btn_right{
right:-21px;
top:2px;
}
}
a.button-3:hover{
	background:#394dde url(buttons_sprites.png) no-repeat 0 -51px;
	color:#EAEAEA;
	text-decoration:none!important;
}
a.button-3:hover span.btn_right{
	background:#394dde url(buttons_sprites.png) no-repeat -265px -51px;
	color:#EAEAEA;
}
a.button-3{
	*display:inline-block!important;
	*float:none;
}
a.button-3 span.btn_text{
	*position:relative!important;
}
a.button-3 span.btn_right{
	*float:none!important;
	*display:inline-block!important;
}




a.button-4{
	/*float:right;*/
	background:#394dde url(buttons_sprites.png) no-repeat -300px 0;
	height:31px;
	line-height:31px;
	padding-left: 15px;
	color:#ffffff!important;
	text-decoration:none;
	font-weight:bold;
	text-shadow:#000 0px 1px 0px;
	font-size: 13px;
	outline:none;
	border:none;
	width:auto; 
  	overflow:visible;
	position:relative;
	padding:5px 16px 9px 19px;
	*padding:0 16px;
	margin-right:5px;
}
a.button-4 span.btn_text{
	cursor:pointer;
	/*padding:12px 5px 19px 0;*/
	display:inline-block;
	*top:0;
}

a.button-4 span.btn_right{
	background:#394dde url(buttons_sprites.png) no-repeat -534px 0;
	height:31px;
	width:20px;
	display:inline-block;
	/*float:right;*/
	margin-left:0px;
	overflow:visible;
	cursor:pointer;
	position:absolute;
	top:0;
	right:-3px;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
a.button-4 span.btn_right{
right:-21px;
top:2px;
}
}
a.button-4:hover{
	background:#394dde url(buttons_sprites.png) no-repeat -300px -51px;
	color:#EAEAEA;
	text-decoration:none!important;
}
a.button-4:hover span.btn_right{
	background:#394dde url(buttons_sprites.png) no-repeat -534px -51px;
	color:#EAEAEA;
}
a.button-4{
	*display:inline-block!important;
	*float:none;
}
a.button-4 span.btn_text{
	*position:relative!important;
}
a.button-4 span.btn_right{
	*float:none!important;
	*display:inline-block!important;
}







a.button-5{
	/*float:right;*/
	background:#394dde url(buttons_sprites.png) no-repeat -558px 0;
	height:22px;
	line-height:20px;
	padding-left: 15px;
	color:#ffffff!important;
	text-decoration:none;
	font-weight:normal;
	text-shadow:#000 0px 1px 0px;
	font-size: 11px;
	outline:none;
	border:none;
	width:auto; 
  	overflow:visible;
	position:relative;
	padding:2px 13px 5px 13px;
	*padding:0 16px;
}
a.button-5 span.btn_text{
	cursor:pointer;
	/*padding:12px 5px 19px 0;*/
	display:inline-block;
	*top:0;
}

a.button-5 span.btn_right{
	background:#394dde url(buttons_sprites.png) no-repeat -730px 0;
	height:22px;
	width:10px;
	display:inline-block;
	/*float:right;*/
	margin-left:0px;
	overflow:visible;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
a.button-5 span.btn_right{
right:-17px;
top:0px;
}
}
a.button-5:hover{
	background:#394dde url(buttons_sprites.png) no-repeat -558px -51px;
	color:#EAEAEA;
	text-decoration:none!important;
}
a.button-5:hover span.btn_right{
	background:#394dde url(buttons_sprites.png) no-repeat -730px -51px;
	color:#EAEAEA;
}
a.button-5{
	*display:inline-block!important;
	*float:none;
}
a.button-5 span.btn_text{
	*position:relative!important;
}
a.button-5 span.btn_right{
	*float:none!important;
	*display:inline-block!important;
}











a.button-5port{
	/*float:right;*/
	background:#394dde url(buttons_sprites.png) no-repeat -558px 0;
	height:22px;
	line-height:20px;
	padding-left: 15px;
	color:#ffffff!important;
	text-decoration:none;
	font-weight:bold;
	text-shadow:#000 0px 1px 0px;
	font-size: 11px;
	outline:none;
	border:none;
	width:auto; 
  	overflow:visible;
	position:relative;
	padding:2px 13px 5px 13px;
	*padding:0 16px;
}
a.button-5port span.btn_text{
	cursor:pointer;
	/*padding:12px 5px 19px 0;*/
	display:inline-block;
	*top:0;
}

a.button-5port span.btn_right{
	background:#394dde url(buttons_sprites.png) no-repeat -730px 0;
	height:22px;
	width:10px;
	display:inline-block;
	/*float:right;*/
	margin-left:0px;
	overflow:visible;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
a.button-5port span.btn_right{
right:-17px;
top:1px;
}
}
a.button-5port:hover{
	background:#394dde url(buttons_sprites.png) no-repeat -558px -51px;
	color:#EAEAEA;
	text-decoration:none!important;
}
a.button-5port:hover span.btn_right{
	background:#394dde url(buttons_sprites.png) no-repeat -730px -51px;
	color:#EAEAEA;
}
a.button-5port{
	*display:inline-block!important;
	*float:none;
}
a.button-5port span.btn_text{
	*position:relative!important;
}
a.button-5port span.btn_right{
	*float:none!important;
	*display:inline-block!important;
}
/* ------- Hr ------- */
.hr-1{
	background:url(hr_bck.jpg) repeat-x;
	height:33px;
	border:none!important;
	outline:none!important;	
	display:block;
}


/* ------- Fluid Columns ------- */
.one_half, .one_third, .two_third, .three_fourth, .one_fourth,.two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.6666%;
}
.two_third {
	width: 65.3332%;
}
.one_fourth {
	width: 22%;
}
.two_fourth {
	width: 48%;
}
.three_fourth {
	width: 74%;
}
.one_fifth {
	width: 16.8%;
}
.two_fifth {
	width: 37.6%;
}
.three_fifth {
	width: 58.4%;
}
.four_fifth {
	width: 79.2%;
}
.one_sixth {
	width: 13.3333%;
}
.two_sixth {
	width: 30.6666%;
}
.three_sixth {
	width: 47.9998%;
}
.four_sixth {
	width: 65.3332%;
}
.five_sixth {
	width: 82.6665%;
}
.last {
	margin-right: 0 !important;
	clear: right;
}
/* Two level columns
---------------------------------------------------------- */
.one_half .one_half {
	margin-right: 8.3333%;
	width: 45.8333%;
}
.one_half .one_third {
	margin-right: 8.3333%;
	width: 27.7778%;
}
.one_half .two_third {
	margin-right: 8.3333%;
	width: 63.8889%;
}
.two_third .one_third {
	margin-right: 6.1224%;
	width: 29.2517%;
}
.two_third .two_third {
	margin-right: 6.1224%;
	width: 64.6258%;
}
.two_third .one_fourth {
	margin-right: 6.1224%;
	width: 20.4082%;
}
.clearboth{
	clear:both;
}


/* Divider
---------------------------------------------------------- */
.space_divider{
	display:block;
	clear:both;
	padding:25px;
}
/* ------- Video Shortcodes ------- */
.video_frame {
line-height:100%;
}


/* ------- Dropcaps ------- */
.dropcap1, .dropcap2, .dropcap3, .dropcap4 {
float:left;
overflow:hidden;
text-align:center;
}
.dropcap1 {
font-size:36px;
height:40px;
line-height:40px;
margin:0 0 -4px;
width:40px;
}
.dropcap2 {
font-size:26px;
height:36px;
line-height:33px;
margin:0 5px -4px 0 ;
width:36px;
color:#fff;
background:#394dde url(dropcap2.png) no-repeat;
}



/* ------- Quotes ------- */
#content blockquote.alignleft {
margin:10px 20px 0 0;
width:250px;
}
#content blockquote.alignright {
margin:10px 0 0 20px;
width:250px;
}
.alignleft {
float:left;
}
#content blockquote {
color:#444444;
font-family:Georgia,"Times New Roman",Times,serif;
line-height:19px;
padding:10px 20px 10px 45px;
}
#content  blockquote p{
	font-size:15px;
	margin-right:10px;
}
#content  blockquote p.qp{
	background:url(quote.png) no-repeat;
	height:35px;
	width:30px;
	display:inline;
	float:left;
	margin-bottom:0;
}
#content blockquote p cite{
	font-size:11px;
	color:#b7b7b7;
}
.alignright{
	float:right;
}
.alignleft{
	float:left;
}


/* ------- Code ------- */
.code {
background:#f4f5f5 url(code.png) repeat;
padding:20px 10px;
}
.code, .pre {
border:1px solid #E0E0E0;
overflow:auto;
white-space:pre-wrap;
line-height:20px;
font-size:12px;
display:block;
}



/* ------- Lists ------- */
ul.list-s li span{
	background:#707070 url(Listspatterns.png) no-repeat;
	height:14px;
	width:16px;
	display:inline-block;
	float:left;
	margin-right:3px;
	margin-top:2px;
}
ul.list-s li{
	list-style:none;
	margin-left:0;
	margin-bottom:3px;
}
ul.list1 li span{
	background-position:0 0px;
}
ul.list2 li span{background-position:0 -17px;}
ul.list3 li span{background-position:0 -34px;}
ul.list4 li span{background-position:0 -55px;}
ul.list5 li span{background-position:0 -72px;}
ul.list6 li span{background-position:0 -89px;}
ul.list7 li span{background-position:0 -105px;}
ul.list8 li span{background-position:0 -122px;}
ul.list9 li span{background-position:0 -139px;}
ul.list10 li span{background-position:0 -157px;}
ul.list11 li span{background-position:0 -174px;}


/* ------- Highlights ------- */
.highlight{
	background-color:#FFFF99;
}
.highlight.dark{
	background-color:#333333;
	color:#fff;
}
/* ------- Frames ------- */
.image-frame{
	-moz-box-shadow:0 1px 3px #919192;
	box-shadow: 0 1px 3px #919192;
	-webkit-box-shadow: 0 1px 3px #919192;
	-o-box-shadow: 0 1px 3px #919192;
	background-color:#e8e9e9;
	background:-moz-linear-gradient(center bottom , #e8e9e9 0px, #F2F2F2 100%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear,left bottom,left top, color-stop(0, #e8e9e9),color-stop(1, #F2F2F2));
	border:1px solid #FFFFFF !important;
	padding:6px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	margin-bottom:0.6em;
}
img.alignleft{
float:left;
margin:2px 16px 2px 2px !important;
}
img.alignright{
float:right;
margin:2px 16px 2px 2px !important;
}
.map-frame{
	-moz-box-shadow:0 1px 3px #919192;
	box-shadow: 0 1px 3px #919192;
	-webkit-box-shadow: 0 1px 3px #919192;
	-o-box-shadow: 0 1px 3px #919192;
	background-color:#e8e9e9;
	background:-moz-linear-gradient(center bottom , #e8e9e9 0px, #F2F2F2 100%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear,left bottom,left top, color-stop(0, #e8e9e9),color-stop(1, #F2F2F2));
	border:1px solid #FFFFFF !important;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	margin-bottom:0.6em;
}




/* ------- Alert Boxes ------- */
.info-box{
	background:url(info-box.png) no-repeat 15px 50%;
	background-color:#a2b7fd;
	border:#2046c5 1px solid;
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	color:#2e479a;
	padding:15px 15px 15px 60px;
	margin:15px 0;
}
.error-box{
	background:url(error-box.png) no-repeat 15px 50%;
	background-color:#fdb3b3;
	border:#bc0101 1px solid;
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	color:#dd2d2d;
	padding:15px 15px 15px 60px;
	margin:15px 0;
}
.check-box{
	background:url(check-box.png) no-repeat 15px 50%;
	background-color:#63ee8a;
	border:#038b29 1px solid;
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	color:#046b21;
	padding:15px 15px 15px 60px;
	margin:15px 0;
}







/* ------- Contact Form ------- */
#contact-form .input{
	margin:10px 0;
	position:relative;
}
#contact-form input{
	background:#f1f1f1;
	width:270px;
	height:30px;
	border:#d4d4d4 1px solid;
	padding: 0 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow:inset 0 2px 5px #bab9b9;
	-moz-box-shadow:inset 0 2px 5px #bab9b9;
	-webkit-box-shadow:inset 0 2px 5px #bab9b9;
	
}
#contact-form .input label{
	color:#8c8b8b;
	font-size:14px;
}
#contact-form textarea{
	background: #f1f1f1;
	height:180px;
	border:none;
	padding: 0 10px;
	overflow:auto;
	border:#d4d4d4 1px solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow:inset 0 2px 5px #bab9b9;
	-moz-box-shadow:inset 0 2px 5px #bab9b9;
	-webkit-box-shadow:inset 0 2px 5px #bab9b9;
}
/*Hack for Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 
#contact-form textarea, #contact-form input {
     border: 5px solid #fff; /* cover the edges with the border*/
     margin: 0 -3px 0 -3px; /* and take back the extra pixels the border adds*/
   }
}
#contact-form #submit-form{
	background:url(add_comment_btn.png) no-repeat;
	width:130px;
	height:32px;
	color:#7e7e7e;
	cursor:pointer;
	display:block;
	line-height:30px;
	font-size:12px;
	text-align:center;
	border:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	text-shadow:0 1px 0 #fff;
	padding: 0 0 5px 0;
}
#commentform p a{
	font-weight:bold;
	color:#595858;
}
#contact-form .name-error, #contact-form .email-error, #contact-form .comments-error{
	display:none;	
	position:relative;
	top:5px;
}
#contact-form .comments-error{
	position:absolute;
	right:5px;
	top:5px;
}






/* ------- Toggle ------- */
h3.trigger {
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	background:url(toggles_h2.jpg) repeat-x;
	height: 38px;
	line-height: 38px;
	border:#afafaf 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:0 1px 3px #dbdada;
	-moz-box-shadow: 0 1px 3px #dbdada;
	-webkit-box-shadow: 0 1px 2px #dbdada;
}
h3.trigger a {
	color: #707070;
	text-decoration: none;
	display: block;
	text-shadow:0 1px 0 #fff;
	font-size:18px;
	background:url(toggle_arrow.png) 0 10px no-repeat;
	padding: 0 0 0 30px;
	line-height: 38px;
}
h3.trigger a:hover { color: #ccc; }
h3.trigger a.active {background-position: 0 -20px;}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	background: #f0f0f0;
	overflow: hidden;
	clear: both;
	border:#d6d6d6 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:0 1px 3px #dbdada;
	-moz-box-shadow: 0 1px 3px #dbdada;
	-webkit-box-shadow: 0 1px 2px #dbdada;
}
.toggle_container .block {
	padding: 20px; /*--Padding of Container--*/
}



/* ------- Lines ------- */
.line_full{
	background:url(line_separ.png) center no-repeat;
	height:8px;
	width:880px;
	display:block;
	margin: 20px 0;
}