@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:extralight);
@import url(http://fonts.googleapis.com/css?family=Caudex:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Rye);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

@charset "utf-8";
/* CSS Document */
*{
margin: 0;
padding: 0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

html, body {
	height: 100%;
}


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	line-height: 1.2;
}

body {
    font-size: 12px;
    font-family: 'Source Sans Pro', Verdana,Arial,Helvetica,sans-serif;
    color: #000;
    background-color: #FFF;
}





/* required for sticky footer */

html, body {
	height: 100%;
}


body {
background-color: #C8E5C1;
background-color: transparent;
background-image: url(../../img/fm_bg.png);
background-repeat: no-repeat;
background-size: 100% 100%;
background-attachment: fixed;
z-index: 0;
}




.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}




#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #ffffff;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #009ae1;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}












img {
max-width: 100%;
}




.usr_email, .password {
 color:#000;
}



.right {
 float:right;
}

.rspace {
 margin: 0 0 5px 15px;
}


.left {
 float:left;
}

.lspace {
 margin: 0 15px 5px 0;
}


.logo {
max-width:200px;height:auto;

}


  


.desktop {
  display:block;
}

.loader, .loaderbox {
 visibility:hidden;
}


.clear { 
width: 100%; 
height: 1px; 
margin: 0 0 -1px; 
clear: both; 
} 



.center {
 text-align:center;
}

.spacer {
 width:100%;
}

.spacer30 {
 height:30px;
}
.spacer80 {
 height:80px;
}




.hidden {
display:none;
}





.basic h1 {
 font-size:18pt;
 font-weight:600;
 margin:20px 0;
}

.basic h2 {
 font-size:16pt;
 font-weight:400;
 margin:20px 0;
}

.basic p {
 font-size:14pt;
 font-weight:200;
 margin:20px 0;
 text-align:justify;
}





.sort {
 margin:20px 0 20px 0;
}



.body_wrapper {
 width:100%;
 overflow:hidden;
 position:relative;
}


.body_left {
 float:left;width:50%; 
}

.body_right {
 float:right;width:50%;
}

.bod, .bud {
 width:100%;
 overflow:hidden;
 position:relative;
}

.bud {
 background:#cdcdcd;
}


.bod_left {
 float:left;width:25%; 
}

.bod_right {
 float:right;width:75%;
}


.bid {
 font-size:14pt;
 font-weight:400;
 margin-top:-5px;
}


.more { 
 display: none;
 margin:30px 0;
}



.row {
  margin-left:0px;
  margin-right:0px;
}


.aside-box {
 border-radius:5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
 box-shadow:0px 0px 7px #676767;
 -webkit-box-shadow: 0px 0px 7px #676767;
 -moz-box-shadow: 0px 0px 15px #676767;
}





.catbox {
  margin:15px;font-size:12pt;padding:3px;border:#cecece solid 1px;width:400px;height:20px; position:relative;

}



.highlight{ background-color:#FFFF8A;}

.catbutton {
    position: absolute;
    right: 4px;
    top: 3px;
}


.catitems {
 margin:25px;
}


.catitems label a {
 font-size:14pt;
}

.submit {
 background: linear-gradient(#ffbc00 5%, #ffdd7f 100%);
 border: 1px solid #e5a900;
 color: #4E4D4B;
 font-weight: bold;
 cursor: pointer;
 border-radius: 5px;
 padding: 5px 10px;
 outline: none;
}

.submit:hover {
 background: linear-gradient(#ffdd7f 5%, #ffbc00 100%);
}



.linkasbutton:hover {
 text-decoration:none;
}

.buttondown {

/* for firefox, safari, chrome, etc. */
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);/* For Opera*/
-khtml-transform: rotate(90deg);/* For Lunix*/
/* for ie */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);

}


#alert_box {
 display:none;
 z-index:1500;
 position:fixed;
 top:50%;
 left: 50%;
 width:300px;
 margin-left: -150px;
 height:180px;
 margin-top: -90px;
 background:#f0f0f0;
 border-bottom:#009AE1 solid 20px;
 border-top:#009AE1 solid 20px;
 color:#000;
}

#alert_box h1 {
 font-size:14pt;
 font-weight:bold;
 margin:35px 15px 5px 15px;
 text-align:center;
}

#alert_box h2 {
 font-size:12pt;
 font-weight:bold;
 margin:15px 15px 5px 15px;
 text-align:center;
}

#alert_box p {
 font-size:12pt;
 margin:15px 15px 5px 15px;
 text-align:center;
}

#alert_box a {
 padding:0 15px 0 15px;
 margin:0 5px 0 5px;
 border:#cdcdcd solid 1px;
 border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
 background:#fff;
}
#alert_box a:hover {
 background:#cdcdcd;
 color:#fff;
}

















.upper {
 background-color: #7F7F7F;
 width:100%;
 height:55px;
 
}

.upper h2 {
 padding:15px 55px;
 font-family:'Open Sans', sans-serif;
 font-size:18px;
 color: #FFFFFF;
 font-weight:800;
}

.upper h2 span {
 color: #DCDDDE;
 font-weight:100;
}

.upper h2 a {
 color:#00137F;
 text-decoration:none;
}










@media only screen and (max-width : 1000px) {



.upper h2 {

}



}





@media only screen and (max-width : 800px) {

.upper h2 {
 font-size:16px;
 padding:10px 45px;
}



}




@media only screen and (max-width : 420px) {

.upper h2 {
 font-size:14px;
 padding:10px 35px;
}


}


@media only screen and (max-width : 320px) {

.upper h2 {
 font-size:12px;
 padding:10px 25px;

}


}





.header {

  font-family: 'Open Sans', sans-serif;
  height: 106px;
  background: #000000;
  margin-bottom: 5px;
}


.header h1 {
 float: left;
 color: #DCDDDE;
 padding:30px 0 0 80px;;
 font-size:40px;

}

.header h1 span {
 font-size:20px;

}

.header h1 a {
 color: #DCDDDE;


}



@media only screen and (max-width : 1000px) {



.header h1 {

}

.header h1 span {

}

}





@media only screen and (max-width : 800px) {

.header h1 {
 padding:25px 0 0 40px;;
 font-size:30px;
}

.header h1 span {
 font-size:15px;
}

}




