html, body, div, span, applet, object, iframe,
 h3,h2,h4,h5, h6,blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike,sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-weight: inherit;
   font-style: inherit;
   font-size: 100%;
   font-family:Arial, Helvetica, sans-serif;
   vertical-align: baseline;
  

}

html {
	min-width:960px;
}

#main {
   
   margin: 0 auto;
   text-align: center;
   background: #ffffff url("../images/header-bg.png") repeat-x;
       
}

#wrapper {
   width: 100%;
   height: 100%;
   margin: 0 auto;
   overflow: visible;
}

#header-main{
    
    width: 100%;
    height: auto;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
}

#header-top {
    
    width: 960px;
    height: 135px;
    margin: 0px auto;
}

#header-bottom {
	width: 960px;
    height: 35px;
    margin: 14px auto 0;
    text-align: left;
	padding-top:0px;
}


#header-right {
	color:#fb7411;
    float: right;
    font-size: 16px;
    margin-right: 5px;
    margin-top: 35px;
    text-align: right;
    width: 315px;
	line-height:10px;
    
}
    
#logo {
    
    float: left;
    margin-top: 3px;
    margin-left: 10px;
}

#flash-container {
	background:url(../images/flash-bg.png) repeat-x;
	width: 960px;
	height:311px; 
    margin: 0px auto;
    text-align: center;
	padding-top:1px;
	
}

#flash-img{
	float:left;
	margin:7px;
}

#flash-right{
	background:#e5fbff;
	width:303px;
	height:295px;
	float:left;
	margin: 7px 0 0 4px;
}

#flash-right h2{
	color:#fb7411;
	font-size:18px;
	font-weight:bold;
	margin: 5px 0;
}





#content {
	width: 960px;
    height: auto;
	min-height: 321px;
    overflow: hidden;
    margin: 0px auto;
    margin-top: 500px;
	left: 0px;
	margin-bottom:0px;  
	   
}


/*-----------------index-Start---------------*/

#content-left {
	width: 685px;
	margin: 10px auto;
	float:left;
	top: 25px;
		
}




#content-left h1 {
    color:#005580;
    text-align: left;
    font-size: 20px;   
    margin: 0px 10px;
 
}

#content-left h2 {
    color:#005580;
    text-align: left;
    font-size: 16px;   
    margin: 10px 10px;
 
}

#content-left p {
    color:#5c6366;
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
    margin: 10px;
	
}

#content-left ul {
    
    color:#5c6366;
    text-align: left;
    font-size: 14px;
    margin: 5px 20px;
	list-style-position:inside;

}

#content-left ul li {
	line-height: 20px;
	margin: 5px 20px;

}



#content-right {
	width: 270px;
	margin: 10px auto;
	float:right;
	min-height:400px;
	height:auto;
	top: 25px;
	margin-bottom:10px;
}

#content-right ul li {
	list-style:none;
	margin:10px auto;
	color:#ffffff;
}

.right-tab-1 {
	background:url(../images/right-tab-1.png) no-repeat;
	width:264px;
	height:48px;
	padding-top:16px;
}

.right-tab-2 {
	background:url(../images/right-tab-2.png) no-repeat;
	width:264px;
	height:236px;
}

.right-tab-2 img{
	float:left;
	margin:0 10px;
}

.right-tab-2 p{
	font-size: 15px;
    line-height: 25px;
    margin: 10px;
}

.address{
	text-align:left;
	padding-top:10px;
}

.consultation-time {
	text-align:left;
	padding-top:15px;
}


#content-right a{
	color:#ffffff;
	text-decoration:none;
	font-size:22px;
	font-weight:normal;
}

#content-right a:hover{
	color:#06313b;
	text-decoration:none;
}

#bottom-boxes {
	width: 960px;
	height:auto; 
    margin: 0px auto;
    text-align: center;
	
}

#bottom-boxes li {
	background:url(../images/bottom-tab.png) no-repeat;
	float: left;
    height: 83px;
    list-style-type: none;
    width: 230px;
	margin: 10px 4px;	
}



/*-----------------index-End---------------*/



/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
}
   
#boxes .window {
  position:fixed;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding: 20px 0 0 9px;
}
 
 
/* Customize your modal window here, you can add background image too */


#boxes #dialog {
	background:url(../images/appointment-bg.png) no-repeat;
  width:286px; 
  height:353px;
}

