* {
	margin: 0;
}
html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-size: 62.5%;
	height:100%;
	overflow-y:scroll;
}
body {
	margin: 0;
	padding: 0;
	color: black;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#1e242e;
	height:100%;
}
a {
	text-decoration:none;
	}
a img {
	border: none;
	}
a:link, a:visited {
	color:#df7400;
	}
html body a:hover {
	color:#1e242e;
	text-decoration:underline;
	}
ol, ul {
	list-style: none;
	margin:0;
	padding:0;
	height: auto;
}
.clearboth {
	clear:both;
	}

#flagback {
	width:100%;
	height:70px;
	background-image:url(../images/background-flag.gif);
	background-repeat:repeat-x;
	}
#flagcontainer {
	margin:0 auto;
	width:860px;
	height:70px;
	overflow:hidden;
	}
#logo {
	margin-top:26px;
	width:240px;
	height:14px;
	display:inline;
/*	background-image:url(../images/logo.png);
	text-indent:-9999px;*/
	float:left;
	}
#nav {
	float:right;
	margin-top:40px;
	height:30px;
	}
#nav ul {
	display:table;
	white-space:nowrap;
	}
#nav li {
	display:table-cell;
	margin:0;
	padding:0;
	}
#nav li a {
	background-image:url(../images/nav-back.gif);
	background-repeat:repeat-x;
	float:left;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	color:#fff;
	padding:7px 12px 11px 12px;
	margin:0 0 0 1px;
	display:block;
	outline:none;
	text-decoration:none;
	}
#nav li a:hover, #nav li a.hilite {
	background-color:#fff;
	background-image:none;
	color:#000;
	text-decoration:none;
	}


#splash {
	background-color:#fff;
	margin:0 auto;
	}
#blurbback {
	background-color:#faf6e3;
	border-top:1px solid #e8e5d3;
	}
#blurbcontainer {
	width:860px;
	text-align:left;
	margin:0 auto;
	overflow:hidden;
	}
#blurbtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:30px;
	color:#9e9b8f;
	float:left;
	padding-top:28px;
	width:700px;
	}
#blurbimage {
	float:right;
	}

/* FOOTER BEGIN */
#footerback {
	background-color:#3e4753;
	}
#footercontainer {
	width:860px;
	text-align:left;
	margin:0 auto;
	overflow:hidden;
	padding:15px 0 15px 0;
	}

/* LEFT BOX */
#footerservicescontainer {
	width:390px;
	float:left;
	padding:10px;
	background-color:#353d48;
	color:#b3bac0;
	line-height:18px;
	font-size:11px;
	}
/* RIGHT BOX */
#footercontactcontainer {
	width:390px;
	float:right;
	padding:10px;
	background-color:#353d48;
	color:#b3bac0;
	line-height:18px;
	font-size:11px;
	}
	
.footerservicestitle {
	font-weight:bold;
	letter-spacing:2px;
	width:200px;
	}
.footerservices1 {
	overflow:hidden;
	color:#b3bac0;
	padding:10px;
	}
.footerserviceslist {
	float:left;
	list-style-type:disc;
	padding-left:15px;
	padding-right:10px;
	}
.footerserviceslist a:hover {
	color:#ffffff;
	text-decoration:none;
	}
 
 /* FOOTER END */
 
 #copyright {
 	width:860px;
	margin:0 auto;
	color:#686c73;
	font-size:9px;
	padding:10px 0px 10px 0px;
	text-align:left;
	}
	
/*SUBPAGE BEGIN */
#contentback {
	background-color:#fff;
	}
#contentcontainer {
	width:860px;
	margin:0 auto;
	padding:0 0 20px 0;
	overflow:hidden;
	text-align:left;
	background-image:url(../images/contentbackground.gif);
	background-repeat:repeat-y;
	min-height:500px;
	height:auto !important;
	height:500px;
	}
#blurbspacer {
	height:5px;
	}

#head {
	border-bottom:1px solid #d2d3d5;
	padding-bottom:10px;
	padding-top:20px;
	background-color:#FFFFFF;
	}
#subnav {
	width:190px;
	float:left;
	margin-top:12px;
	}
#subnav li a {
	border-bottom:1px dotted #d2d3d5;
	list-style:none;
	display:block;
	outline:none;
	text-decoration:none;
	font-size:12px;
	padding:9px 0 11px 0;
	}
#textbox {
	width:630px;
	padding-top:20px;
	float:right;
	color:#525252;
	}
#textbox p {
	margin-bottom:10px;
	font-size:12px;
	line-height:20px;
	}
#textbox h3 {
	line-height:20px;
	text-transform:uppercase;
	font-size:16px;
	margin-bottom:10px;
	}
#textbox h4 {
	line-height:20px;
	font-weight:bold;
	font-size:12px;
	}
#textbox ul {
	list-style:disc;
	font-size:12px;
	line-height:20px;
	padding-left:30px;
	margin-bottom:10px;
	}