@media only screen and (max-width : 420px) {

.header h1 {
 padding:25px 0 0 40px;;
 font-size:30px;
}

.header h1 span {
font-size:15px;
}

}


@media only screen and (max-width : 320px) {

.header h1 {
 padding:25px 0 0 40px;;
 font-size:25px;
}

.header h1 span {
 font-size:12px;
}

}



#med {
  position:absolute;
 top:5px;
 right:155px;
 width:125px;
 height:24px;
 padding-left:10px;
 color:#fff;
 z-index:10;
}







div.dropdown {
color: #555;
margin: 3px -22px 0 0;
width: 143px;
position: relative;
height: 17px;
text-align:left;
z-index:20;
}
div.submenu
{
background: #fff;
position: absolute;
top: -12px;
left: -20px;
z-index: 100;
width: 135px;
display: none;
margin-left: 10px;
padding: 40px 0 5px;
border-radius: 6px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.dropdown  li a {
   
    color: #555555;
    display: block;
    font-family: arial;
    font-weight: bold;
    padding: 6px 15px;
  cursor: pointer;
text-decoration:none;
}

.dropdown li a:hover{
    background:#155FB0;
    color: #FFFFFF;
    text-decoration: none;
    
}
a.account {
font-size: 11px;
line-height: 16px;
color: #555;
color:#e0e0e0;
position: absolute;
z-index: 110;
display: block;
padding: 11px 0 0 20px;
height: 28px;
width: 121px;
margin: -11px 0 0 -10px;
text-decoration: none;

cursor:pointer;
}




.root
{
list-style:none;
margin:0px;
padding:0px;
font-size: 11px;
padding: 11px 0 0 0px;
border-top:1px solid #dedede;
	
	
}




p.cstring {
 font-size:15pt;
 color:white;
 margin:20px 0;
 background:#000;
 border-left:#556655 solid 4px;
 border-right:#887766 solid 4px;
 border-bottom:#ddccbb solid 4px;
 border-top:#ccccbb solid 4px;
 padding:8px;
 max-width:912px;
 width:100%;
}

#form_letter p {
 font-size: 1.3em;
 font-family: Georgia,"Times New Roman",Times,serif;
 line-height: 22px;
 text-align:justify;
 max-width:912px;
 width:100%;
}





#top {
 width:500px;
 background-color: #7F7F7F;
 margin:30px auto;
 padding:20px;

	border-radius: 10px; 
	 -moz-border-radius:10px; 
	 -webkit-border-radius:10px; 
	 -khtml-border-radius: 10px; 

 box-shadow:0px 0px 15px #676767; 
 -webkit-box-shadow: 0px 0px 15px #676767; 
 -moz-box-shadow: 0px 0px 15px #676767; 

}



#signin_menu, #signup_menu, #activate_menu,  #forgot_menu, #change_menu, #payment_menu {
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-top-right-radius: 5px;
 -khtml-border-radius: 5px;
 display:block;
 background-color:#009AE1;    
 position:absolute;
 width:436px;
 z-index:100;
 border:1px #000;
 text-align:left;
 padding:12px;
 top: 34.5px; 
 right: 75px; 
 margin-top:15px;
 margin-right: 0px;
 *margin-right: -1px;
 color:#000;
 font-size:11px;
 box-shadow:1px 1px 3px 3px #676767;
 -webkit-box-shadow: 1px 1px 3px 3px #676767;
 -moz-box-shadow: 1px 1px 3px 3px #676767;
 box-shadow:1px 1px 3px 3px #2684b7;
 -webkit-box-shadow: 1px 1px 3px 3px #2684b7;
 -moz-box-shadow: 1px 1px 3px 3px #2684b7;
}



#signin_menu input[type=text], #signin_menu input[type=password], #signin_menu textarea {
	display:block;
	border-radius: 4px;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
	 -khtml-border-radius: 4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}

#signup_menu input[type=text], #signup_menu input[type=password], #signup_menu textarea {
	display:block;
	border-radius: 4px;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
	 -khtml-border-radius: 4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}


#payment_menu input[type=text], #payment_menu textarea {
	display:block;
	border-radius: 4px;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
	 -khtml-border-radius: 4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;

}


#payment_menu.usr_email input[type=text] {

	width:293px;
}
#payment_menu.amount input[type=text] {

	width:83px;
}



#change_menu input[type=text], #change_menu textarea, #forgot_menu input[type=text], #forgot_menu textarea, #activate_menu input[type=text] {
	display:block;
	border-radius: 4px;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
	 -khtml-border-radius: 4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:353px;
}


#signin_menu p, #signup_menu p, #contact_menu p {
	margin:0;
}
#signin_menu a, #signup_menu a, #contact_menu a {
	color:#6AC;
}
#signin_menu label, #signup_menu label, #contact_menu label {
	font-weight:normal;
}
#signin_menu p.remember {
	padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
}
#signin_menu p a, #signup_menu p a, #contact_menu p a {
	color:#27B!important;
}
#signin_submit, #signup_submit, #contact_submit {
	border-radius: 4px;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
	 -khtml-border-radius: 4px;
	background:#39d;
	border:1px solid #39D;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}


#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}

#signup_submit::-moz-focus-inner {
padding:0;
border:0;
}

#contact_submit::-moz-focus-inner {
padding:0;
border:0;
}

#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

#signup_submit:hover, #signup_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

#contact_submit:hover, #contact_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}




/* 
  signupbox new 
*/ 


#signupbox {
 color:#fff;
}



#signupbox h2, #signupbox h3, #signupbox h4 { 
 color:#fff; 
} 
#signupbox h3 { 
 font-size:16pt; 
 margin:0 0 10px 0; 
} 
#signupbox h4 { 
 font-size:12pt; 
 margin: 10px 0 20px 15px; 
} 

#signupbox h5 { 
 font-size:12pt; 
 margin: 10px 0 20px 0px; 
} 

#signupbox .topwrapper { 
 width:440px; 
 overflow: hidden; 
 margin:0 auto; 
 position:relative; 
 border:#9e2800 solid 0px; 
} 

#signupbox .top_left { 
 float:left; 
 width:210px; 
 min-height:50px; 
 padding: 5px 0px 5px 5px; 
} 

