/*
Design by WideVision
*/

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #3B3B3B url(images/bg01.jpg) repeat left top;
	font-family: Verdona, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h1, h2, h3 {
	margin: 0px;

	font-family: Verdona, Helvetica, sans-serif;
	font-weight: normal;
	
}

h1 {
	color:#990033;
	text-decoration:none;
	letter-spacing: -2px;
	font-size: 36px;
}

h2 {
	
	letter-spacing: -1px;
	font-size: 22px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

h4 {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px #990033 dashed;
	
}

h5 {
	font-size: 15px;
	font-weight: bold;
	
}

table {
	background-color:#FFFFFF;
	
}

p, ul, ol {
	margin: 0px 0px 20px 0px;
	/*text-align: justify;*/
	line-height: 140%;
}

ul, ol {
}



a {
	color: #870b0b;
}

a:hover {
	text-decoration: none;
}

.color1 {
	color: #D6EE72;
}

.color2 {
	color: #9DC9E8;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0px auto;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}


div.img2
  {
 
  border:2px solid #990033;
  text-align:center;
  padding: 10px;
  margin:30px;
  background:#FFF;
  }
  
div.img
  {
 
  border:2px solid #990033;
  text-align:center;
  padding: 25px;
  margin:30px;
  background:#FFF;
  }

img.alignleft {
	margin-right: 25px;
}

img.alignright {
	margin-left: 25px;
}

a img, img {

}

.two-columns {
}

.two-columns .column-one {
	float: left;
	width: 206px;
}

.two-columns .column-two {
	float: right;
	width: 206px;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	margin: 0px 0px 2px 0px;
	padding: 5px 10px;
	background: url(images/homepage06.jpg) repeat left top;
}

.list1 li.alt {
	background-image: url(images/homepage07.jpg);
}

.list1 a {
	color: #FFFFFF;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list2 li {
	padding: 5px 0px;
	background: url(images/homepage08.gif) repeat-x left top;
}

.list2 li.first {
	padding-top: 0px;
	background: none;
}

/* Wrapper */

#wrapper, #bg1, #bg2 {
	padding: 0px 0px 0px 0px;
	height:inherit;
	min-height: 600px;
}

html>body #wrapper, html>body #bg1, html>body #bg2 {
	height: auto;
}

#wrapper {
	padding: 15px 0px 0px 0px;
	background: url(images/bg02.jpg) repeat-x left top;
}

#bg1 {
	
	background: url(images/bg03.jpg) repeat-y center top;
}

#bg2 {
	background: url(images/bg04.jpg) no-repeat center top;
}

/* Header */

#header {
	width: 720px;
	padding: 30px 0px 0px 0px;
	height: 180px;
	background: url(images/homepage04.gif) no-repeat;
	margin: 0px auto;
}

#year10 {
	float: left;
	width: 98px;
	height: 100px;
	padding: 0px 0px 0px 0px;
	margin-left:12px;
	background: url(images/10years.jpg) no-repeat;
}
/* Logo */

#logo {
	float: right;
	width: 610px;
	height: 125px;
	padding: 0px 0px 0px 0px;
	background: url(images/image002.gif) no-repeat;
}

#logo h1 {
	padding: 0px 0px 15px 0px;
	text-transform: lowercase;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

ul.cssMenu ul{display:none}
ul.cssMenu li:hover>ul{display:block}
ul.cssMenu ul{position: absolute;left:-1px;top:98%;}
ul.cssMenu ul ul{position: absolute;left:98%;top:-2px;}
ul.cssMenu,ul.cssMenu ul {
	margin:0px;
	list-style:none;
	width: 713px;
	padding: 3px 1px 5px 2px;
	background-color:#ffffff;
	background-repeat:repeat;
	border-color:#870b0b;
	border-width:2px;
	border-style:solid;
	
}
ul.cssMenu table {border-collapse:collapse}ul.cssMenu {
	display:block;
	zoom:1;
	float: left;
}
ul.cssMenu ul{
	width:auto;
}

ul.cssMenu li{
	display:block;
	margin:3px 12px 0px 21px;
	font-size:0px;
}
ul.cssMenu a:active, ul.cssMenu a:focus {
outline-style:none;
}

