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

/******* Begin Reset *******/


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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
	
body {
	line-height: 1;
	}
	
ol, ul {
	list-style: none;
	}
	
blockquote, q {
	quotes: none;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
	
del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/******* Begin Main Styles *******/

body {
	background: #202a33 url(images/bkg-main.gif) repeat-x center top;
	}

#mainDiv {
	width: 982px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

#logopanel {
	background: url(images/logo-panel.jpg) no-repeat center top;
	height: 509px;
	width: 313px;
	float: left;
	margin: 0px;
	display: inline;

	}

#featuredimage {
	background: url(images/featuredimage1.jpg) no-repeat center top;
	display: inline;
	margin-top: 88px; 
	float: left;
	height: 421px;
	width: 669px;
	}
	
#footer {
	display: inline;
	float: left
	width: 980px;
	background-image: url(images/bkg-footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 950px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4px;
	float: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	}
	
#footer-copyright{
	display: inline;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #848d94;	
	}
	
#footer-address{
	display: inline;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #848d94;	
	}

#logopanel-copy{
	color:#FFFFFF;
	display: inline;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:24px;
	width:264px;
	text-shadow: #8f0b0b 0 0 0;
	-moz-opacity: 0.99;
	height: 167px;
	margin-top: 199px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 29px;
	}

#logopanel-newsletter{
	display: inline;
	float: left;
	margin-top: 31px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 28px;
	width: 230px;
	}

#newsletter_box {
	display: inline;
	float: left;
	width: 257px;
	height: 36px;
	background-image: url(images/bkg-newslette.gif);
	background-repeat: no-repeat;
	margin-top: 33px;
	}
	
#newsletter_box #tifdj-tifdj {
	display: inline;
	float: left;
	padding: 0;
	margin: 12px 0 0 10px;
	border: 0;
	width: 159px;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #565656;
	}
	
#newsletter_box #go {
	display: inline;
	float: right;
	margin: 0 0 0 0;
	}

#title-welcome {
	margin: 0 0 12px -1px;
	}

label{
	display: none;
}
	
