body {
	font-family: Arial;
	font-size: 12px;
	background-color: #fff;
	color: #7D7E80;
	margin: 0;
	padding: 0;
}

p {
	margin: 10px 0;
}

h1 {
    font-size: 1.3em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.1em;
}

a {
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
	
#wrapper {
	width: 980px;
	background: none;
	margin: 0 auto;
}
	
#header {
	padding: 10px;
	margin: 0;
	height: 70px;
}

#search {
    float: right;
    right: 0;
    top: 0;
    width: 240px;
    height: 47px;
    margin: -10px 0 0 10px;
    padding: 0;
    background: url(../Images/bg_search.jpg) no-repeat;
}

    #search #searchform #searchtext {
        width: 140px;
        padding: 0;
        margin: 10px 10px 0 10px;
        float: left;
    }
    
    #search #searchform #searchbutton {
        margin: 10px 0;
        padding: 0;
        width: 55px;
        height: 22px;
        border: none;
        background: url(../Images/btn_search.png);
        cursor: pointer;
    }

#topmenu {
    float: right;
}

    #topmenu a {
        color: #7D7E80;
        margin: 0;
        padding: 10px;
        text-decoration: none;
        border-left: 1px solid #CBCBCD;
        
    }
    
    #topmenu a.last {
        border-right: 1px solid #CBCBCD;
    }
    
    #topmenu a:hover {
        text-decoration: underline;
    }

#homepage {

}

    #homepage #homebanner {
        position: absolute;
        overflow: hidden;
        width: 908px;
    }
    
    #homepage #homebanner img {
        display: none;
        width: 980px;
        height: 340px;
    }

#banner {
    width: 980px;
    height: 120px;
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 0;
}

#banner img {
    width: 980px;
    height: 120px;
}

#content {
    width: 100%;
    min-height: 200px;
}

#leftcolumn {
    float: left;
    width: 700px;
    min-height: 200px;
    clear: left;
    margin-bottom: 10px;
    color: #000;
}

body.pink #leftcolumn h1 {
    color: #ED3897;
}

body.pink #leftcolumn a {
    color: #ED3897;
}

body.purple #leftcolumn h1 {
    color: #92278F;
}

body.purple #leftcolumn a {
    color: #92278F;
}

body.green #leftcolumn h1 {
    color: #B3D236;
}

body.green #leftcolumn a {
    color: #B3D236;
}

body.blue #leftcolumn h1 {
    color: #6CCFF6;
}

body.blue #leftcolumn a {
    color: #6CCFF6;
}

body.orange #leftcolumn h1 {
    color: #FF7E00;
}

body.orange #leftcolumn a {
    color: #FF7E00;
    text-decoration: none;
}

body #leftcolumn a:hover {
    text-decoration: underline;
}

#tags {
    margin: 20px 0 0 0;
    border-top: 1px solid #CBCBCD;
    border-bottom: 1px solid #CBCBCD;
}

#rightcolumn {
    float: right;
    width: 250px;
    min-height: 200px;
    border-left: 1px solid #CBCBCD;
    clear: right;
    margin-bottom: 10px;
}

#navigation {
    min-height: 50px;
    border-bottom: 1px solid #CBCBCD;
    margin: 5px 0 0 10px;
    padding: 0 0 10px 0;
}

#navigation ul {
    margin: 0 0 0 15px;
    padding: 0;
}

#navigation ul li {
    list-style-type: none;
    margin: 0 0 0 -15px;
    padding: 0 5px;
    /*color: #fff;*/
    line-height: 20px;
}

#navigation ul.pink a {
    color: #ED3897;
}

#navigation ul li.pink {
    background: url(../Images/menu_box_pink.png) no-repeat;
}

#navigation ul li.pink a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#navigation ul.purple a {
    color: #92278F;
}

#navigation ul li.purple {
    margin-top: 10px;
    background: url(../Images/menu_box_purple.png) no-repeat;
    font-weight: bold;
}

#navigation ul li.purple a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#navigation ul.green a {
    color: #B3D236;
}

#navigation ul li.green {
    margin-top: 10px;
    background: url(../Images/menu_box_green.png) no-repeat;
    font-weight: bold;
}

#navigation ul li.green a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#navigation ul.blue a {
    color: #6CCFF6;
}

#navigation ul li.blue {
    margin-top: 10px;
    background: url(../Images/menu_box_blue.png) no-repeat;
    font-weight: bold;
}

#navigation ul li.blue a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#relateditems {
    min-height: 50px;
    border-bottom: 1px solid #CBCBCD;
    margin: 5px 0 0 10px;
    padding: 0 0 10px 0;
}

    #relateditems h2 {
        font-weight: normal;
        font-size: 1.4em;
    }
    
    #relateditems a {
        color: #7D7E80;
        display: block;
        margin: 10px 0;
        padding: 0;
        font-weight: bold;
        text-decoration: none;
    }

#headlines {
    min-height: 50px;
    border-bottom: 1px solid #CBCBCD;
    margin: 5px 0 0 10px;
    padding: 0 0 10px 0;
}
				
    #headlines h2 {
        font-weight: normal;
        font-size: 1.4em;
    }
    
    #headlines a {
        color: #7D7E80;
        display: block;
        margin: 10px 0;
        padding: 0;
        font-weight: bold;
        text-decoration: none;
    }
    
    #headlines a.overview {
        font-weight: normal;
        text-decoration: underline;
    }
				
