/*-- RESET --*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/*-- start style --*/

html, body, div, p, textarea, input {
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #414141;
}

h2, h3 {
	font-weight: normal;
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0;
	letter-spacing: -.4px;
	}

h3 {
	color: #4c66b5;
	font-size: 20px;
	}

h4 {
	color: #4c66b5;
	font-size: 14px;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 3px;
	}
	
	
.clear {
	clear: both
}

body {
	background-color: #efefef;
}

.container {
	width: 1031px;
	margin: 0 auto;
	background-image: url("../images/page_background.gif");
	background-repeat: repeat-y;
	background-position: left top;

}

.header,
.content,
.footer {
	width: 941px;
	float: left;
	margin-left: 46px;
	display: inline;
}

.header {
	height: 292px;
	display: inline;
}

.top_bar {
	height: 34px;
	background: url("../images/top_bar.gif") repeat-x 0 0;
	padding: 0;
}

.top_bar ul {
	float: right;
	list-style-image: none;
	padding: 0;
}

.top_bar ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

.top_bar ul li a:link,
.top_bar ul li a:visited {
	font-size: 12px;
	color:  #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	line-height: 10px;
	padding: 11px 20px 12px;
	display:inline-block;
}

.top_bar ul li a:hover {
	background-color: #d75f16;
	}

.branding {
	margin-top: 25px;;
}

.main_image {
	margin: 22px 0;
	height: 183px;
	background-image: url("../images/main_image.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}

.content {
	clear: both;
	min-height: 600px;
	margin-top: 26px;
	}
	
.left_column {
	width: 210px;
	float: left;
	display: block;
	}
	
.right_column {
	width: 632px;
	float: right;
	display: inline-block;
	}
	
	
ul.company_list {
	margin: 28px 0 0 0;
	width: 632px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	overflow: hidden;
	padding: 0;
	}
	
ul.company_list li {
	border: 1px solid #d2d6e4;
	width: 240px;
	display: inline-block;
	margin: 0 70px 30px 0;
	text-align: center;
	padding: 25px 0 18px;
	font-size: 12px;
	line-height: 18px;
	color: #414141;
	overflow: hidden;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	}
	
ul.company_list li img {
	margin-bottom: 6px;
	}
	
ul.company_list li p {
	padding: 0 10px;
	margin: 0;
	}
	
.footer {
	padding: 46px 0;
	text-align: center;
	}
	
.copyright {
	color: #002596;
	font-size: 10px;
	}
