/**
 * @author Dani Cabrera <dani@fryewiles.com>
 * @version 0.1.1 20080613 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; }
.mfix { height: 1px;}
.li-drop {
	margin: 0;
	padding-top: 2px;
}
.top-margin {
	margin-top: 20px;
}

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

img {
	border: none;
}

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

a:hover {
	color: #4c4c4c;
}

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

ul {

}

li {
	list-style: none;
}

h1{
	display: block;
	background: url(/resources/images/layout/raam-logo.jpg) no-repeat;
	width: 239px;
	height: 80px;
	margin: 0px 30px 0 0px;


}

h1 a {
	display: block;
	width:239px;
	height: 80px;
}

h2 {
	color: #264989; 
	padding: 5px 0;
	font-weight: normal;
	font-size: 1.5em; 
}

h3 {
	padding: 2px 0;
}


.awards {
	padding: 2px 0;
	color: #264989;
	/* font-weight: normal; */
	font-size: 1.15em;
	margin-top: 25px;
	border-bottom: 1px solid #264989; 
}

h4 {

}

p {
	line-height: 1.50em;
	margin: 5px 0;
}

.people-quotes {
	text-align: center;
	font-style: italic; 
	width: 285px;
	font-size: 1.4em;
	color: #264989;
	font-weight: bold;
	float: right;
}

.quotes {
	text-align: center;
	font-style: italic; 
	font-size: 1.4em;
	color: #264989;
	font-weight: bold;
}