/* CSS Document */

html { /* OPERA FIX  =P  */
	margin:0;
	padding:0;
}

body {
	margin-left:0px;
	background-image: url(images/bg1.jpg);
	margin:0 auto;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1 {
	font-size:16px;
	border-bottom:2px solid #CAC4A4;
	margin-bottom:10px;
}
h2 {
	font-size:14px;
	border-bottom:1px solid #CAC4A4;
	margin-bottom:10px;
}
h3 {
	margin-top:19px;
	margin-bottom:0px;
	font-size:14px;
}
h4 {
	margin-top:10px;
	font-size:14px;
}
a img {
	border:0 none;
}



/******************************************************************************
CONTENT AREA'S
******************************************************************************/
#container {
	margin:0 auto;
	width:800px;
	border:0 none;
}
#theFooter {
	margin:0 auto;
	margin-top:15px;
	text-align:center;
}



/******************************************************************************
CONTAINING TABLE LEFT AND RIGHT TD'S (for content and news sections)
******************************************************************************/
.contentcontainer {
	background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 416px;
	margin:0 auto;
}
.newscontent {
	font-size: 11px;
	color: #1A245D;
	background-image: url(images/news_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 12px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
}

.newscontent ul {
	padding-left:15px;
}
* html .newscontent ul {
	margin-left:5px;
}


/******************************************************************************
CONTENT AREA'S
******************************************************************************/
.content, .fullcontent {
	margin-bottom:5px;
	overflow:auto;
	scrollbar-arrow-color: #A99B6E;
	scrollbar-3d-light-color : #CAC4A4;
	scrollbar-base-color: #DDD8C4;
	scrollbar-face-color: #DDD8C4;
	scrollbar-dark-shadow-color : #BFB487;
	scrollbar-highlight-color: #BFB487;
	scrollbar-shadow-color: #BFB487;
}
.content {
	height: 325px;
}
.fullcontent {
	height: 410px;
}



/******************************************************************************
ADDRESSES AREA - ON MAIN AND CONTACT PAGES
******************************************************************************/
.addresses {
	font-size: 11px;
	background-image: url(images/address-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 5px;
	height: 81px;
	width: 100%;
}

.docmatrix {
	width:400px;
	margin:0 auto;
	border:0 none;
}
.docmatrix tr td {
	padding:15px 0px;
	width:50%;
	text-align:center;
}




/******************************************************************************
MAPS STYLES - APPEARS ON LOCATIONS.HTML
******************************************************************************/
.mapcontainer {
	width:300px;
	margin:0 auto;
	text-align:center;
	margin-top:40px;
}
.mapcontainer img {
	border:1px solid #CAC4A4;
}
.location {
	text-align:center;
}




/******************************************************************************
FAQ STYLES - APPEARS ON FAQ_*.HTML
******************************************************************************/
.faq_q {
	color:#5C3F82;
	font-weight:bold;
	margin-top:25px;
}
.faq_a {
	margin-left:20px;
}




/******************************************************************************
FOOTER LINKS
******************************************************************************/
.footerlinks {
	font-size: 10px;
	text-align: center;
	padding:0px 5px;
	margin-top:5px;
	border:1px solid #DCD7B9;
}
a.footerlinks:link {
	color: #333333;
	border-color:#DCD7B9;
}
a.footerlinks:visited, a.footerlinks:active {
	color: #785EA8;
	border-color:#DCD7B9;
}
a.footerlinks:hover {
	color: #FFFFFF;
	background-color:#C7C19F;
	border-color:#ABA77A;
}