/* p a should be 
    color: #44ae7c;
*/


/* RESET - courtesy of YUI */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* CONTAINERS */

body, html {
        text-align: center;
		min-width: 1100px;
        height: 100%;
		font-family: "Arial", "Helvetica", "Verdana", serif;
		background-image: url(../images/grass_tile_bg.jpg);
	background-repeat: repeat;
}

b, strong {
	font-weight: 700;
}

#Container {
	 background-color: White;
    margin: 0 auto;
	 position: relative;
    width:913px;
    text-align: left;
    position: relative;
    min-height: 700px;
	 padding: 20px;
}

#OuterContainer {
    position: absolute;
    right: 21px;
    top: -20px;
    z-index: 1;
    width: 242px;
    height: 50px;
    background-color: #a9bb20;
}

#Navigation {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 126px;
    height: 100%;
}

#NewsAjax
{
	padding-top: 5px;
	clear: both;
}

#NewsHolderForms .form {
	padding-top: 5px;
}

.message {
    color: red;
}

    #Navigation #Logo
    {
	position: relative;
    }

    #Menu ul
    {
	position: relative;
        margin-top: 15px;
	width: 110px;
    }

    #Menu ul li
    {
        padding-bottom: 5px;
    }

    #Menu ul li a {
        /*font-family: "Times New Roman", "Georgia", "sans-serif";*/
        font-size: 17px;
        text-decoration: none;
        color: #bccc3f;
    }
    
    #Menu ul li a:hover {
        text-decoration: underline;
    }
    
    #Menu ul li .current, #Menu ul li .section {
        color: #80883f;
        font-weight: bold;
    }

    #Navigation #Logos {
        position: absolute;
        bottom: 20px;
    }

#Content {
    position: relative;
    float: left;
    top: 0;
    left: 126px;
    min-height: 700px;
    height: 100%;
    width: 504px;
    border: 1px solid #B5CE39;
    margin-left: 19px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    z-index: 50;
    
}

#ContentCurve {
    width: 234px;
    height: 241px;
    margin: 0px;
    padding: 0px;
    margin-top: -4px;
    margin-left: 280px;
    background-color: inherit;
    background-image: url('../images/background-curve.png');
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 1;
}


#Homepage, #Generic, #ContactUs {
    position: relative;
    margin-top: -110px;
    margin-left: 20px;
    width: 450px;
}

#Generic .recentArticles {
    padding-top: 10px;
}

.recentArticles {
    list-style-position: inside;
    list-style-type: square;
}

.recentArticles li a {
    /*font-family: "Arial", "Verdana", sans-serif;*/
    font-size: 12px;
}

#ContactUs {
	font-size: 12px;
	/*font-family: "Arial", "Verdana", sans-serif;*/
	position: absolute;
	height: 100%;
}

input, textarea {
	margin-bottom: 5px;
	color: #01753e;
	font-weight: bold;
	/*font-family: "Arial", "Verdana", sans-serif;*/
	font-size: 12px;
	display: block;
	width: 240px;
	height: 20px;
	border: 1px solid #999;
}

#ContactUs textarea {
	height: auto;
}


.hidden {
	display: none !important;
}

#ContactUs #ContactForm {
	margin-top: 20px;
	float: left;
	display: block;
	width: 250px;
	height: 70%;
	margin-right: 20px;
	color: #01753e;
}

#ContactUs #ContactForm label {
	position: relative;
	line-height: 20px;
}

#ContactUs #SideBox {
	margin-top: 20px;
	width: 180px;
	float: left;
	display: block;
	background-color: #bccc3f;
	height: 67.5%;
}

#ContactUs #SideBox p {
	color: #fff;
	padding: 15px;
}

#ContactUs #SideBox a {
	color: #fff;
}

#Form_Form_action_process, #NewsLetterSubmit {
	width: 74px !important;
	height: 23px !important;
	border: 0px;
	background: url('../images/submit.png');
	color: #fff !important;
	font-weight: bold !important;
}

#NewsLetterSubmit {
    margin-top: 5px;
    margin-left: 80px;
}

#ContactUs #SideBox #Map {
	margin-left: 15px;
	width: 143px;
	height: 23px;
	background: url('../images/map.png');
	text-align: center;
}

#ContactUs #SideBox #Map a {
	line-height: 21px;
	font-weight: bold;
	text-decoration: none;
}

#ContactUs #SideBox #Map a:hover {
	text-decoration: underline;
}

#NewsNextPrev
{
    float: left;
    display: block;
    width: 200px;
}

#NewsPageHead {
    padding-top: 40px;
}

#NewsPageNum
{
    display: block;
    width: 400px;
    margin: 0; padding: 0;
    margin-top: 0px;
	margin-left: 95px;
    margin-right: 20px;
}


