
/***** HTML ELEMENTS *****/

body {
	background: #F6F6F6;
	color:#124f65;  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input, textarea {
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	padding: 2px 5px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
h1, #sidebar h3 {
	border-bottom: 1px solid #F2F2F2;
	color:#124f65;
	letter-spacing: -0.035em;
	margin-bottom: 20px;
	padding-bottom: 9px;
}
h1 {
	font-size: 28px;
	font-weight: normal;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
p, ul, ol {
	line-height: 170%;
	margin-bottom: 1.5em;
}
ul, ol {
	margin-left: 3em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
blockquote {
	margin-left: 3em;
	margin-right: 3em;
}
a {
	color:#008FBB;
}
a:hover, a.menuactive {
	color: #F28A05;
	text-decoration: none;
}
a img {
	border: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}


/***** LAYOUT *****/

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url('/images/wrapper.jpg') repeat-y;
}
#header {
	background: url('/images/header.jpg') no-repeat;
	height: 120px;
	margin-left: 42px;
	width: 876px;
}
#header span.site {
	color: #009ECD;
	font-size: 5px;
}
#header img.logo {
	float: left;
	margin: 44px 0 0 20px;
}
ul#menu {
	float: right;
   	margin: 80px 0 0 0;
   	padding-right: 26px;
}
ul#menu li {
	display: inline;
}
img.feature {
	margin: 10px 0 0 76px;
	width: 810px;
}
#content {
	float: left;
	padding: 48px 0 0 76px;
	width: 555px;
}
#footer {
	clear: both;
	margin: 0 50px;
	padding: 25px 25px 5px 25px;
}
#closure {
	height: 40px;
}


/***** STYLE *****/

#content img {
	float: left;
	margin: 0 20px 0 0;
}


/* Menu */

a.button,
li.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #124F65;
    display: block;
    float: left;
    font: normal 14px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button span,
li.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #008FBB;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
li.current-page,
a.menu-active {
	color: #008FBB;
}

/* Home Page */

.home {
	background: #F2F2F2;
	float: left;
	margin-bottom: 30px;
	width: 270px;
}
.home.first {
	margin-right: 15px;
}
.home h2, .home p {
	padding: 7px;
}
#content .home h2 {
	font-size: 16px;
	margin-bottom: 0;
}
.home p {
	line-height: 160%;
	margin-bottom: 0;
}
.home a {
	color: #f28a05;
	font-weight: bold;
	text-decoration: none;
}
.home a:hover {
	color: #008FBB;
	text-decoration: underline;
}
#content .home img {
	margin: 0 0 0 5px;
}


/* Sidebar */

#sidebar {
	float: right;
	padding: 60px 76px 0 0;
	width: 186px;
}
#sidebar ul {
	list-style-type: none;
	margin-left: 0;
}

/* Footer */

#footer {
	background: #F2F2F2 url('/images/footer.gif') repeat-x;
}
ul.footer-menu {
	text-align: center;
}
ul.footer-menu li {
	display: inline;
	border-right: 1px solid #124F65;
	padding: 0 5px 0 5px;
}
ul.footer-menu li.last {
	border: none;
}
#closure {
	background: url('/images/closure.jpg') no-repeat;
}
