/*  Styles for the Asset-USA web site */



/*------------------------------------------------------------------------------*/

/*  General Styles */



body {
	background-color:#FFFFFF;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family: Arial;
	font-size: 10pt;
	margin: 20px 0px 20px 0px;
}
p {
	margin-top: 0px;
}
pre {
	font-size: 12px;
	margin: 0px;
	padding: 5px 10px;
}
img.download {
	vertical-align: middle;
}
.title {
	font-family: Times New Roman;
	color: #000000;
	font-size: 16pt;
	font-weight: bold;
}
.normaltext {
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
}
.strongtext {
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}
.smalltext {
	font-family: Arial;
	color: #000000;
	font-size: 9pt;
}
.columnheading {
	font-family: Times New Roman;
	font-weight: bold;
	color: #000000;
	font-size: 11pt;
	background: #DEDAA2;
	width: 80%;
	height: 19px;
	padding-left: 10px;
}
.paragraphTitle {
	font-family: Arial;
	color: #006B6C;
	font-size: 10pt;
	font-weight: bold;
}
.FoundersAwardYear {
	vertical-align:top;
}
.FoundersAwardWinner {
	vertical-align:top;
	font-weight: bold;
	padding-bottom: 5px;
}
/*-----------------------------------------------------------------------------*/

/* Link styles */



a {
	color: #006B6C;
}
a:hover {
	color: #000000;
}
/*------------------------------------------------------------------------------*/

/* Heading styles */



h1 {
	background-color: #006B6C;
	border-bottom: 1px solid #006B6C;
	border-top: 1px solid #006B6C;
	font-size: 11px;
	margin: 0px;
	padding: 5px 15px;
	text-transform: uppercase;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 5px 10px;
}
.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
/*------------------------------------------------------------------------------*/

/* Banner Styles */



#banner {
	background-color: #006B6C;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.bannernav {
	font-family: Trebuchet MS;
	color: #FFFFFF;
	font-size: 12pt;
	background: #006B6C;
	font-weight: bold;
	vertical-align: top;
}
.bannertext {
	font-family:"Times New Roman";
	color: #FFFFFF;
	font-size: 14pt;
}
.topnavbackground {
	font-family: Trebuchet MS;
	color: #FFFFFF;
	font-size: 12pt;
	background: #006B6C;
	font-weight: bold;
	height: 30px;
	text-decoration: none;
}
.topnavbackground:hover {
	font-family: Trebuchet MS;
	color: #E1DDA9;
	font-size: 12pt;
	background: #006B6C;
	font-weight: bold;
	height: 30px;
	text-decoration: underline;
}
/*------------------------------------------------------------------------------*/

/* Containers for Page Layout */

#container {
	width: 800px;
	border-top: 1px solid #339999;
	border-right: 2px solid #003333;
	border-bottom: 2px solid #003333;
	border-left: 1px solid #339999;
	margin-left: auto;
	margin-right: auto;
	postion: relative;
}
#outer {
	background-color: #006B6C; /* color of the content column */
	/* Added by Mitch McCoy 10/18/2007 */

	position: relative;
	min-height: 100%;
}
#inner {
	width: 100%; /* The ie/pc pecularity */
	position: relative;
	height: 100%;
	background-color:#006B6C;
}
/*------------------------------------------------------------------------------*/

/* Content Container */ 

#content {
	padding: 10px 10px 10px 10px;
	background-color:#FFFFFF;
	float:right;
	position: relative;
	width: 595px;
	min-height: 522px;
	height:auto !important;
  	height:100%;
}
#LeftContentColumn {
	width: 70%;
	vertical-align:top;
}
#RightContentColumn {
	width: 30%;
	vertical-align:top;
}
#ContentColumnDivider {
	width: 10px;
	border-left: 1px solid black;
	padding-left: 10px;
}
/*------------------------------------------------------------------------------*/

/* Footer */ 

#footer {
	clear: left;
	text-align: right;
}
/*------------------------------------------------------------------------------*/

/* Left Navigation */

#left {
	background-color: #006B6C;
	width: 185px;
	float:left;
	position: relative;
}
.leftnavbackground {
	font-family: Trebuchet MS;
	color: #FFFFFF;
	font-size: 10pt;
	background: #006B6C;
	font-weight: bold;
	height: 30px;
	text-decoration: none;
}
.leftnavbackground:hover {
	font-family: Trebuchet MS;
	color: #E1DDA9;
	font-size: 10pt;
	background: #006B6C;
	font-weight: bold;
	height: 30px;
	text-decoration: underline;
}
.leftnav {
	background: #006B6C;
	border-bottom: 1px solid #ffffff;
	height: 30px;
	padding-left: 10px;
}
.leftnav:hover {
	background: #006B6C;
	border-bottom: 1px solid #ffffff;
	height: 30px;
	padding-left: 10px;
	text-decoration: underline;
}
.error {
	padding: 5px 5px 5px 5px;
	color: red;
}
.welcometext {
	vertical-align:bottom;
	padding: 0px 0px 5px 15px;
	color: white;
}

.secureleftnavbackground
{
	font-family: Trebuchet MS;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	height: 30px;
	text-decoration: none;
	background-color: #4CA0A2;
}
.secureleftnav {
	background: #4CA0A2;
	border-bottom: 1px solid #ffffff;
	height: 30px;
	padding-left: 10px;
}
.secureleftnav:hover {
	background: #4CA0A2;
	border-bottom: 1px solid #ffffff;
	height: 30px;
	padding-left: 10px;
	text-decoration: underline;
}

