html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*END OF RESET*/

body{

	font-family:Tahoma,Geneva,Kalimati,sans-serif;
	background:#560108 url(../img/body_bg.jpg) top center no-repeat;
	font-size:10px;
}

.body-home{

}

#container{
	width:922px;
	padding:0 12px;
	margin:0 auto;
	/*
	 background:url(../img/inside_bg.png) top left repeat-y;
	 */
	position:relative;
}

#header{
	width:922px;
	height:35px;
}


#main_menu{
    /*width:100%;*/
    background:url(../img/main_menu_bg.gif) bottom center no-repeat;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:100%;
    font-weight:bold;
    margin:0;
    padding:0;
    text-align:left;
    height:35px;
    line-height:35px;
}
#main_menu_wrapper{
    width:755px;
    overflow:hidden;
    float:left;
}
#main_menu li{
    float:left;
    padding:0px;
    /*height:51px;*/
    line-height:35px;
    letter-spacing:1px;
    margin:0;
}
#main_menu li a{
    /*background:url(../img/arrow01.png) 100% 6px no-repeat;*/
    text-decoration:none;
    color:#c2b099;
    font-weight:bold;

    line-height:35px;
    margin:0;
    height:10px;
    padding:0 5px;
    padding-right:15px;
    font-size:1.3em;
}
#main_menu li a.with-ul{
    background:url(../img/arrow01.png) 100% 6px no-repeat;
}
#main_menu li.last{

}
#main_menu li a.with-ul:hover{
    background:url(../img/arrow01.png) right center no-repeat;
}
#main_menu li a:hover{
    color:#b88b52;
}
#main_menu li.current a{
    color:#ffffff;
}
#main_menu ul.sub_menu_items {
    position:absolute;
    background:#560108 url(../img/body_bg.jpg) center center no-repeat;
    padding:5px;
    border:2px solid #560108;
    z-index:100;
    width:auto;
    overflow:hidden;
    top:-3000px;
}
#main_menu li:hover ul.sub_menu_items {
    top:30px;

}
#main_menu ul.sub_menu_items li {
    float:none;
    display:block;
    overflow:visible;
}
#main_menu ul.sub_menu_items li a{
    font-size:90%;
    color:#c2b099;
    line-height:25px;
    height:25px;
    display:block;
    padding-left:10px;
}
#main_menu ul.sub_menu_items li a:hover{
    /* 
    border-left:5px solid #5F0308;
    padding-left:5px;
    background:#5F0308;
    */
    background:#360108;
    color:#ffffff;
}
#main_menu ul.sub_menu_items ul{
    background:#5F0308;
    font-size:100%;
  
    /*
    position:absolute;
    display:none;
    width:auto;
    width:160%;
    */
    margin-left:20px;
}
#main_menu ul.sub_menu_items ul li{
    font-size:100%;
}
#main_menu ul.sub_menu_items ul li a{
    font-size:90%;
    color:#eeffff;
}
#main_menu ul.sub_menu_items ul li a:hover {
    /*border-left:5px solid #360108;*/
    background:#360108;
    color:#c2b099;
}

#body-inside #under-menu{
	background:#ffffff url(../img/header_bg.jpg) top left no-repeat;
	width:922px;
	height:123px;
	margin-bottom:15px;
	display:block;
}

#body-inside #content_columns{

}
#body-inside #content_left_column{
	float:left;
	width:666px;
	margin-bottom:0;
}
#body-inside #content_right_column{
	float:left;
	width:240px;
	margin-left:15px;
}
#footer{
	width:922px;
	padding:0;
	margin:0 auto;
	margin-bottom:20px;
}
#body-inside #footer {
    margin-top:20px;
}
#footer_text{
	padding:0px;
	margin-top:15px;
	font-size:1.1em;
	color:#76663e;
	text-align:center;
}
#footer_text a{
	color:#76663e;
	text-decoration:none;
}



/*Editor Styles*/
#content {
	background:#070603;
	padding:13px 12px;
	min-height:250px;
	color:#76663e;
}
#body-inside #content_block {
	background:url(../img/content_block_bg.jpg) top left no-repeat;
	padding:40px 60px;
	min-height:610px;
	position:relative;
}
p{
	line-height:1.3em;
	font-size:1.4em;
	color:#76663e;
	color:#c69a63;
}
.body-home #content {
	padding:0;
}

.hr {
	border:none;
	border-bottom:1px solid #600;
	/*background:transparent url(../img/hr.png) no-repeat scroll center bottom;*/
	width:100%;
	height:0px;
	margin:10px auto;
	clear:both;
	margin-bottom:25px;
}
h1 {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:2.8em;
	font-weight:normal;
	color:#ffffff;
	margin-bottom:10px;
}

h2 {
	font-size:2em;
	font-weight:normal;
	color:#a6834e;
}

