/* CSS Document */

/****************************************
HIGHMARK CONSTRUCTION CSS
CREATED BY KYLE CHOWNING
AUGUST 14, 2007
*****************************************/

/*Set global properties */
html body{
	background:#154599 url(images/background.jpg) no-repeat top;
	margin : 0px;
	font-family : Georgia;
	color : #666666;
}	

/*Default link colors */
a:link, a:visited, a:active { color : #666666; }
a:hover {
	color : #333333;
	text-decoration: none;
}

/*PAGE ELEMENTS*/
#container {width: 792px; margin: 0 auto;}
#header {
	width:100%;
	height:110px;
	vertical-align: middle;
	margin-top: 10px;
}
#roundtop {height:42px;}
#content {background-color:#FFFFFF;}
#box {
	margin: 5px 40px 30px;
	border: 1px solid #e8e8e8;
}
#left {
	float: left;
	width: 316px;
}
.text {
	font-size: 0.85em;
	line-height: 18px;
}
.title {
	font-size: 1em;
	font-weight: bold;
	color: #29589C;
}
.alert {
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
}
#roundbottom {height:23px;}
#footer {
	color: #999999;
	height: 100px;
}
h1 {
	font-size: 1.0em;
	font-weight: bold;
	color: #27549C;
}
h2 {
	font-size: .90em;
}
#right {
	float: right;
	width: 375px;
}
.info {
	font-size: .75em;
}
.hrule {
	width: 90%;
	height: 1px;
	color: #E8E8E8;
	background-color: #E8E8E8;
	border: 0 none;
}
.footertext {
	font-size: 0.6em;
}
.redtext {color: #FF0000}.hrule100 {
	width: 100%;
	height: 1px;
	color: #E8E8E8;
	background-color: #E8E8E8;
	border: 0 none;
}
