/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image: url(../images/background_05.jpg);
	scrollbar-base-color: #CCCCCC; 
	scrollbar-arrow-color: #444444;
	scrollbar-DarkShadow-Color: #888888;	
}

#footer {
	width: 800px;
	margin: 0px auto;
	height: 12px;
	font-size: 11px;
	text-align: center;
	color: #444;
}

#footer a, #footer a:visited {
	color: #222;
	text-decoration: none;
}
	
#footer a:hover {
	color: #EEE;
}

#pageContainer {
	position: relative;
	margin: 0px;
	padding: 0px;
}

/********** Menu bar *********/
#topmenu {
	padding: 0px;
	height: 21px;
	width: 740px;
	position: relative;
}

/********** Main content area *********/
#contentContainer {
	width: 778px;
	height: 529px;
	background-image: url(../images/design_final_01.jpg);
	background-repeat: no-repeat;
	padding: 71px 0px 0px 172px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}	

#pageInfo {
	margin-left: 218px;
	margin-top: 10px;
	width: 500px;
	height: 18px;
	text-align: right;
	color: #000000;
	font-weight: bold;
	z-index: 1;
}

#specialItems {
	position: absolute;
	margin-top: 200px;
	margin-left: 28px;
	width: 127px;
	height: 345px;
	overflow: hidden;
	z-index: 30;
	font-size: 85%;
	padding: 0px 8px;
}

#specialItems ul, #specialItems ol {
	padding: 2px 0px 0px 3px;
	margin: 2px 0px 0px 3px;
	list-style-position: inside;
	list-style-type: square;
}

#specialItems img {
	margin: 8px 1px;
}

/* This is positioning the content on the page */
.contentWrapper {
	top: 0px;
	padding: 0px 8px;
	font-size: 90%; 
}

.contentWrapperLeft, .contentWrapperRight {
	font-size: 90%;
	width: 350px;
	padding: 0px;
	margin: 0px;
}

.contentWrapperLeft {
	float: left;
	width: 348px;
	margin-left: 6px;
}

.contentWrapperRight {
	float: right;
	padding-left: 0px;
}

.contentClear {
  clear: both;
  margin: 0px;
  padding: 0px;
}	
	
.contentClearLine {
  clear: both;
  margin-top: 6px;
  padding-bottom : 3px;
  border-top : 1px solid #aaaaaa;
}	
	
#pageContent {
	width: 735px;
	height: 435px;
	margin-left: 3px;
	margin-top: 5px;
	padding: 0px;
	overflow: auto;
	z-index: 30;
}

/* Style for entry HTML page */
#pageContent #home {
	margin: 0px;
}

#pageContent #home #top {
	margin: 0px;
}

#pageContent #home #address {
	margin-left: 40px;
	margin-bottom: 10px;
	margin-top: 25px;
	font-size: 95%;
}

#bottomStrip {
	padding: 3px 10px;
	left: 0px;
	bottom: 0px;
	padding-right: 42px;
	margin: 33px 0px 0px 0px;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 90%;
	letter-spacing: 2px;
}	

#bottomStrip a, #bottomStrip a:visited {
	text-decoration: none;
	font-size: 80%;
	color: #666666;
	margin-right: 140px;
}
 
#bottomStrip a:hover {
	color: #FFFFFF;
}
 
#pageContent #home #top img {
	margin: 5px;
	float: left;
	width: 306px;
}

#pageContent #home #top ul {
	float: right;
	width: 200px;
	margin-top: 10px;
	list-style-image: url(../images/bullet_square.gif);
	list-style-position: outside;
}

#clear {
	clear: both;
	margin: 0px;
}

#clear_right {
	clear: right;
}


/********* Text Box ************/
.textOnlyBox {
	text-align: left;
	padding: 0px;
	clear:both;
}

/********* Thumbnail images style ***********/

.imageBox, .imageBoxRight  {
	float: left;
	width: 140px;
	height: 140px;
	margin: 10px 10px 10px 10px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	background-color: #8D9ABA;
	background-image: url(../images/thumb_bg.gif);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
}

.imgDisp {
  width: auto;
  margin: 2px;
  padding: 2px;
}
	
.imageBoxRight {
	float: right;
}
	
.imageBox img, .imageBoxRight img {
  border-top: 1px solid #444444;
  border-left: 1px solid #444444;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
	float: none;
}

.imgDisp img, .imgDisp img {
  border-top: 1px solid #444444;
  border-left: 1px solid #444444;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

h5 {
	padding: 4px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;	
	font-size: 100%;
	text-decoration: none;
}

h4 {
	padding: 4px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;	
	font-size: 100%;
}
