@charset "UTF-8";
/* CSS Document */

a.linkcopyright:link {color: #FFFFFF; text-decoration:underline}
a.linkcopyright:visited {color: #FFFFFF; text-decoration:underline}
a.linkcopyright:hover {color: #231f20;text-decoration:underline}

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

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: #88a90b; text-decoration:underline}
a.linkGreen:visited {color: #88a90b; text-decoration:underline}
a.linkGreen:hover {color: #88a90b;text-decoration:underline}

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

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

.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;}

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

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

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

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

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

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

/*
-----------------------------------------------------------------------------------
01. MAIN BODY
-----------------------------------------------------------------------------------
*/
.MainBody {
	padding: 10px 15px 14px 15px;
	font-family: Arial;
	font-size: 13px;
	color: #585858;
	font-weight: normal;
	line-height: 20px;
}


.Green_MainBody {
	font-family: Arial;
	font-size: 13px;
	color: #688d1b;
	font-weight: normal;
}

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

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



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

.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;
}


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

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




/*
------------------------------------------------------------------------------------------
*/


/*
------------------------------------------------------------------------------------------
06. 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 */

}

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