h3 {
	font-size:1.8em;
	font-weight:normal;
	color:#b7996c;
	margin-bottom:10px;
}
h4 {
	font-family:"Century Gothic",verdana,sans-serif;
	font-size:160%;
	font-weight:bold;
	color:#76663e;
}
h5 {
	font-family:"Century Gothic",verdana,sans-serif;
	font-size:140%;
	font-weight:normal;
	color:#e7642b;

}
h1, h2, h3, h4 {
	line-height:1.1em;
}
#content a{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#b88b52;
	font-weight:bold;
	text-decoration:none;
}
#content a:hover{
	color:#c2b099;
}
#content p{
	margin:15px 0;
}
ul,ol,dl {
	line-height:1.4em;
	font-size:1.4em;
	color:#76663e;
}
#content ul,#content ol{
	margin:20px 10px 20px 40px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#e7642b;
	list-style:square;
}
#content ol {
    list-style:decimal;
}

.side_image{
    float:right;
    position:relative;
    margin-left:10px;
    margin-bottom:10px;
    border:1px solid #070603;
}

/* Forms */
a.button,
input,
textarea{
	background:#51090e;
	border: 1px solid #6c1d1b;
	color:#c6686e;
	padding:2px 5px;
	margin: 1px 0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:250px;
}
.paypal_form  input {
    width:auto;
    background:none;
    border:none;
}
textarea{
	width:400px;
}
.input label{
	display:block;
	float:left;
	width:150px;
	font-size:1.6em;
}
.contact_email_input{
    display:none;
}
.email_signup_form{
    height:35px;
    line-height:35px;
    float:left;
    width:167px;
    overflow:hidden;
}
.email_signup_form .submit,
.email_signup_form .input{
	float:left;
	padding:0;
	margin:0;
	width:auto;
}

.email_signup_form .text input{
	width:117px;
	margin-top:6px;
	height:17px;
	padding:3px;
}
.email_signup_form .submit input{
	width:35px;
	height:25px;
	margin:5px 0;
	padding:0;
	margin-left:5px;
}
.error-message{
	color:#ce7a45;
	font-size:80%;
	font-weight:bold;
	text-align:right;
}
form .error-message{
	color:red;
}
#sub-footer-text{
	font-weight:normal;
	color:#612802;
	font-size:90%;
}
#sub-footer-text a{
	text-decoration:none;
	color:#612802;
}
#side-image{
	float:right;
	margin:10px 0 20px 20px;
	text-align:center;
	border:none;
}
#side-image .legend{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#612b08;
	font-size:90%;
	font-weight:normal;
	width:380px;
}
.side_image_legend {
    position:absolute;
    right:30px;
    top:30px;
    margin:0;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    color:#612b08;
    font-size:90%;
    font-weight:normal;
}
.submit-image input ,
.submit input,
#contact-box form .submit input{
	width:auto;
}
.submit-image input{
	background:none;
	border:none;
}
/*
.submit {
	width:400px;
	text-align:right;
}*/
.form-inline {
	display:inline;
	text-align:center;
	margin:0 10px;
}
a.button,
.form-inline input{
	width:auto;
}
.form-right-buttons {
	text-align:center;
}
.block-radios input{
	clear:left;
	float:left;
	line-height:1.5em;
	width:auto;
	background:none;
	border:none;
}
.block-radios label{
	clear:right;
	display:block;
	line-height:1.5em;
	margin-left:20px;
	font-size:1.6em;
}
.frontend-form{
	width:450px;
	margin: 0 auto 0 20px;
}
.frontend-form-large{
	width:90%;
	margin: 0 auto;
}
.frontend-form .error-message{
	display:block;
}
#contact-form{
	width:400px;
	margin:0 auto 0 0px;
}
#contact-form .submit{
	text-align:right;
}

.seminars-list .seminar {
	margin-bottom:30px;

}
label {
    font-size:1.6em;
}
#content a.button{
	color:#505254;
}

#content .seminar-datum {
    font-size:1.2em;
    line-height:1.3em;
}
#content .seminar-datum p {
	margin: 0 0 0 0;
	font-size:100%;
}
#content .seminar-location {
    font-size:1.8em;
    color:#B7996C;
}
#content .seminar-location p{
    font-size:1em;
}
div.paypal-registration{
	background:url(../img/buttons/paynow-with-paypal.png) top left no-repeat;
	width:173px;
	height:50px;
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
}
div.paypal-registration:hover{
/*
	background:url(../img/buttons/paynow-with-paypal-roll.png) top left no-repeat;
 */
}
a.couple-registration{
	background:url(../img/buttons/couple-registration.png) top left no-repeat;
	display:block;
	width:173px;
	height:50px;
	float:left;
	margin-top:10px;
	cursor:pointer;
}
a.couple-registration:hover{
/*
	background:url(../img/buttons/couple-registration-roll.png) top left no-repeat;
*/
}
a.single-registration{
	float:left;
	display:block;
	width:173px;
	height:50px;
	background:url(../img/buttons/single-registration.png) top left no-repeat;
	margin-top:10px;
	cursor:pointer;
}
a.single-registration:hover{
/*
	background:url(../img/buttons/single-registration-roll.png) top left no-repeat;
*/
}
div.seminar-date{
	margin:5px 0 10px 0;
	color:#b7996c;
	font-style:italic;
	font-size:1.2em;
}
.seminars-index {
	margin-bottom:40px;
}
.seminars-index h2{
	font-size:1.1em;
	margin:5px 0;
}
#content .seminars-index h2 a{
	color:#a6834e;
