html, body {
	font-family: Arial, Verdana, Helvetica, Arial, sans-serif;
	/* line-height: 1.5em; */
	font-size: 12px;
	
}
body {
	/*background: transparent url(../images/header-bg.png) repeat-x;*/
	background-color:#DCDCDC;
	
}
*{
	margin: 0px;
	padding: 0px;
}
h3, h1{
	font-size:12pt;
}
#body-wrapper{
	width:100%;
	min-height:800px;
	
	/*background: transparent url(../images/footer-bg.png) repeat-x bottom left;*/

}
a, a:active, input{
	outline: none !important;/*removes dots in FF*/
}
#wrapper{
	
	margin-left: auto ;
  	margin-right: auto ;
	margin-top: 15px;
	width:1000px; 
	height:100%;
	position: relative;
	padding-left:10px;
	border: 1px solid gray;
	background: white url(../images/header-bg.png) repeat-x;
	background-position: 0 -16px;
	
}
#frame {
	width:970px; 
	height:100%;
	position: relative;
}
#editor{
	position:absolute;
	top:20px;
	left:20px;
	min-height:550px;
	width:800px;
	padding:8px;
	background-color:#DCDCDC;
	border:1px solid gray;
	z-index:9999;
	display:none;
}
#editor .closebutton{
	position:absolute;
	right:-15px;
	top:-15px;
}
#editor .logofloatleft{
	float:left;
}
#editor .logofloatright{
	float:right;
}
#top{
	height:120px;
	position: relative;

}
#banner{
	height:40px;
	position: relative;
	line-height: 40px;
	font-size: 18px;
	color:#e1e1c8;
	text-indent: -999px;
	background: transparent url(/images/banner-bg.png) no-repeat 8px 14px ;
}
.padded-content{
	text-align: center;
	padding:12px;
	float:left;
}
#top #header-text{
	position:absolute;
	top:35px;
	left:100px;
	width:308px;
	height:22px;
	background: transparent url(/images/header-text.png) no-repeat;
	text-indent:-999px;
}
#top #nav {
	position: absolute;
	top:84px;
	left:100px;	
}
#top #nav li{
	float:left;
	display: block;
	background: transparent url(/images/menu-sprite.png) no-repeat top center;
}

#top #nav li a{
	display: block;
	text-decoration: none;
	color:#e1e1c8;
	width:86px;
	height:14px;
	line-height:15px;
	text-align:center;
	padding:8px;
	margin-top:7px;
	border-right: 1px solid #444443;
	outline: none;
}

#top #nav li a:hover{
	background: url(/images/menu-sprite.png) no-repeat center bottom
}
#top #nav li.nav-right a:hover{
	background: url(/images/menu-sprite.png) no-repeat bottom right !important;
}
#top #nav li.nav-left a:hover{
	background: url(/images/menu-sprite.png) no-repeat 3px -8px !important;
}
#top #nav li.nav-left{
	background: transparent url(/images/menu-sprite.png) no-repeat bottom left;
	
}
#top #nav li.nav-right{
	background: transparent url(/images/menu-sprite.png) no-repeat top right;
	
}
#top #nav li.nav-right a{
	border-right: 0 !important;
}

#content-area{
	position: relative;
	/*these next two trigger the div to extend to the height 
	 * of the floated elements inside see http://www.quirksmode.org/css/clearing.html
	*/
	overflow: auto; 
	width: 100%;
	
}
#content-general{
	padding: 12px;
	padding-top:20px;
	padding-bottom:20px;
	min-height:300px;
}
.tri-column{
	 width:243px;
	 min-height:600px;
	 padding:2px;
	/* border: 1px solid red;*/
}
.uni-column{
	width:732px;
	min-height:600px;
	padding:2px;
}

/*Button classes*/
a.button_link{
	background-image: url('/images/button_sprite1_l.png') !important;
	background-image: url('/images/button_sprite1_l.gif');
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 14px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 22px; /* Height of button background height */
	padding-left: 12px; /* Width of left menu image */
	text-decoration: none;
}

a.button_link span{
	background-image: url('/images/button_sprite1_r.png') !important;
	background-image: url('/images/button_sprite1_r.gif');
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	padding: 4px 12px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a:link.button_link, a:visited.button_link, a:active.button_link{
	color: black; /*button text color*/
	outline: none;
}
a.button_link:hover{ /* Hover state CSS */
	background-position: bottom left;
}

a.button_link:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: white;
}
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	clear:both; /*this may cause problems in some scenarios but is needed in others*/
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}
/*end Button classes*/

.red{
	color:red;
}
#footer{
	position:relative;
	text-align:center;
	bottom:0px;
	height:25px;
	width:1010px;
	background: transparent url(../images/footer-bg.png) repeat-x bottom left;
	margin-left: -10px;
	margin-right: 120px;
		margin-top: 15px;
}

#footer .links{
	width:700px;
	padding-top:8px;
}
#footer .links a{
	font-weight:normal;
	font-size:0.7em;
	text-decoration:none;
	color:white;
}

