@charset "utf-8";
/* CSS Document */

/* structure */

body{
	
	background-color:#EFEAEA;
	margin:0px;
	margin-bottom:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

a{
	color:#7A1D1E;
}


h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#333333;
	font-weight:bold;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#333333;
	font-weight:bold;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
	font-weight:bold;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	font-weight:bold;
}

.content_top h1{

	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	letter-spacing:1px;
	margin:0px;

}

hr{
	border:none;
	height:1px;
	background-color:#CCC;
}

.clear{
	clear:both;
	line-height:0px;
	font-size:0px;
	height:0px;
}

.wrapper{
	width:900px;
	margin: 0 auto;
	margin-top:10px;
}


/* header */

.header{
	background-image:url(../images/header_bg.jpg);
	height:176px;
}

.nav_wrapper{
	width:900px;
	margin:0 auto;
}

.logo{
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	float:left;
	width:900px;
	height:67px;
	margin-top:30px;
}

/* nav */

.header .nav{
	position:relative;
	top:10px;
}


.header .nav .nav_item{
	float:right;	
	padding:10px;
	padding-top:5px;
}

.nav_item a{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	text-decoration:none;
	letter-spacing:1px;
}

.nav_item_selected a{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#6B3431;
	font-size:10px;
	text-decoration:none;
	letter-spacing:1px;
}

.nav_item a:hover{
	color:#C4AFAD;
}

.header .nav .nav_item_selected{
	color:#6B3431;
	padding:10px;
	padding-top:5px;
	padding-left:0px;
	padding-right:0px;
	background-color:#F5F5F6;
	float:right;
}

.nav_left{
	background-image:url(../images/nav_right.gif);
	background-repeat:no-repeat;
	width:12px;
	height:26px;
	float:right;
	margin-right:10px;
}

.nav_right{
	background-image:url(../images/nav_left.gif);
	background-repeat:no-repeat;
	width:12px;
	height:26px;
	float:right;
	margin-left:10px;
}

/* Homepage */

.home_bg{
	width:900px;
	height:420px;
	background-image:url(../images/home_bg.jpg);
	background-repeat:no-repeat;
}

.home_text{
	color:#FFFFFF;
	font-size:12px;
	width:345px;
	position:relative;
	left:200px;
	top:40px;
}

.home_text .large{
	color:#FFFFFF;
	font-size:16px;
}

.home_splash_1{
	position:relative;
	left:13px;
	top:140px;
	width:160px;
}

.home_splash_2{
	position:relative;
	left:317px;
	top:97px;
	width:160px;
}

.home_splash_3{
	position:relative;
	left:622px;
	top:54px;
	width:160px;
}

.more_orange{
	background-image:url(../images/more_orange.jpg);
	background-repeat:no-repeat;
	width:74px;
	height:21px;
	display:block;
	position:relative;
	left:10px;
	top:90px;
}

.more_brown{
	background-image:url(../images/more_brown.jpg);
	background-repeat:no-repeat;
	width:74px;
	height:21px;
	display:block;
	position:relative;
	left:317px;
	top:70px;
}

.more_purple{
	background-image:url(../images/more_purple.jpg);
	background-repeat:no-repeat;
	width:74px;
	height:21px;
	display:block;
	position:relative;
	left:622px;
	top:50px;
}

/* content */

.content_image{
	width:900px;
	height:200px;
	margin-bottom:10px;
}

.content{
	float:left;
	width:600px;
	margin-right:10px;
	background-color:#FFFFFF;
}

.content_top{
	width:600px;
	height:36px;
	background-image:url(../images/content_top.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:16px;
}

.content_copy{
	background-color:#FFFFFF;
	width:570px;
	min-height:300px;
	padding-left:10px;
	padding-right:20px;
	padding-top:0px;
}

.content_bottom{
	width:600px;
	height:28px;
	background-image:url(../images/content_bottom.gif);
	background-repeat:no-repeat;
}

.images{
	float:left;
	width:290px;
	background-color:#FFFFFF;
}

.images_top{
	width:290px;
	height:10px;
	background-image:url(../images/images_top.gif);
	background-repeat:no-repeat;
}

.images_copy{
	background-color:#FFFFFF;
	width:270px;
	min-height:150px;
	padding-left:10px;
	padding-right:10px;
}

.images_bottom{
	width:290px;
	height:10px;
	background-image:url(../images/images_bottom.gif);
	background-repeat:no-repeat;
}

.world_map{

	width:570px;
	height:288px;
	background-image:url(../images/world_map.jpg);
	background-repeat:no-repeat;
	margin-top:20px;
}

.pdf{
	padding-left:30px;
	background-image:url(../images/pdf.gif);
	background-repeat:no-repeat;
	color:#333333;
	text-decoration:none;
	display:block;
}

.pdf:hover{
	text-decoration:underline;
}

/* footer */

.footer{
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	width:900px;
	margin:0 auto;
	margin-top:20px;
	padding-top:10px;
	font-size:10px;
	color:#666;
}

