.left {float: left;}
.right {float: right;}
.hidden-text { text-indent: -31337px; font-size: 1px; }
.float-catch {clear: both;}
.neg-tpmargin {margin-top: -10px;}
.upper-case {text-transform:uppercase;}
.link {margin: 0px 0px -3px 1px;}
.hidden { display: none; }
.no-border { border: none !important; }
.li-drop {
	margin: 0;
	padding-top: 2px;
}

.no-margin {
	margin: 0px !important;
}

.margfix {
	height:1px;
}


#empty{
	height: 1px;
}

#error-message{
	padding: 10px;
}

#content{
	/*min-height: 400px;*/
	padding-top: 0px;
	margin-top: 0px;
	background: #cccccc;
}

#content p{
	color: #444;
}

#content a {
	color: #0088AE;
	text-decoration: none;
}

#content a:hover {
	color:#004E60;
}


h1{
	font-size: 1px;
	height: 97px;
	width: 211px;
	position: absolute;
	text-indent: -31337px;
	margin:-110px 0px 0px 345px;
	padding: 0;

}

#content h2 {
	font-weight: normal;
	font-size: 2.3em !important;
	color: #0088AE !important;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

#content h3{
	text-transform: none;
	color:#004E60;
	font-size: 1.7em;
	line-height: 20px;
	font-weight: normal;
}

#content h4{

	font-weight: normal;
	text-transform: none;
	margin: 0 0 5px 0;
	color: #CDAD5E;
	font-size: 1.4em;
}

#content h5{
	color: #636466;
	font-size: 1.10em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

#content h6{
	color: #636466;
	font-size: 1.0em;
	text-transform: none;
	font-weight: bold;
	margin: 0;
}



/*-----------------------------------<Common Page Layout>--------------------------------*/

.header-image{
	background: transparent none top center no-repeat;
	padding: 300px 0 0 0;
	margin: 0;
	border-bottom: #c9c9c9 20px solid;
}


.menu-selected {
	color: #CDAD5E !important;
}

#info, #error-message {
	padding:25px 40px;
	background: #cccccc url(/images/layout/content-bg.gif) top left repeat-x;
	height: 1%;
}

#info .column{
	width: 375px;
	float: left;
	margin-right: 25px;
}

#info ul{
}

#info ul li{
	list-style: square;
	color: #444;
	margin: 5px 0;
	padding: 0;
}



hr {
	height: 0px;
	border: 1px solid #ccc;
	border-width: 1px 0px 0px 0px;
	margin: .5em 0em .5em 0em;
}

