/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF; /* url(../images/homepage01.jpg) repeat-x left top;*/
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 { margin: 0px; }

h1, h2 {
	font-weight: normal;
}

h1 {
	margin-bottom: 30px;
	padding-bottom: 5px;
	background: url(../images/homepage11.gif) repeat-x left bottom;
	font-size: 1.625em;
	color: #C45E54;
}

h2 {
	margin-bottom: 10px;
	font-size: 1.25em;
	color: #000000;
}

#content h2.entry-title  {
	margin-bottom: 30px;
	padding-bottom: 5px;
	background: url(../images/homepage11.gif) repeat-x left bottom;
	font-size: 1.625em;
	color: #C45E54;
}

h2 span { color: #C45E54; }

h3, .text1 {
	margin-bottom: 5px;
	text-transform: none;
	font-size: 1em;
	font-weight: bold;
	color: #3D494B;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.6875em;
	color: #4E4E4E;
}

input {
	color: #4e1111;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 150%;
}

/** LINKS */

a { color: #C45E54; }

a:hover { text-decoration: none; }

/** STYLES */

.style1 { }

.style1 a { }

.style1 a:hover { }

/** BACKGROUNDS */

.bg1 { }

/** MISC */

.align-justify { text-align: justify; }

.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 { height: 1px; }

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

input, textarea {
	font: bold 0.6875em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #722;
}

form ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

form .textbox {
	width: 154px;
	height: 20px;
	margin: 0px 0px 5px 0px;
	padding: 3px 5px 0px 5px;
	border: none;
	background: url(../images/subpage1_01.gif) no-repeat left top;
}

#sidebar form .button {
	width: 55px;
	height: 18px;
	background: url(../images/subpage1_02.gif) no-repeat left top;
	border: none;
	text-transform: lowercase;
}

/** HEADER */

#header h2 {
	font-size: 1em;
	font-weight: normal;
	color: #6D6D6D;
}

#header h2 span { color: #C2C2C2; }

.skip-link.screen-reader-text {
	display: none;
}

/** MENU */

#menu a {
	float: left;
	width: 126px;
	height: 28px;
	padding: 8px 0px 0px 0px;
	background: url(../images/homepage03.jpg) no-repeat left top;
	text-align: center;
	text-decoration: none;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu li { 
    position: relative;
}

#menu a:hover, #menu li.current_page_item a { background: url(../images/homepage04.jpg) no-repeat left top; }

#menu li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
}

#menu ul li > ul {
    top: auto;
    left: auto;
}

#menu ul li:hover ul {
    display: block;
    top: 100%;
    padding: 0;
    left: 0;
    width: 126px;
}

#menu ul li.over ul {
    display: block;
    top: 100%;
    left: 0;
    width: 126px;
}

#menu ul li:hover ul li, #menu ul li.over ul li {
	background: url(../images/homepage03.jpg) no-repeat left top;
	padding: 0;
	height: 36px;
}

#menu ul li:hover ul li a, #menu ul li.over ul li a {
	width: 126px;
	height: 36px;
	padding: 0;
	background: url(../images/homepage03.jpg) no-repeat left top;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu ul li:hover ul a, #menu ul li.over ul a {
    display: block; 
    text-align:center;
    position:relative;
    width:126px;
    height: 36px;
    line-height: 36px;
    text-decoration:none;
    margin:0;
    padding:0;
}

#menu ul li:hover ul a:hover, #menu ul li.over ul a:hover {
    background: url(../images/homepage04.jpg) no-repeat left top; 
}



    
/** LOGIN */

#login {
	margin: 0px 0px 10px 0px;
	padding: 18px 18px 0px 18px;
	background: #E6E6E6 url(../images/homepage06.gif) no-repeat left top;
}

#login .bgbtm {
}

#login-submit {
	margin-top: 5px;
}

#login a {
	padding-top: 6px;
}

/** SEARCH */

#search {
	margin: 0px 0px 10px 0px;
	padding: 18px 18px 0px 18px;
	background: #E6E6E6 url(../images/homepage08.gif) no-repeat left top;
}

#search .bgbtm {
	margin: 0px -18px;
	background: url(../images/homepage09.gif) no-repeat left bottom;
}

#search-submit {
	margin-top: 5px;
}

#search a {
	padding-top: 6px;
}

/** FOOTER */

#footer {
	height: 113px;
	background: #505050 url(../images/homepage15.gif) repeat-x left top;
}

#footer p {
	margin: 0px;
	padding-top: 30px;
	text-align: center;
	color: #717171;
}

#login p.small {
	text-align: center;
	padding-top: 1em;
	font-size: .6em;
	color: #777;
}