*,html {
	margin: 0px;
	padding: 0px;
}

body {
	background: #f2f1e9 url('../images/body_bg.png') repeat-x center top;
	text-align: center;
	font: 13px trebuchet ms; 
	color: #393939;
	padding-bottom: 50px;
}

div#wrapper {
	width: 970px;
	margin: 0 auto;
}

div#header {
	width: 970px;
	height: 183px;
	background: url('../images/header_bg.png') no-repeat;
	margin: 0 auto;
	text-align: left;
	font: 18px trebuchet ms;
	color: #323232;
}

div#header p {
	position: relative;
	top: -8px;
	margin-left: 10px;
}

div#header strong {
	font-weight: normal;
	color: #ffffff;
}

/* NAVIGATION */

div#navigation {
	width: 970px;
	height: 67px;
	background: url('../images/navigation_bg.png') no-repeat;
	text-align: left;
}

div#navigation ul {
	height: 63px;
	width: 942px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	top: 4px;
	left: 14px;
}

div#navigation li {
    display: inline;
    margin: 0px;
    padding: 0px;
}

div#navigation a {
	height: 63px;
	line-height: 63px;
  	float: left;
  	margin: 0px;
  	padding: 0px 0px 0px 2px;
  	text-decoration: none;
	cursor: pointer;
}
	
#navigation li.current a {
	background: url("../images/navigation_left_bg.png") no-repeat left top;
}
	
#navigation li.current a span {
	background: url("../images/navigation_right_bg.png") no-repeat right top;
	color: #ffffff;
}
	
#navigation a span {
	font: 14px trebuchet ms;
	color: #dddddd;
	line-height: 63px;
   	float: left;
   	display: block;
	padding: 0px 30px 0px 30px;
}

#navigation a:hover {
	background: url("../images/navigation_left_bg.png") no-repeat left top;
}

#navigation a:hover span {
	background: url("../images/navigation_right_bg.png") no-repeat right top;
}

#navigation li.current a:hover {
	text-decoration: none;
}

/* // NAVIGATION */

#content {
	width: 970px;
	background: url('../images/content_bg.png') repeat-y;
}

#content-top {
	width: 970px;
	background: url('../images/content_top_bg.png') no-repeat;
}

#content-inner {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content-left {
	width: 600px;
	float: left
}

#content-right {
	width: 260px;
	float: right;
}

div.c-r-content {
	background: #fafafa;
	border: 1px solid #e2e2e2;
	padding: 15px;
}

div.panel {
	width: 270px;
	float: left;
	margin-right: 25px;
}

div.service {
	width: 275px;
	float: left;
	margin: 25px 25px 25px 0px;
}


/* TESTIMONTIAL */

div.testimontial {
	width: 300px;
	float: left;
}

div.bubble {
	width: 300px;
	background: url('../images/bubble_bg.png') repeat-y center top;
}

div.bubble-top {
	width: 300px;
	background: url('../images/bubble_top_bg.png') no-repeat center top;
}

div.bubble-buttom {
	width: 300px;
	height: 61px;
	background: url('../images/bubble_bottom_bg.png') no-repeat center top;
}


div.bubble span {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 5px;
	margin: 0px 5px 0px 5px;
}

/* UL&LI */

#content-right ul.list {
	margin: 10px 0px 15px 0px;
	padding: 0px;
	list-style-type: none;
	border-top: 1px solid #ebebeb;
	font: 14px trebuchet ms;
	color: #585858;
}

#content-right ul.list  li{
	margin: 0px;
	padding: 0px 0px 0px 12px;
	border-bottom: 1px solid #ebebeb;
	height: 35px;
	line-height: 35px;
}

/* H */

h1 {
	font: 48px trebuchet ms;
	color: #323232;
	font-weight: normal;
	padding-top: 40px;
	margin-left: 10px;
}

h2 {
	font: 22px trebuchet ms;
	color: #393939;
	font-weight: normal;
	margin-bottom: 10px;
}

h3  {
	font: 18px trebuchet ms;
	font-weight: normal;
	margin: 20px 0px 10px 0px;
}

h4 {
	font: 15px trebuchet ms;
	font-weight: bold;
	margin-bottom: 10px;
}

div#content-right h2 {
	padding: 0px;
	font-size: 25px;
	margin-bottom: 8px;
}

/* P */

div.panel,div.testimontial p{
	line-height: 20px;
}

