/* CSS Document */

/* site wide items */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(images/vertical_dot_line.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	border: 0px;
	margin: 0px;
	line-height: 140%;
	
}

img.galleryImg{
	border: 1px solid #CCCCCC;
}

/* masthead details */

#masthead {
	position: absolute;
	height: 120px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color:#000000;
	}

#flashHeader {
	position: absolute;
	height: 120px;
	right: 0px;
	top: 0px;
}

/* navigation */

#nav {
	position: absolute;
	width: 154px;
	left: 0px;
	top: 120px;
}

/* contact details */

#contactDetails {
	
	position:absolute;
	top:503px;
	width: 154px;
	left: 0px;
	padding-left: 15px;
	padding-bottom: 20px;
	margin-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

#contactDetails a {
	color:#ffffff;
}

#contactDetails a:hover {
	color:#000000;
}

/* content */

#contentHome {
	margin-right: 200px;
	margin-left: 182px;
	margin-bottom: 30px;
	margin-top: 167px;
	background-color: #FFF;
	color: #FFFFFF;
}


#content {
	margin-right: 40px;
	margin-left: 182px;
	margin-bottom: 30px;
	margin-top: 150px;
	background-color: #FFFFFF;
	
}

#pics {
	position: absolute;
	right: 0px;
	top: 160px;
	margin-right: 20px;
	margin-left: 20px;
	width: 150px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
h5 a {
	color: #999999;
	text-decoration: underline;
}
h5 a:hover {
	color: #FF0000;
	text-decoration: underline;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h6 a {
	color: #999999;
	text-decoration: underline;
}
h6 a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#scrollDiv{
	/*position:absolute;*/
	width:590px;
	height:390px;
	/*scrollbar-arrow-color: #006600;
	padding-right:35px;
	padding-top:5px;
	margin-right:3px;*/
	/*overflow-x:hidden;*/
	overflow: auto;/**/
}