/*
* Site Styles
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#515150;
	font-size:12px;
	text-align:left;
}
a{
	text-decoration:underline;
	color:#000000;
}
a:hover{
	color:#000000;
	text-decoration:none;
}
h1{
	font-weight:bold;
	padding-bottom:5px;
	color:#c1c1c0;
	text-transform:uppercase;
}
h2{
	font-weight:bold;
	padding-bottom:5px;
}
h3{

}
h4{

}
p{
	padding-bottom:13px
}
td {
	padding:3px
}
th {
	padding:3px
}
ul{
	margin:0px 0px 13px 20px;
}
ol{
	margin:0px 0px 13px 20px;
}
ol li{
	list-style-type:decimal;
}
li{
	margin-top:5px;
	list-style-type:disc;
}
li li{
	list-style-type:circle;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic
}
strong em, em strong
{
	font-weight:bold;
	font-style:italic;
}
.redtext
{
color:#ff0000
}
/* User defined styles and classes below */

/* header styles */
#header img
{
	float:left;
}
#navigation li
{
	display:block;
	float:left;
	font-weight:bold;
	margin:0px 15px;
	text-transform:uppercase;
}
#navigation a
{
	text-decoration:none;
	color:#515150;
}
#navigation a:hover
{
	text-decoration:none;
	color:#ffffff;
}
a.selected
{
	color:#ffffff;
}
/*footer styles*/
#footer
{
	text-align:center;
	font-size:11px;
	color:#ffffff;
}
#footer a
{
	color:#ffffff;
	text-decoration:none;
}
.footercontent
{
	width:960px;
	padding:5px 0px;
	background-color:#515150;
}

/*content styles*/
.contentright img
{
	margin:0px 17px 17px 0px;
}
img.nomarginright
{
	margin-right:0px
}
img.nomarginbottom
{
	margin-bottom:0px
}

/*contact form style*/
.inputformlabel
{
	font-weight:bold;
	padding: 0px 20px 0px 0px;
	width:50px
}
.inputelement input, textarea
{
	width:339px;
	border:1px solid #F7A921;
	color:#515150;
	background-color:#ffffff;
}
.inputelement input:hover, textarea:hover
{
	background-color:#EFF1F2;
}
.inputelement input:focus, textarea:focus
{
	background-color:#EFF1F2;
	border-color:#515150;
}

/*gallery stylez*/
.gallerynav
{
	font-weight:bold;
	text-transform:uppercase;
	margin-left:10px
}
.gallerynav a
{
	text-decoration:none;
	color:#515150;
}
.gallerynav a:hover
{
	color:#c1c1c0;
	text-decoration:none;
}
.gallerynav li
{
	list-style-type:none;
}
.gallerynav li ul
{
	margin-bottom:0px
}
a.selectedcat
{
	color:#c1c1c0;
}
#playpause
{
	position:absolute;
	margin: 379px 0px 0px 310px;
}
#playpause table
{
	display:none;
}
#playpause img
{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	height:30px;
	width:50px;
    cursor: pointer;
	z-index:100;
}
#playpause td
{
	padding:0px;
}

/*sitemap styles*/
.sitemap a{
	color:#515150;
	text-decoration:none;
}
.sitemap a:hover{
	color:#000000;
	text-decoration:underline;
}
.sitemap li ul
{
	margin-bottom:0px;
}
.sitemap li ul li
{
	list-style-type:circle;
}

/*blog styles*/
.blogright
{
	float:right;
	width:150px;
	padding:5px;
	border:1px solid #515150;
	background-color:#e1e1e0;
	margin:0px 0px 5px 5px;
}
.author
{
	padding-bottom:13px;
	font-size:11px;
}
.blogimg
{
	clear:right;
	float:right;
	margin:5px 0px 5px 5px;	
}
.pageinate td
{
	border:1px solid #515150;
	background-color:#e1e1e0;
}
.pageinate td.pagespacer
{
	border:0px;
	background-color:#ffffff;
	width:3px;
}
.pageinate td.selected
{
	background-color:#F7A921;
}
.pageinate a
{
	text-decoration:none;
}
.pageinate a:hover
{
	text-decoration:underline;
}