#appointment-form {
	height: 353px;
	width:286px;
    margin-left: 20px;
    margin-top: 0px;

}


#appointment-form ul li {
	margin-left: 9px;
	padding: 0;
	list-style-type: none;
	margin-top:17px;
}


.contact-text-field {
	background:url(../images/contact-text-box.png) no-repeat;
	width: 208px;
	height:20px;
	margin: 10px 0 0 30px;

}

.contact-text-field input {

    background-color: transparent;
    width: 208px;
    border: none;
    height: 20px;
    font-size: 12px;
    padding-left:5px;
    color: #7d7d7d;
   
}

.contact-date-field {
	background:url(../images/contact-date-box.png) no-repeat;
	width: 208px;
	height:20px;
	margin: 10px 0 0 30px;
}

.contact-date-field input {

    background-color: transparent;
    width: 102px;
    border: none;
    height: 20px;
    font-size: 12px;
    color: #7d7d7d;
	margin-left: -25px;
}

#formtime{
    background: url(../images/contact-date-box.png) no-repeat;
    border: none;
    float: right;
    height: 20px;
    padding: 1px 5px;
    margin-right: 3px;
    width: 85px;
}

.contact-comment-field {
	background:url(../images/contact-comment-box.png) no-repeat;
	width: 208px;
	height:98px;
	margin: 10px 0 0 30px;
}

.contact-comment-field textarea {
	background-color: transparent;
    width: 200px;
    border: none;
    height: 90px;
    font-size: 12px;
    padding-left:5px;
	padding-top: 5px;
    color: #7d7d7d;
}

.submit {
    background:url(../images/submit.png) no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 24px;
    width: 55px;
	left: 45px;    
    top: 0px;
	position: relative;
}



/*Appoin Form End*/



#footer {
	background:url(../images/footer.png) repeat-x;
	width: 100%;
    height:48px;
	margin-top: -5px;
}

#footer-wrapper {
	color: #ffffff;
    font-size: 12px;
    height: 48px;
    margin: 5px auto 0;
    text-align: center;
    width: 960px;
	line-height: 20px;
	
}

#design-by {
	float:left;
	font-size: 12px;
	text-align:left;
	padding-top: 5px;
	padding-left: 5px;
	
}

#design-by a {
	text-decoration:none;
	font-style:italic;
	color: #ffffff;
}

#design-by a:hover {
	text-decoration: underline;
}


#copyright {
	float:right;
	font-size: 12px;
	text-align:right;
	padding-top: 5px;
	padding-left: 5px;
}


.headermenu{
	width: 960px;
    height: 35px;
    float: left;
	margin:0px;
       
}

.headermenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;

}


.headermenu ul li{
	position: relative;
display: inline;
float: left;
}


.headermenu ul li a{
display: block;
line-height: 18px;
padding: 8px 15px 9px;
font-size: 14px;
text-decoration: none;
}

* html .headermenu ul li a{ 
display: inline-block;
}

.headermenu ul li a:link, .headermenu ul li a:visited{

color: #ffffff;
}

.headermenu ul li ul li a:link, .headermenu ul li ul li a:visited{

color: #ffffff;
}

.headermenu ul li a.selected{ 
color: #ffffff;
}

.headermenu ul li:hover {
	background-color:#063640;

}
	
.headermenu ul li ul{
position: absolute;
left: 0;
display: none;
visibility: hidden;

}


.headermenu ul li ul li{
display: list-item;
float: none;
border-bottom:1px solid #ffffff;
text-align: left;
margin-left: 0px;
background:#fa690f;
top:0px;
width: 140px;

}

.headermenu ul li ul li ul li{
top: 0;
margin-left: 2px;
}

.headermenu ul li ul li a{
font-size:12px;
width: 140px;
margin: 0;
border-top-width: 0;
line-height: 25px;
padding: 0px 5px;;
}

.headermenu ul li ul li:hover {
	background:#063640;

}


* html .headermenu{height: 1%;} 

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 9px;
right: 5px;
}


.ddshadow{ 
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: transparent;
}

.toplevelshadow{ 
opacity: 0.8;
}

.clear {
	clear:both;
}

hr {
	clear:both;
	border-bottom:2px solid #ffffff;
	border-left:0;
	border-right:0;
	border-top:0;
	margin-top:20px;
}
