/* CSS Document */

body
{
margin:0px;
}
.topbg
{
background-image:url(../images/top-bg.gif);
background-repeat:repeat-y;
}
.horizontalDots
{
background-image:url(../images/dots.gif);
background-repeat:repeat-x;
}
.verticalDots
{
background-image:url(../images/vert-dots.gif);
background-repeat:repeat-y;
}
.ptitle
{
	font-size:12px;
	font-family:arial;
	margin-top:5px;
	font-weight:normal;
	
}
.goh
{
font-size:12px;font-family:arial;margin-bottom:0px;margin-left:10px;
}
.titlelinkcolor
{
	color:Black;
}
.pagetitle {
	COLOR: #586D8B;FONT-FAMILY: Tahoma,Arial;font-size:15; TEXT-DECORATION: none
}
.smallText
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#6F6F6F;
}

.smallText a:link {text-decoration:none; color:#6F6F6F;}
.smallText a:visited {text-decoration:none; color:#6F6F6F;}
.smallText a:hover {text-decoration:underline; color:#000000;}

.arial11
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#6F6F6F;
}

.arial10red
{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FF0000;
}

.arial11 a:link {text-decoration:none; color:#D60C03; font-weight:bold;}
.arial11 a:visited {text-decoration:none; color:#D60C03; font-weight:bold;}
.arial11 a:hover {text-decoration:underline; color:#D60C03; font-weight:bold;}


.arial11White
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
}
.headerTextBig
{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:30px;
font-weight:bold;
}
.headerTextSmall
{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
}

.arial11White a:link {text-decoration:underline; color:#ffffff;}
.arial11White a:visited {text-decoration:underline; color:#ffffff;}
.arial11White a:hover {text-decoration:underline; color:#ffffff;}


.topNav
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.topNav a:link {text-decoration:none; color:#000000;}
.topNav a:visited {text-decoration:none; color:#000000;}
.topNav a:hover {text-decoration:underline; color:#000000;}

.whiteText
{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:19px;
font-weight:bold;
}

.text_tag{
	text-decoration:none;
	border-bottom:1px dashed #FF0000; 
}

.text_tag_blue{
	text-decoration:none;
	border-bottom:1px dashed #0000FF; 
}

.text_tag_black{
	text-decoration:none;
	border-bottom:1px dashed #000000; 
}

input
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
border:1px solid #666666;
text-indent:2px;
}
textarea
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
border:1px solid #666666;
text-indent:2px;
width:167px;
}


#slider {

	/* You MUST specify the width and height */
	width:170px;
	height:156px;
	position:relative;	
	overflow:hidden;
}

#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:900px;
	overflow:hidden;
}

	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:100px;
	overflow:hidden;	
	

}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=65);
	-moz-opacity:0.65;  
	-khtml-opacity: 0.65;
	opacity: 0.65;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:100px;
	background-color:#000;
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#fff;	
}

	#excerpt li {
		padding:5px;
	}
	


.clear {
	clear:both;	
}





a.redLink:link {text-decoration:underline; color:#FF0000; font-weight:normal;}
a.redLink:visited{text-decoration:underline; color:#FF0000; font-weight:normal;}
a.redLink:hover {text-decoration:none; color:#FF0000; font-weight:normal;}

a.blackLink:link {text-decoration:underline; color:#000000; font-weight:bold;}
a.blackLink:visited{text-decoration:underline; color:#000000; font-weight:bold;}
a.blackLink:hover {text-decoration:none; color:#000000; font-weight:bold;}

a.grayLink:link {text-decoration:underline; color:gray; font-weight:normal;}
a.grayLink:visited{text-decoration:underline; color:gray; font-weight:normal;}
a.grayLink:hover {text-decoration:none; color:gray; font-weight:normal;}