#signupbox .top_right { 
 float:right; 
 width:210px; 
 min-height:50px; 
 padding: 5px 0px 5px 0px; 
} 

#signupbox .top_left input,  #signupbox .top_right input { 
 font-size:14pt;width:180px;height:40px;color:#000;
} 


#signupbox .left_top { 
 float:left; 
 width:120px; 
 min-height:40px; 
 padding: 5px 10px 5px 5px; 
 border:#cdcdcd solid 0px; 
 color:#fff;
} 
#signupbox .left_top label { 
 margin-top:15px; 
} 

#signupbox .right_top { 
 float:right; 
 width:280px; 
 min-height:40px; 
 padding: 5px 10px 5px 0px; 
 border:#cdcdcd solid 0px; 
} 
#signupbox .right_top input { 
 font-size:14pt;width:265px;height:40px; color:#000;
} 



#signupbox .top_left_col { 
 float:left; 
 width:310px; 
 min-height:50px; 
 padding: 5px 0px 5px 5px; 
} 

#signupbox .top_right_col { 
 float:right; 
 width:110px; 
 min-height:50px; 
 padding: 5px 0px 5px 0px; 
} 
#signupbox .top_left input,  #signupbox .top_right input { 
 font-size:14pt;width:180px;height:35px; 
 padding:5px;
 border-radius: 4px; 
 -moz-border-radius:4px; 
 -webkit-border-radius:4px; 
 -khtml-border-radius: 4px;
} 

#signupbox .top_left_col, #signupbox .top_right_col { 
 color:#000;
} 

#signupbox .top_left_col input, #signupbox .top_right_col input { 
 line-height:35px;font-size:14pt;
} 

#signupbox .topwrapper h2 { 
 margin-bottom:10px; 
} 

#signupbox .topit {
 padding-top: 15px;
}

#signupbox .right { 
 float:right; 
 margin-right:15px; 
} 




#signupbox .greenButton{ 
 width:auto; 
 margin:10px 0 0 2px; 
 padding:3px 4px 3px 4px; 
 background-color:#589d39; 
 outline:none; 
 font-weight:bold; 
 border-radius: 4px; 
 -moz-border-radius:4px; 
 -webkit-border-radius:4px; 
 -khtml-border-radius: 4px
 border:1px solid #808080; 
 color:#fff; 
 text-shadow:0 -1px 0 #808080; 
 padding:4px 10px 5px; 
 font-size:11px; 
 margin:0 5px 0 0; 
 font-weight:bold; 
} 
 

#signupbox #remember {
 color:#fff;
}


#remember { 
 padding:15px; 
} 


#loadingsignup, .loadingsignup{ 
 left:10px; 
 position:relative; 
 top:3px; 
 visibility:hidden; 
} 


.passwordbg { 
 background-color:#fff; 
 background-size:277px 37px; 
 background-repeat:no-repeat; 
} 

.notEntered {
 color:#FF0000;
 font-weight:bold;
}


.redltr {
 color:red;
 font-weight:bold;
 padding:0 15px;
}





@media only screen and (max-width : 800px) {


#med {
 right:50px;
}

#signin_menu, #signup_menu, #forgot_menu, #activate_menu, #change_menu, #payment_menu {
 position:absolute;
 right: 25px; 
}


}




@media only screen and (max-width : 420px) {

#med {
 right:30px;
}

#signin_menu, #signup_menu, #forgot_menu, #activate_menu, #change_menu, #payment_menu {
 position:absolute;
 top: 34.5px; 
 right: 5px; 
 width:365px;
}

#signin_menu input[type=text], #signin_menu input[type=password], #signin_menu textarea {
 width:160px;
}

#signup_menu input[type=text], #signup_menu input[type=password], #signup_menu textarea {
 width:160px;
}

#signupbox .topwrapper { 
 width:340px; 
} 

#signupbox .top_left { 
 width:160px; 
} 

#signupbox .top_right { 
 width:160px; 
} 


#signupbox .left_top { 
 width:110px; 
} 

#signupbox .right_top { 
 width:210px; 
} 



}






/*Smartphone*/
@media only screen and (max-width : 320px) {



#signin_menu, #signup_menu, #forgot_menu, #activate_menu, #change_menu, #payment_menu {
 position:absolute;
 top: 34.5px; 
 right: 2px; 

 width:370px;
}


}






#linkit { 
 margin:0 auto; 
 padding:15px 0 15px 0; 

} 

#linkit { 
 //width:982px; 
 width:100%; 
} 



#linkit a { 
 text-decoration:none; 

} 

#linkit h1 { 
 font-weight:800; 
 font-size:18pt; 
 margin:15px 0 15px 0; 
} 

#linkit h2 { 
 font-weight:400; 
 font-size:14pt; 
 margin:15px 0 15px 0; 
} 

#linkit h5 { 
 font-weight:400; 
 font-size:12pt; 
 margin:15px 0 15px 0; 
} 

#linkit ul, #linkit li { 
 margin:15px 0 15px 0; 
 font-size:12pt; 
} 

.plink { 
 margin:15px 0 15px 0; 

} 


.linkit_wrapper { 
 //width:900px;
 width:100%; 
 overflow: hidden; 
 margin:0 auto; 
 margin-bottom:20px; 
 position:relative; 
 border:red solid 0px; 
} 

.linkit_left { 
 float:left; 
 width:25%; 

 padding: 0px; 

} 

.linkit_right { 
 float:right; 
 width:75%; 

 //padding-left: 5px; 
 
} 











/* content box */

#contentboxholder {
 padding:0 5px;
}

#contentboxholder h2 {
 text-align:center;
 font-size:14pt;
 font-weight:800;
}

#contentbox  {
 max-width:982px;
 width:100%;
 margin:20px auto;
 color:#000;
 padding:15px;
}

#contentbox h1 {
 font-size:16pt;
 font-weight:800;
}

#contentbox .clients span {
 margin-left:40px;
}

#contentbox input[type=text], #contentbox textarea, #contentbox select {
 border-radius:4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
 border:1px solid #ACE;
 font-size:14px;
 margin:0 0 5px;
 padding:5px;
}

#contentbox .wide {
 width:265px;
}

