body {
	background: #3F080A;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
  font-size:11px;
}

img{
border:0;
}

/* BEGINNING OF ROW-1 CLASS */
/* BEGINNING OF ROW-1 CLASS */
/* BEGINNING OF ROW-1 CLASS */
.row-1 {
	background: #f4f4f4;
	border-left: solid 2px #ee1c23;
	border-right: solid 2px #ee1c23;
	border-bottom: solid 2px #ee1c23;
	width: 800px;
	margin: -15px auto 10px auto;
}

/* BEGINNING OF ROW-1-ROW-1 CLASS */
/* BEGINNING OF ROW-1-ROW-1 CLASS */
.row-1-wrapper {
	float: left;
}
.row-1-row-1 {
	float: left;
	width: inherit;
}

/* BEGINNING OF ROW-1-ROW-1-COL-1 CLASS */
.row-1-row-1-col-1 {
	float: left;
	height: 95px;
	width: 104px;
}
.row-1-row-1-col-1 img {
	float: left;
	margin: 53px 0 0 27px;
}

/* BEGINNING OF ROW-1-ROW-1-COL-2 CLASS */
.row-1-row-1-col-2 {
	background: url(../imgs/row-1-row-1-col-2-bkgrnd-img.png);
	float: left;
	margin: 0 0 0 400px;
	padding: 10px 0 0 0;
	height: 29px;
	width: 210px;
}
.row-1-row-1-col-2  {
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #fff;
}
.row-1-row-1-col-2 a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.row-1-row-1-col-2 a:hover {
	font-weight: bold;
}

/* BEGINNING OF ROW-2 CLASS */
/* BEGINNING OF ROW-2 CLASS */
.row-1-row-2 {
	border-top: 2px solid #EE1C23;
	margin: 65px 50px 0 50px;
	width: 700px;
	float: left;
	text-align: left;
}

/**/
.row-1-row-2-col-1 {
	float: left;
	width: 200px;
	padding: 20px 0 0 0;
}
.row-1-row-2-col-1 h1 {
	margin: 4px 0 0 0;
	padding: 0;
	color: #EE1C23;
	font-size: 18px;
}
.row-1-row-2-col-1 p {
	margin: 2px 0 0 0;
	padding: 0;
	color: #EE1C23;
	font-size: 11px;
}
p.row-1-row-2-col-1-quote {
	color: #000;
	font-size: 10px;
	font-style: italic;
}

/**/
.row-1-row-2-col-2 {
	background: url(../imgs/row-1-row-2-col-2-bckgrnd-img.png) no-repeat 0 30px;
	float: left;
	width: 500px;
	padding: 25px 0 0 0;
}
.row-1-row-2-col-2 h1 {
	color: #393939;
	font-size :18px;
}
.row-1-row-2-col-2 h2 {
	color: #393939;
	font-size: 14px;
}
.row-1-row-2-col-2 p {
	font-size: 12px;
	color: #393939;
}
.row-1-row-2-col-2 ul {
	font-size: 12px;
	color: #393939;
}
.row-1-row-2-col-2 a {
	color: #EE1C23;
	text-decoration: none;
}
.row-1-row-2-col-2 a:hover {
	text-decoration:underline;
}

.carrier{
	font-size:11px;
	}
	
.carrier a:hover{
	text-decoration:underline;
	}

.carrier td{
	border-left:#999999 1px dotted;
	padding-left:10px;
	padding-right:5px;
	background-color:#FFEEEE;
	width:150px
	}

.carrier table td:hover{
	background-color:#FFFFFF;
	}
  
#left_nav a{
  display:block;
  font-family:"Trebuchet MS", verdana, arial, sans-serif;
  font-size:13px;
  padding:2px 0 2px 10px;
  margin-bottom:4px;
  border-left:2px solid #333333;
  font-weight:bold;
  text-decoration:none;
  width:160px;
}
  
#left_nav a:hover{
  background-color:red;
  color:white;
}

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

