@charset "UTF-8";
/* CSS Document */
/* ---------------------- Reset CSS ------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
/* ---------------------- End CSS Reset ------------------------- */

 
body {
	background: #ffffff url(../images/bg-watermark.jpg) no-repeat top center fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#737373;
	line-height: 1.5;
}

p {
	margin-top: 10px;
}

a, a:visited {
	color: #0d5cab;
	text-decoration: underline;
}

a:hover{
	color:#999999;
}

.clearfix {
	clear: both;
}


h1 {
	font-size: 14px;
	font-family: "Century Gothic", Trebuchet, Arial, Helvetica, sans-serif;
	color: #0E5DA8;
	display: block;
	visibility: hidden;
}

span.blue {
	font-size: 14px;
	color: #0E5DA8;
}
	

#container {
	background: url(../images/div-bg.png) repeat-y;
	width: 966px;
	height: auto;
	margin: 0px auto;
	padding: 5px 0 0 0;
	display:block;
}

#navigation {
	background: url(../images/top-shadow.png) no-repeat bottom; 
	width: 936px;
	height: 57px;
	display: block;
	margin-top: 5px;
	margin-left: auto;
    margin-right: auto;
	padding: 0 0 5px 30px;
	text-align: left;
	clear: both;
}

#flashmod {
	background: url(../images/div-bg.png) repeat-y; 
	width: 960px;
	height: 350px;
	margin: 0px;
	padding: 0 3px 0 3px;
}

#contentDiv {
	width: 956px;
	height: auto;
	display:block;
	margin: 0px;
	padding: 0 5px 0 5px;
}

#content-left {
	background: #FFFFFF;
	width: 416px;
	height: 320px;
	margin: 0px;
	padding: 0px;
	display:block;
	text-align:center;
	float:left;
}


#content-right{
	background: #F7F7F7;
	width: 520px;
	height: 300px;
	padding: 10px;
	text-align: left;
	float: left;
}

#content-right img{
	margin-left: 10px;
}

#footer {
	background: url(../images/bottom-shadow.png) no-repeat top center; 
	width: 966px;
	height: auto;
	margin: 0px auto;
	padding: 1px 0 0 0;
}

#footer_left {
	width: 644px;
	height: 66px;
	margin: 0px;
	padding: 10px 0 0 0;
	float: left;
}

#footer_left .foot_img {
	height: 66px;
	margin: 0px;
	padding: 0 10px 0 10px;
	float: left;
}

#footer_right {
	width: 296px;
	height: 26px;
	margin: 0px;
	padding: 0 26px 0 0;
	float: left;
}

#footer_right .foot_btn {
	width: 148px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	float: left;
}