/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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: top;
	background: transparent;
}
body {
	line-height: 1;
	font: 14px Arial, Helvetica, sans-serif;
text-align: center;
background: #507DB8;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}
/*start here after reset*/

p
{
margin: 1em 0 1em 0;
}

a img 
{
border:none; 
}
#container
{
text-align: left;
margin: 0 auto;
padding: 0;
width:925px;
background: url(../images/bg_wrapper_y.gif) repeat-y;
}

#wrapper
{
float: left;
background: url(../images/bg_wrapper.gif) no-repeat;
margin: 0;
padding: 0;
}
#top
{
background: url(../images/banner.gif) no-repeat;
width:925px;
height: 168px;
margin: 0;
padding: 0;
}

#menu
{
background: url(../images/bg_menu.gif) no-repeat;
text-align:center;
width:925px;
height: 30px;
line-height: 30px;
}
#menu ul
{
margin: 0;
padding: 0;
}
#menu li
{
margin: 0;
display: inline;
list-style-type: none;
padding: 0 17px;
}
#menu a:link, #menu a:visited
{
font-size: 14px;
color: #fff;
text-decoration: none;
}
#menu a:hover, #menu a:active
{
color: #000;
}


#content
{
float: left;
padding: 0 70px;
width: 780px;
}
#content ul { 
margin: 1em 2em;
list-style: disc;
color: #507DB8; }
#content li
{
padding: 7px 0;
list-style: disc;
color: #507DB8;
}
#content a:link, #content a:visited
{
color: #507DB8;

}
#content a:hover, #content a:active
{
background-color: #507DB8;
color: #000;
text-decoration: none;
}
/*.main
{
float: left;
width: 740px;
}

.right
{
background: #fff;
float: right;
width: 180px;
padding-right: 10px;
}*/

h1
{
font-size: 20px;

padding: 1em 0 0.5em 0;

}
h2
{

}
h3
{
font-size: 18px;
}
#footer
{
clear: both;
background: url(../images/footer.gif) no-repeat;
width:925px;
height: 46px;
text-align: center;
}
#footer a:link, #footer a:visited
{
color: #000;
text-decoration: none;
font-size: 10px;
}
#footer a:hover, #footer a:active
{
color: #fff;
background: #000;
}
#copyright
{
padding: 15px;
color: #fff;
font-size: 10px;
text-align: center;
}
#copyright a
{
color: #fff;
background: #000;
}
img.floatimageleft 
{
float: left;
}
img.floatimageright 
{
float: right;
}