div.bubble p {
	font-size: 14px;
	font-style: italic;
	padding: 15px;
}

#content-left p {
	line-height: 20px;
	text-align: left;
}

/* HOMEPAGE SLIDESHOW */

#slider1 {
    width: 888px; /* important to be same as image width */
    height: 200px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	border: 5px solid #ffffff;
}

#slider1Content {
    width: 888px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}

li.slider1Image {
    float: left;
    position: relative;
	display: none;
}
li.slider1Image span {
    position: absolute;
	font: 12px trebuchet ms;
    padding: 10px;
    width: 888px;
    background: url('../images/span_transparent.png');

    color: #ffffff;
    display: none;
}

li.slider1Image span strong {
    font-size: 15px;
	font-weight: bold;
}

span.clear {
	clear: both;
}

span.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 200px;
}

span.right {
	top: 0;
	right: 0;
	width: 120px !important;
	height: 200px;
}

span.bottom {
	left: 0;
	bottom: 0;
	width: 870px !important;
}

div#slider1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div#slider {
	width: 942px;
	height: 344px;
	margin: -24px auto;
	background: #515151 url('../images/slider_bg.png') no-repeat center top;
}

div#sl-inner {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

div#slider h1 {
	color: #ffffff;
	font: 30px trebuchet ms;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 12px 0px;
}

/* // SLIDER */


/* FOOTER */

div#line {
	width: 900px;
	height: 1px;
	font-size: 0px;
	border-top: 1px solid #cccccc;
	margin: 0 auto;
}

div#footer {
	width: 970px;
	height: 74px;
	background: url('../images/footer_bg.png') no-repeat;
	font: 12px trebuchet ms;
	color: #7e7e7e;
}

div#f-left {
	width: 450px;
	height: 74px;
	float: left;
	text-align: left;
	position: relative;
	left: 35px;
	top: 15px;
	color: #afafaf;	
}

div#f-right {
	width: 450px;
	height: 74px;
	float: right;
	text-align: right;
	position: relative;
	left: -35px;
	top: 15px;
}

/* TABLES */

table.main-table {
	width: 100%;
	border-collapse: collapse;
}

table.main-table th {
	padding: 5px;
	background: #454545;
	border: 1px solid #ffffff;
	color: #ffffff;
}

table.main-table td {
	padding: 5px;
	text-align: left;
	border: 1px solid #ffffff;
	background: #fcfcfc;
}

table.main-table td.center {
	text-align: center;
}

table.main-table tr.dark td {
	background: #f6f6f6;
}

table#table-contact {
	width: 100%;
	border-collapse: collapse;
	margin-top: 25px;
}

table#table-contact td.left{
	text-align: right;
	padding: 10px;
	background: #f6f6f6;
	border: 1px solid #ffffff;
}

table#table-contact td.right{
	text-align: left;
	padding: 10px;
	background: #f9f9f9;
	border: 1px solid #ffffff;
}

/* FORM */

input { padding:4px}

table#table-contact input {
	width: 350px;
	border: 1px solid #cdcdcd;
	font: 13px trebuchet ms;
	color: #5a5a5a;
	padding: 5px;
	background: #ffffff;
}

table#table-contact input.submit {
	width: 100px;
	border: none;
	font: 13px trebuchet ms;
	color: #ffffff;
	padding: 5px;
	background: #555555;
	cursor: pointer;
}

table#table-contact textarea {
	width: 350px;
	height: 200px;
	border: 1px solid #cdcdcd;
	font: 13px trebuchet ms;
	color: #5a5a5a;
	padding: 5px;
	background: #ffffff;
}

/* OTHER */

ul {
	list-style-type: square;
	margin: 10px 0px 10px 25px;
}

ol {
	margin: 10px 0px 10px 40px;
}

/* A */

a {
	color: #2c4d5e;
	text-decoration: underline;
}

a:hover,active,visited {
	text-decoration: none;
}

a.book {
	text-decoration: none;
	color: #393939;
}

div#f-left a {
	text-decoration: underline;
	color: #7e7e7e;
}

div#f-left a:hover {
	text-decoration: none;
}

ul.right-nav a {
	color: #585858;
	text-decoration: none;
}

ul.right-nav a:hover,active,visited {
	color: #2b6c9e;
}

/* IMGS */

img {
	border: none;
}


img.latest {
	background: #ffffff;
	padding: 5px;
	border: 1px solid #eeeeee;
	width: 210px;
	margin: 0px 0px 5px 0px
}