.contentwrapper {
 max-width:940px;
 width:100%;
 min-height:40px;
 overflow: hidden;
 margin:0 auto;
 position:relative;
 margin-bottom:10px;
 border:blue solid 0px;
}

.content_left_column {
 float:left;
 max-width:465px;
 width:100%;
 min-height:10px;
 padding: 0px; 
 border: brown solid 0px;
}

.content_right_column {
 float:right;
 max-width:465px;
 width:100%;
 min-height:10px;
 padding: 0px; 
 border:red solid 0px;
}

div.content_left_column p, div.content_right_column p {
 margin:25px 0;
 clear:both;
}

div.content_left_column p span, div.content_right_column p span {
 float:right;
 width:300px;
 text-align:left;
 border: red solid 0px;
}

#contentbox .field {
 padding-top: 10px;
 clear: both;
 border: blue solid 0px;
}

#contentbox .label {
 color: #000;
 width: 165px;
 border: blue dotted 0px;
 text-align:left;
 font-size:11pt;
}

#contentbox .box {
 width: 290px;
 border: red solid 0px;
}

#contentbox .label, #contentbox .box {
 float: left;
}



#contentbox .skinny {
 margin-left:40px; width:135px;
}



#contactholder {
 width:80%;
 margin:30px auto;

}

#contactholder p {
 font-size:14pt;
 text-align:left;
}

@media only screen and (max-width : 800px) {

div.content_left_column p span, div.content_right_column p span {
 width:200px;
}


}




@media only screen and (max-width : 420px) {


div.content_left_column p span, div.content_right_column p span {
 width:200px;
}

}






/*Smartphone*/
@media only screen and (max-width : 320px) {


}







#casedownload p {
 font-family:'Source Sans Pro', Arial;
 font-size:12pt;
 margin:15px 0;
}
#casedownload p span {
   font-size:10pt;
   float:right;margin-right:50px;
}

#casedownload p span a {
   font-size:10pt;text-decoration:none; color:#cdcdcd;
}









/* customers_style.css */

#horizontalcssmenu {
 width:100%;
 margin:0px;
 padding:0px;
 background:#e3f1f9;
 background:#000;
 height:40px;
}

#horizontalcssmenu h2, #horizontalcssmenu a {
 color:#fff;
 padding:10px 0 0 15px;
}

#horizontalcssmenu h2 {
 font-size:18px;
}
#horizontalcssmenu ul {
 width:100%;
 margin:10px 0 15px 0;

}

#horizontalcssmenu ul li{
 list-style-type:none;
 padding:0px;
 margin:0px 0px 15px 0px;
 margin:0px;
 position: relative;
 display: inline;
 float: left;
}
#horizontalcssmenu li{
 list-style-type:none;
 height:20px;
 background-color:#65aa01;
 background-color:#e3f1f9;

 margin-bottom:3px;
 width:140px;
 text-align:center;
 padding:1px;
 border: 1px solid #202020;
}
#horizontalcssmenu li a {
 text-decoration:none;
 font-weight:bold;
}


#customers{
 font-family:Arial,Verdana;
 color:#fff;
 margin:auto;
 margin:0px;
 padding:0px;
 font-size:12pt;
 width:100%;
 background-color:#e3f1f9;
 text-align:left;
}

#customers fieldset {
 margin: 0px;
 padding: 15px 5px 0px 10px;
 font-size:12pt;
 color:#2684b7;
}

#customers h2 {
 padding: 3px 5px 0px 10px;
 color:#2684b7;
 height:30px;
 font-size:14pt;
 font-weight:400;
 font-family: Georgia, "Times New Roman", Times, serif;
}


#customers h2 span {
 font-size:10px;
 margin-left:550px;
 background:transparent url(http://www.webmasterjd.com/images/cst/add_user.png) no-repeat scroll 0 50%;
 font-weight: normal;
 font-family:Arial,Verdana;
}

#search_l {
 float:left;
 max-width:450px;
}
#search_m {
 float:left;
 margin:0px 20px 0px 20px;
}

#search_m select {
 padding:3px 0px 3px 0px;
 height:34px;
}

#search_r {
 float:left;
}

#customers .form input, #customers .form textarea, #customers .form select, #customers .form submit {
 background-color:#ffffff;
 color:#2684b7;
 font-size:14pt;
 font-weight:400;
 padding:5px 3px;
 height:20px;
 border:1px solid #333333;

 border-radius:2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;

}
#customers .form input[type=text] {
 max-width:420px;
}


#customers dl, #customers dt, #customers dd{
 margin:0px;
 padding:0px;
}


#customers .form dt, #customers .form dd {
    display: block;
}

#customers .form dt {
    margin-bottom: 5px;
    height:24px;
}

#customers .form dd {
    margin-bottom: 10px;
    height:44px;
}

#customers .form dd .submit, #customers .form dd select {
    height:32px;
}

.themebutton{
 background-color:#2684b7 !important;
 color:#ffffff !important;
 padding:5px 10px !important;
 text-align:center;
 font-weight:bold;
 height:24px;
}







.main_data {
 background-color:#f9f9f9;
 color:#000;
 padding:5px;
 font-weight:100;
 font-size:12pt;
}


#customers .list_table th {
 background:#2684b7;
 color:#fff;
 padding:3px 0 3px 0;
}


#customers tr td, #customers  tr.alternate td{
 padding:3px 3px;
 border-right:1px solid #333333;
 border-bottom:1px solid #333333;
 height:16px;
 line-height:14px;
}

#customers tr.alternate{
 background-color:#f0f0f0;
}

#customers .first {
 width:25px;
}

#customers .action a {
 text-decoration:none;
 line-height:16px;
 padding:5px 0 0 25px;
 white-space:nowrap;
}

#customers .action a:hover {
 text-decoration:underline;
}


#customers .action2{
 width:370px !important;
 font-size:10pt;
}

#customers td.aligncenter{
 text-align:center;
}

#customers a {
 border:0;
}

#customers a.view_customer{
 background:transparent url(../../img/users.png);
 bacground-repeat: no-repeat;
 background-size:10px 10px;
}
#customers a.edit_customer{
 background:transparent url(http://webmasterjd.com/images/cst/edit_profile.png) no-repeat scroll 0 50%;
 background-size:18px 18px;
}
#customers a.delete_customer{
 background:transparent url(http://webmasterjd.com/images/cst/delete_user.png) no-repeat scroll 0 50%;
 background-size:18px 18px;
}

