/* Generic Selectors */

body {
/* font-family: Georgia, "Times New Roman", Times, serif; */
font-family: arial, "lucida console", sans-serif;
font-size: 14px;
color: #032427;
/* background-color: rgb(205, 215, 220); */
background-color: #FFFFFF;
text-align: center;
}


p {
width: 95%;
}

p.newsdesc {
width: 95%;
color: #000000;
padding: 0 0 0 20px;
}


li {
list-style: none;
line-height: 150%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
/*list-style-image: url(../images/arrowSmall.gif);*/
}

ul {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}


h1 {
font-family: arial, "lucida console", sans-serif;
font-size: 20px;
font-weight: bold;
color: #032427;
margin-top: 0px;
margin-bottom: 0px;
}


h2 {
font-family: arial, "lucida console", sans-serif;
font-size: 18px;
font-weight: bold;
color: #032427;
margin-top: 0px;
margin-bottom: 0px;
}


h3 {
font-family: arial, "lucida console", sans-serif;
font-size: 16px;
font-weight: bold;
color: #032427;
margin-top: 0px;
margin-bottom: 0px;
}


/*
input, select, textarea {
background-color: #C7E2DF;
color: #032427;
border: 1px solid #509E96;
font-family: arial, "lucida console", sans-serif;
font-size: 12px;
}

.button {
border: none;
background: url('/forms/up.png') no-repeat top left;
}

.button:hover {
border: none;
background: url('/forms/down.png') no-repeat top left;
}
*/


/**************** Pseudo classes ****************/

a:link {
color: #115E4E;
text-decoration: underline;
}


li:link {
color: #115E4E;
text-decoration: underline;
}


a:visited {
color: #115E4E;
text-decoration: underline;
}


li a:visited {
color: #115E4E;
text-decoration: underline;
}


a:hover {
color: #CFFCE6;
text-decoration: none;
}


li a:hover {
color: #CFFCE6;
text-decoration: none;
}


a:active {
color: #CFFCE6;
}


/************************* CLASSES *************************/


.prop {
float:right;
width:1px;
}

.clear {
clear:both;
height:1px;
overflow:hidden;
}

.minValue {
height:60px;
}

.hiddenPic {
display:none;
}

.spacer30 {
    width: 800px;
    height: 30px;
    clear: both;
}

.spacer20 {
    width: 800px;
    height: 20px;
    clear: both;
}


/************************* ID's *************************/

#mainPage {
    width: 800px;
    padding: 0px 0px 0px 0px; /*top right bottom left*/
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

#title {
    width: 800px;
    text-align: left;
}

#title_top_image {
    width: 800px;
    height: 30px;
    float: left;
    background: 0px 0px url(images/title_top.png) no-repeat;
}

#title_top {
    width: 800px;
    float: left;
}

#title_top_left {
    width: 20px;
    height: 80px;
    float: left;
    background: 0px 0px url(images/title_left.png) repeat-y;
}

#title_top_center {
    width: 760px;
    height: 80px;
    float: left;
    color: #CFFCE6;
    text-align: center;
    background-color: rgb(79, 138, 170);
}

#title_top_center img {
    border: none;
}

#title_top_right {
    width: 20px;
    height: 80px;
    float: left;
    background: 0px 0px url(images/title_top_right.png) repeat-y;
}

#title_middle {
    width: 800px;
    height: 100px;
    float: left;
    background: 0px 0px url(images/title_bottom.png) no-repeat;
}

#title_middle_gap {
    width: 800px;
    height: 15px;
    float: left;
}

#title_middle_left {
    width: 20px;
    height: 52px;
    float: left;
}

#title_middle_center_text {
    width: 173px;
    height: 52px;
    float: left;
    color: #CFFCE6;
    text-align: center;
}

#title_middle_center_text img {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: none;
}

#title_middle_center {
    width: 98px;
    height: 52px;
    float: left;
}

#title_middle_center_links {
    width: 471px;
    height: 52px;
    float: left;
    text-align: center;
}

#title_middle_center_links a {
    padding: 0px 0px 0px 0px;
    margin: 0px 5px 0px 0px;
    float: left;
}

#title_middle_center_links img {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#title_middle_right {
    width: 40px;
    height: 52px;
    float: left;
}

#bodyTitle {
    width: 535px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 13px;
    background: 0px 0px url(images/main_center.png) no-repeat;
}

#bodyContent {
    width: 800px;
}

#main_rightBar {
    width: 215px;
    margin-left: 30px;
    margin-right: 10px;
    float: left;
}

#main_leftBar {
    width: 215px;
    margin-left: 10px;
    margin-right: 30px;
    float: left;
}

#main_leftBar_top {
    width: 215px;
    height: 50px;
    float: left;
    background: 0px 0px url(images/main_leftBar_top.png) no-repeat;
}

#main_leftBar_links {
    width: 215px;
    /* height: 100px; */
    padding: 0px 20px 0px 30px; /*top right bottom left*/
    float: left;
    background: 0px 0px url(images/main_leftBar_middle.png) repeat-y;
}


#main_leftBar_links_two {
    width: 215px;
    padding: 0px 20px 0px 30px; /*top right bottom left*/
    float: left;
    background: 0px 0px url(images/main_leftBar_middle.png) repeat-y;
}

#main_leftBar_links_activeLinks {
    width: 165px;
    padding: 36px 0px 0px 0px; /*top right bottom left*/
    float: left;
    background: 0px 0px url(images/main_leftBar_linksActive.png) no-repeat;
}

