/* CSS Document created for Trinity Group Resources (agent side) by KP Direction LLC, Nov 2007 */

body, html {
	height:100%;
}

html>body #outer {
	height:auto;
	min-height:100%;
	overflow:hidden;
}

html, body {
	width:100%;
}

body {
	margin:auto 0;
	padding:0;
	background-color:#000068;
	font: normal 13px/15px Geneva, Arial, Helvetica, sans-serif;
}

p {
	padding-left:10px;
}

img {
	border:0px;
}

#outer {
	margin:0 auto;
	width:900px;
	min-width:900px;
}

.floatleft {
	float:left;
}

.floatright{
	float:right;
}


/* Begin page layout */
#wrapper {
	width:900px;
	margin:15px 0;
	padding:0;
	background-color:#fff;
}

/* Top portion of page */
#header {
	margin:0 auto;
	padding: 0;
	height:159px;
	text-align:right;
}

.printheader {
	display:none;
}

#header h1{
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	margin:0;
	text-align:left;
	width:150px;
	padding: 15px 15px 0 702px;
}

#header p{
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	padding-left: 702px;
	text-align:left;
	color:#89656C;
}

.logoimg {
	float:left;
	margin:0;
	padding: 15px 0 0 50px;
}

/* Main content of page */

#leftnavwrap {
	float:left;
	margin: 15px 15px 15px 25px;
	width:134px;
	background:#000098 repeat-y top;
}

/*top and bottom images to frame menu box*/

.top {
	height:20px;
	background:url(../images/menu_top.png) no-repeat top;
}

.bottom {
	width:100%;
	height:60px;
	background:url(../images/menu_bottom.png) no-repeat left bottom;
	overflow:hidden;
}

/* begin layout of menu */
#leftnav {
	display:none;
}

#rightcolumn {
	display:none;
}

#content {
	margin:15px 200px 0 220px;
	line-height:135%;
}
#content h1 {
	font-size:1.7em;
	margin:15px 0;
	font-weight:bold;
}

#content h2 {
	font-size: 1.5em;
	margin: 10px;
	font-weight: normal;
}

/* End of page - footer info */
.cleardiv {
	clear:both;
}

#footer {
	margin:0 auto;
	padding:0;
	text-align:center;
	height:60px;
	background:#D5D5F4 url(../images/footer_bottom.png) repeat-x bottom left;
}

#footer ul {
	margin:0;
	padding-top:15px;
	list-style-type:none;
}

#footer ul li {
	display:inline;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
}

#footer ul li a {
	text-decoration: none;
	color: #89656C;
	background-color: #D5D5F4;
}

#footer ul li a:hover, a:active {
	color:#9A7E98;
	text-decoration: underline;
}

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

a:hover, a:active {
	text-decoration:none;
	color:#9A7E98;
	text-decoration: underline;
}

#footer p {
	font: 12px Arial, Helvetica, sans-serif;
	margin:0 auto;
		line-height:150%;

}