#customers a.view_client{
 background:transparent url(http://webmasterjd.com/images/cst/users.png) no-repeat scroll 0 50%;
 background-size:18px 18px;
}
#customers a.edit_client{
 background:transparent url(http://webmasterjd.com/images/cst/edit_profile.png) no-repeat scroll 0 50%;
 background-size:18px 18px;
}
#customers a.delete_client{
 background:transparent url(http://webmasterjd.com/images/cst/delete_user.png) no-repeat scroll 0 50%;
 background-size:18px 18px;
}

#customers a.view_matter{
 background:transparent url(http://webmasterjd.com/images/cst/users.png) no-repeat scroll 0 50%;
}
#customers a.edit_matter{
 background:transparent url(http://webmasterjd.com/images/cst/edit_profile.png) no-repeat scroll 0 50%;
}
#customers a.delete_matter{
 background:transparent url(http://webmasterjd.com/images/cst/delete_user.png) no-repeat scroll 0 50%;
}
#customers a.add_matter{
	background:transparent url(http://www.webmasterjd.com/images/cst/add_user.png) no-repeat scroll 0 50%;
}
#customers a.change_password{
 background:transparent url(http://webmasterjd.com/images/cst/unlock.png) no-repeat scroll 0 50%;
}

#customers a.add_customer, #customers a.add_customer:hover {
	background:transparent url(http://webmasterjd.com/images/cst/add_user.png) no-repeat scroll 0 50%;
 
}











             .pagination ul li.inactive,
             .pagination ul li.inactive:hover{
                background-color:#ededed;
                color:#bababa;
                border:1px solid #bababa;
                cursor: default;
            }
             .data ul li{
                list-style: none;
                font-family: verdana;
                margin: 5px 0 5px 0;
                color: #000;
                font-size: 13px;
            }

             .pagination{
                margin: 0 auto;
                //max-width: 800px;
                min-height: 25px;
                display:inline;
                z-index:5000;
            }
             .pagination ul li{
                list-style: none;
                float: left;
                border: 1px solid #006699;
                padding: 2px 6px 2px 6px;
                margin: 0 3px 0 3px;
                font-family: arial;
                font-size: 14px;
                color: #006699;
                font-weight: bold;
                background-color: #f2f2f2;
            }
              .pagination ul li a:hover {
                 color: #fff; 
                 text-decoration:none;
            }
             .pagination ul li:hover{
                color: #fff;
                background-color: #006699;
                cursor: pointer;
            }
			.go_button
			{
			background-color:#f2f2f2;border:1px solid #006699;color:#cc0000;padding:2px 6px 2px 6px;cursor:pointer;position:absolute;margin-top:-1px;
			}
			.total
			{
			float:right;font-family:arial;color:#999;
			}

























#main {
// max-width:940px;
 width:100%;
 margin:0 auto;
 padding:0 15px;
}


#main p, #main ul {
    text-align: justify;
    font-family: 'Source Sans Pro', Verdana,Arial,Helvetica,sans-serif;
    color: #666666;
}

#main p.quote {
    font-family: helvitica;
    font-size: 1.3em;
    margin-bottom: 0.9em;
    line-height: 1.5em;
    text-align: justify;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
    font-size: 2.1em;
    padding-bottom: 8px;
    border-bottom: 1px dotted #CCC;
}



#main h2 {
    font-size: 1.5em;
    line-height: 1.6em;
    margin-top: 5px;
}


#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
    margin: 20px 0px 20px;
    padding: 0px 0px 8px;
    //font-size: 40px;
    font-weight: normal;
    font-family: Georgia,"Times New Roman",Times,serif;
    border-bottom: 1px dotted #DDD;
}


#main #respond #submit, #main #respond #reset, .form #submit, .form #reset {
    margin: 0px;
    padding: 5px;
    color: #666;
    background-color: #F7F7F7;
    border: 1px solid #CCC;
    cursor: pointer;
}

#main #respond input {
    width: 170px;
    padding: 2px;
    border: 1px solid #CCC;
    margin: 5px 5px 0px 0px;
}




#left {
 float:left;border-top:0px solid red;width:65%; 
 margin-bottom:40px;
 padding: 0 0 0 5px;
}


#left p, .left p, #left ul, #main p  {
    font-size: 1.3em;
    margin: 0.9em 0px;
    line-height: 1.5em;
    text-align: justify;
}






#sidebar {
 float:right;
 border-top:0px solid blue;
 width:30%;
 min-width:220px;
 padding:0 5px 0 30px; 

}


#side {
 padding: 0 15px;
}

#side h2 {
 font-size:1.3em;
 margin: 10px 0;
}





#sidebar .subnav h2, #side .subnav h2 {
    margin: 0px 0px 10px;
    padding: 0px 0px 14px;
    font-size: 20px;
    font-weight: normal;
    font-family: Georgia,"Times New Roman",Times,serif;
    color: #666;
    background-color: #F9F9F9;
    line-height: normal;
    border-bottom: 1px dotted #666;
}

#sidebar .subnav li, #side .subnav li {
    margin: 0px 0px 3px;
    padding: 0px;
}


#sidebar .subnav a, #side .subnav a {
    display: block;
    margin: 0px;
    padding: 5px 10px 5px 20px;
    color: #777;
    background: url("../images/blue_file.gif") no-repeat scroll 10px center #F9F9F9;
    text-decoration: none;
    border-bottom: 1px dotted #666;
}


.imgl {
    margin: 0px 10px 10px 0px;
    padding: 4px;
}


.imgl {
    float: left;
    margin: 0px 8px 8px 0px;
    clear: left;
}

.imgr {
    float: right;
    margin: 0px 0px 8px 8px;
    clear: right;
}


#sidebar #latestnews a {
    color: #2684B7;
    background-color: #FFF;
}



a {
    outline: medium none;
    text-decoration: none;
}


#latestnews p {
    margin: 0px;
    padding: 0px;
    line-height: normal;
}


#latestnews li {
    display: block;
    margin: 0px 0px 20px;
    padding: 0px 0px 15px;
    border-bottom: 1px dotted #DDD;
}


