/* CSS Document */

html { 
	padding:0px;
	margin:0px;
	height:100%;
	background:#FFFFFF;
}

ul, ol, dl{
	position:relative;
}

html { min-height: 100%; margin-bottom: 1px; }

body {
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	text-align:center;
}

img {
	padding:0; 
	border:none;
}
img.noborder{
	border:none;
}
p,pre{
	margin:0px 10px 10px 10px;
}

h1 {
	font-size:14px;
	padding-top:10px;
	text-transform:lowercase;
	color: #564b47;
	background-color: transparent;
}
h1, h2, h3{
	text-transform:lowercase !important;
	letter-spacing:-.025em;
	color:#727272;
}
a { 
	color: #0055BB;
	background-color:transparent;
	text-decoration: none; 
}

a:hover{
	text-decoration:underline;
	cursor:pointer;
}
pre { 
	color: #564b47;
	font-size: 11px;
	background-color:transparent;
	font-family: Courier, Monaco, Monospace;
}

/*------Columns: Note they dont add up to 100%, this is intentional to avoid problems!----------*/ 

.fullcolumn { float: left; width: 99%; text-align:left;}		/* Full width column for a one column site */

.halfcolumn { float: left; width: 49%; }		/* Half width column for a two column site. */

.onethirdcolumn { float: left; width: 31%; }		/* One third width column for a three column site */

.quartercolumn { float: left; width: 24.5% }		/* One quarter width column for a four column site */

.threequartercolumn { float: left; width: 72.5% }		/* 3/4 width column for a four column site */
.ir {display:none;}
.rowcontainer {						/* Used to keep the divs in a row.  you can use this for any size of divs */
	float: left;
	margin-bottom: 5px;
	width: 99.9%;
	overflow: hidden;

}

#outer{
	margin:0;
	padding:0;
	width:1207px;
	float:left;
	display:inline;
}

#inner{
	margin:0;
	padding:0;
	width:1007px;
	margin:0 auto;
	background-color:white;
	height:100%;
	overflow:hidden;
}

a:hover { outline: none !important;}

/* --------------left nav------------ */

#content_default #left {
	width:178px;
	color:#999999;
	padding-bottom:20px;
	margin-left:-130px; 
	float:left;
	margin:10px;
	margin-right:5px;
	margin-top:23px;
	background: url('../images/box_top.jpg') top no-repeat;
	background-color:white;
/*	border-bottom:1px solid #BDC8D0;
	border-left:1px solid #BDC8D0;
	border-right:1px solid #BDC8D0; */
	z-index:1; 
}

#content_default #left ul {
	padding-top:38px;
	margin-top:5px;
	border-bottom:1px solid #BDC8D0;
	border-left:1px solid #BDC8D0;
	border-right:1px solid #BDC8D0;

}
/*
#content_default #left ul li {
	border-bottom:1px solid #BDC8D0;
	border-left:1px solid #BDC8D0;
	border-right:1px solid #BDC8D0;
} */

#left ul li a{
	color:#999999;
}
/*************  #content ***************************************/
#content_default {
	margin: 0px;
	margin:0px;
	background-color:#fff;	
	height:100%;
	padding:0px;
	width:1000px;
	text-align:left;
}

#content_default h1{
	margin:0;
	padding:0;
	font-size:17px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#727272;
	padding-bottom:.75em;

}

#content .section{
	margin:0;
	padding:0;
	padding-bottom:10px;
	border-bottom:1px solid gray
}
#content .section h3{
	margin-top:10px;
}
#content .section img{
	float:left;
	padding-right:10px;
	border:none;
}
#content .last_section{
	padding-bottom:10px;
	border:none;
	margin-top:15px;
}

br.clear{
	clear:both;
	height:30px;
}
#index {
	margin:0;
	padding:0;

}
#index .section{
	text-align:left;
}
#index .section p{
	font-size:11px;

}

.page_header{
	text-align:left;
	margin:15px 0;

}
* html .page_header{
	margin:0;
	padding:0;

}

img.float_left, img.float_right{
	margin:10px;
}

.center{
	text-align:center;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
