/*** DEFAULTS ***/

html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	width:100%; 
	height:100%;
}

img {
	border: 0;
}

body, p, table, td, div, span, a, a:active, a:hover, a:visited {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: black;
}

body
{
	background: url(/media/background.png) repeat-x top left #e8e7e7;	
}

input {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: black;
}

h1, h2, h3 {
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	padding: 0;
	margin: 0 0 10px 0;
	color: #58595b;
    line-height: 140%;
}

h1
{
	font-size: 30px;
	margin-bottom: 28px; 
}

h2
{
	font-size: 20px;
}

h3 {}

a, 
a:visited,
a:active {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #000000;;
}

.clear {
	clear:both;
}

/*** MASTER LAYOUT ***/

.masterCenterContainer {
	width: 761px;
	margin: 0 auto;
}

.masterTopLogo
{
	width: 241px;
	height: 89px;
	float: left;
	padding-bottom: 20px;
	margin-bottom: 28px;
	border-bottom: 1px solid #a8c953;
}

.masterMenu
{
	width: 520px;
	height: 87px;
	text-align: right;
	float: left;
	padding-top: 2px;
	padding-bottom: 20px;
	margin-bottom: 28px;
	border-bottom: 1px solid #a8c953;
}

.masterMenu a, 
.masterMenu a:visited,
.masterMenu a:active
{
	margin-left: 20px;
	text-decoration: none;
	color: #58595b;
}

.masterMenu a:hover
{
	margin-left: 20px;
	color: #58595b;
	text-decoration: underline;
}

.masterPageContainer {}

.masterMain {}

.masterAddress
{
	background: url(/media/bottom.png) no-repeat top left;
	padding-left: 260px;
	height: 13px;
	margin-top: 28px;
	padding-top: 1px;
	border-top: 1px solid #a8c953;
	margin-bottom: 30px;
}

.masterAddress p,
.masterAddress p a
{
	font-size: 11px;
	margin: 0;
}


/*** INDEX LAYOUT ***/

.indexBottomContent
{
	border-top: 1px solid #a8c953;
	padding-top: 22px;
	margin-top: 20px; 
	position: relative;
}

.indexBox
{
	width: 210px;
	height: 215px;
	padding: 25px 15px 0 15px;
	background-color: #ffffff;
	float: left;
	line-height: 130%;
}

.indexBottomContent .itemLeft
{
	margin: 0;
}

.indexBottomContent .itemMiddel
{
	margin: 0 20px 0 20px;
}

.indexBottomContent .itemRight
{
	margin: 0;
}

.indexBox a, 
.indexBox a:visited,
.indexBox a:active,
.indexBox a:hover
{
	position: absolute;
	color: #bf0000;
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	top: 235px;
}

/*** ARTICLE LAYOUT ***/
.articleImages
{
	width: 261px;
	float: left;
	padding-top: 50px;
}

.articleImagesText
{
	padding-right: 20px;
	font-size: 11px;
	font-style: italic;
	color: #58595b;
}

.articleMain
{
	width: 470px;
	float: left;
	background-color: #ffffff;
	padding: 0 15px 15px 15px;
	line-height: 140%;
}
