
/**********************/
/**********************/
/* GENERAL SELECTORS */
/**********************/
/**********************/
a {
	  color:#00B9D2;
	  border:none;
	  font-weight:bold;
	  text-decoration:none;

 }

a:hover{
	text-decoration:underline;
	}

a img{
	border:none;
}


h1 {
	font:17px;
	fontweight:bold;
}

h2{
   font:16px;
   font-weight:bold;
}

h3{
  font:15px;
  font-weight:bold; 
}

h4{
   font:12px;
   font-weight:bold;
}

h5{
	font:11px;
	font-weight:bold;
}




p{
	padding:0;

}

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/global/background.jpg);
	margin: 0; 
	/* padding: 5px 0; */

   
}

/**********************/
/**********************/
/* END OF GENERAL SELECTORS */
/**********************/
/**********************/


/**********************/
/**********************/
/* CONTAINER */
/**********************/
/**********************/

#container {
	width: 743px; 
	background: #FFF;
	position:relative;
	margin:0 auto;
	
}

/**********************/
/**********************/
/* END OF  CONTAINER */
/**********************/
/**********************/

#header { 
	background:url(../images/global/header.jpg);
	height:108px;
} 


#header .a{

}

#mainContent {
	 width:733px;
	 background: #FFFFFF;
	 margin-top:5px;
}


/* BANNER */

#bannerwrap {
	width:733px;
	background:#FFFFFF;
	height:98px;
}

#bannerwrap .banner {
    height:107px;
    width:498px;
	margin:0px 3px 0px 6px;
	float:left;
	margin-bottom:0px;
}

#bannerwrap .infobox {
	height:52px;
	width:229px;
	/* background:url(../images/global/infobox.jpg); */
	float:left;
	margin: 2px 5px 0px 0px;
    padding-bottom: 2px;
	padding-left:0px;
}

#bannerwrap .infobox2 {
	height:52px;
	width:229px;
/*	background:url(../images/global/infobox.jpg); */
	float:left; 
	margin:1px 5px 0px 0px;
	padding-bottom:2px;
	overflow:hidden;	
}



/* END OF BANNER */

/**********************/
/**********************/
/* FOOTER */

#footer { 
	/*float:left;
	height:23px;
	width:743px;
	clear: both;*/
	width: 743px; 
	position:relative;
	margin:0 auto;
	
} 

#footer p{
 /*  color: #fff;
padding: 35px 0 0 30px; */
}


/**********************/
/**********************/
/* END OF FOOTER */






/**********************/
/**********************/
/* NAVIGATION */
/**********************/
/**********************/

#navigation{
	width:733px;
	height:25px;
	background:url(../images/global/menu.jpg);
	background-repeat:no-repeat;
	position:relative;
	margin:0 auto;
	margin-top:12px;
	text-align:center;	
}

#navigation ul li{
	display: inline;

}


#navigation ul li a{
	float:left;
	font-size:11px;
	color:#FFF;
	padding:5px 20px 0px 5px;
	text-decoration:none;
	margin-left:5px;
	font-weight:normal;

}

#navigation a:hover{
text-decoration:underline;
}





/**********************/
/**********************/
/* END OF NAVIGATION */
/**********************/
/**********************/




/**********************/
/**********************/
/* SMALL LINKS TOP RIGHT */
/**********************/
/**********************/

#smlinks{
	float:right;
	padding-top:7px;
	padding-right:5px;
	font-size:11px;
	color:#00bad1;
}
#smlinks ul li{
	display: inline;
}
#smlinks a{
	color:#00bad1;
	text-decoration:none;
	font-weight:normal;
}

#smlinks a:hover{
text-decoration:underline;
}


/**********************/
/**********************/
/* END OF SMALL LINKS */
/**********************/
/**********************/




/**********************/
/**********************/
/********FORMS*********/
/**********************/
/**********************/

FORM {
	padding-left:12px;

}

.formh1{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:13px;
	font-weight:bold;
	margin:2 2 2 2;
	color:#111111;
}

.formh1torquoise{
font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:13px;
	font-weight:bold;
	margin:2 2 2 2;
	color:#03CCE2;
}

.formh2{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;


}

.formh2torquoise{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#03CCE2;


}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	
}

label {
	color:#333333;
	cursor:pointer;
	font-weight:bold;
	padding-left:2px;
	line-height:10px;
}


input[type="text"]{
	border:none;
	height:12px;
}


SELECT {
	border: none;
}

input:focus, textarea:focus{
background-color: lightyellow;
}

/* BUTTONS */


.button {
	background-color:#00CC99;
	/*background:url(../images/global/submit.jpg);*/
	color: #fff;
	font-size:12px;
	height:15px;
	border: 0px;
	padding-left:73px;

}

.buttontesting{
	height:27px;
	width:112px;
	background:url(../images/global/button.gif);
	background-repeat:no-repeat;
	border:none;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	margin-left:50px;
	cursor:pointer;
}


/* END OF BUTTONS */



#form{
	width:460px;
	/*width:481px;*/
	height:400px; /*original height*/
	background:url(../images/global/form.jpg);
	/* background position */  
	background-repeat:no-repeat;
	background-position:-3px;
	float:left;
	padding-top:5px;
	/*padding-left:5px; */
	overflow:hidden;
	margin-left:6px;
	/*padding-left:5px;*/
    padding-left:16px;
	padding-right:10px;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    text-align:left;	
	
}

#form ul li{
line-height:10px;
}

.form{
	overflow:hidden;
	float:inherit;
	
}

.left{
   width:227px;
   background:#FFF; 
   float:left;
   padding-top:3px;
   padding-left:8px;
   padding-right:5px;
   height:400px;
   overflow:hidden;
   font: 10px Verdana, Arial, Helvetica, sans-serif;
   text-align:left;  
}

.paddingleft
{
margin-left:60px;
}



#FORM .a{

}

.formleft{
	float:left;
	width:240px;
	padding:2px 2px 2px 2px;
	overflow:hidden;
}



.formleft1{
	float:left;
	width:110px;
	overflow:hidden;
	height:250;
}


.formleft2{
	float:left;
	width:120px;
	padding:2px 2px 2px 2px;
	overflow:hidden;
	height:250;
}

.formright{
	float:left;
	width:200px;
	height:310px;
	padding:2px 2px 2px 2px;
	overflow:hidden;
}

#form .h1Form{
	font:12px;
	font-weight:800;
}


.menujump
{
	border:none;
	height:32px;
	width:130px;
	background:url(../images/global/makeappointment.png);
	margin:0;
	padding: 2px 7px 0px 7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


#contactmap{
padding-left:48px;

}

/**********************/
/**********************/
/*END OF FORMS */
/**********************/
/**********************/


.tablepaddingleft{
text-indent:5px;
}


.iframe{
padding-top:20px;
padding-left:3px;
}

