/*--css reset--*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/*--end--*/

/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#414042;
	text-align: justify;
}
a {
	color:#4e5759;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
img a {
	border: 0px;
}
/* Layers */
#site_wrapper {
	margin:0px auto;
	padding:0px;
}
#repeat_me {
	margin:0px auto;
	padding:0px;
}
#header_shadow {
}
#footer {
	padding:0px;
}
#wrap {
	margin:0px auto;
	width:960px;
	padding:0px;
}
#wrapper {
	margin:0px auto;
	width:960px;
	padding:0px;
}
#header {
	margin:0px auto;
	padding:0px;
	width:960px;
	height:155px;
	background: url(../images/header_bg.jpg) no-repeat;
}
#logo {
	position:absolute;
	float:left;
	width:224px;
	margin-top:10px;
	margin-left:0px;
}
#header_nav {
	position:absolute;
	float:right;
	width: 526px;
	margin-top:40px;
	margin-left:560px;
	text-align:right;
	text-transform:uppercase;
	height: 91px;
	left: -126px;
}

/* width: 486px; left: -86px; */

#header_nav a {
	text-decoration:none;
}
#header_nav a:hover {
	text-decoration:underline;
}
#flashcontent {
	margin:0px auto;
	padding:0px;
	width:960px;
	height:359px;
}
#flashcontent_in {
	margin:0px auto;
	padding:0px;
	width:960px;
	height:194px;
}
#trans {
	background:url(../images/transblue.png);
	width:314px;
	height:349px;
	position:absolute;
	z-index:3;
	color:#fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:20px;
	font-weight:lighter;
	padding-top:10px;
	padding-left:10px;
}
#quote {
	width:606px;
	position:absolute;
	background:url(../images/transgrey.png);
	z-index:5;
	top:284px;
	left:324px;
	text-align:right;
	color:#fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:21px;
	padding:15px;
}
#trans_in {
	background:url(../images/transblue.png);
	width:314px;
	height:184px;
	position:absolute;
	z-index:3;
	color:#fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:20px;
	font-weight:lighter;
	padding-top:10px;
	padding-left:10px;
}
#quote_in {
	width:606px;
	position:absolute;
	background:url(../images/transgrey.png);
	z-index:5;
	top:118px;
	left:324px;
	text-align:right;
	color:#fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:21px;
	padding:15px;
}
#bottom {
	margin-top:0px;
	margin-bottom:10px;
	padding:0px;
	width:960px;
}
#bottom_in {
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	width:960px;
}
#bottom2 {
	padding:10px;
}
#footer2 {
	padding-bottom:30px;
	padding-top:10px;
	border-top:1px solid #969696;
	width:960px;
	margin:0px auto;
	font-family:Arial, sans-serif;
	font-size: 11px;
	color: #2b2b2b;
}
#footer2 a {
	font-family:Arial, sans-serif;
	text-decoration:underline;
	font-weight:normal;
	color: #2b2b2b;
}
#footer2 a:hover {
	font-family:Arial, sans-serif;
	text-decoration:none;
	font-weight:normal;
}
#pad20 {
	padding:20px;
}
#pad10 {
	padding:10px;
}
/* Text Styles */
.text11 {
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#2f2e2e;
}
.text11 a {
	color:#2f2e2e;
	text-decoration:underline;
}
.text11 a:hover {
	text-decoration:none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#909ea9;
	padding:0px;
	margin:0px;
}
.blue { color:#222e90; font-weight:bold; font-size:13px; }
.blue_small { color:#222e90; font-weight:bold; font-size:11px; }

