﻿/* General */

/*Reset Common Tags*/

a,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,img
{
    margin:0px;
    padding:0px;
}

body 
{
    margin:0px auto;
    padding:0px;
    font-family:Verdana;
    font-size:10px;
}

img
{
    border:0px;
}

a
{
    color:#b0cc36;
    font-weight:bold;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

p
{
    margin:5px 5px 5px 0px;
}

h1
{
    font-size:12px;
    color:#b8c86a;
    margin:5px 0px 5px 0px;
}

h2
{
    font-size:14px;
    color:#231f20;
    margin:5px 0px 0px 0px;
}

h3
{
    font-size:14px;
    color:#231f20;
}

		/*---------------------layout--------------------*/
		
#container 
{
    width:960px;
    height:auto;
    margin:0 auto;
	background-color:#030000;
}

		/*---------------------header---------------------*/
		
#header
{
    width:960px;
    height:180px;
    background: URL(images/header.jpg);
    background-repeat:no-repeat;
}

        /*----------------------nav-----------------------*/
        
#nav
{
    float:left;
    width:935px;
    padding:115px 0px 0px 25px;
} 

.menu
{
    float:left;
    width:auto;
    margin-right:2px;
    height:35px;
}

.navMenus
{
	position:relative;
    padding:0px 0px 10px 10px;
    margin:0px;
	top: -2px;
	left: 0px;
	background-color:#ffffff;
	width:100px;
	height:70px;
	border-bottom:solid 4px #dfe9b3;
}

#navModules
{
    width:110px;
    float:left;
    height:35px;
}

#navModules ul
{
   margin:0 0 0 1px;
   padding:10px 0 10px 10px!important;
   list-style: none;
   width:91px;
}

#navModules li
{
    margin-bottom:3px;
}

        /*---------------------content--------------------*/
   
#content
{
    float:left;
    width:960px;
    padding:30px 0px 0px 0px;
    background-color:#030000;
    line-height:18px;
}

#content-left
{
    float:left;
    width:188px;
    height:500px; 
    padding:0px 15px 0px 0px;
    text-align:right;
}

#content-right
{
    float:right;
    width:715px;
    padding-left:35px;
    text-align:left;
    color:#fff;
}

#content-right-leftcol-home
{
    float:left;
    width:355px;
}

#content-right-rightcol-home
{
    float:left;
    width:247px;
    padding-left:53px;
}

#content-right-text
{
    float:left;
    width:640px;
    background-color:#fff;
    color:#231f20;
    padding:0px 0px 0px 20px;
}

#content-about-left
{
    float:left;
    width:415px;
}

#content-about-right
{
    float:right;
    width:220px;
    padding:50px 0px 0px 0px;
    text-align:right;
}

#content-modules-left
{
    float:left;
    width:400px;
}

#content-modules-right
{
    float:right;
    width:235px;
    padding:10px 0px 5px 0px;
    text-align:left;
}

#content-director-left
{
    float:left;
    width:325px;
    background:#b0cc36;
    margin-top:10px;
}

#content-director-left p
{
    padding-left:10px;
}

#content-director-right
{
    float:right;
    width:290px;
    padding:0px 15px 5px 0px;
    margin:0px 0px 0px 5px;
    text-align:left;
}

#sub-content
{
    float:left;
    width:620px;
    padding:10px;
    background-color:#b0cc36;
    margin:15px 0px 15px 0px;
}

.list
{
    list-style-type:inherit;
    padding-left:20px;
}

.modules
{
    line-height:14px;
    margin:20px 0px 20px 0px;
}

#module-number
{
    float:left;
    width:auto;
}

#back
{
    float:right;
    width:auto;
    padding-right:20px;
}

.number
{
    float:left;
    width:15px;
    margin:5px 10px 0px 0px;
}

.question
{
    margin:0px 5px 0px 0px;
}

#brochure
{
    position:absolute;
    top:170px;
    z-index:1;
    margin-left:388px;
}


        /*---------------------footer---------------------*/
        
#footer
{
    clear:both;
    width:960px;
    height:130px;
	background-color:#FFFFFF;
}
