@CHARSET "UTF-8";

html{
		min-width:824px;
}

body {
		padding:0px;
		margin:0px;
		min-width: 824px;
		font-family:Tahoma;
		font-size:13px;
		color: #042553;

}

img {
		border:0;
	}

h1{
	font-family:Tahoma;
	font-size:20px;
	color:#006699;
	margin:10px 0px 0px 0px;
	text-align:left;
}

h2{
	font-family:Georgia;
	font-size:16px;
	color:#006699;
	margin:10px 0px 0px 0px;
	text-align:left;
	font-style:italic;
	padding-bottom: 0;
}

/*
h3{
	font-family:Georgia;
	font-size:16px;
	color:#006699;
}
*/
h3{

	font: bold 15px Tahoma;
	color:#042553;
	margin:10px 0px 0px 0px;
	text-align:left;
	padding-bottom: 0;
}

p{
	margin-bottom: 0;	
}

#contact .continent{
	text-align: left;
	font-weight: bold;
	margin-left: 3%;
}

.align_left{
	text-align: leftt;
}

.align_center{
	text-align: center;
}

.align_right{
	text-align: right;
}

#header_container{
	position:relative;
	margin:0px auto;
	min-width:824px;
	width: 80%;
	height: 400px;
}

#header{
	width: 100%;
}

#header_part1{
	margin: 25px auto 0px;
	text-align: center;
	width: 80%;
	height: 130px;
	min-width:824px;
	
	border-top-style: solid;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	
  	border-top-left-radius: 12px;
  	border-top-right-radius: 12px;
	position: relative;
}

#header_graphics{
	width: 100%;
	position: relative;
	height: 100%;
}
#top_logo{
	position: absolute;
	left: 1%;
	top: 10px;
}

#top_titles{
	position: absolute;
	right: 1%;
	top: 3%;
}

#menu{
	position: absolute;
	bottom: 0;
	right: 2%;
	margin: 0;
	padding: 0;
}

#menu li.active{
	/*background-color: #006699;*/
	background-color: #033061;
	border-color: #006699;
}

#menu li.active a{
	color: silver;
}

#menu ul{
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li{
	padding: 10px;
	margin-right: 1px;
	margin-left: 1px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	font-family:Tahoma;
	font-size:12px;
	font-style:normal;
	font-weight:700;
	color:#333;
		
	float: left;
	border: 1px solid #009192;
	border-bottom-width: 0;
}

#menu ul li a{
		font-family:Tahoma;
		font-size:12px;
		font-style:normal;
		font-weight:700;
		color:#333333;
		text-decoration:none;
}

.flash_side{
	width:100%;
	height:200px;
	background:url(../img/top_wide_line_bg.jpg) repeat-x;
}

.flash_side .flash{
	width:824px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
}

#container{
	position:relative;
	margin:0px auto;
	min-width:824px;
	width: 80%;
}

#main_content{
/*	width: 100%;*/
	padding-left: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: white;
	border-bottom-left-radius: 12px;
  	border-bottom-right-radius: 12px;
	padding-right: 10px;
	padding-bottom: 15px;
}

.tall_content{
	/*Currently used for Index and News pages*/
		-webkit-box-reflect: below 1px -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(.994, transparent), to(white));

}

.medium_content{
	/*Currently used for Services page*/
	-webkit-box-reflect: below 1px -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(.975, transparent), to(white));
}

.short_content{
	/*Currently used for all pages except Index and News*/
	-webkit-box-reflect: below 1px -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(.95, transparent), to(white));
}


#main_content ul{
	text-align:left;
	list-style-type: disc;
	text-shadow: #000000 0 0 0px;
	margin: 0;
}
#main_content ul li{
	list-style-image: url(../img/arrow.jpg);
}

#main_content ul li p{
	margin-bottom: 0;
}

#main_content ul li a{
	text-decoration: underline;
	color:#003366;
	border: 0px;
	font-family:Tahoma;
	font-size:12px;
}

#main_content h1{
	margin-top: 0;
	padding-top: 10px;
}

/*If you are going to use floats then you will NEED to clear the 
footer so it doesn't bunch the content up*/
.clear {
	clear:both;
}

#footer {
	width:100%;
	min-width:824px;
	height: 100px;
	background:#036;
	margin-top: -15px;
}
	
#footer_info_placement{
	width:80%;
	min-width:824px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	height: 100px;
}

#site_designer{
	border-width: 0;
	border-style: none;
	position: absolute;
	right: 5%;
	margin-top: 18px;
}

#site_by{
	color: white;
	position: absolute;
	right: 90%;
	width: 60px;
	height: auto;
	top: 21%;
	font-size: 14px;
	font-family:Tahoma;
}

#about p{
	text-align: justify;
	margin-top: auto;
}

#contact h2, #contact p{
	text-align: center;
}

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

#services ul{
		margin: 10px 0 10px;
}