@charset "UTF-8";

body {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 14px;
	line-height: 120%;
	color: #666;
	margin: 30px 0 0 0;
	padding: 0;
}

#container {
	width: 754px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/t_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	}
	
#header {
	width: 724px;
	height: 95px;
	top: 0;
	margin: 0 0 0 15px;
	padding: 0;
	}
	
#nav {
	width: 724px;
	height: 25px;
	margin: 0 0 0 15px;
	padding: 0;
	background-image:url(../images/t_navBg.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	text-transform:uppercase;
	}
	
#separator {
	width: 724px;
	height: 16px;
	margin: 0 0 0 15px;
	padding: 0;
	background-image:url(../images/t_spacer.jpg);
	background-repeat:no-repeat;
	}
#separatorPage {
	width: 724px;
	height: 16px;
	margin: 0 0 0 15px;
	padding: 0;
	background-image:url(../images/p_spacer.jpg);
	background-repeat:no-repeat;
	}
	
#content {
	width: 685px;
	margin: 0 18px 15px 38px;
	padding: 0;
	}
	
#navLeft {
	width: 170px;
	height: 461px;
	margin-left: -23px;
	margin-top: -16px;
	padding: 0;
	background-image: url(../images/p_sideNavBg.png);
	background-repeat:no-repeat;
	float: left;
	}

#pageContent {
	width: 520px;
	margin-bottom: 15px;
	padding: 0;
	float: right;
}


#homeLeft {
	width: 315px;
	margin: 0;
	padding: 0;
	float: left;
	}
	
#homeRight {
	width: 311px;
	height: 393px;
	margin: 0 0 25px 0 ;
	padding: 0;
	background-image:url(../images/h_tintPanel.png);
	background-repeat:no-repeat;
	float: right;
	}
	
#icons {
	width: 90px;
	margin: 20px 6px;
	float: left;
	display: inline-block;
	height: 90px;
	}
	
#footer {
	clear: both;
	width: 724px;
	margin: 0 0 0 15px;
	padding: 0;
	border-top: dotted 1px #666;
	}
	
#footer p {
	padding: 15px  25px 5px 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #999;
	}
	
/* font styles */

p, #content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	color: #666;
	margin: 0;
	padding-bottom: 10px ;
	}
	
h1 {
	font-size: 24px;
	font-weight:100;
	margin: 0;
	padding: 20px 0 20px 0;
	color: #878679;
	line-height: 30px;
}

 h2 {
	color: #56504e;
	font-weight: 600;
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 13px;
	padding-bottom: 10px ;
}

h3 {
	color: #56504e;
	font-weight: 600;
	margin: 0;
	padding-bottom: 5px;
	font-size: 12px;
}

/* LINKS */

a {
	color: #878679;
	font-weight: 600;
	text-decoration: none;
	}

a:hover {
	color: #56504e;
	text-decoration: none;
	}

a:visited {
	color: #56504e;
	text-decoration: none;
	}

a:visited:hover {
	color: ##878679;
	text-decoration: none;
	}
	
#footer a {
	color: #56504e;
	text-decoration: none;
	font-weight:100;
	}

#nav ul, #nav li {
	margin:0;
	padding: 0;
	list-style:none;
	list-style-type: none;
	list-style-image:none;
	float: left;
	}

#nav a  {
	height: 20px;
	margin:0;
	padding:0 10px 0 10px;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	border-right: solid 2px #FFF;
	display:inline-block;
	
}

#nav a .left {
	margin:21px;
	padding-right:10px;
}

#nav a:hover  {
	background-image: url(../images/t_navBgOver.jpg);
	background-repeat:repeat-x;
	font-weight: 400;
}



#navLeft ul, #nav li {
	margin:0;
	padding: 0;
	list-style:none;
	list-style-type: none;
	list-style-image:none;
	}

#navLeft a  {
	font-size: 11px;
	line-height: 24px;
	margin:0;
	padding:0 0 0 10px;
	color: #56504e;
	font-weight: 400;
	text-decoration: none;
	border-top: dotted 1px #FFF;
	display:block;
}

#navLeft a:hover  {
	background-image: url(../images/t_navBgOver.jpg);
	background-repeat:repeat-x;
	font-weight: 400;
	color: #FFF;
}


#icons a {
	color: #56504e;
	font-weight: 500;
	text-decoration: none;
	font-size: 13px;
	line-height: 14px;
	}

#icons a:hover {
	color: #878679;
	text-decoration: none;
	}

#icons a:visited {
	color: #878679;
	text-decoration: none;
	}

#icons a:visited:hover {
	color: #999;
	text-decoration: none;
	}

/* classes */

.photoRight {
	float: right;
	padding-left: 20px;
	}
	
.sidebarRight {
	float: right;
	padding-left: 20px;
	width: 200px;
	}