@charset "utf-8";

/* DEFAULT ELEMENTS                                                  */
/*********************************************************************/

* {
	border:0;
	margin:0;
	outline:0;
	padding:0;
}

body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background-color:#f6ecd7;
	background-image:url(../img/bg_pattern_01.jpg);
	background-position:top center;
	background-repeat:repeat;
	/*background-image:url(../img/test.jpg);
	background-position:top center;
	background-repeat:no-repeat;*/
}

p {
	display:inline;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	line-height:21px;
	color:#000000;
}

a {
	display:inline;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}

input, textarea, select {
	height:18px;
	border:1px dashed #000000;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#7ea82a;
	overflow:auto;
	padding:0px 1px 0px 1px;
	width:258px;
}

textarea {
	height:auto;
}

select {
	height:20px;
	margin:1px 0px -1px 0px;
	width:262px;
}

.clear {
	clear:both;
}

/* TEXT ELEMENTS                                                     */
/*********************************************************************/

.accordion_headline {
	display:block;
	width:844px;
}

.attention_box {
	background-color:#f6fce5;
	border:1px solid #7ea82a;
	color:#7ea82a;
	padding:10px 10px 10px 10px;
}

.line {
	background-image:url(../img/line_pattern.png);
	background-repeat:repeat-x;
	display:block;
	height:3px;
}

.highlight {
	color:#7ea82a;
}

