
* {
	margin:0;
	padding:0;
}

body {
	font-family: "Lucida Grande", tahoma, sans-serif;
	font-size: 72%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #666;
	background: #FFF url(../images/bg_body.gif) repeat-x;
}

/***********************************************
				TYPOGRAPHY
************************************************/
a {
	text-decoration: none;
	color:#8C7E60;
}
a:visited {
}
a:active {
}
a:hover {
	color:#574D28;
	text-decoration: underline;
}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	letter-spacing:-0.05em;
	margin: 1.0em 0em 0em 0em;
	font-weight: normal;
	color:#1E1E1E;
	border-bottom:1px solid #CCC;
	border-right:1px solid #e1e1e1;
	clear:both;
	background:#F5F5F5;
	background:#D5CE9F;
	background:#F5F5F5;
	padding-top:3px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#8C7E60;
	font-size: 1.4em;
	margin: 0.2em 0em 0.6em 0em;
	font-weight: normal;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#8C7E60;
	font-size: 1.4em;
	margin: 0.2em 0em 0em 0em;
	font-weight: normal;
}
h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
	font-size: 1.1em;
	margin: 0.1em 0em 1.2em 0em;
	font-weight: normal;
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
.border{
	border:2px solid #CCCCCC;
}
img {
	border: 0;
	}
p {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
}
th{
	text-align:left;
}
blockquote{
	background:#F5F5F5;
	margin-left:20px;
	margin-bottom:10px;
	padding:10px;
	border-left:2px solid #666;

}
.clear{
	clear:both;
}

/***********************************************
				HEADER
************************************************/

#logo{
	float:left;
	margin:3px;
	margin-top:20px;
	padding:0;
}
#tabsJ {
	float:right;
	line-height:normal;
	margin-top:65px;
	padding-right:10px;
}
#tabsJ ul {
	list-style:none;
}
#tabsJ li {
	display:inline;
}
#tabsJ a {
	float:left;
	background:url("../images/tableftJ.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
}
#tabsJ a span {
	float:left;
	display:block;
	background:url("../images/tabrightJ.gif") no-repeat right top;
	padding:5px 5px 2px 15px;
	font-size: 1.2em;
	color:#263852;
	font-weight:normal;
	width:75px;
	text-align:right;
	border-bottom:2px solid #EEE3B6;
	border-bottom:2px solid #D5CE9F;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span {
	float:none;
}
/* End IE5-Mac hack */
#tabsJ a:hover span {
	border-bottom:2px solid #263852;
	border-bottom:2px solid #DAC77A;
	border-bottom:2px solid #333;
}
#tabsJ a:hover {
	background-position:0% -42px;
}
#tabsJ a:hover span {
	background-position:100% -42px;
}
 
/***********************************************
				CONTENT
************************************************/
#container{
	margin:auto;
	width:780px;
}
#image{
	clear:both;
	background:#E6E6E6;
	text-align:center;
	padding:3px;
}
#content {
	/*padding-top:10px;*/
}
#main{
	float:left;
	clear:none;
	width:500px;
	padding-left:20px;
	padding-right:20px;
}
#main a{
	font-weight:bold;
}
#item{
	background:#F6F2E4;
	padding: 10px 20px 10px 20px;
}
#content-image{
	float:left;
	padding: 10px 15px 0 0;
}
#content-image img{
	padding:1px;
	border:3px solid #EEE;
}
#clients-content{
	width:330px;
	float:left;
	margin-left:20px;
}
#top{
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #E1E1E1;
	text-align:right;
	font-size:0.9em;
}
#top a{
	font-weight:bold;
}
#top a:hover{
	text-decoration:none;
}

/***********************************************
				SIDEBAR
************************************************/
.sidebar{
	float:right;
	clear:none;
	width:200px;
	margin-right:15px;
	margin-top:20px;
	background:#F5F5F5 /*url(../images/bg_right.jpg) top left no-repeat*/;
	border:1px solid #EEE;
	border-top:2px solid #666;
	border-bottom:2px solid #666;
}
.sidebar h2{
	border-top:none;
	border-bottom:1px dashed #E1E1E1;
	border-right:none;
	background:#F5F5F5;
	padding-left:10px;
}
.sidebar h3{
	padding-left:10px;
	margin-top:0em;
	font-size:1.3em;
}
.sidebar p{
	padding-left:10px;
	padding-right:10px;
}
#clients{
	margin-top:20px;
}
#logos{
	margin-top:20px;
	text-align:center;
	background:none;
	border:none;
}
#logos img{
	padding-bottom:40px;
}
.read{
	padding:0;
	margin:0;
	border-top:1px dashed #E1E1E1;
	text-align:right;
}
.read a{
	color:#666;
}
.read a:hover{
	text-decoration:none;
}

/***********************************************
				LISTS
************************************************/

#main ul{
	margin-left:2em;
}
#main li{
	list-style:disc;
	list-style:url(../images/bullet.gif);
	line-height: 1.7em;
	margin-left:2em;
}

#two_col{
	padding-left:30px;
}
#two_col ul{
	float:left;
	width:450px;
	margin:0;
	padding-bottom:15px;
}
#two_col li{
	float:left;
	width:225px;	
	margin:0;
	padding:0;
	list-style:url(../images/bullet.gif);
	line-height: 1.7em;
}

#clients ul{
	list-style:none;
}
#clients li{
	display:block;
	font-weight:bold;
	border-top:1px solid #999;
}
#clients li a{
	display:block;
	padding: 5px 0 5px 12px;
	text-decoration:none;
}
#clients li a:hover{
	background:#D5CE9F;
	background:#556A8A;
	color:#EAEBE2;
}

/***********************************************
				FOOTER
************************************************/
#footer{
	font-size:1.0em;
	text-align:center;
	clear:both;
	padding-top:30px;
	padding-bottom:4px;
	border-bottom:2px solid #D0CAAE;
}
#footer a{
	color:#999;
	font-weight:normal;
}
#copyright{
	font-size:0.9em;
	color:#999;
	text-align:center;
}
#copyright p{
	line-height:normal;
}