@charset "utf-8";

@import "reset.css";
@import "text.css";

/* SES 2009

-- COLOURS 
BODY TEXT:#808080
MAIN HEADINGS:#222222
SES BLUE: #00718f
SES OLD BLUE: #6caedf
SES ORANGE: #ce661a
SES YGREY: #cbb777

*/

.clearfix{width:100%; height:0px; clear:both; line-height:0px; font-size:0px; display:invisible}

/* STRUCTURE */


body {
background:#666354 url('../images/bg_olive.jpg') repeat-x;
color:#808080;
}
body p {
font-size: 12px;
}
#wrapper {
width:100%;
}
#container {
width:960px;
margin:0 auto;
}
#content {
background:#fff;
height:100%;
}
#container .content-home {
background:#fff url('../images/grey_gradient.png') left bottom repeat-x;
}
#logo {
background:#231f20 url('../images/header.png') no-repeat;
display:block;
width:960px;
height:113px;
}
#header ul {
list-style:none;
background:url('../images/topnav.png') left top repeat-x;
height:43px;
}
#header ul li {
margin:0px;
float:left;
}
#header .first a {
margin-left:18px;
}
#header ul li a {
float:left;
display:block;
padding:13px 10px;
color:#c3b7b1;
font-size:11px;
height:17px;
text-decoration:none;
border-left:1px solid transparent;
border-right:1px solid transparent;
background:#2e2b2b url('../images/topnav.png') left top repeat-x;
}
#header ul li a:hover {
background:#2e2b2b url('../images/topnav.png') left bottom repeat-x;
}
#header {
height:156px;
}
#header .selected a {
background:#2e2b2b url('../images/topnav.png') left bottom repeat-x;
border-right:1px solid #a09f9f;
border-left:1px solid #a09f9f;
color:#fff;
}
#home-left {
float:left;
width:772px;
padding-top:2px;
}
#home-left h1 {
margin-bottom:0px;
padding-bottom:0px;
font-size:18px;
color:#6e6e6e;
}
#home-left h2 {
color:#00718f;
font-size:25px;
text-transform:uppercase;
}
#home-left h2,#home-left h1,#home-left h2 {
padding-left:20px;
}
#home-right {
float:left;
background:url(../images/ses1.jpg);
width:188px;
height:378px;
}
.home-textblock {
float:left;
width:220px;
padding-left:20px;
padding-right:10px;
}
.home-textblock p {
color:#6e6e6e;
font-size:18px;
margin:0 0 14px 0;
}
.home-textblock p+p {
color:#808080;
font-size:12px;
line-height:20px;
}
#footer {
background:#292727 url('../images/footer.png') no-repeat;
padding:10px;
}
#footer ul {
margin:0px;
list-style:none;
}
#footer ul li {
padding:0;
margin:0px;
float:left;
}
#footer ul li a{
float:left;
padding:0 5px 0 5px;
color:#919191;
text-decoration:none;
border-right:1px solid #919191;
display:block;
font-size:11px;
}
#footer .reg {
clear:both;
color:#525252;
font-size:11px;
padding-left:5px;
padding-top:5px;
}