/*	font-weight:normal;
	font-family:Georgia, Times, serif;*/
}
#content .seminars-index h2 a i{
	font-weight:normal;
}
#content .seminars-index h2 a:hover *,
#content .seminars-index h2 a:hover{
	color:#BE753F;
}



p.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../img/icons/warn.png');
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}


#home_page {
	background:url(../img/home_main.jpg) top left no-repeat;
	width:922px;
	height:482px;
	position:relative;
	z-index:0;
}


#home_page #sidebar {
	position:absolute;
	right:26px;
	bottom:30px;
	width:240px;
	
}

#sidebar .upcoming_programs_block{
	width:240px;
	height:198px;
	background:url(../img/upcoming_programs_bg.png) top left no-repeat;
	margin-bottom:-6px;
}
#sidebar .upcoming_programs_block .upcoming_programs{
	padding:57px 25px 0 25px;
}
#sidebar .upcoming_programs_block .upcoming_programs .program{
	background:url(../img/upcoming_bg.png) top left repeat;
	height:45px;
	overflow:hidden;
	margin-bottom:5px;
	padding:4px 12px;
}
#sidebar .upcoming_programs_block .upcoming_programs .program .program_name,
#sidebar .upcoming_programs_block .upcoming_programs .program .program_date{
	font-size:1.1em;
	line-height:1.2em;
	height:1.2em;
	overflow:hidden;
}
#sidebar .upcoming_programs_block .upcoming_programs .program .program_date{
    height:2.4em;
}
#sidebar .upcoming_programs_block .upcoming_programs .program .program_name a,
#sidebar .upcoming_programs_block .upcoming_programs .program .program_date a,
#sidebar .upcoming_programs_block .upcoming_programs .program .program_name,
#sidebar .upcoming_programs_block .upcoming_programs .program .program_date{
	font-weight:bold;
	text-decoration:none;
}
#sidebar .upcoming_programs_block .upcoming_programs .program .program_date a,
#sidebar .upcoming_programs_block .upcoming_programs .program .program_date{
	color:#d3bea3;
}
#sidebar .upcoming_programs_block .upcoming_programs .program .program_name a,
#sidebar .upcoming_programs_block .upcoming_programs .program .program_name{
	color:#fffffe;
}
#sidebar .sidebar_buttons{

}
#sidebar .sidebar_buttons .sidebar_button{
	background:#7b0009;
	margin:0 8px;
	margin-top:6px;
	height:20px;
	line-height:20px;
	text-align:right;
}
#sidebar .sidebar_buttons .sidebar_button:hover,
#sidebar .sidebar_buttons .sidebar_button:hover a{
	background-color:#99000b;
}
#sidebar .sidebar_buttons .sidebar_button .line_decoration{
	background:url(../img/sidebar_button_bg.gif) left center repeat-x;
	margin-left:10px;
	padding:0;
	height:20px;
}
#sidebar .sidebar_buttons .sidebar_button a{
	background:#7b0009 url(../img/arrow_right.gif) right center no-repeat;
	font-size:1.1em;
	font-weight:bold;
	color:#c2b099;
	line-height:16px;
	padding-left:5px;
	padding-right:15px;
	text-decoration:none;
}

.page_quote_container {
    padding:0;
    position:relative;
}
.page_quote {
    background:#5f0308 url(../img/quotes_bg.jpg) bottom right no-repeat;
    /*
    background:url(../img/quote_container_bg.gif) top right repeat-y;
    */
    width:227px;
    height:459px;;
    margin-top:10px;
    position:relative;
    margin-left:10px;
}
.page_quote blockquote {
    position:absolute;
    top:20px;
    left:20px;
    color:#B7996C;
    font-size:13px;
    line-height:1.5em;
    margin:0;
    width:180px;
}
.page_quote blockquote q {
    font-style:italic;
    letter-spacing:1px;
    margin-bottom:1em;
    display:block;
}
.page_quote blockquote strong {
    color:#B7996C;
    display:block;
    text-align:right;
}
.page_quote blockquote em {
    display:block;
    text-align:right;

}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*Home Floating Link START */
#body-home #link_to_seminars {
    height:170px;
    position:absolute;
    right:20px;
    top:20px;
    width:250px;
}
/*Home Floating Link END */