#sidebar .holder p.tall {
    font-size: 1.2em;
    line-height: 23px;
}

#side .holder p {
    font-size: 1.2em;
    line-height: 23px;
}

#side .holder h2 {
    margin: 10px 0 0 0;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 23px;
}




#sidebar #featured li p.imgholder {
    display: block;
    width: 240px;
    height: 100px;
    margin: 20px 0px 15px;
    padding: 4px;
    border: 1px solid #CCC;
}


#featured p.block {
    font-family: impact;
    font-size: 15pt;
    line-height: 22pt;
    color: #059BD8;
}

#intro{
	padding:30px 0 5px 0;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
#intro{

  max-width:940px;
  margin:0 auto;

}



.fl_left {
    display: block;
    float: left;
    max-width: 525px;
    width:100%;
    min-height: 240px;
    margin: 0px;
    padding: 30px;
    color: #FFF;
    background: url("/img/DownloadIt.png") no-repeat scroll 0px 0px #2684B7;
}








#intro .fl_left h2{
	font-size:46px;
	margin:0 0 15px 0;
	padding:0;
	border:none;
	color:#FFFFFF;
	background-color:#2684B7;
        background:transparent;

	}

#intro .fl_left p{
	margin:0;
	padding:0;
	line-height:1.6em;
	}

#intro .fl_left p.readmore{
	display:block;
	width:100%;
	margin:20px 0 0 0;
	padding:0;
	text-align:right;
	line-height:normal;
	}

#intro .fl_left p.readmore a{
	padding:8px 15px;
	font-size:18px;
	color:#FFFFFF;
	background-color:#1C5E82;
	}

#intro .fl_right{float:right;}









#arealist, #arealist a {
 color:#000;
}
#arealist a { text-decoration:none; }

#arealist h4 {
 font-size:13pt;margin:0px 0 30px 0; 
 font-size:14pt;color:#0f0f0f;
}

#arealist ul {
   list-style:none;margin:10px 50px 10px 25px;padding:0px;line-height:20px; font-size:13pt;
  
}

#arealist ul li {
  margin:10px;padding:0px;line-height:15px; color:#000;  font-size:13pt;
  width:300px;height:24px;border:#cdcdcd solid 0px;font-size:14pt; 
}

#arealist ul li span {
 font-size:12pt;
 float:right;margin-right:10px;
}









div.form {
 border:0px solid red;
 padding:0 15%;
}

div.form p {
 clear:both;
}


.form p { 

 line-height:42px;

}



div.form field {
 color: red;
}



div.form label {
 font-size:1.0em;
}


div.form span {
 width:50%;
 float:right;
 text-align:left;
}



.form p span input[type="text"] {

 height:32px;

 font-size:16pt;

 padding:5px;


}


.form span input[type="text"], div.form span textarea {
 width:300px;
}




.form p span select {

 height:32px;

 font-size:16pt;

 padding:1px;


}




.form p span textarea {

 height:84px;

 font-size:16pt;
 
 padding:5px;


}























.camera_wrap {
 box-shadow:5px 5px 3px #676767;
 -webkit-box-shadow: 5px 5px 3px #676767;
 -moz-box-shadow: 5px 5px 3px #676767;
}


.cameraholder {
max-width:920px;margin:30px auto;
}

.aside_border {
  border-radius:15px;
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 -webkit-box-shadow: 1px 1px 1px #676767;
 -moz-box-shadow: 1px 1px 1px #676767;
}





#reader h2 {
 font-size:28pt;font-family:'Caudex';margin:0 0 20px 15px;
}

#reader h3 {
 font-size:16pt;font-family:'Caudex';color:#000;margin:0 0 20px 15px; 
}









#reader {
 font-family:'Caudex';
 font-size:14pt; 
 text-align:center;
 margin:15px auto;
} 

#reader p {
  text-align:justify; 
  margin:15px 0;
  line-height:22px;
} 

#reader p a {
  text-decoration:none;
  color:#a0a0a0;
}


#reader ul li a {
  text-decoration:none;
  color:#000;
}


div.thelist {
 max-width:1000px;
 margin:0 auto;
 padding:25px;
 margin-bottom:25px;
 background:#d4dff6;
 border:#cdcdcd solid 1px;
}


div.stateList ul.stateListItem{
 padding:0;
 margin:0 0 0 5px;
 width:225px;
 line-height:24px;
 float:left;
 list-style:none;
 text-align:left;
}


.stateListItem {

}



div.stateList ul li ul {
 font-size:12pt;margin-left:11px;margin-bottom:15px;list-style:none;
}
div.stateList ul li ul li {
 line-height:18px; 
}



div.themore {
  background:#fff;margin:50px auto;width:100%;min-height:300px;padding:10px; 
  max-width:1000px;padding:15px;
}

div.box {
 padding:0 15px;
}




.col {
 width:240px;padding:0 15px;float:left; 
 text-align:justify;
}

.col p {
 font-family:'Source Sans Pro';
 //font-family:'Caudex';
 margin:15px 0;
}










div.templates h1 {
 font-size:18pt;
 margin:15px 0;
}



div.templates h3 {
 font-size:16pt;
}


div.templates p {
 font-size:14pt;
 margin:15px 0;
}


div.formtxt h2 {
 font-size:16pt;
 margin:10px 0 0 0; 
}







#map_canvas, #mapcanvas, #map-msg { max-width:675px;width:100%;height:600px; }

#mapbox {
 
}




.map_wrapper {
 max-width:1000px;
 width:100%;
 height:600px;
// overflow: hidden;
 position:relative;
 background:#ffffff;
 margin:0 auto;
}

.map_left {
 float:left;
 width:675px;
 padding-left:10px;
 height:600px;
 overflow: hidden;
}


.map_right {
 float:right;
 width:280px;
// overflow:hidden;
 min-height:10px;
 border-bottom:#9e2800 solid 0px;
 margin:0px;
 padding:0px;

}



#returnbox a { text-decoration:none; }




#mapcanvas h1 {
 font-size:12pt;
 font-family: 'Source Sans Pro',arial,helvitica,san-serif;
 margin:10px 0;
}


#mapcanvas p {
 margin:10px 0;
}



















