* { padding: 0; margin: 0; }

img {
 border: 0px;
}

/* -- FONTS -- */

p {
	margin: 25px 0px 25px 0px;
	text-align: justify;
	line-height: 18px;
	color: #3b3f42;
	}
h1 {
 font-size: 19px;
 margin-bottom: 4px;
 text-transform: uppercase;
 color: #3b3f42;
}
h2 {
 font-size: 13px;
 text-transform: uppercase;
 color: #8d2a24;
}
h6 {
 font-size: 8px;
 line-height: 20px;
 font-weight: lighter;
}
a:link { 
	text-decoration: none; 
	color: #395a7c;
	}
a:visited { 
	text-decoration: none; 
	color: #395a7c;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #8d2a24;
	text-decoration: none;
	border-bottom: 0px;
	}
	
.pullquote {
	width: 140px;
	color: #5779dd;
	font-size: 14px;
	float: right;
	font-weight: bold;
	margin: 0 0 10px 10px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #749bcd;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
#wrapper { 
	margin: 0 auto;
	width: 922px;
	background: url(../images/top-building.gif) #FFFFFF;
	background-repeat: no-repeat;
	min-height: 600px;
	border: 1px solid #132435;
}
#faux {
	background: url(../images/bottom-building.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	min-height: 600px;
}
#header {
	color: #333;
	width: 902px;
	padding: 10px;
	height: 148px;
	margin: 0px 0px 0px 0px;
	background: transparent;
	text-align: right;
}
#navigation {
	color: #333;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	background: transparent;
	text-align: right;
	text-transform: uppercase;
	font-size: 11px;;
}
#leftcolumn { 
	display: inline;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 195px;
	float: left;
}
#content { 
	float: left;
	color: #333;
	margin: 79px 13px 60px 20px;
	padding: 0px 0px 0px 40px;
	width: 400px;
	display: inline;
	position: relative;
}
#rightcolumn { 
	display: inline;
	position: relative;
	color: #333;
	margin: 10px 10px 10px 0px;
	padding: 0px;
	width: 210px;
	float: right;
 }
#rightcolumn p {
	color: #34588b;
	font-size: 11px;
	line-height: 17px;
	padding:10px 10px 10px 25px;
	text-align: left;
	border-left: 1px solid #8d2a24;
}
#flashMovie {
	float: right;
	margin: 16px 17px 10px 0px;
}
#footer { 
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 902px;
	clear: both;
	color: #132435;
	background: #749bcd;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	margin: auto;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.clear { clear: both; background: none; }