﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
.BtnPrimary
{
	
	font-weight: bold;
	font-size: 12px;
	width: 100px;
	color: green;
	font-family: Verdana;
	height: 25px;
	filter:""; 
	border:0;
	background: url("../btnSubmit.png") !important; 
	background-repeat: no-repeat;
	
}

h1 {
	color: #CC0000;
	font-size: xx-large;
	font-weight: bold;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ECE9D8;
}
h2 {
	color: #666666;
}
h3 {
	color: #999999;
}
h4 {}
p {
	color: #333333;
	text-align: justify;
}

img {
	padding: 3px;
	border: 1px solid #999999;
	margin: 0px;
}
img.star {
border:none;}
blockquote {}
div.crumb {
	font-size: x-small;
	color: #999999;
}
div.crumb a {
	color: #666666;
}
div.crumb a:hover {
	color: #CC0000;
}
a {}
a:hover,a:selected {}
ul, ol {
	color: #666666;
	text-align: justify;
	font-size: small;
	list-style-type: disc;
}
img.right {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
}

div#container {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left px;
	margin-top: 10px;
	margin-bottom: 10px;


}
div#masthead {

}
div#masthead div.logo {
	text-align: right;
	padding-top: 90px;
}
div#masthead div.logo img {
	margin: 0px;
	padding: 0px;
}
div#masthead div.naving {
	height: 34px;
}
div#masthead div.naving ul {
	padding-top: 5px;
	padding-left: 10px;
}
div#masthead div.naving ul li {}
div#masthead div.naving ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
div#masthead div.naving ul li a:hover {
	background-color: #000000;
}
div#mast {
	margin-top: 140px;
}
div#sidebar {
	padding-top: 70px;
}
div#footing {}
div.page {
	margin: 10px;
}
div.breadcrumb {
	background-color: #ECE9D8;
	margin: 10px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #666666;
	border-bottom-color: #666666;
	clear: left;
}
div.breadcrumb a {
	font-size: x-small;
	color: #999999;
}
div.breadcrumb a:hover {
	color: #CC0000;
}

div.venues {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 10px;
}
div.block {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC3300;
}
div.block h5 {
	font-size: small;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	font-weight: bold;
}
div.block p {
	font-size: xx-small;
}
form {}
form input {}
form label {display:block}
form div { margin-top: 2px;
margin-bottom: 2px;}
form div.indent {margin-left:15px;}
form div.submit {margin-top: 10px}