#footer .a430am_link{
	position:absolute;
	right:6px;
	bottom:0px;
}
#footer .a430am_link .footer-logo{
	border:0;
}
#footer .a430am_link:hover{
	cursor: pointer;
}
#dialog label, #dialog input{ display:block; }
#dialog	input.text { margin-bottom:12px; width:95%; padding: 0.4em; }
#dialog	fieldset { padding:0; border:0; margin-top:25px; }
.home-left-column{
	float:left;
	margin-left:65px;
	margin-right: 25px;
	width:450px;
	position: relative;
	overflow:auto;
}
.home-right-column{
	float:left;
	width:350px;
	position: relative;
	overflow:auto;
}
.home-left-column h1, .home-right-column h1{
	margin-top:5px;
	margin-bottom:5px;
	color:#a5b95e
}
.full-width{
	margin-top: 20px;
	line-height:16px;
	position: relative;
	overflow:auto;
}
.half-width{
	width:50%;
	line-height:16px;
	float:left;
	position: relative;
	overflow:auto;
}
.box-content{
	float:left;
	width:50%;
}
.box-content-narrow{
	float:left;
	margin-left:6px;
	width:112px;
}
.box-image{
	float:left;
	background: transparent url("/images/pic-bg.png") no-repeat;
	padding:8px;
}
#content-area div{
	color: #5c5c5c;
	font-size:11px;
	font-family:Tahoma;
	position: relative;
}
.list li{
	font-weight: bold;
	list-style-image: url(/images/bullet.png);
	margin-left: 18px;
}
#call-back{
	line-height:11px;
}
#call-back input[name="phone_no"]{
	border: 1px solid #abacab;
	color: #abacab;
	width: 175px;
}
.btn{
	width: 51px;
	height: 19px;
	cursor: pointer;
	text-indent: -9999px;
	background: transparent url(/images/button-submit.png) no-repeat;
	border: 0;
	vertical-align:middle;
	
}
.btn:hover{
	cursor:pointer;
	background-image: url(/images/button-submit-over.png);
}
.jCarouselLite {
	float:left;
	width:324px;
	height:74px;
	position:relative;
}
.jCarouselLite ul li{
	float:left;
	list-style-type: none;
	cursor: pointer;

}
.prev{
	float:left;
	background: transparent url(/images/arrow-left.png) no-repeat center left;
	height:74px;
	width:15px;
	cursor: pointer;
}
.next{
	float:left;
	background: transparent url(/images/arrow-right.png) no-repeat center right;
	height:74px;
	width:15px;
	cursor: pointer;
}
.btm_margin{
	margin-bottom:40px;
}
#map_canvas1{
	border: 1px solid gray;
}
#content-general #links{
	list-style-type: none;
	
}
#content-general #links li a{
	display: block;
	color:#a5b95e;
	width:190px;
	height:18px;
	padding:3px;
	border-top:1px solid gray;
	border-left:1px solid gray;
	border-right:1px solid gray;
	text-decoration:none;
}
#content-general #links li:last-child a, #content-general #links li.last a{/*last-child not supported by IE*/
	border-bottom:1px solid gray;
}

#content-general #links li a:hover{
	background-color:#a5b95e;
	color: white;
	
}
/*General styles for content*/
#content-general h1{
	margin-bottom: 6px;
}
#contact-form{
	position: relative; 
}
#contact-form fieldset {  
	margin: 0.5em 0.5em 0.5em 0.5em;  
	padding: 3px;
	position: relative; 
} 
#contact-form fieldset legend {  
	margin-left: 1em;  
	color: #000000;  
	font-weight: bold;
} 
#contact-form fieldset ul {  
	padding: 0.5em 0.5em 0 0.5em;  
	list-style: none; 
} 
#contact-form fieldset li {  
	padding-bottom: 0.5em; 
} 
#contact-form fieldset li input{
	width:20em;
	padding:0.2em;
}
#contact-form fieldset li textarea{
	width:17em;
}
/*datepicker icon*/
#contact-form fieldset li img{
	vertical-align:middle;
}
#contact-form fieldset li img:hover{
	cursor:pointer;
}
#contact-form fieldset li input.text-small{
	width:5em;
}
#contact-form fieldset.submit {  
	border-style: none; 
}
#contact-form fieldset label {  
	float: left;  
	width: 11em;  
	margin-right: 1em; 
	padding:0.2em;
	padding-bottom: 0.5em; 
	text-align: right; 
}
#contact-form fieldset li.right{
	text-align: right; 
}


#contact-image{
	position:relative;
	float:right;
	margin-left:60px;
	margin-top:10px;
	
}
ul.imageandcaption li img{
	border: 1px solid gray;
}
ul.imageandcaption{
	list-style:none;
	margin-bottom:20px;
	
}
ul.imageandcaption li.caption{
	text-align:center;
	margin-bottom:10px;
}
input.compulsory{
	background: transparent url(/images/star.png) no-repeat center right;
}
#contact-form input{
	border: 1px solid gray;
}

