﻿/******************/
/* global styles */
/****************/
@import url("module_header.css");
@import url("module_nav.css");
@import url("module_home.css");
@import url("module_sub.css");
@import url("module_footer.css");

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td
{
	margin: 0;
	padding: 0;
}


body
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #FFF url(../images/bg_page_home.png) repeat-x;
	text-align: center;
	color: #333;
}

body.sub
{
	background: #fff url(../images/bg_page_sub.png) repeat-x;
}

#container
{
	margin: 0 auto 0;
	padding: 0;
	width: 960px;
	text-align: left;
}

a, a:visited
{
	text-decoration: none;
	color: #5999BB;
}

a:hover
{
	text-decoration: underline;
}

.cleaner
{
	clear: both;
}

.textBox
{
	border: solid 2px #e0e0e0;
	width: 180px;
}
.button
{
	border: solid 2px #5999bb;
	background-color: #72abc7;
	color: White;
	height: 25px;
}
.fatFooter
{
	background-color: transparent;
	background-image: url(../images/fatfooter.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	margin: 0 auto;
	width:960px; 
	height:180px;
	text-align:left;
	padding-left:20px;
	color:White;
	margin-bottom:10px;
}
.fatFooter ul
{
	list-style-type:none;
	padding:0px;
}
.fatFooter ul li a
{
	color:White;
}
.address
{
	padding:20px;
}
