/*
---------------------------------------------
01. MAIN / DEFAULT ELEMENTS
---------------------------------------------
*/

* {
	margin:0; padding:0;
}

body {
	background:#FFFFFF url(../images/bg.jpg) top repeat-x;
	color:#585858;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
}

#background_footer {background: url(../images/bg_footer.jpg) bottom repeat-x;}

#website { 
	margin:0 auto;
	width:942px;
}

::selection {
        background: #ac0937; /* Safari */
		color:#FFF;
}
::-moz-selection {
        background: #ac0937; /* Firefox */
		color:#FFF;
}



/*
---------------------------------------------
02. LINKS
---------------------------------------------
*/	

a { color: #ac0937; text-decoration: underline; }
a:hover, a:focus { color: #688d1b; text-decoration:underline }
a:visited { color: #ac0937; }

a.linksubpage2:link {color: #585858; text-decoration:none}
a.linksubpage2:visited {color: #585858; text-decoration:none}
a.linksubpage2:hover {color: #88a90b;text-decoration:none}

a.linkGreen:link {color: #688d1b; text-decoration:underline}
a.linkGreen:visited {color: #688d1b; text-decoration:underline}
a.linkGreen:hover {color: #688d1b;text-decoration:underline}

a.linkGrayU:link {color: #585858; text-decoration:underline}
a.linkGrayU:visited {color: #585858; text-decoration:underline}
a.linkGrayU:hover {color: #88a90b;text-decoration:underline}

a.linkGray:link {color: #585858; text-decoration:none}
a.linkGray:visited {color: #585858; text-decoration:none}
a.linkGray:hover {color: #ac0937;text-decoration:none}


/*
---------------------------------------------
03. NAVIGATION
---------------------------------------------
*/	
  
/* WITH IMAGE */
#navArea #nav_home, #nav_photo-gallery, #nav_media, #nav_going-local, #nav_links, #nav_contact { 
  height: 50px;
  border-style: none;
  margin: 0 auto 0px;
  color: transparent;
  font-size: 1px;
  text-indent: -9999px;
  cursor: pointer;
  float: left;
}

#navArea #nav_home:hover, #nav_photo-gallery:hover, #nav_media:hover, #nav_going-local:hover, #nav_links:hover, #nav_contact:hover {
  background-position: 0 -50px;
}

#nav_home { background: #353a3f url(../images/nav/home.jpg) scroll repeat-x 0 0; width: 124px;}
#nav_photo-gallery { background: #353a3f url(../images/nav/photo-gallery.jpg) scroll repeat-x 0 0; width: 199px;}
#nav_media { background: #353a3f url(../images/nav/media.jpg) scroll repeat-x 0 0; width: 145px;}
#nav_going-local { background: #353a3f url(../images/nav/going-local.jpg) scroll repeat-x 0 0; width: 189px;}
#nav_links { background: #353a3f url(../images/nav/links.jpg) scroll repeat-x 0 0; width: 139px;}
#nav_contact { background: #353a3f url(../images/nav/contact.jpg) scroll repeat-x 0 0; width: 146px;}

/*
HTML CODE
<a href="#" id="nav_home">Home</a>
*/

/*
---------------------------------------------
04. LIST PROPERTIES
---------------------------------------------
*/	


ul.bullet {
	padding-left:20px;
	margin-top:0
}

ul.bullet li{
	list-style:url(../images/bullet.gif);
	margin-bottom:5px;
}

ul.bullet li a {color: #688d1b; text-decoration:underline}
ul.bullet li a:visited {color: #688d1b; text-decoration:underline}
ul.bullet li a:hover {color: #ac0937;text-decoration:underline}

/* ---- Bullet Style 2 ----*/
ul.bullet2 {
	padding-left:20px;
	margin-top:0;
	margin-bottom:20px;
}

ul.bullet2 li{
	list-style:url(../images/bullet.gif);
	margin-bottom:3px;
}

ul.bullet2 li a {color: #ac0937; text-decoration:underline}
ul.bullet2 li a:visited {color: #ac0937; text-decoration:underline}
ul.bullet2 li a:hover {color: #88a90b;text-decoration:underline}

/*
---------------------------------------------
05. BOX AND BORDERS
---------------------------------------------
*/	

#navArea {height:50px; margin-top:32px; }
#bannerArea {width:942px; height:263px; }
#body {width:100%; /* background:url(../images/bg_middle.jpg) repeat-y; */ }
#bodyTop {width:100%;  background:url(../images/bg_middle_top.jpg) repeat-x top;} 
#contentArea {width:620px; padding:20px 15px;}
#sideNavArea {width:264px; padding:20px 15px;}
#footerArea {width:942px; height:73px; padding-top:20px; text-align:center; line-height:24px; color:#FFF}
	#footerArea a { color:#FFF; text-decoration:underline}
	#footerArea a:hover { color:#000; text-decoration:underline}

.image { border: 1px solid #95abbd; background: #bcc5ce; padding: 2px;}

.lineGray {border-bottom:solid 1px #d7d7d7; margin:10px 0px;}

.graybox{
	border: 1px solid #e9e9e9;
}
.image { border: 1px solid #e2e2e2; background: #e2e2e2; padding: 1px;}
.image-vid { border: 2px solid #b4b4b4; background: #dadada; padding: 2px; margin:0 0 1px 5px;}
.image-vid-active { border: 2px solid #688d1b; background: #688d1b; padding: 2px; margin:0 0 1px 5px;}


/*********************************************/


/*
---------------------------------------------
06. HEADINGS AND PARAGRAPH TAGS
---------------------------------------------
*/
h1 {
	font-size: 20px;
	color: #ac0937;
	font-weight:bold;
	margin-top:0;
	margin-bottom:15px;
	padding-bottom: 4px;
	border-bottom:solid 1px #CCC;
	line-height: 24px;
}




h2 {
  	color: #585858;
    font-size: 16px;
    font-weight: bold;
	margin-top:0;
	margin-bottom:15px;
}

h3 {
	font-size: 18px;
	color: #ac0937;
	font-weight:bold;
	margin-top:0;
	margin-bottom:15px;
	padding-bottom: 4px;
	border-bottom:solid 1px #CCC;
}

p {
	margin-bottom:15px;
}


/*
---------------------------------------------
07. PAGE TEXT ELEMENTS
---------------------------------------------
*/

.green {color: #688d1b;}

.textNormal {
	color:#585858;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
}

.textMedium {
	font-size: 14px;
	font-weight:bold;
}

.BottmLink_white{
	font-family: Arial;
	font-size: 12px;
	font-weight:100;
	color: #FFFFFF;
}



.Red_MainBody {
	font-family: Arial;
	font-size: 13px;
	color: #ac0937;
	font-weight: normal;
}

.sideBody {
	font-family: Arial;
	font-size: 13px;
	color: #585858;
	font-weight: normal;
}



.TitleAttributes {border-bottom:solid #CCC 1px; padding-bottom:2px; display:block; margin-top:60px;}


.Greeen_event_C_15 {
	font-family: Arial;
	font-size: 16px;
	color: #688d1b;
	font-weight:bold;
}

.gray_event_C_16 {
	font-family: Arial;
	font-size: 16px;
	color: #585858;
	font-weight:bold;
}

.Newsletter_Title_16 {
	font-family: Arial;
	font-size: 16px;
	color: #727272;
	font-weight:bold;
}

.Newsletter_Title_13 {
	font-family: Arial;
	font-size: 13px;
	color: #727272;
}


/*
---------------------------------------------
08. FORMS
---------------------------------------------
*/

.formField {
	
	width:195px;
	height:23px;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#404040;
	padding: 2px 0px 0px 2px;
}

.formMessage {
	font-family: Arial;
	font-size: 12px;
	color:#404040;
	width:400px;
	height:90px;
	padding: 2px 0px 0px 2px;
	background:#ffffff;
	border:1px solid #cccccc;
}

.formCaptchaField {
	
	width:100px;
	height:24px;
	font-size: 14px;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#404040;
	padding: 4px 0px 0px 2px;
}
.captchaInstr {
	font-family: Arial;
	font-size: 10px;
	color:#404040;
}

/*.formbutton:hover {background:transparent url("../images/contact-btn3b.gif") no-repeat center top;}*/

.captchaPad {
	padding-left:15px;
}

.formSubmit {
	width:50px;
	height:25px;
	color:#ffffff;
	border: none;
	background: transparent url(../images/contact-submit.jpg) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */

}

form.myform .formSubmit:focus {
  background: transparent url(../images/submit.jpg) no-repeat center top;
  border: none;
}

form.myform input:focus, form.myform textarea:focus {
    background-image: none;
    background-color: #ffffff;
    border: solid 1px #ac0937;
}


/*
---------------------------------------------
09. EXTRAS
---------------------------------------------
*/

/*  */

/* 
CODE FOR ROUND EDGES
-moz-border-radius-bottomleft:0.5em;
-moz-border-radius-bottomright:0.5em;
-moz-border-radius-topleft:0.5em;
-moz-border-radius-topright:0.5em;
-----------------------------------------
/*
-moz-border-radius: 15px; /* Firefox */    /*
-webkit-border-radius: 15px; /* Safari */    /*
border-radius: 15px 15px 15px 15px; /* IE */  /*
*/

/* .clear  { clear:both;} */

/*
CODE FOR IMAGE GALLERY
div.galleryItem {	
	background: #f4fafe;
	width:213px;
	padding: 15px 0px 1px;
	margin: 0 8px 8px;
	float:left;
	text-align: center;
	border: 1px solid #afc5d9;
	min-height: 160px;
}
div.galleryItem img {
  border: 1px solid #afc5d9;
}
div.galleryItem .desc { color:#9c9c9c; font-size:12px; margin-top:3px; line-height:14px;}
div.galleryItem .desc a { font-weight:bold; color:#0071bb}
*/


