/*
Design by FlashTemplatesDesign.com
http://www.flashtemplatesdesign.com
Released for free under a Creative Commons Attribution 2.5 License
*/
.clear
{
	border:none;
}
*
{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a:link {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:visited {
	color: #ffffff;
}

body {
	
	background: #ffffff url(images/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #333333;;
}

#main
{
	margin: 0 auto;
	width: 1002px;
	background: #FFFFFF;
}

#header {
	height: 200px;
	text-align: left;
	width: 1000px;
	vertical-align: top;
}

#padding
{

}

#menu
{
	width: 999px;
	height: 40px;
	background: url(images/buttons.gif) repeat-x;
	border: 1px #FFFFFF solid;
}

#menu ul {
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 90px;
	height: 33px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	margin-left: 5px;
	padding-top: 10px;

}

#menu a:hover {
	height: 23px;
	text-decoration: underline;
	width: 90px;
	font-size: 14px;
}


#logo {
	width: 1000px;
	height: 200px;
	text-align: left;
	padding-top: 1px;
	padding-left: 1px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 28px;
	color: #FFFFFF;
}
#logo H2 a
{
font-size: 12px;
}


#left
{
	padding: 10px;
	width: 247px;
}

#left H3
{
width: 232px;
height: 27px;
font-size: 14px;
font-weight: bold;
padding-left: 15px;
padding-top: 15px;
text-transform: uppercase;
color: #000000;
background: url(images/title.gif) no-repeat;
}

#left ul {
	list-style: none;
	border-bottom: 1px solid #CC6029;
	border-left: 1px solid #CC6029;
	border-right: 1px solid #CC6029;
}

#left li ul {
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#left li li {
	padding: 4px 20px;
    background: url(images/small.gif) no-repeat left;
}

#left a {
	color: #FFFFFF;
	text-decoration: none;
}
#left a:visited {
	color: #FFFFFF;
}

#left p
{
	padding: 15px;
	border-bottom: 1px solid #D72020;
	border-left: 1px solid #D72020;
	border-right: 1px solid #D72020;
}

#calendar1 {
	padding: 0 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {
	background: #F1F1F1;
}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #499FFF;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}


#right
{
	float: left;
	width: 95%;
	padding-right: 10px;
	margin-right: 10px;
	background-image: url(images/bc.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
	height: 95%;
}

#right H4
{

	font-size: 12px;
	color: #CC6029;
}

#right a
{
color: #CC6029;
text-decoration: none;
}

#right p {

	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #CC6029;
}
.date {
	text-align: right;
	color: #CC6029;
	font-size: 12px;
	text-transform: uppercase;
}

.date a {
	color: #CC6029;
}



#footer {
	height: 53px;
	padding-top: 20px;
	width: 100%;
	background: url(images/footer.gif) repeat-x;
	border-top: 5px solid #CC6029;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

.textbox
{
	width:180px;
	
}
.label
{
	font-weight:bold;
	font-size:12px;
}
.heading
{
	font-weight:bold;
	font-size:15px;
	color:#e15e00;
}
.valid
{
	font-weight:bold;
}
.button
{
	width:70px;
}
  
.thumbnail{
position: relative;
z-index: 0;
background: #f5f5f5;
	color: #414141;
	padding: 8px;
	margin: 0 0 3px 0;
	width: 220px;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;

padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 1;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
.image {
	float: left;
	margin: 0 9px 3px 0;
}
