@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);

html, body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: 'Source Sans Pro';
}

.bottomf{
	position:absolute;
	left:0px;
	top:0px;
	width:500px;
}

.fbpic{
	position:absolute;
	bottom:1px;
}

.twittercon{
	position:absolute;
	bottom:1px;
	left:351px;
	width:450px;
	padding-top:20px;
	padding-bottom:20px;
}

body {
	background-attachment: fixed;
	background-clip: border-box;
	background-color: #000000;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000000;
}

a.side_link {
	border-bottom: 1px solid #dddddd;
	padding: 4px;
	display: block;
}

a.side_link_sel {
	border-bottom: 1px solid #dddddd;
	padding: 4px;
	display: block;
	color: #000000;
	font-weight: bold;
}

div.main_bg {
	min-height: 649px;
	background-repeat: no-repeat;
}

div.main {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	padding-bottom: 30px;
}

div.topbar {
	border-top: 6px solid #1273b5;
	background-color: #ffffff;
	padding: 10px;
}

div.navbar {
	background-image: url('../images/navbar.png');
	height: 35px;
	border-bottom: 1px solid #1b1b1b;
}

div.navbar a {
	float: left;
	height: 30px;
	padding-top: 5px;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid white;
	text-decoration: none;
	font-weight: bold;
}

div.navbar a.highlighted {
	background-image: url('../images/navbar_light.png');
}

div.main_inner {
	background-color: #ffffff;
	padding: 25px;
	min-height: 300px;
}

h1 {
	font-family: 'Open Sans';
	font-size: 19pt;
	line-height: 27pt;
	letter-spacing: -0.5px;
	color: #1273b5;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 10px;
}

div.banner_outer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 250px;
	overflow: hidden;
	background-color: #ffffff;
	border-bottom: 1px solid #aaaaaa;
}

img.banner {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: 980px;
	height: 250px;
}

div.footer b {
	color: #444444;
}

div.footer {
	border-top: 1px solid #cccccc;
	background-color: #eeeeee;
	position:relative;
	padding: 25px;
	font-size: 11pt;
	color: #666666;
	border-bottom: 10px solid #1273b5;
}

div.supplier {
	float: left;
	width: 120px;
	min-height:110px;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 10px;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 10px;
	border: 1px solid #cccccc;
}

div.supplier a.supplier_image {
	position: static;
	display: block;
	height: 78px;
}

div.supplier a {
	bottom: 0px;
	font-size: 10pt;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

/* Services Page */

.services-panel {
	width:910px;
	border: 1px solid #dddddd;
	padding: 10px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 11pt;
	background-color: #f7f7f7;
}

.services-panel p {
	margin-top: 0px;
}

.services-panel h3 {
	margin-top: 0px;
}

.image-services-left {
	border:#666666 solid 1px;
	margin:0px 10px 0px 0px;
	float:left;
	width:180px;
	height:120px;
	padding:0px;
}

.image-services {
	border:#666666 solid 1px;
	margin:0px 0px 0px 10px;
	float:right;
	width:180px;
	height:120px;
	padding:0px;
}

.services_container {
	margin-top: 20px;
}

/* Form Items */

form div
{
	clear:left;
	margin:0;
	text-align:left;
	margin-bottom: 9px;
}

form div.small-text {
	margin-bottom: 20px;
	font-size: 11pt;
	width: 500px;
	color: #777777;
}

form div label
{
	float:left;
	width: 160px;
	text-align:right;
	padding-top:5px;
	padding-right:15px;
	font-size: 11pt;
}

form div.submit {
	width: 495px;
	text-align: right;
	margin-top: 0px;
	padding: 0px;
}

form textarea {
	width: 315px;
}

legend
{
	font-weight: bold;
	margin-left: 5px;
}

fieldset {
	padding: 10px;
	width: 600px;
	margin-top: 10px;
}

form div.submit input {
	font-family: Open Sans, Arial;
	font-size: 11pt;
	line-height: 15px;
	letter-spacing: -0.2px;
	font-weight: bold;
	background-color: #1273b5;
	border: 1px solid #1273b5;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	height: 30px;
	margin-top: 10px;
	padding: 0px;
	width: 150px;
	text-align: center;
	text-decoration: none;
}

a {
	color: #1273b5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Listings */

.listings {
	float: left;
	clear: both;
	margin-top: 10px;
}

.column {
	width: 135px;
	padding: 5px;
	margin: 5px;
	float:left;
}

.column p.head {
	text-align:left;
	font-size: 11pt;
	color:#FFFFFF;
	line-height:100%;
	padding:2px;
	margin-top:0px;
	margin-bottom:2px;
	background-color:#000;
}

.column p.subhead {
	font-size: 11pt;
	color:#1273B5;
	font-weight:800;
	line-height:100%;
	padding:2px;
	margin-top:0px;
	margin-bottom:2px;
	border-bottom:1px dotted #999;

}

.column p {
	text-align:left;
	font-size: 9pt;
	line-height:100%;
	padding:1px 0px 2px 0px;
	margin-top:0px;
	margin-bottom:2px;
	border-bottom:1px dotted #999;
}

.list-image {
	width:135px;
	height:53px;
	padding:0px;
	border:#666666 solid 0px;
	margin-bottom:3px;
}
table.sortable {
	background-repeat: repeat-x;
	color: #444444;
	border: 1px solid #cccccc;
	border-bottom: 0px;
}

table.sortable thead {
	background-color:#dddddd;
	color: #555555;
	text-align: left;
	font-weight: bold;
	cursor: default;
	font-size: 9pt;
	height: 23px;
	background-image: url('../images/gradient_vdark_gr.png');
}

table.sortable th {
	padding: 2px;
	padding-left: 4px;
	padding-right: 0px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #bbbbbb;
	background-image: url('../images/gradient_vdark_gr.png');
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
}

.sortable th.sorttable_nosort {
	border-right: 0px solid #cccccc;
	border-left: 0px solid #eeeeee;
}

.sortable th.sorttable_sorted {
	background-image: url("../images/sort.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

.sortable th.sorttable_sorted_reverse {
	background-image: url("../images/sort_rev.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

.sortable td {
	padding: 2px;
	font-size:9pt;
	padding-left: 4px;
	border-bottom: 1px solid #dddddd;
}




.table_search {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.table_title_text {
	padding-left: 3px;
	font-family: Segoe UI, Tahoma;
	font-size: 9pt;
	padding: 4px;
}

.table_title {
	background-image: url('../images/white_gradient.png');
	color: #000000;
}