img.large {
	background: #ffffff;
	padding: 5px;
	border: 1px solid #eeeeee;
	width: 100%;
	margin: 0px 0px 5px 0px;
}

img.right {
	background: #ffffff;
	padding: 5px;
	border: 1px solid #eeeeee;
	float: right;
	margin: 10px 0px 10px 10px;
}

img.left {
	background: #ffffff;
	padding: 5px;
	border: 1px solid #eeeeee;
	float: left;
	margin: 10px 10px 10px 0px;	
}


img.button {
	margin: 10px 0px 10px 0px;
	border: none;
}

div#content-left img.icon {
	border: none;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	background: none;
	float: left;
}


/* OTHER */

div.clear {
	clear: both;
}


.phone {color:#CCC; float:right; position:relative; padding: 80px 40px 0 0; background:url(../images/smallshaddow.gif) bottom no-repeat; }
.phone p {font-size:12px; margin:0; padding:0; text-transform: uppercase; text-align:center; padding-left: 28px; }
.phone p.number {font-size: 24px !important; color: #FFF; padding-bottom: 10px; }

/* Button */
a.button, span.button, del.button{
	
	
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
    font-size:0;
    line-height:0;
    
	/*
	for Safari, read this first
	http://creativebits.org/webdev/safari_background_repeat_bug_fix
	*/
	background-position:0 0;
	background-repeat:no-repeat;
	height:30px;
	text-decoration:none;
	color:#2e523b;
	font-style:normal;
	margin:0 6px 0px 0;
	padding:0 10px 0 0;	
	vertical-align:middle;	
	
    padding-top:-2px;
	_position:relative;
	_width:10px;	
	_overflow-y:hidden;
}



a.button, span.button, del.button,
a.button span, span.button button, span.button input, del.button span{
    background-image:url(../images/btn0.png);
}


a.button span, span.button button, span.button input, del.button span{
	
	
	white-space:nowrap;
	cursor:pointer;
    color:#222;
	display:-moz-inline-box;
	display:inline-block;
	line-height:1;
    letter-spacing:0 !important;
    font-family:"Arial" !important;
    font-size:12px !important;
    font-style:normal;    
    background-color:transparent;
	background-position:100% 0;
	background-repeat:no-repeat;
	height:30px;
	padding:8px 20px 0 10px;
	margin:0 -16px 0 10px;
	border:none;
	vertical-align:text-top;
	zoom:1;
	_position:relative;
    _padding-left:0px;
	_padding-right:12px;
	_margin-right:-10px;	
	_display:block;
	_top:0;
	_right:-5px;
	
}


span.button button{
   line-height:2.5;/*Opera need this*/
}

html.safari a.button span, 
html.safari del.button span{
  line-height:1.3;
}

html.safari span.button button{
  line-height:2.6;
}

html.safari a.button:focus,
html.safari span.button button:focus{
    outline:none;
}



del.button{
	/* cursor:not-allowed;	*/
	background-position:0 -120px;
	
}

del.button span{
	cursor:default;
    color:#aaa !important;
	background-position:100% -120px;
}


span.button button, span.button input{
	padding-top:0px;
	line-height:2.5;/*Opera need this*/
}


/** optional **/
/*
a.button:visited{
	color:#aaa;
}
*/


/*Hover Style*/

a.button:hover, 
span.button:hover,
a.button:focus, 

a.dom-button-focus, 
span.button-behavior-hover{
	background-position:0 -60px;
	color:#222;
	text-decoration:none;
}





a.button:hover span, 
span.button:hover button, 
a.button:focus span, 

span.button-behavior-hover button, 
span.button-behavior-hover input{
	background-position:100% -60px;
}


a.button:active, a.button:focus span{
	color:#444;
}




del.button-behavior-hover, del.button:hover{
	background-position:0 -180px;
	/* cursor:not-allowed; */
}


del.button-behavior-hover span, del.button:hover span{
	background-position:100% -180px;
	/* cursor:not-allowed; */
	
}

.sidenavspan {display: block; width 100%; padding: 8px;}
#button-block { display: block; background: url(../images/buttonblockbg.gif) top left no-repeat; text-align: center; padding-top: 14px;}
#form-note { border: 2px solid #FFF; background:#EEE; padding: 10px; margin-top: 20px; color:#555; text-align:justify; display:block; font-size:12px; font-family:Arial, Helvetica, sans-serif}