.member_list {
	background-image:url(../img/member_list_bg.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	font-weight:normal;
	height:27px;
	margin:0px 0px 7px 0px;
	overflow:hidden;
	padding:6px 9px 0px 9px;
	text-decoration:none;
	width:824px;
}

.member_list:hover {
	color:#FFFFFF;
}

.pipe {
	float:left;
	margin:-1px 0px -1px 0px;
}

.plus {
	background-image:url(../img/plus.png);
	background-repeat:no-repeat;
	display:block;
	height:33px;
	width:34px;
}

.plusminus {
	background-image:url(../img/switch_plusminus.png);
	background-position:0px -14px;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:14px;
	margin:5px 6px 0px 0px;
	width:15px;
}

.quote_text {
	font-style:italic;
}

.quote_author {
	color:#a0a0a0;
	font-size:12px;
	font-style:italic;
}

.quote_left {
	background-image:url(../img/quote_top.jpg);
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin:-5px 10px 0px 0px;
	height:22px;
	width:26px;
}

.quote_right {
	background-image:url(../img/quote_bottom.jpg);
	background-repeat:no-repeat;
	display:block;
	float:right;
	margin:-17px 10px 0px 0px;
	height:25px;
	width:29px;
}

/* BASIC WRAPS                                                       */
/*********************************************************************/

.content_wrap {
	position:absolute;
	width:904px;
	left:50%;
	margin:0px 0px 0px -452px;
	z-index:10;
}

/* TOP NAVIGATION                                                    */
/*********************************************************************/

.topnav_wrap {
	width:904px;
	height:62px;
}

.topnav_logo {
	position:absolute;
	background-image:url(../img/topnav_logo.png);
	background-repeat:no-repeat;
	width:138px;
	height:41px;
	margin:0px 0px 0px 2px;
}

.topnav_content {
	margin:20px 0px 0px 231px;
	position:absolute;
	width:672px;
}

.topnav_content p {
	float:right;
}

.topnav_content a {
	float:left;
	margin:0px 0px 0px 14px;
}

.topnav_line {
	position:absolute;
	background-image:url(../img/topnav_underline.png);
	background-repeat:no-repeat;
	width:899px;
	height:20px;
	margin:31px 0px 0px 3px;
}

/* META NAVIGATION                                                   */
/*********************************************************************/

.metanav_wrap {
	height:40px;
	margin-left:10px;
	width:904px;
}

.metanav_content {
	background-image:url(../img/metanav_bg_pattern.png);
	background-position:left top;
	background-repeat:repeat-x;
	float:right;
	height:41px;
	margin:0px 0px 0px 0px;
}

.metanav_content a {
	margin:10px 0px 0px 0px;
	float:left;
}

.metanav_content img {
	margin:8px 0px 0px 0px;
	float:left;
}

.metanav_content_left {
	background-image:url(../img/metanav_bg_left.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:41px;
	margin:0px 0px 0px -26px;
	width:134px;
}

.metanav_content_right {
	background-image:url(../img/metanav_bg_right.png);
	background-position:left top;
	background-repeat:no-repeat;
	float:right;
	height:41px;
	margin:0px 0px 0px -40px;
	width:60px;
}

/* FOOTER NAVIGATION                                                 */
/*********************************************************************/

.box_wrap.footernav_wrap {
	margin-bottom:30px;
}

.footernav_logo {
	display:block;
	float:left;
	width:54px;
	height:17px;
	margin:2px 0px -2px 0px;
	background-image:url(../img/footernav_logo.png);
	background-repeat:no-repeat;
}

.footernav_left {
	float:left;
	margin:0px 0px 0px 10px;
}

.footernav_right {
	float:right;
	text-align:right;
}

.footernav_wrap p, .footernav_wrap a {
	color:#a0a0a0;
	font-size:14px;
	font-weight:normal;
}

.footernav_wrap a:hover {
	color:#000000;
}

/* PROFILE SUBNAVIGATION                                             */
/*********************************************************************/

.profilenav_content {
	float:right;
	margin:5px -4px -5px -4px;
	width:672px;
}

.profilenav_content p {
	float:right;
}

.profilenav_content a {
	float:left;
	margin:0px 0px 0px 22px;
}

/* BOX ELEMENTS                                                      */
/*********************************************************************/

.box_wrap {
	width:904px;
	margin:0px 0px 6px 0px;
}

.box_top {
	width:904px;
	height:6px;
	background-image:url(../img/box_border_top.png);
	background-repeat:no-repeat;
}

.box_bottom {
	width:904px;
	height:6px;
	background-image:url(../img/box_border_bottom.png);
	background-repeat:no-repeat;
}

.box_content {
	width:844px;
	background-image:url(../img/box_border_pattern.png);
	background-repeat:repeat-y;
	padding:21px 30px 21px 30px;
}

.box_content_left {
	float:left;
	width:402px;
}

.box_content_right {
	float:right;
	width:402px;
}

.box_small_wrap {
	float:left;
	margin:0px 5px 6px 0px;
	width:297px;
}

.box_small_top {
	width:297px;
	height:6px;
	background-image:url(../img/box_small_border_top.png);
	background-repeat:no-repeat;
}

.box_small_bottom {
	width:297px;
	height:6px;
	background-image:url(../img/box_small_border_bottom.png);
	background-repeat:no-repeat;
}

.box_small_content {
	width:237px;
	background-image:url(../img/box_small_border_pattern.png);
	background-repeat:repeat-y;
	padding:21px 30px 21px 30px;
}

.slidebox_wrap {
	height:367px;
	width:904px;
}

.slidebox_content {
	margin:51px 30px 21px 32px;
	overflow:hidden;
	position:absolute;
	width:844px;
}

.slidebox_content_box_wrap {
	width:3456px;
}

.slidebox_content_box {
	float:left;
	margin-right:20px;
	width:844px;
}

.slidebox_background {
	background-image:url(../img/slidebox_bg.png);
	background-repeat:no-repeat;
	height:375px;
	margin:-7px 100px 7px -100px;
	position:absolute;
	width:1100px;
}

.slidebox_arrow_left {
	background-image:url(../img/slidebox_button_left.png);
	background-repeat:no-repeat;
	background-position:20px 0px;
	display:none;
	height:57px;
	margin:142px 0px 0px -65px;
	position:absolute;
	width:77px;
}

.slidebox_arrow_right {
	background-image:url(../img/slidebox_button_right.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	display:none;
	height:57px;
	margin:142px 0px 0px 893px;
	position:absolute;
	width:77px;
}