/* - - - - - -  - -  GENERAL TEXT STYLES  - - -- - - - - */


/* - - - - - - - - -  DEFAULT SITE TEXT  - - - - - - - - */

body, td, p, span, div {
	font-family: Helvetica Neue,Helvetica,Segoe,Segoe UI,Segoe WP,Calibri,Arial,sans-serif,tahoma;
    font-size : 13px;
    line-height: 22px;
	color: #333333;
}

lgtext {
	font-family: tahoma,verdana,sans-serif;
    font-size : 15px;
    line-height: 18px;
	color: #242424;
}

/* - - - - - - - - -  FOOTER TEXT  - - - - - - - - */

div#paidFor {
        color: #fff;
        font-size : 12px;
}

div#paidFor a {
        color: #fff;
        font-size : 12px;
}

.txt_sm {
        color: #000000;
        font-size : 10px;
}

.txt_md {
        color: #232323;
        font-size : 13px;
        line-height : 22px;
}

/* - - - - - - - - -  NEWS PAGE  - - - - - - - - */

.news_box {
        border : 1px solid #E1E1E1;
        }

.news_headline {
        font-size : 13px;
        font-weight : bold;
        background-color: #416A9C;
        color: #fff;
        }

/* - - - - - - - - -  PHOTO GALLERY  - - - - - - - - */

.gallery {
        font-size : 10px;
        font-weight : normal;
		padding-left:20px;
		padding-right:20px;
        background-color: #ffffff;
        border : 1px solid #E1E1E1;
        color: #000000;
        }

/* - - - - - - - - -  BULLETED LISTS  - - - - - - - - */

div#txt_md ul {
        font-size : 12px;
        line-height : 18px;
}

div#txt_md ol {
        font-size : 12px;
        line-height : 18px;
}

/* - - - - - - - - -  LANDING PAGE  - - - - - - - - */

div#landhead {
	margin-bottom: .5em;
	margin-top: 0;
	font-size: 14px;
	font-weight: bold;
  	line-height : 25px;
	padding-left: 0px;
	margin-left: 0px;
    color: #307104;
}

div.landhead {
	margin-bottom: .25em;
	margin-top: 10px;
	font-size: 15px;
	font-weight: bold;
  	line-height : 20px;
	padding-left: 0px;
	margin-left: 0px;
    color: #445566;
}

