/***********************************************/
/* styles.css                                  */
/* Use with Durapart templates                 */
/* Developed by Objectnet AS (C) 2006          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #eeeeea;
	color: #545454;
	text-align: center;
	margin: 0;
	padding: 0;
}
p {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
}
/******* hyperlink and anchor tag styles *******/

a {
	color: #1573a3;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
h2 {
	padding-bottom: 10px;
	margin: 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
#menuContainer {
	position: absolute;
	top: 76px;
	left: 5px;
	height: 16px;
	width: 750px;
	background-color: #007ea5;
	text-align: right;
	color: #FFF;
	padding-top: 4px;
}
#menuContainer a {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 7px;
	padding-bottom: 5px;
	border-left: 1px solid #FFF;
}
#menuContainer a:hover {
	text-decoration: none;
	color: #000;
}
#menuContainer a:active {
	text-decoration: none;
	color: #000;
}
.subMenu {
	width: 200px;
	height: 20px;
	background-color: #f2f2f2;
	padding-top: 5px;
	margin-bottom: 5px;
}
.subMenu a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 8px;	
}
.subMenu a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: none;

}
.subMenu a:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;

}
.sm {
	width: 200px;
	height: 20px;
	background-color: #FFF;
	padding-top: 5px;
	border-bottom: 1px solid #f2f2f2;
}
.sm a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	padding-left: 8px;	
}
.sm a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
.sm a:active {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
.thumbs {
	font-size: 11px;
	color: #000;	
}
.thumbs a {
	color: #000;	
	text-decoration: underline;
	font-weight: normal;
}
.thumbs a:hover {
	text-decoration: none;
}


/********* form and related tag styles *********/

.textfield {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 104px;
	color: #b1b7bb;
	padding-left: 5px;
	margin-right: 6px;
}
.button {
	position: absolute;
    top: 1px;
	right: 0px;
}

/***********************************************/
/* Layout Divs and Tables                      */
/***********************************************/

#webWrapper {
	position: relative;
	width: 760px;
	margin: 0 auto;
}
#topContainer {
	position: relative;
	height: 101px;
	color: #b1b7bb;
	font-size: 11px;
	background-color: #FFF;
	text-align: left;
	margin-bottom: 5px;
}
.left {
	width: 545px;
	background-color: #FFF;
}
.middle {
	width: 5px;
	background-color: #eeeeea;
}
.right {
	background-color: #FFF;
	width: 210px;
	background-image: url(images/watermark.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

/***********************************************/
/* Component Divs (Boxes)                      */
/***********************************************/

/***** menu styles *****/

.logo {
	position: absolute;
	width: 84px;
	height: 57px;
	top: 10px;
	left: 23px;
}
#quickLinks {
	position: absolute;
	top: 11px;
	right: 14px;
	width: 150px;
	text-align: right;
}
#quickLinks a {
	text-decoration: none;
	color: #b1b7bb;
}
#quickLinks a:hover {
	text-decoration: underline;
}
#searchContainer {
	position: absolute;
	top: 38px;
	right: 14px;
	width: 150px;
	text-align: left;
}
#headerContainer {
	position: relative;
	width: 545px;
	height: 181px;
	background-image: url(images/header_frontpage.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border-bottom: 5px solid #eeeeea; 
}
#headerContainer2 {
	position: relative;
	width: 545px;
	height: 149px;
	border-bottom: 5px solid #eeeeea; 
}
.headerText {
	position: absolute;
	top: 44px;
	left: 36px;
}
#newsContainer {
	position: relative;
	width: 184px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 11px;
	padding-bottom: 15px;
	border-bottom: 5px solid #eeeeea;	
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.newsHeader {
	color: #000;
	font-weight: bold;
}
.newsHeader a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.newsHeader a:hover {
	color: #1573a3;
	text-decoration: none;
}
.newsDate {
	color: #8f8f8f;
}
.newsLink {
	padding-bottom: 17px;
}
.searchHeader {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
.searchHeader a {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.searchHeader a:hover {
	color: #1573a3;
	text-decoration: none;
}
.searchDate {
	font-size: 12px;
	color: #8f8f8f;
}
.searchLink {
	padding-bottom: 17px;
}
#contactContainer {
	width: 182px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 22px;
	padding-bottom: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#smContainer {
	position: relative;
	width: 200px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	border-bottom: 5px solid #eeeeea;	
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

/***** content styles *****/

#contentContainer {
	position: relative;
	width: 508px;
	padding-top: 18px;
	padding-right: 19px;
	padding-bottom: 22px;
	padding-left: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
	text-align: left;
	background-color: #fff;
}
#contentContainer br {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
}
.thumbPadding {
	padding-bottom: 8px;
}
.thumbsFrontpage {
	font-size: 11px;
	color: #6a6a6b;	
}
.thumbsFrontpage a {
	color: #6a6a6b;	
	text-decoration: none;
	font-weight: normal;
}
.thumbsFrontpage a:hover {
	text-decoration: underline;
}
.tablePadding {
	padding-bottom: 12px;
}

/***** footer styles *****/

#footerContainer {
	position: relative;
	width: 760px;
	height: 18px;
	background-color: #f6f6f3;
	font-size: 10px;
	text-align: left;
	color: #c2c2be;
	text-align: center;
	margin-top: 5px;
	padding-top: 4px;

}
#footerContainer a {
	text-decoration: none;
	color: #c2c2be;
}
#footerContainer a:hover {
	text-decoration: underline;
}


