/* **************************************************** 

Title: 		GetSimple CSS Document
Author: 	Tony Thomas
URL: 			http://www.cagintranet.com/ 
					http://get-simple.info/
Created: 	September 2, 2009

**************************************************** */

/*CSS Reset*/

body {
	padding: 0;
	margin: 0;
	font: 14px Arial, Helvetica, Garuda, sans-serif;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #737d86;
}

h1, h2, h3, h4, h5, h6, ul, li, em, pre, code {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

h2 {
font-size: 18px;
font-weight: bold;}

table {
	font-size: inherit;
	font: 100%;
}

ul {
	list-style: none;
}

img {
	border: 0;
}

p {
	margin: 1em 0;
}

h4 {
	color: #333;
}

/*End CSS Reset*/

a {
	color: #eaebcf;
	text-decoration: none;
}

a:hover {
	color: white;
}

#container {
	width: 967px;
	margin: 0 auto;
	margin-top: 18px;
}

#top {
	background-image: url(images/headerBg.png);
	width: 967px;
	height: 55px;
}

#menu {
	float: right;
	width: 380px;
}

#menu a {
	color: #fffeec;
}

#menu ul, #menu li {
	display: inline-block;
	list-style: none;
	color: #333;
	font-size: 17px;
}

#menu ul {
	margin-top: 16px;
}

#menu li {
	text-align: center;
	line-height: 30px;
	width: 115px;
	height: 27px;
		background-image: url(images/hover.png);

}

#menu li:hover {
	background-image: url(images/hover.png);
}

.current a, .current a:hover {
	background-image: url(images/active.png);
	display: inline-block;
	text-align: center;
	line-height: 30px;
	width: 115px;
	height: 27px;
	color: #fffef3;
}



.homeBanner {
	background-image: url(images/homeBanner.png);
	width: 965px;
	height: 491px;
	margin-top: 1px;
	position: relative;
	border-left: 1px solid #7f8e9a;
	border-right: 1px solid #7f8e9a;
}

.defaultBanner {
	background-image: url(images/defaultBanner.png);
	width: 965px;
	height: 223px;
	margin-top: 1px;
	position: relative;
	border-left: 1px solid #7f8e9a;
	border-right: 1px solid #7f8e9a;
}


#bodyContent {
	background-color: #fefffe;
	width: 907px;
	margin-top: 1px;
	padding: 10px 30px 10px 30px;
}

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #323d45;
    font-size: 22px;
    font-weight: lighter;
    line-height: 50px;
    background-image: url(images/gradient.png);
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 1px;
    text-indent: 30px;
}

p {
	color: #333;
}


#postContent {

}

#footer {
	width: 937px;
	height: 55px;
	background-image: url(images/footerBg.png);
	line-height: 55px;
	padding-left: 30px;
	font-size: 14px;
	margin-top: 1px;
	margin-bottom: 10px;
}

#footer p{
	margin: 0;
	padding: 0;
}

.photo {
	margin: 0 20px 20px 0;
	padding: 3px;
	background-color: white;
	border: 1px solid #CCC;
}

#footer a {
	color: #db211f;
}

#bodyContent img {
	padding: 3px;
	margin-bottom: 10px;
	margin-right: 30px;
	border-color: #c9c9c9;
	border-width: 1px;
	border-style: solid;
	background-color: white;
}


a.icon1 {
background: url('http://fastlinetravel.com/images/icon1.png');
}

a.icon1:hover {
background: url('http://fastlinetravel.com/images/icon1hover.png');
}

a.icon2 {
background: url('http://fastlinetravel.com/images/icon2.png');
}

a.icon2:hover {
background: url('http://fastlinetravel.com/images/icon2hover.png');
}

a.icon3 {
background: url('http://fastlinetravel.com/images/icon3.png');
}

a.icon3:hover {
background: url('http://fastlinetravel.com/images/icon3hover.png');
}
