/* CSS Document */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

/*general styling*/

*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}
img{
	border:0;
}
body{
	background:#dedbcb url(../images/body-bg.jpg) repeat-x;	/*ccc8af*/
	text-align:center;	
	font-size:62.5%;
	font-family: verdana, "Myriad Pro", arial;
}
#wrapper{
	margin:0 auto;
	text-align:left;
	width:1012px;

}

/* header styling*/

#header{
	background: url(../images/header-bg.jpg) no-repeat;
	position:relative;
	height:164px;	
}
#logo{
	position:absolute;
	top:55px;	
	left:31px;
}	
#logo h1{
	color:#9bbfd7;
	text-transform:uppercase;
	font-size:2.25em;
}	
#logo h3{
	color:#ffffff;
	font-size:1.25em;
	padding-left:110px;
}
#contact{
	position:absolute;
	right:30px;
	width:235px;
	height:44px;	
}	
#contact p img{
	float:left;
	margin-right:20px;
}	
#contact p{
	color:#fff;
	font-size:1.8em;
	padding-left:25px;
	padding-top:7px;
	line-height:30px;
}

/*nav styling*/

#nav{
	background:url(../images/nav-bg.jpg) repeat-x;
	position:absolute;
	top:120px;
	left:26px;	
	height:43px;
	width:960px;
	
}

#nav li{
	float:left;
}

#nav li a{
	font-size:1.7em;
	color:#244c66;
	line-height:43px;
	display:block;
	padding:0 33px;	
}	

#nav li a:hover{
	background:url(../images/mover.jpg) no-repeat center top ;
}
/*banner styling*/

#banner{	
	position:relative;
	height:326px;
	background:url(../images/banner-img.jpg) no-repeat;	
}	
#photo{
	position:absolute;
	left:26px;
}
#banner-text{
	background:url(../images/banner-textimg.jpg) no-repeat;
	position:absolute;
	left:325px;
	top:125px;
	height:88px;
	width:418px;
}		
	
#banner-text h2{
	text-indent:-9999px;
}	

/* main content */

#main-content{
	padding:0 40px 20px 26px;
}


/*left-content styling*/	

#left-content{
	width:555px;
	margin-top:25px;
	float:left;
}
#left-content h3{
	font-size:1.8em;
	color:#204760;	
	margin-bottom:17px;
}

#left-content P{
	font-size:13px;
	padding:15px 15px 15px 0px;
}

#left-content .name{
	padding-left:80px;
	line-height:39px;
		width:470px;

}	

#left-content .one{
	width:200px;
}

#left-content .dismiss{
	padding-left:89px;	
	font-weight:bold;
	line-height:39px;
		width:150px;	
}

#left-content .even{
	width:553px;
	background:url(../images/leftcon-even.gif) 10px no-repeat;
	height:39px;
	font-size:1.4em;	
}
#left-content .odd{
	background:#dedbcb url(../images/leftcon-odd.gif) 10px no-repeat; /*dcd8bf*/
	width:553px;
	height:39px;
	font-size:1.4em;
}	

/*side-bar styling*/	

#side-bar{
	float:right;
	width:343px;
	margin-top:20px;
}	
#side-bar h3{
	font-size:1.8em;
	margin-bottom:7px;
	color:#204760;	
}
#side-bar h4{
	font-size:1.3em;
	color:#204760;	
	margin-bottom:5px;	
}
	
.testimonial-block{
	margin-top:15px;	
	background:url(../images/side-bar-img.gif) no-repeat;
	font-size:1.3em;
}

.empty-block{
	margin-top:15px;	
	font-size:1.3em;
}

#side-bar .right{
	text-align:right;
	font-size:1em;
	padding:15px;
	background-color:#dcd8bf;
}	
.testimonial-block p{
	padding-left:30px;
	padding-top:15px;
}	

.empty-block p{
	font-size:13px;
	background-color:#dcd8bf;
	/*padding-left:30px;*/
	padding:15px;
}	

/*footer-styling*/

#footer{
	clear:both;
	text-align:center;
	padding:25px 0;
	background:#d2ceb5 url(../images/footer-bg.jpg) no-repeat;

}
#footer a{
	color:#000;
	margin:3px;
	font-size:1.25em;
}
#footer a:hover{
	text-decoration:underline;	
}	
#footer p{
	padding-top:10px;
	font-size:1.25em;
}		

#tablejt {
	width:550px;
}

tr.odd {
	height:39px;
	font-size:1.4em;
}

tr.even {
	height:39px;
	font-size:1.4em;
}

td.emptyo {
	background:#dedbcb url(../images/leftcon-odd.gif) 10px no-repeat; /*dcd8bf*/
	width:60px;
}

td.emptye {
	background:#cdc9b0 url(../images/leftcon-even.gif) 10px no-repeat;
	width:60px;
}

td.o {
	padding-left:6px;
	background:none;
	background-color:#dedbcb; /*dcd8bf*/
}

td.e{
	padding-left:6px;
	background:none;
	background-color:#cdc9b0;
}
