/**
 * @author Dani Cabrera <dani@fryewiles.com>
 * @version 0.5.0 20080702 AS
 * @version 0.0.1 20080602 DC
 */
 
 .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; }
.no-border-right { border-right: 0px !important; }
.no-border-left { border-left: 0px !important; }
.no-padding-right {	padding-right: 0px !important; }
.no-padding-left {	padding-left: 0px !important; }

.mfix { height: 1px;}
.li-drop {
	margin: 0;
	padding-top: 2px;
}

html {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #4c4c4c;
	background: #002766;
}

img {
	border: none;
}

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

a:hover {
	color: #222222;
}

* {
	margin: 0px;
	padding: 0px;
}

ul {

}

li {
	list-style: none;
}

h1{
	display: block;
	background: url(/resources/images/layout/ca-construction-logo.png) no-repeat;
	width: 290px;
	height: 75px;

}

h1 a {
	display: block;
	width:290px;
	height: 75px;
}

h2 {
	border-bottom: 2px #4C4C4C solid;
	margin-bottom: 10px;
	font-family: "Helvetica", sans-serif;
	font-size: 2em;
	text-transform: uppercase; 
	color: #4C4C4C;
	padding-bottom: 5px;
	line-height: 1em;
}

.titles{
	margin-top: 10px;
	text-transform: uppercase;
	font-family: "Helvetica", sans-serif;
	font-size: 1.5em;
	color: #002766;
	border: none;
	text-align: center;
	width: 440px;
}

h3 {
	padding: 2px 0;
	font-size: 1.3em;
	margin: 5px 0;
}

h4 {
	margin: 10px 0px;
	
}

p {
	line-height: 1.48em;
	margin: 10px 0;
}

.content-drop {
	margin-top: 35px;
}

.whitebox {
	background: #ffffff;
	border:1px solid #CCCCCC;
	margin-top:15px;
	padding:10px;
}

.column-right, .column-left {
	font-size: 1.1em;
}

.distinction-title {
	font-size: 2.5em;
	line-height: 1.4em;
	color:#002766;
	text-align: left;
	font-weight: bold;
	margin-left: 160px;
}

.distinction-title li {
	list-style: disc;
}