#viewing {
 margin:10px auto;
 //width:800px;
 text-align:left;
 padding:0 15px 0 40px; 
 border:#cecece solid 0px;
}

#viewing p span {
 width:300px;
 float:right;
 text-align:left;
 line-height:22px;
 padding:0;
}

#viewing p span input {

 line-height:22px;

}




#running {
 margin:10px auto;width:900px;height:450px;overflow:auto;text-align:left;
}



#running p {
 width:880px;;
 //height:22px;
 border:#cdcdcd solid 0px;
 font-size:11pt;
}
#running p label, #viewing p label {
 width:175px;
 line-height:22px;
 margin-bottom:0px;
}
#running p span {
 width:575px;
}








@media only screen and (max-width : 800px) {


#viewing p label {
 width:100px;
}

#viewing p span {
 width:200px;
}


}




@media only screen and (max-width : 420px) {

#viewing p label {
 width:100px;
}

#viewing p span {
 width:200px;
}


}






/*Smartphone*/
@media only screen and (max-width : 320px) {


}













#message_box {
 max-width:900px;
 background: #fff;
 border: 4px solid #f0f0f0;
 border-radius: 10px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 -khtml-border-radius: 10px;
 box-shadow: 5px 5px 10px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
 -moz-box-shadow: 5px 5px 10px #000; /* Firefox */
 -webkit-box-shadow: 5px 5px 10px #000; /* Safari and Chrome */
 text-align: center;
 z-index: 2000;
 display:none;
}

#message_box .msg_box {
 padding:20px 0 20px 0;text-align:left; 
}


#message_box a {
 float:left; 
}



#message_box h4 {
 padding:5px 0 25px 15px;
 text-align:left;
}



#message_box .btn {
 text-decoration:none;
 float:right;
 margin-right:20px;
 color:#fff;
 padding:5px;
 border:grooved #363636 3px;
 border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
 -moz-border-radius: 10px;  /* Firefox */
 -webkit-border-radius: 10px; /* Safari and Chrome */
 -khtml-border-radius: 10px;
  box-shadow: 5px 5px 10px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
  -moz-box-shadow: 5px 5px 10px #000; /* Firefox */
  -webkit-box-shadow: 5px 5px 10px #000; /* Safari and Chrome */
  background:#21352e;
}


#message_box .btn:hover {
 background:#bbbdcd;
 color:#000;
}

#message_box .ftr {
 height:35px;
 margin:30px 20px 0px 20px;
 text-align:left;
}

#message_box {
 line-height:20px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
 font-size:12pt;

}


#message_box p {
 margin:15px 5px 10px 5px;
 margin:0;

}

.msg_box {
 margin: 15px;
}

.msg_box p {
 padding-left:25px;
}

.msg_box p label {
 width:200px;
}

.msg_box p span {
 width:500px;
 float:right;
 text-align:left;
}

.msg-header { 
 margin:0 0 15px 0;color:#9e2800; 
}





.msg-wrapper {
 width:100%;
min-height:20px;
// height:80px;
// overflow: hidden;
 margin:0 auto;
 margin-bottom:20px;
 border:#000 solid 0px; 
}

.msg-left {
 float:left;
 max-width:600px;
 padding: 0px; 
 border:green solid 0px;
}

.msg-right {
 float:right;
 max-width:150px;
 padding: 0px 0px 0px 5px; 
 border:blue solid 0px;
}


.msg-wleft {
 float:left;
 width:665px;
 padding: 0px; 
 border:green solid 1px;
}

.msg-wright {
 float:right;
 width:150px;
 padding: 0px 0px 0px 5px; 
 border:blue solid 1px;
}





#msg-bx-cancel {
  width:100%;height:24px;
}

#msg-bx-cancel span {
  float:right;
}

#msg-bx-msg {
 text-align:justify;overflow:auto;padding:5px 20px 10px 20px;
}

#msg-bx-msg p {
 margin-bottom:15px;
 line-height:22px;
}

.pos {
 width:300px;
 max-height:400px;
 position:fixed;
 top:50%;
 left:50%;
  margin-top: -100px;
  margin-left: -150px;
 border:#cecece solid 1px;
 padding:5px;
 background:#f0f0f0;
}

.cdiv {
  width:600px;
  height:400px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -300px;
  background:#cecece;
  border:#000;
}

.boxet {
 min-height:150px;
 min-width:250px;
 padding:50px 50px;
 text-align:left;
}



#imgbox {
 border:red solid 0px;
 height:280px; 
 overflow:auto;
}

.imgbx {
 margin:0px 1px 0 1px;
 padding:0px;
}

.imgbx ul {
 width:698px;
}

.imgbx li {
 float: left;
 width:80px;
 height:75px;
 margin:3px;
 padding:4px;
 background:#f0f0f0;
 border:#cecece solid 1px;
 border-radius:4px;
 -webkit-border-radius:4px;
 -moz-border-radius:4px;

}

.imgbx li:hover {
 background:#cdcdcd;
}


.imgbx a {
 padding:0px;
 margin:0px;
}

.imgbx img {
 margin:0px;
 padding:0px;
 border:#cecece solid 1px;
 max-width:75px;
 border-radius:4px;
 -webkit-border-radius:4px;
 -moz-border-radius:4px;

}


#description {
 width:400px;
 padding:4px;
 border-radius:4px;
 -webkit-border-radius:4px;
 -moz-border-radius:4px;
}


#tdMsgInput {

}

#tdMsgContainer {
 width:350px;
 height:25px;border:

}



/*Styles for screen 515px and lower*/

@media only screen and (max-width : 515px) {


#description {
 width:290px;
}


}





/*Smartphone*/
@media only screen and (max-width : 320px) {

#description {
 width:150px;
}


}














#photobx {
 display:none;
 position:absolute;
 top:120px;
 min-width:12px;
 min-height:12px;
 padding:4px;
 border:#cdcdcd solid 1px;background:#fff; 
  border-radius:3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
}

#photobx.right {
 right:0;
}


#photosrc {
 max-width:400px;
 max-height:300px;
}




#darkbg {
 display: block;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: #000;
 z-index:100;
 opacity: .5;
 filter: alpha(opacity=50);
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


























/*Styles for screen 515px and lower*/

