/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: x-small;
	margin: 0px;
	background-image: url(images/bgd.gif);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #98cdff;
}

p {
	font-size: 1.3em;
	margin: 0px;
	margin-bottom: 6px;
}

#container {
	width: 830px;
	text-align: left;
	margin: 0px;
	background-color: #1a3184;
}

#header {
	border-bottom: 6px solid #ffef00;
	background-image: url(images/telephone.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 112px;
	background-color: #182c7b;
}

#header h1 {
	font-size: 0.9em;
	font-weight: normal;
	padding-top: 90px;
	margin: 0px;
	margin-left: 10px;	
}

#nav_images {
	background-image: url(images/big_thunder.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 1px solid white;
	padding-top: 71px;
	background-color: white;
}

#nav_images a {
	margin: 0px;
	margin-right: 2px;
}

.exclude {
	margin: 0px !important;
}

#flash {
	float: left;
	width: 154px;
}

#navigation {
	float: left;
	width: 204px;
	min-height: 45em;
	padding-top: 5px;
}

#navigation a {
	display: block;
	color: #ffef00;
	text-decoration: none;
	padding: 4px 10px 4px 10px;
	font-size: 1.1em;
}

#navigation a:hover, .on {
	color: white;
	text-decoration: underline;
}

#main {
	float: right;
	width: 674px;
	background-image: url(images/nav_bgd.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #1a3184;
	border-left: 2px solid white;
}

#content {
	float: right;
	width: 450px;
	margin-right: 10px;
	text-align: justify;
}

#content h1 {
	color: #ffef00;
	text-align: right;
	font-size: 1.7em;
	margin-top: 20px;
}

#content h2 {
	color: #ffef00;
	font-size: 1.4em;
	margin-top: 0px;
	padding: 2px;
}

#content strong {
	color: #ffef00;
}

#content a {
	color: #ffef00;
}

#footer {
	clear: both;
	background-color: #ffef00;
	border-top: 1px solid white;	
	background-image: url(images/driven_by_you.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 54px;
}

#footer a {
	color: #FFCC00;
}

.package {
	padding: 10px;
	border: 1px solid #ffef00;
	background-color: #182c7b;
	margin: 10px 10px 10px 0px;
	background-image: url(images/flag_bgd_lg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}