@charset "utf-8";

* {
	margin: 0; 
	padding: 0; 
	font-style: normal;
	font-weight: normal;
}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	color: #333;
	line-height: 1.4;
	font-size: 86%;
}

body.top {
	background: url(../images/trp.jpg) no-repeat right bottom fixed;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1{
	font-size: 140%;
	color: #4F2A11;
}

h2{
	font-size: 120%;
	color: #4F2A11;
}

h3{
	font-size: 110%;
	color: #4F2A11;
	margin-bottom: 4px;
}

h4{
	font-size: 100%;
	color: #4F2A11;
}

h5{
	font-size: 100%;
	color: #4F2A11;
}

h6{
	font-size: 100%;
}

ul{
	list-style-type: disc;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

#wrapper {
}

#header{
	margin: 0;
	height: 140px;
}

#header.top {
	height: 270px;
}

#header img.topTitle {
	margin: 20px 0 10px 15px;
}

#content{
	position: relative;
	float: right;
	width: 78%;
	padding: 20px;
	border-top: 1px solid #cccccc;
	/margin-bottom: 70px;  /* only for IEs */
}

#content.top {
	float: left;
	padding: 20px;
	padding-bottom: 70px; /* must be same height as the footer */
	border: 0;
}  

#footer {
	position: relative;
	clear:both;
	margin-top: -70px; /* negative value of footer height */
	padding: 0 20px;
	height: 70px;
	font-size: 90%;
	color: #4F2A11;
	text-align: right;
	border-top: #cccccc solid 1px;
}

#footer.top {
	border: 0;
	text-align: left;
}

#footer .bottom  {
	position:absolute;
	right: 12px;
	bottom: 10px;
}

#footer.top .bottom  {
	position:absolute;
	left: 20px;
	bottom: 10px;
}


#sidebar{
	margin: 0 80% 0 0;
	padding: 16px 0 16px 20px;
	font-size: 90%;
	border-top: 1px solid #cccccc;
}

#sidebar ul {

}

#sidebar li {
	padding: 0 0 0 14px;
	list-style: none;
	background: none;
	line-height: 1.6;
}

#sidebar li.on {
	background: url(../images/arrow.gif) no-repeat 0 0.3em;
}



/*************** #pageName styles **************/

#siteName{
	background: url(../images/title_s.png) no-repeat 0 10px;
	text-indent: -999px;
	margin: 0 0 6px 16px;
	height: 110px;
	width: 300px;
}

#siteName a{
	display: block;
	left: 10px;
	top: 10px;
	width:220px;
	height: 110px;
}

#pageName{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-left-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

/************* #globalNav styles **************/

#globalNav{
	clear: left;
	font-size: 94%;
	color: #999999;
	white-space: nowrap;
	margin: 0 0 10px 20px;
}

#globalNav a.on {
	color: #AF5B22;
}

#breadCrumb{
	font-size: 86%;
	border-bottom: 1px dotted #cccccc;
}

#breadCrumb a.on {
	color: #AF5B22;
}

#content p {
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.6;
	margin-bottom: 20px;
}


#content p.center {
	text-align: center;
}

#content p.right {
	text-align: right;
}

#content p.indent {
	margin-left: 20px;
}

#content .pdffile {
	color: #aa0033;
	background: url(../images/pdf.gif) no-repeat left bottom;
	padding: 1em 0 0 20px;
}

#content div.gotoPageTop {
	clear: both;
	position:absolute;
	right: 20px;
	bottom: 10px;
	padding-left: 1.2em;
	background: url(../images/arrow_up.gif) no-repeat 0 0;
	font-size: 80%;
}


#content h2 {
	font-size: 100%;
	color: #4F2A11;
}

#content h3 {
	font-size: 100%;
	color: #4F2A11;
	margin-bottom: 10px;
	padding-left: 4px;
	border-left: 6px solid #999;
}

#content h4 {
	font-size: 100%;
	color: #4F2A11;
	margin-bottom: 8px;
	padding-left: 4px;
	border-left: 6px solid #ddd;
}

#content ul {
	margin: 4px 10px 4px 30px; 
	line-height: 1.6;
}

#content img.profile {
	display: block;
	float: right;
	margin-letf : 20px;
}

#logo{
	text-align: center;
	margin: 40px 0 40px 0;
}
