

#modal div.body {
	padding: 14px;
}

#country_modal h1 {
	padding-bottom: 16px;
}

#country_modal address {
	font-size: 11pt;
	font-style: normal;
}

#req h1 {
	text-align: center;
	font-size: 14px;
}

#req div.req_name {
	padding-top: 14px;
}

#req div.submitbutton {
	clear: both;
	padding-top: 14px;
	text-align: center;
}

#req div.agreement {
	padding-top: 14px;
}

#req p {
	padding: 0px;
	margin: 0px;
	color: #111111;
}

#req input.input {
	width: 95%;
}

#req input.name,
#req input.email {
}

#req input.on {
	color: #000000;
}

#req input.off {
	color: #aaaaaa;
}

#req div.close_link {
	padding-top: 56px;
	text-align: center;
}

#req a {
	color: #444444;
	font-size: 9pt;
}

#req div.reports {
	padding-top: 16px;
	display: block;
	clear: both;
	overflow: hidden;

	width: 100%;
}

#req div.reports p {
	padding-bottom: 12px;
}

#req div.reports label,
#req div.reports input {
	display: block;
	float: left;
}

#req div.reports input {
	clear: both;
	margin-right: 8px;
}

#req div.reports label {
	font-size: 12px;
	width: 300px;
}


/* Nav CSS */

#country div.country {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin-bottom: 8px;
	margin-right: 22px;
}

#country p {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin-bottom: 8px;
	margin-right: 190px;

	color: #b0cbe3;
	font-size: 8pt;
}

#country div.country ul {
	margin: 0px;
	padding: 0px;
}

#country div.country ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 6px;
	list-style-type: none;
}

#country div.country ul li a {
	float: left;

	cursor: pointer;

	width: 22px;
	height: 14px;
}

/* CUSTOM FONTS */
@font-face 
{
	font-family: 'HelveticaBoldCondens';
	src: url('/inc/fonts/HelveticaNeueLTStd_BdCn.eot');
	src: url('/inc/fonts/HelveticaNeueLTStd_BdCn.woff') format('woff'), url('/inc/fonts/HelveticaNeueLTStd_BdCn.otf') format('opentype'), url('/inc/fonts/HelveticaNeueLTStd_BdCn.svg#HelveticaNeueLTStd-BdCn') format('svg');
}

@font-face 
{
	font-family: 'HelveticaLightConden';
	src: url('/inc/fonts/HelveticaNeueLTStd_LtCn.eot');
	src: url('/inc/fonts/HelveticaNeueLTStd_LtCn.woff') format('woff'), url('/inc/fonts/HelveticaNeueLTStd_LtCn.otf') format('opentype'), url('/inc/fonts/HelveticaNeueLTStd_LtCn.svg#HelveticaNeueLTStd-LtCn') format('svg');
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

form {
	margin: 0px;
	padding: 0px;
}

p,
address,
td,
th
{
	color: #444444;
	font-size: 9pt;
}

ul,
ol {
	color: #444444;
	font-size: 9pt;
}

h1 {
	font-size: 15pt;
	font-weight: normal;
	color: #095ba6;
	margin: 0px;
}

h2 {
	font-size: 13pt;
	font-weight: normal;
	color: #095ba6;
}

h3 {
	font-size: 11pt;
	font-weight: normal;
	color: #095ba6;
}

h4 {
	color: #222222;
}

a {
	color: #4b7daa;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

b,
strong {
	color: #222222;
}

address {
	font-style: normal;
}

body div.container {
	width: 100%;
	margin-top: 16px;
}

body div.container2 {
	width: 925px;
	padding: 0px 17px 0px 17px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

body div.reception
{
	width: 925px;
	height: 70px;
	line-height: 70px;
}

	body a.logo {
		background: url( /inc/images/logo.gif ) no-repeat 0px 18px;
		display: block;
		width: 69px;
		height: 70px;
		overflow: hidden;
		text-indent: -9999px;
		cursor: pointer;
		float: left;
	}

	div#header-flash-container
	{
		width: 300px;
		height: 34px;
		float: left;
		margin-left: 10px;
		padding: 0px;
	}

	span.slogan
	{
		display: block;
		float: right;
		line-height: 70px;
		font-size: 11pt;
		color: #095ba6;

		margin: 0px;
		padding: 0px;
	}

body div.top {
	width: 925px;
	height: 34px;
	
	margin-bottom: 5px;

	background-color: #3a7cb8;

	position: relative;
	z-index: 10;
}

body div.bottom p.comments {
	font-size: 8pt;
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
}

body div.copyright {
	clear: both;
	width: 905px;

	padding: 5px 10px 20px 10px;
	background-color: #cddeee;
	border-bottom: 1px solid #FFFFFF;
}

body div.copyright p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

body div.copyright p a {
	color: #333333;
}


body div.bottom,
body div.copyright p {
	margin: 0px;
	font-size: 8pt;
	color: #444444;
}

body div.bottom {
	margin: 0px;
	padding: 0px;
}

body a.small_arrow {
	font-size: 9pt;
	font-weight: bold;
	color: #50abb1;

	background-image: url( /inc/images/small_arrow.gif );
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 16px;
	white-space: nowrap;
}

body a.small_mail {
	font-size: 9pt;
	font-weight: bold;
	color: #095ba6;

	background-image: url( /inc/images/small_mail.gif );
	background-repeat: no-repeat;
	background-position: left 10%;

	display: list-item;
	list-style-type: none;
	white-space: normal;
	padding-left: 21px;
}

body a.blue_pdf {
	font-size: 9pt;
	font-weight: normal;
	color: #095ba6;

	background-image: url( /inc/images/blue_pdf.gif );
	background-repeat: no-repeat;
	background-position: left 10%;

	display: list-item;
	list-style-type: none;
	white-space: normal;
	padding-left: 21px;
}

body a.red_pdf {
	font-size: 9pt;
	font-weight: normal;
	color: #095ba6;

	background-image: url( /inc/images/red_pdf.gif );
	background-repeat: no-repeat;
	background-position: left 10%;

	display: list-item;
	list-style-type: none;
	white-space: normal;
	padding-left: 21px;
}

#cms_preview_label {
	position: absolute;
	top: 0px;
	left: 0px;

	width: 100%;
	height: 16px;

	text-align: right;

	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff0000;

	z-index: 100;

	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">

<h4>A PHP Error was encountered</h4>

<p>Severity: Warning</p>
<p>Message:  fopen(/var/www/vhosts/freightinvestorservices.com/httpdocs/inc/styles/cache/cache-1307818469-7af46c776c4d22cb7b1b4b7c2dce6f24.css): failed to open stream: Permission denied</p>
<p>Filename: helpers/support_helper.php</p>
<p>Line Number: 344</p>

</div>