#Generic a, #Content a
{
    color: #01753e;
}

#Generic #TeamHolder {
	float: left;
}

#Generic #TeamPhoto {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}


#Generic #TeamContent {
	float: left;
	padding: 0;
	margin: 0;
	margin-top: -5px;
	width: 300px;
}

#Generic h1, #ContactUs h1 {
    font-size: 38px;
    color: #bccc3f;
    width: 440px;	
}

#Generic h2, #ContactUs h2, #Homepage h2 {
	font-size: 14px;
	font-weight: bold;
	color: #01753e;
    padding-top: 5px;
    /*font-family: "Arial", "Verdana", sans-serif;*/
}

#Generic .active, #Generic .inactive {
    float: left;
    display: block;
    text-align: center;
    margin: 3px;
    width: 23px;
    height: 18px;
    padding-top: 5px;
    line-height: 12px;
    font-size: 12px;
    /*font-family: "Arial", "Verdana", sans-serif;*/
    font-weight: bold;
    color: black;
}

#Generic .active a {
    color: black;
}
#Generic .inactive a {
    color: white;
}

#Generic .active {
    background: url('../images/active_page.png');
}

#Generic .inactive {
    background: url('../images/inactive_page.png');
}

#TeamHolder {
	width: 500px;
}

#TeamHolder .subTit {
    padding-bottom: 20px;
    padding-top: 0px;
}

#ClientImage {
    padding-top: 10px;
    margin-bottom: 10px;
}

.gotNav {
    margin-top: -140px !important;
}

#TeamHolder .teamMember {
	position: relative;
	display: block;
	float: left;
	width: 140px;
	height: 160px;
	background-color: white;
	margin-right: 12px;
	text-decoration: none;
}

#TeamHolder .clientMember {
    height: 130px;
    margin-bottom: 10px;
}

#TeamHolder .teamMember:hover {
	text-decoration: underline;
}


.teamMember .photo {
	display: block;
	padding: 15px;
	padding-bottom: 0px;
	border: 1px solid #bccc3f;
}

.teamMember .photo:hover {
	border-right: 5px solid #bccc3e;
	border-bottom: 5px solid #bccc3e;
}

.teamMember .name
{
	display: block;
	position: absolute;
	top: 138px;
	color: #01753e;
	padding: 0;
	margin: 0;
	font-size: 12px;
	/*font-family: "Arial", "Verdana", sans-serif;*/
	font-weight: bold;
}

#TeamHolder .clientMember .photo {
	height: 100px;
	font-size: 20px;
	text-align: center;
}

#NewsHolderForms {
    display: block;
    padding-bottom: 5px;
    margin-bottom: 25px;
    width: 400px;
}

#NewsHolderForms .form {
    display: block;
    float: left;
    margin-right: 10px;
}

#NewsHolderForms .form input {
    width: 25px;
    margin-left: 10px;
    display: block;
    clear: none;
}

.NewsHolderItem {
    display: block;
    clear: both;
    float: left;
    margin: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    width: 450px;
    padding:10px;
}

.NewsHolderPhoto {
    display: block;
    float: left;
    padding: 10px;
    width: 110px;
}

.NewsPhoto {
    text-align: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.YoutubeVideo {
    background-color: black;
    padding-top: 10px;
    height: 90px;
    width: 110px;
}

.NewsHolderContents {
    display: block;
    float: left;
    padding: 10px;
    width: 300px;
}

.NewsHolderContents h5 {
    font-size: 10px;
    color:  #01753e;
    /*font-family: "Arial", "Verdana", sans-serif;*/
}

.NewsHolderContents h2 a {
    color: #01753e;
    text-decoration: none;
	/*font-family: "Arial", "Verdana", sans-serif;*/    
}

.NewsHolderContents h2 a:hover {
    text-decoration: underline;
}

.gotNav h1{
    padding-top: 10px;
}

#Homepage h1 {
    font-size: 38px;
    color: #bccc3f;
    width: 440px;
}


#Homepage p, #Generic p {
	/*font-family: "Arial", "Verdana", sans-serif;*/
	color: #000;
	font-size: 12px;
	padding-top: 17px;
}

#Generic ul, #Homepage ul {
	margin-top: 20px;
}

#Generic ul li, #Homepage ul li {
	list-style: square;
	font-family: "Arial", "Verdana", serif;
	font-size: 12px;
	color: #000;
	margin-left: 20px;
}

#Promotional {
	position: absolute;
	bottom: 100px;
}