#advert {
    min-height: 50px;
    margin: 5px 0 0 10px;
    padding: 0 0 10px 0;
}

    #advert h2 {
        font-weight: normal;
        font-size: 1em;
        text-align: center;
    }
    
#separator {
    margin: 0;
    padding: 0;
    width: 980px;
    height: 10px;
    clear: both;
}

body.pink #separator {
    background-color: #ED3897;
}

body.purple #separator {
    background-color: #92278F;
}

body.green #separator {
    background-color: #B3D236;
}

body.blue #separator {
    background-color: #6CCFF6;
}

body.orange #separator {
    background-color: #FF7E00;
}

body.home #separator {
    background: url(../Images/separator_home.jpg);
}

#leftfooter {
    margin: 0;
    padding: 10px;
    float: left;
}

#rightfooter {
    margin: 0;
    padding: 10px;
    float: right;
}

    #rightfooter a {
        color: #7D7E80;
        margin: 0;
        padding: 0 5px;
        text-decoration: none;
        border-right: 1px solid #CBCBCD;
        
    }
    
    #rightfooter a.last {
        border-right: none;
    }
    
    #rightfooter a:hover {
        text-decoration: underline;
    }
    
#homecontent {
    min-height: 150px
}

    #exam {
        margin: 10px 0 0 16px;
        width: 230px;
        height: 128px;
        background: url(../Images/home_box_full_pink.png);
        float: left;
        color: #fff;
    }
    
        #exam h2 {
            margin: 10px;
            font-size: 14px;
            
        }
        
        #exam p {
            margin: 10px;
        }
        
        #exam a {
            color: #fff;
        }
        
    #home-advert {
        margin: 10px 16px 0 0;
        float: right;
        width: 230px;
        height: 128px;
    }

    #homeheadlines {
        margin: 10px 0 0 20px;
        float: left;
        padding: 0;
    }
    
        #homeheadlines h2 {
            font-size: 14px;
        }
        
        #homeheadlines a {
            color: #7D7E80;
            text-decoration: none;
        }
        
        #homeheadlines a:hover {
            text-decoration: underline;
        }

/* Homepage specific */

#container {
	
	width: 980px;
	height: 340px;
	margin: auto;
}

	#wrap {
		clear: both;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
    
		#contentHome{
			margin: 0px 0px 0px 5px;
			padding: 0px 15px 0px 0px;
			width: 800px;
			float: right;
			height:	100%;
			position: relative;
		}
		
#main_menu {
	float: right;
	margin-top: 170px;
	position: relative;
}

#main_menu ul li{
	display: block;
	float: right;
	width: 180px;
	height:	32px;
	padding: 10px;
	margin-left: 10px;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #000;
	border-top: 1px solid #6fb31b;
	cursor: pointer;
}

#main_menu #a_item1,
#main_menu #a_item2,
#main_menu #a_item3,
#main_menu #a_item4 {
	 display: block;
	 position: absolute;
	 width: 209px;
	 height: 43px;
	 z-index: 999;
	 cursor: pointer !important;
	 background: green;
	 color: white;
	 text-decoration: none;
	 font-weight: bold;
	 font-size: 14px;
	 padding: 10px;
}

#main_menu #a_item1 {	
	 right:	0px;
	 background: url(../Images/home_box_top_blue.png) right top no-repeat;
}

#main_menu #a_item2 {
	 right: 240px;
	 background: url(../Images/home_box_top_green.png) right top no-repeat;
}

#main_menu #a_item3 {
	 right:	480px;
	 background: url(../Images/home_box_top_purple.png) right top no-repeat;
}

#main_menu #a_item4 {
	 right:	720px;
	 background: url(../Images/home_box_top_pink.png) right top no-repeat;
}

#menu_content_container {
	right: 0px;
	top: 232px;
	position: absolute;
	width: 950px;
	height: 88px;
}

#menu_content_1,
#menu_content_2,
#menu_content_3,
#menu_content_4 {
    line-height: 18px;
	background: #559901;
	width: 210px;
	height: 74px;
	padding: 10px;
	font-size: 10px;  
	color: #000;
	float: right;
	display: none;
	margin: 0px;
	position: relative;
	background: url(../Images/home_box_content.png) right top no-repeat;
	z-index: 999;
}

#menu_content_1 ul,
#menu_content_2 ul,
#menu_content_3 ul,
#menu_content_4 ul {
	padding: 0 0 0 15px;
	margin: 0;
}

#menu_content_1 {
	position: absolute;
	right: 15px;
	bottom: 0px;
	color: #5ABBE0;
}

#menu_content_2 {
	position: absolute;
	right: 255px;
	bottom: 0px;
	color: #A7C62C;
}

#menu_content_3 {
	position: absolute;
	right: 495px;
	bottom: 0px;
	color: #92278F;
}

#menu_content_4 {
	position: absolute;
	right: 735px;
	bottom: 0px;
	color: #EE3897;
}
