/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(/images/homepage01.gif) repeat left top;
}
html {
	overflow-y: scroll;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

label {
	font-weight: bold;
	color: #656565;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #656565;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

h2 {
	margin-bottom: 20px;
	font-size: 14px;
}

h3 {
	font-size: 11px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 18px;
}

strong {
	color: #656565;
}

.text1 {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
}

.text2 {
	color: #6C3328;
}

.text2-link {
	color: #6C3328;
	font-size: 14px;
}

.text3 {
	text-align: center;
	color: #FFFFFF;
}

#logos {
	width: 178px;
}
#logos ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#logos li {
	padding-bottom: 10px;
	list-style: none;
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	margin: 0px 0px 1px 0px;
	padding: 4px 10px;
	background: url(/images/homepage15.gif) repeat left top;
}

.list1 li.light {
	background: url(/images/homepage16.gif) repeat left top;
}

.list1 a {
	font-size: 10px;
	color: #dd0000;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list2 li {
	padding: 5px 0px;
	background: url(/images/homepage11.gif) repeat-x left top;
}

.list2 li.first {
	padding-top: 0px;
	background: none;
}

.list3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}


/** LINKS */

a {
	color: #6F2D22;
}

a:hover {
	text-decoration: none;
	color: #dd0000;
}

.link1 {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #4B4B4B;
}

a.blink {}
a.blink:link    {color: #FFFFFF; text-decoration: underline; background-color:transparent}
a.blink:active  {color: #FFFFFF; text-decoration: underline; background-color:transparent}
a.blink:visited {color: #FFFFFF; text-decoration: underline; background-color:transparent}
a.blink:hover   {color: #FFFFFF; text-decoration: none; background-color:transparent}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}


/** BACKGROUNDS */

.bg1 { background: url(/images/homepage02.gif) repeat-x left top; }
.bg2 { background: url(/images/rotation/1.jpg) no-repeat left top; }
.bg3 { background: #FFFFFF url(/images/subpage2_01.gif) no-repeat left bottom; }
.bg4 { background: url(/images/homepage06.jpg) no-repeat left top; }
.bg5 { background: url(/images/homepage14.jpg) no-repeat left top; }
.bg6 { background: url(/images/subpage2_02.jpg) no-repeat left top; }
.bg7 { background: url(/images/subpage2_04.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 10px;
	margin-bottom: 15px;
	background: url(/images/homepage11.gif) repeat-x left bottom;
}

/** JUMPMENU */

#jumpmenu {
	margin: 25px 33px 0 30px;
	padding-bottom: 16px;
	background: url(/images/subpage1_02.gif) repeat-x left bottom;
}

#jumpmenu label {
	display: block;
}

#jumpmenu1 {
	width: 100%;
	border-top: 1px solid #E2E2E2;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

/** SEARCH */

#search {
	padding: 15px 33px 50px 30px;
}

#search label {
	display: block;
}

#input1, #submit1 {
	float: left;
}

#input1 {
	width: 195px;
	margin-right: 10px;
	padding: 3px 0px;
	border-top: 1px solid #656565;
	border-left: 1px solid #656565;
	border-bottom: 1px solid #656565;
	border-right: 1px solid #656565;
}

#submit1 {
	margin-top: 5px;
}

/** Accordion */
.accordion {
	width: 480px;
}

.accordion ul {
	display: none;
	}

.accordion h3 {
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	color: #6C3328;
}
.accordion h3:hover {
	color: #d00;
	text-decoration: underline;
}
.accordion h3.active {
/*	background-position: right 5px;
*/}

/** Accordion Nav */
.accordion-nav {
	width: 244px;
}
.accordion-nav h3 {
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	color: #6C3328;
}
.accordion-nav h3:hover {
	color: #d00;;
	text-decoration: underline;
}
.accordion-nav h3.active {
/*	background-position: right 5px;
*/}

/* Navigation Menu */
.navigation_menu {
	width: 240px;
	padding: 0;
}
.navigation_menu .spacing {
	background: url(../images/bullet.gif) no-repeat 2px 6px;
	padding: 0 0 0 12px;
	display: block;
	margin: 5px 0 0 10px;
}

.navigation_menu .closed {
	margin: 5px 0;
}

.navigation_menu a {
	text-decoration: underline;
	color:  #6C3328;
}
.navigation_menu a:hover {
	color: #d00;
	text-decoration: none;
}
.navigation_menu a.left {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding: 5px 0;
	outline: none;
}
.navigation_menu a.left:hover {
	color: #000;
	text-decoration: underline;
}

p#recent-tweet { margin: 10px 0 5px 0;}

p#recent-tweet span { font-size: 12px;}