#main_leftBar_links_pendingLinks {
    width: 165px;
    padding: 36px 0px 0px 0px; /*top right bottom left*/
    float: left;
    background: 0px 0px url(images/main_leftBar_linksPending.png) no-repeat;
}

#main_leftBar_links a, #main_leftBar_links_activeLinks a, #main_leftBar_links_pendingLinks a {
    width: 165px;
    height: 44px;
    padding: 7px 0px 0px 12px; /*top right bottom left*/
    margin: 0px 0px 0px 0px; /*top right bottom left*/
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    color: #E8ECEA;
    float: left;
    background: 0px 0px url(images/main_leftBar_linkLarge.png) no-repeat;
}

/*
#main_leftBar_links img {
    width: 165px;
    height: 36px;
    margin: 0px 0px 0px 0px;
    float: left;
}
*/

#main_leftBar_links a:hover, #main_leftBar_links_activeLinks a:hover, #main_leftBar_links_pendingLinks a:hover {
    font-weight: bold;
    color: #E8ECEA;
    background: 0px 0px url(images/main_leftBar_linkLarge_over.png) no-repeat;
}

#main_leftBar_bottom {
    width: 215px;
    height: 20px;
    float: left;
    background: 0px 0px url(images/main_leftBar_bottom.png) no-repeat;
}

#main_center {
    width: 535px;
    float: left;
}

#main_center_top {
    width: 535px;
    height: 20px;
    float: left;
    background: 0px 0px url(images/main_center_top.png) no-repeat;
}

#main_center_content {
    width: 535px;
    /* padding-left: 20px;
    padding-right: 20px; */
    float: left;
    background: 0px 0px url(images/main_center_middle.png) repeat-y;
}

#main_center_content_text {
    width: 495px;
    margin-left: 20px;
    margin-right: 20px;
}

#main_center_content_text img {
    border: solid 1px #4E9A85;
    margin-top: 5px;
    margin-bottom: 5px;
}

#main_center_bottom {
    width: 535px;
    height: 25px;
    float: left;
    background: 0px 0px url(images/main_center_bottom.png) no-repeat;
}

#mainLarge_center {
    width: 800px;
    float: left;
}

#mainLarge_center_top {
    width: 800px;
    height: 20px;
    float: left;
    background: 0px 0px url(images/mainLarge_center_top.png) no-repeat;
}

#mainLarge_center_content {
    width: 800px;
    float: left;
    background: 0px 0px url(images/mainLarge_center_middle.png) repeat-y;
}

#mainLarge_center_content_text {
    width: 760px;
    margin-left: 20px;
    margin-right: 20px;
}

#mainLarge_center_bottom {
    width: 800px;
    height: 25px;
    float: left;
    background: 0px 0px url(images/mainLarge_center_bottom.png) no-repeat;
}

#bottomInfo {
    width: 810px;
    height: 105px;
    background: 0px 5px url(images/bottomInfo.png) no-repeat;
}

#bottomInfo_top {
    width: 800px;
    height: 15px;
    float: right;
}

#bottomInfo_middle_left {
    width: 20px;
    height: 75px;
    float: left;
}

#bottomInfo_middle_first {
    width: 305px;
    height: 75px;
    color: #CFFCE6;
    float: left;
}

#bottomInfo_middle_center {
    width: 55px;
    height: 32px;
    float: right;
}

#bottomInfo_middle_second {
    width: 360px;
    height: 32px;
    padding-top: 8px;
    float: right;
}

#bottomInfo_middle_right {
    width: 60px;
    height: 32px;
    float: right;
}

#bottomInfo_bottom {
    width: 475px;
    height: 30px;
    padding-top: 10px;
    color: #CFFCE6;
    float: left;
}

#banner {
    width: 800px;
    height: 20px;
}






/*
----------------------------------------
            FOR REQUEST FORM 
----------------------------------------
*/

form.ddfm h1,
form.ddfm h2 {
	color: #032427;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #032427;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #404040;
}

form.ddfm .required {
	color: #FF0000;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: bold;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	margin: 15px auto 15px auto;
	width: 770px;
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
	clear: left;
}

form.ddfm {
	text-align: left;
	padding: 10px;
	width: 750px;
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 15%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
	width: 100%;
}

form.ddfm select.fmselect_80 {
	float: left; 
	display: block;
	width: 82%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm select.fmselect_30 {
	float: left; 
	display: block;
	width: 30%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm select.fmselect_20 {
	float: left; 
	display: block;
	width: 20%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 71%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 71%; 
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 71%; 
	margin-bottom: 15px;
	padding: 3px;
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	height: 35px;
	margin-bottom: 13px;
	font-family: arial, "lucida console", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #032427;
	background-color: #CFFCE6;
	text-align: center;
	display: block;
}

form.ddfm .dateblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 10px;
	font-family: arial, "lucida console", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #032427;
	display: block;
}


form.ddfm .fmhalfblock {
	width: 71%; 
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;

}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
	float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 40%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm input.fmtext_20 {
	float: left; 
	display: block;
	width: 20%; 
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	width: 97%;
}

form.ddfm .submit {
	text-align: right;
	clear: both; 
	width: 97%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 71%; 
	margin-bottom: 15px;  
	padding: 3px;
	text-align: left;
}

.ddfmwrap .recaptcha {
	width: 100%;
	text-align: right;
	clear: both; 
	height: 120px;
	margin-right: 7px;
	padding-bottom: 10px;
}

.ddfmwrap .recaptcha-inner {
	float: right;
	margin-right: 3px;
}