#Misc {
    position: absolute;
    top: 0;
    left: 500px;
    width: 240px;
    min-height: 700px;
    height: 100%;
    background-color: #CDDA68;
    background-image: url('../images/misc_background.png');
    background-repeat: repeat-x;
    margin-left: 24px;
    border: 1px solid #B5CE39;
}

#Newsletter p {
	margin-bottom: 10px;
}

#NewsletterDownload {
	background: url('../images/newsletter.png');
	width: 140px;
	height: 20px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#NewsletterDownload a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: "Arial", Verdana, sans-serif;
}


#NewsLetterSignup
{
    padding: 5px;
}

#NewsLetterSignup label
{
    font-family: "Arial", Verdana, sans-serif;
    font-size: 12px;
    clear:left;
    display:block;
    float:left;
    width:75px;
    text-align:right;
    padding-right:5px;
    padding-top: 3px;
}

#NewsLetterSignup input {
    width: 130px;
    height: 20px;
}


#NewsLetter h2
{
    font-size: 21px;
    color: #bccc3f;
    padding: 10px;
    padding-left: 15px;
    width: 100%;
    /*font-family: "Times New Roman", Georgia, serif;*/
}
#NewsLetter {
    position: relative;
    width: 100%;
    height: 150px;
    background-color: #B5CE39;
}


#Misc .seperater {
    position: relative;
    width: 100%;
    height: 20px;
    background-color: #B5CE39;
    border-bottom: 1px solid #dfeb9e;
}

#NewsLetter .form {
    position: relative;
    width: 240px;
    height: 150px;
    background-color: #fff;
    border-top: 1px solid #88942d;
}

#LatestNews {
    border-top: 1px solid #88942d;
    border-bottom: 1px solid #88942d;
    width: 240px;
    height: 237px;
}

#LatestNews h2, #Twitter h2 {
    color: white;
    font-size: 25px;
    padding-bottom: 5px;
    padding-top: 30px;
    padding-left: 20px;
    width: 200px;
}

#LatestNews h4 {
    font-size:14px;
    color: #4b5315;
    font-weight: bold;
    font-family: "Arial", "Verdana", serif;
    padding-bottom: 5px;
    padding-left: 20px;
    width: 175px;
}

#LatestNews p {
    color: #4b5315;
    font-size: 12px;
    font-family: "Arial", "Verdana", serif;
    padding-left: 20px;
    padding-bottom: 5px;
    width: 195px;
}

#LatestNews p a {
    color: #4b5315;
}

#LatestNews p a:hover {
    text-decoration: none;
}

#Twitter {
    float: left;
    height: 300px;
    width: 240px;
    position: relative;
}

#Twitter p {
    position: absolute;
    top: 100px;
    left: 45px;
    display: block;
    width: 175px;
    color: #4b5315;
    font-size: 12px;
    font-weight: bold;
    font-family: "Arial", "Verdana", serif;
}

#Twitter #TwitterFeed {
    position: absolute;
    top: 190px;
    font-weight: normal;
    color: #697521;
}

#Twitter .lqt
{
    position: absolute; 
    font-size: 39px;
    font-weight: bold;
    color: #4b5315;
    padding-left: 20px;
    font-family: "Arial", "Verdana", serif;
}

#Twitter .rqt {
    font-size: 39px;
    font-weight: bold;
    color: #4b5315;
    padding-left: 2px;
    font-family: "Arial", "Verdana", serif;
    position: absolute;
    top: 150px;
    left: 200px;
}

#Twitter #TwitterImg {
    position: absolute;
    top: 205px;
    left: 0px;
	
}

#DetailsContainer
{
    margin: 20px auto;
    width:913px;
    text-align: left;
    position: relative;
    min-height: 50px;
}

#Details {
    margin-left: 145px;
    position: relative;
    clear: both;
    padding: 10px;
    border: 1px solid #B5CE39;
    min-height: 15px;
}

#Details p {
    font-family: "Arial", "Verdana", serif;
    font-size: 12px;
}

#Details p .heading {
    color: #80883f;
}

#Details p a {
    color: black;
}

#DetailsAddr {
	position: absolute;
	left: 0;
	width: 600px;
	padding-left: 10px;
}

#DetailsPR {
	position: absolute;
	right: 0;
	width: 150px;
	text-align: right;
	padding-right: 10px;
}

#Copyright {
    margin-left: 145px;
    padding-top: 2px;
}

#Copyright .left {
    float: left;
}

#Copyright .right {
    float: right;
}

#Copyright p {
    font-size: 10px;
    font-family: "Arial", "Verdana", serif;
}

#Copyright p a {
    color: #80883f;
}


#MemberLoginForm_LoginForm_Remember
{
	width: 15px;
	display: inline;
	float: right;
	margin-right: 210px;
	text-align: left !important;
}
