/* CSS Document */
/* ----------------------------------------------------------------------------------------------- */
/* css reset */
* {
	padding:0px;
	margin:0px;
}
/* ----------------------------------------------------------------------------------------------- */
BODY {
	background-color:#e9e9e9;
}

DL {
	margin:20px 0px 0px 0px;	
}

DT, DD {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	line-height:19px;
}
DD {
	font-size:13px;
	font-weight:normal;
}
/* ----------------------------------------------------------------------------------------------- */
#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
	*/ 
	width:341px;
	height:290px;
	overflow:hidden; 
}
/* ----------------------------------------------------------------------------------------------- */
#page-wrapper {
	width:100%;
	text-align:center;
}
#page-filler-one {
	width:100%;
	height:13px;
	background-image:url(../images/spi_04.gif);
	background-repeat:repeat-x;
	font-size:1px;
}
#home-wrapper {
	background-image:url(../images/fade-background.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fff;
	width:100%;
	text-align:center;
	border-bottom:1px solid #d9d9d9;
}
#home-content {
	width:850px;
	margin:0 auto;
	padding:40px 20px 20px 20px;;
}
#home-content H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	color:#791f1a;
}
#home-gallery {
	width:500px;
	float:left;
	text-align:left;
}
#home-gallery UL {
	margin:20px 0px 0px 0px;
	list-style:none;	
}
#home-gallery UL LI {
	float:left;	
	width:235px;
	height:220px;
	background-color:#333;
	margin:0px 10px 10px 0px;
	text-align:left;
	border:1px solid #000;
}
#home-gallery UL LI IMG {
	width:235px;
	height:176px;
}
#phead {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	color:#fff;
	display:block;
	padding:3px 0px 2px 3px;
}
#ptext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#fff;	
	display:block;
	padding:0px 0px 0px 3px;
}
#home-news {
	width:330px;
	text-align:left;
	float:right;
}
/* ----------------------------------------------------------------------------------------------- */
/* header and header menu styles */
#header-wrapper {
	width:100%;
	height:98px;
	background-image:url(../images/spi_03.gif);
	background-repeat:repeat-x;
}
#header-container {
	width:1200px;
	margin:0 auto;
}
#header-logo {
	width:425px;
	height:98px;
	float:left;
}
#header-menu {
	width:775px;
	height:98px;
	float:left;
}
#header-menu UL {
	margin:70px 0px 0px 10px;
	list-style-type:none;
	float:left;
}
#header-menu UL LI {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#fff;
	margin:0px 24px 0px 0px;
}
/* ----------------------------------------------------------------------------------------------- */
/* home page styles */
#main-wrapper {
	width:100%;
	height:290px;
	background-color:#efefd2;
	text-align:center;
}
#main-container {
	width:850px;
	margin:0 auto;
}
/* ----------------------------------------------------------------------------------------------- */
/* content page styles */
#content-wrapper {
	width:100%;
	background-color:#efefd2;
	text-align:center;
	border-bottom:1px solid #C1C473;
}
#crumbs {
	width:850px;
	margin:0 auto;
	padding:7px 20px 7px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	text-align:left;
}
#contents {
	width:850px;
	margin:0 auto;
	padding:20px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	line-height:20px;
	background-color:#dfdfc4;
	margin-bottom:30px;
}
#contents H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	color:#791f1a;
}
#contents UL {
	margin:15px 0px 0px 0px;
	list-style:none;
}
#contents LI {
	float:left;	
	width:125px;
	height:110px;
	text-align:center;
	margin:0px 12px 12px 0px;
	background-color:#fff;
	padding:10px 0px 0px 0px;
	border:1px solid #C7C68B;
}

#contents IMG {
	width:100px;
	height:75px;
	border:1px solid #d9d9d9;
}
/* ----------------------------------------------------------------------------------------------- */
#content-text {
	width:850px;
	margin:0 auto;
	padding:20px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	line-height:18px;
	background-color:#dfdfc4;
	margin-bottom:30px;
}
#content-text H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	color:#791f1a;
}
#content-text UL {
	margin:20px 0px 0px 20px;
	list-style:none;
}
#content-text LI {
	text-align:left;
	margin:0px 0px 10px 20px;
	list-style-type:disc;
}

#content=text IMG {
	width:100px;
	height:75px;
	border:1px solid #d9d9d9;
}
/* ----------------------------------------------------------------------------------------------- */
/* footer and footer menu styles */
#footer-wrapper {
	width:100%;
	text-align:center;
	margin:20px 0px 20px 0px;
}
#fcontent {
	width:850px;
	margin:0 auto;
	text-align:left;
	padding:0px 20px 0px 20px;
}
#fcontent UL {
	list-style:none;
}
#fcontent UL LI {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	margin:0px 20px 10px 0px;
}
#copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#666;
}
/* ----------------------------------------------------------------------------------------------- */
/* link styles */
A:LINK.menu {
	color:#fff;
	text-decoration:none;
}
A:VISITED.menu {
	color:#fff;
	text-decoration:none;
}
A:HOVER.menu {
	color:#fff;
	text-decoration:underline;
}

A:LINK.nav {
	color:#791f1a;
	text-decoration:underline;
}
A:VISITED.nav {
	color:#791f1a;
	text-decoration:underline;
}
A:HOVER.nav {
	color:#f00;
	text-decoration:underline;
}

A:LINK.crumb {
	color:#000;
	text-decoration:underline;
}
A:VISITED.crumb {
	color:#000;
	text-decoration:underline;
}
A:HOVER.crumb {
	color:#000;
	text-decoration:underline;
}

A:LINK.foot {
	color:#000;
	text-decoration:none;
}
A:VISITED.foot {
	color:#000;
	text-decoration:none;
}
A:HOVER.foot {
	color:#000;
	text-decoration:underline;
}