@charset "utf-8";
/* CSS Document */

/***************** HTML Tag Styles - Header, Paragraph and ETC *****************/
p{
margin: 5px 0 5px 0;
padding:0;
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
font-size:12px;
line-height: 1.5em;
text-align:justify;
}

	#contentbox p, #contentbox2 p{
	line-height:2em;
	margin-bottom:15px;
	}

img{
margin: 0;
padding:0;
border:0;
}

h1{
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
font-size:14px;
text-transform:uppercase;
display:block;
width:90%;
background:#000000;
text-align:right;
color:#FFFFFF;
margin:0;
padding:2px 0;
padding-right:4px;
margin-bottom:12px;
}

h3{
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
font-size:14px;
text-transform:uppercase;
background:#000000;
text-align:left;
color:#FFFFFF;
margin:0;
padding:2px 0;
padding-right:4px;
margin-bottom:12px;
}

	#rightcolumn h1{
	z-index:200;
	position:absolute;
	right:0;
	color:#cccccc;
	}
	
	#leftcolumn h1{
	z-index:200;
	position:absolute;
	right:0;
	color:#cccccc;
	}

h2{ /* contentbox(2) headers */
margin:0;
padding:0;
margin-bottom:15px;
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
font-size:13px;
text-transform:uppercase;
color:#FFFFFF;
}



em{ /* Use <em> to highlight any text without italisizing it. To italisize text use <i></i> tags */
font-style:normal;
color:#cccccc;
}

/***************** CUSTOM CLASS STYLES *****************/

/* Apply class="boxlink" to any link to achieve a black box link */
.boxlink {
display:inline-block;
background: #666666 url(../images/btn_learnmore.gif) left top no-repeat;
width: 107px;
clear:both;
height:20px; /* height + paddingtop = 24 */
padding-top:4px;
margin-left: 80px;
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
font-size:11px;
text-align: center;
text-decoration: none;
text-transform:uppercase;
color: #FFFFFF;
}

.boxlink2 {
display:inline-block;
background: #666666 url(../images/btn_learnmore.gif) left top no-repeat;
width: 107px;
clear:both;
height:20px; /* height + paddingtop = 24 */
padding-top:4px;
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
font-size:11px;
text-align: center;
text-decoration: none;
text-transform:uppercase;
color: #FFFFFF;
}

.boxlink2:hover{ /* Set :hover style */
text-decoration:underline;
}


.boxlink:hover{ /* Set :hover style */
text-decoration:underline;
}

.boxlink:visited, .boxlink:active{ /* defaults text white */

}


	
.right_align { /* Ad class="right_align" to any <p> or other block element to align the text right (SEE ADDRESS FOR EXAMPLE) */
margin:0;
padding:0;
text-align:right;
}

/** FOOTER TEXT STTLES **/
#footer_menu a{
color:#FFFFFF;
font-family:"Trebuchet MS", Arial, sans-serif;
font-size:12px;
margin:0 4px;
text-decoration:none;
}

#footer_menu a:first-child{
margin-left:0;
}

#footer p{
font-size:10px;
color:#999999;
}

#footer a{
color: #999966;
}

a{
color: #fff;
}
a:hover{
color: #ccc;
}