@media only screen and (max-width : 515px) {

.header h1 {
 font-size:14pt;
}


}

/*Smartphone*/
@media only screen and (max-width : 320px) {

.header h1 {
 font-size:12pt;
}


}





#clientmatters, #templates {
}






#clientmatters h2, #templates h2 {
 font-size:16pt;
 font-weight:400;
 line-height:24px;
 max-width:550px;
}

#clientmatters h2 span, #templates h2 span {
 width:450px;
 float:right;
 text-align:left;
}

#clientmatters h3, #templates h3 {
 font-size:16pt;
 font-weight:400;
 line-height:24px;
 margin:20px 0;
}


#clientmatters p, #templates p, #update p, #download p, #downloader p, #appointment p  {

 line-height:20px;
 margin:20px 0;
}



#clientmatters p, #templates p {
 font-size:14pt;

}





#templates h1, #update h1, #download h1, #downloader h1, #appointment h1 {
 font-size:16pt;
}


#templates p span, #update p span {
 margin-left:30px;
}

#templates p span input[type=text], #update p span input[type=text], #download p span input[type=text], #downloader p span input[type=text] {
 border-radius: 4px;
 -moz-border-radius:4px;
 -webkit-border-radius:4px;
 -khtml-border-radius: 4px;
 border:1px solid #ACE;
 font-size:16px;
 margin:0 0 5px;
 padding:5px;
 width:350px;
}



#templates .submit, #update .submit, #next .submit {
 font-size: 16px;
 background: linear-gradient(#ffbc00 5%, #ffdd7f 100%);
 border: 1px solid #e5a900;
 color: #4E4D4B;
 font-weight: bold;
 cursor: pointer;
 width: 200px;
 border-radius: 5px;
 padding: 10px 0;
 outline: none;
 margin-top: 20px;
 margin-left: 5px;
}

#templates .submit:hover, #message_box .submit:hover, #next .submit:hover {
 background: linear-gradient(#ffdd7f 5%, #ffbc00 100%);
}


#templates .border {
 padding:20px;
}

#templates .border p {
 width:100%;height:40px;
}



#templates .border p span {
 float:right;
 width:450px;
 border:red solid 0px;
}


#templates .space {
 margin-left:35px;
}





#loading, #load {
 display:none;
 font-size:14px;
}



#file {
 color: #fff;
 padding: 5px;
 border: 5px solid #009AE1;
 background-color: #009AE1;
 margin-top: 10px;
 border-radius: 5px;
 box-shadow: 0 0 15px #626F7E;
 margin-left: 175px;
 width: 250px;
 font-size:10pt;
}

#invalid {
 color:red;
}

#success {
 color:green;
}

#error {
 color:red;
}

#error_message {
 color:blue;
}





.styled  {
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-color: #F07575; /* fallback color if gradients are not supported */
    background-image: url(/img/select-arrow.png), -webkit-linear-gradient(top, #E5E5E5, #F4F4F4); /* For Chrome and Safari */
    background-image: url(/img/select-arrow.png), -moz-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Fx (3.6 to 15) */
    background-image: url(/img/select-arrow.png), -ms-linear-gradient(top, #E5E5E5, #F4F4F4); /* For pre-releases of IE 10*/
    background-image: url(/img/select-arrow.png), -o-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Opera (11.1 to 12.0) */ 
    background-image: url(/img/select-arrow.png), linear-gradient(to bottom, #E5E5E5, #F4F4F4); /* Standard syntax; must be last */
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    color: #555;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;

 font-size:20px;
 font-weight:bold;
 padding:2px 10px;

}


.selection {
 background-color:#eeeeee;
}

.selection form {
 padding:20px;
}









div.pages h1 {
 font-size:22pt;
 font-weight:400;
 margin:20px 0;
}

div.pages h2 {
 font-size:18pt;
 font-weight:200;
 margin:20px 0 15px 0;
}

div.pages h3 {
 font-size:18pt;
}

div.pages h4 {
 font-size:12pt;
 margin:5px 0 5px 10px;
}


div.pages p {
 font-size:14pt;
 font-weight:100;
 margin:15px 0;
 text-align:justify;
}


div.pages p label {
 width:200px;
}

div.pages p span {
 float:right;
 width:400px;
}





#next .submit {
 font-size: 16px;
 background: linear-gradient(#ffbc00 5%, #ffdd7f 100%);
 border: 1px solid #e5a900;
 color: #4E4D4B;
 font-weight: bold;
 cursor: pointer;
 width: 200px;
 border-radius: 5px;
 padding: 10px 0;
 outline: none;
 margin-top: 20px;
 margin-left: 5px;
}

#next .submit:hover {
 background: linear-gradient(#ffdd7f 5%, #ffbc00 100%);
}



#next {
 max-width:900px;
 margin:0 auto;
 text-align:right;
 padding:0 25px;
}



#subscribe {
 width:200px;
 height:50px;
 margin:50px auto;
}




div.on_off_off
{
 background: rgb(150,110,120);
 font-family: segoe ui;
 font-size: 12px;
 font-weight: bold;
 padding: 5px 10px;
 border: 3px solid rgb(180, 140, 150);
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 color: #fff;
 display: inline;
}
div.on_off_on
{
 background: rgb(110,150,120);
 font-family: segoe ui;
 font-size: 12px;
 font-weight: bold;
 padding: 5px 10px;
 border: 3px solid rgb(140, 180, 150);
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 color: #fff;
 display: inline;
}





/* end required for sticky footer */

.header, .header h1 a {
	//background: #009AE1;
	//color: #fff;
}



.footer {
 padding:5px;
}


.footer { 
 border-top: #ddd solid 1px;
 background:#x57A0C7;
 background:#2684B7;
 background:#7F7F7F;

 color:#fff;
 position:relative;
}





.footer p a, #footerlinks a {text-decoration:none; color:#fff;}
.footer p a:hover, #footerlinks a:hover {color:#336699; text-decoration:underline;}
#footerlinks a:active {outline:none;}

.footer p, #footerlinks { text-align: center; }
#footerlinks li { display: inline; padding: 0px 1px;  }

#footerlinks { margin:8px 0 8px 0;  }





.nav {
	list-style: none;
}

.nav li {
	display: inline-block;
}
