body {
}

#wrapper {
    margin: 0 auto;
    width: 760px;
}

#content {
    height: 196px;
}

.logo {
    padding-bottom: 27px;
}

.trade_logos {
    padding: 20px 0;
}

#navi {
    margin-top: 180px;
    padding-left: 20px;
    float: left;
    width: 171px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
}

/* >> menu >> */    #navi ul {
                        width: 146px;
                    }

                    #navi li {
                        border-bottom: solid 1px #c5e2ab;
                    }

                    #navi ul li a {
                        display: block;
                        text-decoration: none;
                        color: #4fa600;
                        padding-top: 5px;
                    }
                
                    #navi ul li a:hover {
                        text-decoration: underline;
                        color: #007e3a;
                    }
                                
                    #navi .current a {
                        color: #007e3a;
                    }
                    
                    ul.subNavi {
                        border-top: solid 1px #c5e2ab;
                        padding: 3px 0 10px 0;
                        margin: 0 0 0 0;
                    }

                    ul.subNavi li {
                        padding: 0 0 0 10px;
                        border-bottom: none !important;
                    }
                    
                    ul.subNavi li a{
                        color: #4fa600 !important;
                    }
                    
                    ul.subNavi .selected a{
                        color: #007e3a !important;
                    }



#content_container {
    margin-top: 196px;
    float: left;
    width: 569px;
    background: url(../assets/content_container_bg.gif) no-repeat;
}

#main_content {
    float: left;
    background-color: ;
    height: 378px;
    width: 370px;
}

/* >> type >> */    #main_content {
                        font-family: Arial, Helvetica, sans-serif;
                        font-size: 9pt;
                        padding-top: 25px;
                    }

                    #main_content h1.pageHeading {
                        color:#4fa600;
                        font-weight: normal;
                        font-size: 23px;
                        line-height: 15px;
                        padding-bottom: 10px;
                      
                    }

                    #main_content p {
                        color: black;
                        line-height: 15px;
                        text-align: justify; 
                        padding: 8px 0 0 0;                       
                    }
                    
                    #main_content p a {
                        color: #4fa600;                 
                    }
                    
                    #main_content ul {
                        padding: 3px 0 10px 0;
                    }
                    
                    #main_content li {
                        background:transparent url(../assets/bullet.gif) no-repeat scroll left top;
                        list-style-type:none;
                        padding-left:15px;                      
                    }

                    #main_content li a {
                        color: #4fa600;                 
                    }
                    

                    #main_content .sign-off {
                        color:#4fa600;
                        font-size:12px;
                        font-weight:bold;
                    }


#related_content {
    float: right;
    height: 378px;
    width: 170px;

}

/* >> type >> */    #related_content p {
                        padding: 43px 0 8px 0;
                        color: #4fa600;
                        font-family: Arial,Helvetica,sans-serif;
                        font-size: 11px;
                    }
                    
                    #related_content ul {
                        padding-bottom: 30px;
                    }
                    
                    #related_content ul li {
                        padding: 3px 0 0 0;
                        color: #4fa600;
                        font-family: Arial,Helvetica,sans-serif;
                        font-size: 11px;
                        border-bottom: solid 1px #d3e9bf;
                    }
                    
                    #related_content ul li a {
                        color: #4fa600;
                        text-decoration: none;
                    }
                    
                    #related_content .contact_methods {
                        padding: 5px 0 0 0;
                    }
                    

/* >> type >> GENERAL TYPOGRAPHY */ 

h1 {
    font-weight: normal;
    color: #4fa600;
    font-size: 24px !important;        
}

h2 {
    font-weight: bold;
    color: #007e3a;
    font-size: 17px !important;
    padding: 8px 0 0 0 !important;
}

.green {
    color: #4fa600
}

.green strong {
    font-weight: bold;
}

blockquote p {
    font-size: 10px;
    font-style: italic;
    color: #4FA600 !important;
}

/* >> form >> CONTACT FORM */ 

/* -------- for the contact form (taken and adapted from CWS2 - Warren Buckley) -------- */

#ctl00_ctl00_ContentPlaceHolderDefault_ContactForm_2_FormFields {
	background:transparent url(../assets/hr_white-grey.gif) repeat-x scroll left bottom;
	padding-bottom: 30px;
}

#ctl00_ctl00_ContentPlaceHolderDefault_ContactForm_2_ValidationSummaryText {
	color: red;
	font-family: Verdana, Geneva, Arial;
	font-weight: bold;
}

#ctl00_ctl00_ContentPlaceHolderDefault_ContactForm_2_ValidationSummaryText ul li {
	font-weight: normal;
}

fieldset {
	padding-left: 100px;
}

fieldset label {
	display:block;
	margin:10px 0 0;
}

fieldset legend {
	display:none;
}

fieldset label {
    font-size: 11px;
}

fieldset input {
	/* background-color:#252525; */
	border:1px solid #a5acb2;
	color:#4C4D4F;
	font-size:14px;
	height:17px;
	margin:0 0 3px;
	padding:2px;
	width:350px;
}

fieldset textarea {
	/* background-color:#252525; */
	border:1px solid #a5acb2;
	color:#4C4D4F;
	font-family:Arial,Verdana,Sans-Serif;
	font-size:14px;
	height:130px;
	margin:0 0 3px;
	padding:2px 2px 1px;
	width:350px;
}

.form .text {
	margin:0 10px 0 0;
	width:100%;
}

.form .fields {
	width:265px;
}

.hide {
	display:none;
}

button {
	margin-top: 5px;
}








/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