ul.cssMenu a, ul.cssMenu li.dis a:hover, ul.cssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	background-color:#ffffff;
	border-width:0px;
	border-color:#6655ff;
	border-style:solid;
	text-align:left;
	text-decoration:none;
	padding:5px;
	_padding-left:0;
	font:normal 11px Verdana;
	color: #444444;
	text-decoration:none;
	cursor:default;
}
ul.cssMenu span{
	overflow:hidden;
}
ul.cssMenu li {
	float:left;
}
ul.cssMenu ul li {
	float:none;
}
ul.cssMenu ul a {
	text-align:left;
	white-space:nowrap;
}
ul.cssMenu li.sep{
	text-align:center;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.cssMenu li.sep span{
	float:none;	padding-right:0;
	width:5;
	height:16;
	display:inline-block;
	background-color:#AAAAAA;	background-image:none;}
	
ul.cssMenu ul li.sep span{
	width:80%;
	height:3;
}
ul.cssMenu li:hover{
	position:relative;
}
ul.cssMenu li:hover>a{
	background-color:#990033;
	border-color:#665500;
	border-style:solid;
	font:normal 11px Verdana;
	color: #ffffff;
	text-decoration:none;
}
ul.cssMenu li a:hover{
	position:relative;
	background-color:#990033;
	border-color:#665500;
	border-style:solid;
	font:normal 11px Verdana;
	color: #ffffff;
	text-decoration:none;
}
ul.cssMenu li.dis a {
	color: #AAAAAA !important;
}
ul.cssMenu img {border: none;float:left;_float:none;margin-right:4px;width:16px;
height:16px;
}
ul.cssMenu ul img {width:16px;
height:16px;
}
ul.cssMenu img.over{display:none}
ul.cssMenu li.dis a:hover img.over{display:none !important}
ul.cssMenu li.dis a:hover img.def {display:inline !important}
ul.cssMenu li:hover > a img.def  {display:none}
ul.cssMenu li:hover > a img.over {display:inline}
ul.cssMenu a:hover img.over,ul.cssMenu a:hover ul img.def,ul.cssMenu a:hover a:hover ul img.def,ul.cssMenu a:hover a:hover a:hover ul img.def,ul.cssMenu a:hover a:hover img.over,ul.cssMenu a:hover a:hover a:hover img.over,ul.cssMenu a:hover a:hover a:hover a:hover img.over{display:inline}
ul.cssMenu a:hover img.def,ul.cssMenu a:hover ul img.over,ul.cssMenu a:hover a:hover ul img.over,ul.cssMenu a:hover a:hover a:hover ul img.over,ul.cssMenu a:hover a:hover img.def,ul.cssMenu a:hover a:hover a:hover img.def,ul.cssMenu a:hover a:hover a:hover a:hover img.def{display:none}
ul.cssMenu a:hover ul,ul.cssMenu a:hover a:hover ul,ul.cssMenu a:hover a:hover a:hover ul{display:block}
ul.cssMenu a:hover ul ul,ul.cssMenu a:hover a:hover ul ul{display:none}
ul.cssMenu span{
	display:block;
	background-image:url(./images/arrv_anim_1.gif);
	background-position:right center;
	background-repeat: no-repeat;
   padding-right:11px;
   
   }
ul.cssMenu span2{
	display:block;

	font:bold 11px Verdana;
	text-decoration : underline;

	}
ul.cssMenu li:hover>a>span{	background-image:url(./images/arrv_anim_1o.gif);
}
ul.cssMenu a:hover span{	_background-image:url(./images/arrv_anim_1o.gif)}
ul.cssMenu ul span,ul.cssMenu a:hover table span{background-image:url(./images/arr_double_1.gif)}
ul.cssMenu ul li:hover > a span{	background-image:url(./images/arr_double_1o.gif);}
ul.cssMenu table a:hover span,ul.cssMenu table a:hover a:hover span,ul.cssMenu table a:hover a:hover a:hover span{background-image:url(./images/arr_double_1o.gif)}
ul.cssMenu table a:hover table span,ul.cssMenu table a:hover a:hover table span{background-image:url(./images/arr_double_1.gif)}



#menu {
	float: left;
	background: url(images/homepage01.gif) repeat-x left bottom;
}

#menu ul {
	margin: 0px -1px 0px 0px;
	padding: 8px 0px 16px 30px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0px 13px 0px 16px;
	background: url(images/homepage03.gif) no-repeat left center;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 18px;
}

#menu a:hover {
	color: #9DC9E8;
}

#menu .first a {
	background: none;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 680px;
	margin: 0px auto;

}

/* Content */

#content {
	float: left;
	width: 440px;
}

.post {
		padding: 15px 15px 15px 15px;
}

.post .title {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	background: url(images/homepage02.gif) repeat-x left bottom;
}

.post .entry {
	
}

.post .entry2 {
	text-align:center;
	
}

.post .meta {
	padding: 10px 0px;
	background: url(images/homepage08.gif) repeat-x left top;
	float:left;
}

.post .meta p {
	margin: 0px;
	line-height: normal;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 212px;
}

/* Footer */

#footer {
	padding-top: 20px;
	background: url(images/footer.jpg) no-repeat top;
	height: 70px;
}

#footer p {
	margin: 0px;
	color:#666;
	padding: 0px;
	line-height: normal;
	text-align: center;
}
