/*	Desc: Garlikov Screen Style Sheet
	Author: Jesse Whitethorn
	+ Colors
	- *color hex* *colour name* (*purpose*)
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0;
}

html {
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #777777;

}

body {
	background: #000;
	text-align: center;
}

p {
	line-height: 140%
}

img {
	border: 0
}
a {

}

#page-wrapper {
	width: 966px;
	margin:auto;
}

#page-wrapper .padding {
	padding: 5px 30px
}

#header {
	height: 1%;
}

#header-logo {
	width: 906px;
	height: 75px;
	padding-bottom: 10px;
	padding-top: 5px;
}

#header-image {
	width: 906px;
	height: 167px;
}

.home #header-image {
	background: url(../cssimg/header-home.jpg) no-repeat #000 center;	
}

.About #header-image {
	background: url(../cssimg/header-about.jpg) no-repeat #000 center;
}

.Careers #header-image {
	background: url(../cssimg/header-careers.jpg) no-repeat #000 center;	
}

.Contact #header-image {
	background: url(../cssimg/header-contact.jpg) no-repeat #000 center;	
}

.Corporate #header-image {
	background: url(../cssimg/header-corporate.jpg) no-repeat #000 center;	
}

.Quick #header-image {
	background: url(../cssimg/header-services.jpg) no-repeat #000 center;	
}

.Insurance #header-image {
	background: url(../cssimg/header-services.jpg) no-repeat #000 center;	
}

.Investment #header-image {
	background: url(../cssimg/header-services.jpg) no-repeat #000 center;	
}

#navigation {
	float: left;
	position: relative;
	top: -15px;
	width: 905px;
}

#navigation .padding{
	padding: 0 0 0 7px;
}


#content-wrapper {
	clear: both;
}

#content {
	text-align:justify;
	float:left;
	width: 650px;
}

#Carrier-Ratings{
	border: 1px solid #fff;
}

#Carrier-Ratings td{
	border: 1px solid #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 3px;
}

.Carrier-Grade{
	padding-left:30px !important;
}

.home #content {
	text-align:justify;
	float:left;
	width: 700px;
}

#content .padding{
	padding-left: 25px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 15px;
}

.logo-text{
	font-family:"Times New Roman", Times, serif;
	text-transform: uppercase;
}

#content h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 150%;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 10px;
}

#content h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 200%;
	color: #6c7586;
	padding-bottom: 10px;
	font-style:oblique;
	text-align: center;
	padding-top: 0;
	padding-bottom: 20px;
}

#content h2 sup {
	font-size: 60%;
}

#content p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	padding-bottom: 10px;
}

#content a, #content-image a {
	color: #6c7586;
}

#content li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	margin-left: 25px;
	line-height: 120%;
	padding-bottom: 5px;
}

#content ul {
	padding-bottom: 10px;
}

#content-image {
	float: right;
	width: 222px;
	height: 207px;
}

.home #content-image {
	float: right;
	width: 180px;
	height: 207px;
}

.home #content-image img{
	border: 0;
}

#content-image img{
	border: 1px solid #272727;
	display: block;
}

#content-image .padding {
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.home #content-image .padding {
	padding-right: 15px;
	padding-top: 75px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#disclaimer {
	font-size: 70%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #6d6d6d;
	clear: both;	
	text-align: justify;
	border-top: solid 1px #272727;
}

#DisclaimerLink {
	text-align: center;
}

#disclaimer-text {
	font-size: 70%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #6d6d6d;
}

#disclaimer-text p, a{
	color: #6d6d6d;
	padding-botom: 3px;
}

.disclaimer-logo-text {
	font-family:"Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #6d6d6d;
}

#disclaimer .padding{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 0;
}

#disclaimer p {
	line-height: 150%;
}

#footer {
	clear: both;
}

#footer dt{
	display: inline;
	color: #fff;
	text-transform: uppercase;
	margin-left: 15px;
	margin-right: 15px;
}

#footer dt:first-child{
	margin-left: 0;
}

#footer dt:last-child{
	margin-right: 0;
}

#footer .padding{

	padding: 25px 0;
}

#footer p {
	text-align:justify;
}

.grad img {
  height: 25%;
  left: 0px;
  position: absolute;
  top: 125px;
  width: 100%;
  z-index: 0;
}

.box {
  float: left;
  margin: 1px;
  position: relative;
}

.box * {
  margin: 0px;
  position: relative;
  z-index: 1;
}

