/* CSS Document */

/*COLORS
tan #FFF8D3
blue #2A5D9C;
*/

/*General Styles*/
body {
	background-image: url(../images/bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFF8D3;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	}

h1 {
	font-size: 15px;
	text-align: left;
	color: #2A5D9C;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 15px;
	border-bottom: dotted 1px #666;
	}

h2 {
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	text-align: left;
	margin-bottom: 0;
	}
	
.header_3 {
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
	text-align: left;
	font-weight: 100;
	}
.transfer_prices {
	color: #000000;
	}

strong, b {
	color: #2A5D9C;
	font-weight: bold;
	}
	
p {
	font-size: 12px;
	color: #666666;
	text-align: left;
	line-height: 145%;
	margin-bottom: 13px;
	margin-top: 0;
	}
	
ul {
	padding: 0;
	margin: 0 0 0 15px;
	}

li {
	color: #666666;
	list-style: none;
	list-style-type: square;
	text-align: left;
	font-size: 12px;
	margin-bottom: 8px;
	}

a {
	text-decoration: none;
	color: #2A5D9C;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}

/*Content*/
#wrapper {
	width: 745px;
	height: auto;
	margin: auto;
	}
	
#site_top {
	width: 745px;
	height: auto;
	text-align: left;
	}

	#logo {
		width: 153px;
		height: 78px;
		background-image: url(../images/top_logo.jpg);
		background-repeat: no-repeat;
		margin-bottom: 10px;
		}
	
	
	#top_links {
		margin-left: 440px;
		position: absolute;
		top: 68px;
		}
		
			#top_links p {
			color: #2A5D9C; 
			}

#header {
	width: 745px;
	height: 210px;
	padding: 0;
	margin: 0;
	background: url(../images/header_2.jpg) no-repeat;
	}
	
#content_area {
	width: 745px;
	height: auto;
	background-color: #fff;
	padding: 0;
	margin: 0;
	}
	
	#text_area {
		width: 580px;
		height: auto;
		padding: 15px;
		margin: 0;
		float: left;
		}
		
	#sidebar {
		width: 130px;
		height: auto;
		float: right;
		padding: 0;
		margin: 0;
		}
		
		#sidebar img {
			border-bottom: solid 5px #FFF8D3;
			border-left: solid 5px #FFF8D3;
			}

#footer {
	width: 745px;
	height: 18px;
	background-color: #2A5D9C;
	padding: 0 0 3px 0;
	margin: 0;
	clear: both;
	}
	
	#footer p {
		color: #FFFFFF;
		font-size: 10px;
		display: inline;
		text-align: center;
		margin-left: 5px;
		margin-right: 5px;
		}
	
	#footer a {
		color: #fff;
		}
	
/*Main Nav*/
#nav {
	width: 745px;
	height: 30px;
	padding: 0;
	margin: 5px 0 5px 0;
	}
	
	#nav ul {
	margin: 0;
	padding: 0;
	}
	
	#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
	}
	
/*Buttons*/
.buttons {
	text-align: left;
	float: left;
	}
	
/*Misc*/
.noborder {
	border: none;
	margin-right: 5px;
	}
	
.quote {
	margin-left: 35px;
	font-size: 11px;
	line-height: 125%
	}
