/* CSS Document */

/* Firefox */ @-moz-document url-prefix() { #firefox { display: block; } } 


body {
	background: url(../images/bkg_dots.jpg);
	color: black;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 800px;
}

h1 {
	font-family: Helvetica Neue, Geneva, Tahoma, Arial, sans-serif;
	*font-family: Geneva, Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Helvetica Neue, Geneva, Tahoma, Arial, sans-serif;
	*font-family: Geneva, Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

img {
	border-style: none;
}

h3 {
	font-family: Helvetica Neue, Arial, Tahoma, Arial, sans-serif;
	*font-family: Geneva, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;	
	margin: 10px 0 0px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #999;	
}



p{
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	*font-family: Geneva, Tahoma, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 12px;
	margin-top: 5px;
}

p a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	
}

p a:hover {
	background-color: #000;
	color: #ffffff;
	text-decoration: none;
}

p.center {
	text-align:center;
}

#mainContainer{
	background-color: #FFF;
	height: auto;
	margin: 20px auto;
	padding: 20px 24px 14px 24px;
	position: relative;
	text-align: left;
	width: 700px;	 
}

#contact {
	float:left;
	height: auto;
	width: 400px;
}

#contact a {
	color: black;
	text-decoration: none;
}

#contact a:hover {
	background-color: #000;
	color: #ffffff;
}

.icon {
	float: right;
	margin: 4px 0px 0 8px;
	display: block;
	overflow: hidden;
	width: 75px;
	height: 75px;	
}

.icon:hover {
	display: block;
	text-indent: -75px;
}


#tabContainer {  
	font-family: Geneva, Tahoma, Arial, sans-serif;	
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 700px;
	margin: 40px 0 0px 0;	
}

/* Begin Navigation (this is covered in tabs.css)

ul#navlist {
	padding-left: 0;
	white-space: nowrap;
	width: 700px;
}

#navlist li {
	display: inline;
	list-style-type: none;

}

#navlist a { 
	margin: 3px 10px 0 0; 
	
}

#navlist .selected {
	background-color: #9becbf;
}

#navlist a:link, #navlist a:visited	{
	color: black;
	text-decoration: none;
}

#navlist a:hover {
	background-color: #a6fbff;
	color: black;
	text-decoration: none;
}

End Navigation */

.content {
	background-color: #FFF;
	display: block; 
	float:left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 700px;
	height: auto;

}

#load {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../images/ajax-loader.gif);
	width: 40px;
	height: 10px;
	text-indent: -9999em;
}

.gallery {
	clear: right;
	float: left;
	height: auto;
	padding: 0 0 38px 0;
	margin: 0 0 0 0;
	width: 725px;
	overflow: hidden;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: red;
}

.gallery a {
	float: left;
	margin: 11px 11px 6px 0;
	height: 60px;
	width: 60px;
}

.gallery a:hover {
	background: url(..images/overlay.png) 0 0 no-repeat;
}

#footer {
		
	/* border-top: 1px dashed black; */ 
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	text-align: center;
	color: #bbbbbb;
}