@charset "UTF-8";
/* CSS Document */


/*  Typography
-----------------------------------------------------------------------------*/

body {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 87.5%;
	line-height: 1.2em;
	color: #3b2314;
}



/*  Margins and Padding
-----------------------------------------------------------------------------*/
p, h1, h2, h3, h4, h5, h6 {
	padding: 0em;
	margin: 0em;
	margin-bottom: 1em;
}

h1 {
	color: #e18e26;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 1em;
}


/*  Links
-----------------------------------------------------------------------------*/

a:link {
	color: #f6e7c8; 
	text-decoration: none;
}

a:visited {
    color: #f6e7c8; 
	text-decoration: none;
}

a:hover {
    color: #f6e7c8; 
	text-decoration: none;
}

a:active {
    color: #f6e7c8; 
	text-decoration: none;
}



/*  Images
-----------------------------------------------------------------------------*/

img {
     border: 0em; 
}



/*  Forms
-----------------------------------------------------------------------------*/

form {
	padding: 0em;
	margin: 0em; 
}



/*  Text
-----------------------------------------------------------------------------*/


.text-size-large {
	font-size: 1.2em;
}

.text-size-small {
	font-size: .9em;
}



/*  Misc
-----------------------------------------------------------------------------*/

.float-clear {
     clear:both; 
}


/*  Body
-----------------------------------------------------------------------------*/

body {
	padding: 20px 0px 0px 0px;
	margin: 0em;
	text-align: center;
	background-color: #ffffff;
}



/*  Container
-----------------------------------------------------------------------------*/

#container-of-page {
	position: relative;
	width: 948px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}



/*  Sections
-----------------------------------------------------------------------------*/

#page-body {
	height: 745px;
	background-image: url(../../index/images/backgrounds/home004.gif);
	background-repeat: no-repeat;
}



#page-body-navigate {
	position: absolute;
	top: 163px;
	left: 27px;
	width: 252px;
}

#page-body-navigate div.navigate a {
	display: block;
	height: 36px;
	width: 111px;
}

#page-body-navigate div.navigate-news a {
	display: block;
	height: 58px;
	width: 252px;
}



#page-body-section1 {
	position: absolute;
	top: 22px;
	left: 292px;
	width: 604px;
	height: 352px;
}

#page-body-section1-content {
	padding: 0px;
}



#page-body-section2 {
	position: absolute;
	top: 417px;
	left: 27px;
	width: 252px;
	height: 302px;
}

#page-body-section2-content {
	padding: 0px;
}



#page-body-section3 {
	position: absolute;
	top: 416px;
	left: 292px;
	width: 185px;
	height: 336px;
}

#page-body-section3-content {
	padding: 10px;
}



#page-body-section4 {
	position: absolute;
	top: 416px;
	left: 501px;
	width: 186px;
	height: 336px;
}

#page-body-section4-content {
	padding: 10px;
}



#page-body-section5 {
	position: absolute;
	top: 416px;
	left: 711px;
	width: 185px;
	height: 336px;
}

#page-body-section5-content {
	padding: 10px;
}



#page-footer {
	text-align: center;
}

#page-footer a:link {
	color: #3b2314;
}
#page-footer a:visited {
	color: #3b2314;
}
#page-footer a:hover {
	color: #e18e26;
	text-decoration: underline;
}
#page-footer a:active {
	color: #e18e26;
	text-decoration: underline;
}