/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
    margin: 0;
    padding: 0;
}

body {
    background: #FFFFFF url(../images/img01.png) repeat-x;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #7F7772;
}

h1, h2, h3 {
    margin-bottom: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #333333;
}

h1 {
    font-size: 197%;
}

h2 {
    font-size: 152%;
}

h3 {
    font-size: 100%;
    font-weight: bold;
}

p, ul, ol {
    margin-bottom: 15px;
    line-height: 1.6em;
}

ul, ol {
    margin-left: 2em;
}

blockquote {
    margin-left: 1em;
    padding-left: 1em;
    background: url(../images/img09.gif) repeat-y;
    font-style: italic;
}

a:link {
    color: #0AAAFD;
}

a:hover, a:active {
    text-decoration: none;
    color: #FF6700;
}

a:visited {
    color: #7F7772;
}

img {
    border: none;
}

img.left {
    float: left;
    margin: 0 20px 0 0;
}

img.right {
    float: right;
    margin: 0 0 0 20px;
}

/* Menu */

#menu {
    width: 1000px;
    height: 105px;
    margin: 0 auto;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    display: block;
    float: left;
    width: 122px;
    height: 65px;
    padding: 40px 0 0 0;
}

#menu a {
    display: block;
    width: 122px;
    height: 32px;
    padding: 13px 0 0 0;
    background: url(../images/img02.png) no-repeat;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}

#menu a:hover {
    background-image: url(../images/img03.png);
}

#menu .active {
    padding-top: 35px;
}

#menu .active a {
    height: 37px;
    padding-top: 16px;
    background-image: url(../images/img04.png);
    color: #000;
}

#menu .active a:hover {
    background-image: url(../images/img04.png);
}

/* Header */

#header {
    width: 90%;
    height: 160px;
    margin: 0 auto;
}

/* Logo */

#logo {
    float: left;
    width: 250px;
    height: 90px;
}

#logo h1, #logo h2 {
    text-align: center;
}

#logo h1 {
    padding-top: 90px;
    background: url(../images/img07.png) no-repeat center center;
    letter-spacing: 8px;
    font-size: 197%;
}

#logo h2 {
    letter-spacing: 2px;
    font-size: 85%;
}

#logo a {
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
}

/* Banner */

#banner {
    float: left;
    width: 520px;
    height: 160px;
    background: url(../images/img06.png) no-repeat;
}

#banner a {
    float: right;
    padding: 120px 20px 0 0;
    text-decoration: none;
    text-align: right;
    font-size: 136%;
    font-style: italic;
    color: #FFF;
}

/* Page */

#page {
    width: 96%;
    margin: 0px ;
    padding: 2% 0 0 2%;
}

/* Content */

#content {
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
}



/* Sidebar */

#sidebar {
    float: left;
    width: 240px;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li {
    margin-bottom: 15px;
}

#sidebar li ul {
    padding: 10px;
    border: 1px solid #0AAAFD;
    border-top: none;
}

#sidebar li li {
    margin: 0;
    padding: 3px 0;
    background: url(../images/img09.gif) repeat-x;
}

#sidebar li li.first {
    background: none;
}

#sidebar li h2 {
    height: 30px;
    margin: 0;
    padding: 10px 0 0 15px;
    background: url(../images/img10.png) no-repeat;
    letter-spacing: -1px;
    color: #327EBE;
}

#sidebar a:link {
    text-decoration: none;
}

#sidebar a:hover {
    text-decoration: underline;
}

#sidebar li a {
    padding-left: 10px;
    background: url(../images/img11.gif) no-repeat left center;
}

/* Footer */

#footer {
    clear: both;
    height: 50px;
    padding: 15px 0;
    background: #D1D1D1;
    border-top: 5px solid #999999;
    text-align: center;
}

#footer p {
    margin: 0;
    color: #999999;
}

#footer a {
    color: #999999;
}

#footer a:hover {
    color: #FFFFFF;
}ul#nav {	margin: 0;	padding: 0;	font: 15px Calibri ,"Trebuchet MS", Arial, Helvetica, sans-serif;	list-style-type: none;	width: 100%;}ul#nav a {	text-decoration: none;	line-height: 25px;}ul#nav a:hover, ul#nav a:focus {	color: #FF8001;}ul#nav a:link {	color: #7F7772;}#nav li {	display: inline-block;	margin: 0 5px;}#nav li#selected {	color: #FF8001;}