@charset "utf-8";

/* body */
Body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background: #776050 url(../ChristForLur_images/img01.jpg) repeat-x;
}

/* Container */
#Container {
	width: 950px;
	margin: 0px auto;
	height: auto;
}

/* Header */

#Header {
	width: 950px;
	height: auto;
	float: left;
}

/* Logo */

#LogoEN {
	float: left;
	text-align: right;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	height: 128px;
}

#LogoEN h1 {
	font-size: 54px;
	text-transform: lowercase;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FF8000;
	text-align: right;
}

#LogoEN h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#LogoEN h1 a {
	color: #FF8040;
}

#LogoEN h2 {
	font-size: 16px;
	color: #9797CC;
	font-weight: bold;
	margin-top: -12px;
	text-align: right;
}

#LogoEN a {
	text-decoration: none;
}
/* Logo */

#LogoFA {
	float: right;
	height: 83px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#LogoFA h1 {
	font-size: 50px;
	text-transform: lowercase;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FF8000;
	text-align: left;
}

#LogoFA h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#LogoFA h1 a {
	color: #FF8040;
}

#LogoFA h2 {
	font-size: 18px;
	color: #9797CC;
	font-weight: bold;
	margin-top: -12px;
	line-height: 1.7;
	text-align: left;
}

#LogoFA a {
	text-decoration: none;
}

/* TopMenu */
#TopMenu {
	float: right;
	width: 630px;
	padding: 0px;
	margin: 0px;
}

#TopMenu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#TopMenu li {
	display: inline;
	font-weight: bold;
}

#TopMenu a {
	display: block;
	float: left;
	background: #F5F5F5;
	margin-left: 4px;
	padding: 3px 4px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}

#TopMenu a:hover {
	border-top: 5px solid #D3CE1A;
	border-bottom: 6px solid #D3CE1A;
	text-decoration: none;
}

#TopMenu .active {
	border-top: 3px solid #C1D11C;
	border-bottom: 4px solid #C1D11C;
}

/* PageBody */
#PageBody {
	width: 950px;
	float: left;
	padding: 23px 0px 0px 0px;
}

/* LeftSidebar */

#LeftSidebar {
	float: left;
	width: 205px;
	font-size: 14px;
}

#LeftSidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#LeftSidebar li {
	text-align: left;
}
#LeftSidebar li a {
	text-decoration: none;
	border-left: 5px solid #77604E;
	padding: 0px 0px 0px 3px;
}
#LeftSidebar li a:hover {
	border-left: 5px solid #C1D11C;
	text-decoration: none;
	padding: 0px 0px 0px 3px;
}
#LeftSidebar li a:active  {
}

#LeftSidebar li ul {
}

#LeftSidebar li li {
	margin: 0;
	padding-left: 12px;
}

#LeftSidebar h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #86910F;
	font-size: 16px;
	background-image: url(../ChristForLur_images/img04.gif);
	background-position: left;
	padding: 0px 0px 0px 15px;
	background-repeat: no-repeat;
}

/* MiddleSidebar */
#MiddleSidebar {
	float: left;
	width: 500px;
	color: #FFFFFF;
	margin: 0px 20px 0px 20px;
}

.MiddleSidebarText {
}

/* RightSidebar */

#RightSidebar {
	float: left;
	width: 205px;
	text-align: right;
	font-size: 14px;
}

#RightSidebar ul {
	margin: 0px;
	list-style: none;
	line-height: normal;
	padding: 0px 7px 0px 0px;
}

#RightSidebar li {

}
#RightSidebar li a {
	text-decoration: none;
	border-right: 5px solid #77604E;
	padding: 0px 3px 0px 0px;
}
#RightSidebar li a:hover {
	border-right: 5px solid #C1D11C;
	text-decoration: none;
	padding: 0px 3px 0px 0px;
}
#RightSidebar li a:active  {
}
#RightSidebar li ul {
}

#RightSidebar li li {
	margin: 0;
	padding-left: 12px;
}

#RightSidebar h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #86910F;
	font-size: 16px;
	background-image: url(../ChristForLur_images/img04.gif);
	background-position: right;
	padding: 0px 15px 0px 0px;
	background-repeat: no-repeat;
}

/* Search */

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 110px;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #F0F0F0;
}

#x {
	background: #C1D11C;
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 30%;
	padding: 1px 0px 1px 0px;
}

/* Clearer */
#Clearer {
	clear: both;
	height: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

/* Footer */
#Footer {
	height: auto;
	padding: 25px 0px 0px 0px;
	background: #776050 url(ChristForLur_images/img02.jpg) repeat-x left top;
	text-align: center;
	background-image: url(../ChristForLur_images/img02.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	margin: 0px;
	width: 100%;
	color: #FFFFFF;
	float: left;
}

/* title */
.title {
	border-bottom: 1px solid #86910F;
}

/* a */
a {
	color: #C1D11C;
}

a:hover, a:active {
	text-decoration: none;
	color: #EFF5BA;
}

a:visited {
}

img {
	border: none;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 24px;
	margin: 0px;
	padding: 0;
}

h2 {
	font-size: 23px;
}
h3 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	text-align: right;
	float: right;
	width: 520px;
	font-size: 18px;
}
h4 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: auto;
	font-weight: normal;
	color: #FFFFFF;
}
h5 {
	letter-spacing: -1px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border-bottom: 1px solid #86910F;
	font-size: 22px;
}
h6 {
	letter-spacing: -1px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border-bottom: 1px solid #86910F;
	font-weight: normal;
	font-size: 20px;
	color: #FFFFFF;
}

p ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 14px;
}

a, h2 a, h3 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {

}

/* FA-P */
.FA-P {
	text-align: right;
	background-repeat: repeat-x;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-size: 14px;
}

/* EN-P */
.EN-P {
	text-align: left;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-size: 14px;
}

/* LeftSidebartext */
.LeftSidebartext {
	width: 195px;
	padding: 0px 5px 0px 0px;
	font-size: 14px;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* RightSidebartext */
.RightSidebartext {
	width: 195px;
	padding: 0px 0px 0px 5px;
	font-size: 15px;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
}

/* EN-Search */
.EN-Search {
	width: 200px;
	height: 160px;
	background-repeat: no-repeat;
	padding: 5px 0px 0px 0px;
	margin: 0;
}

/* FA-Search */
.FA-Search {
	width: 200px;
	height: 160px;
}

/* LuriLove-P */
.LuriLove-P {
	padding: 20px 10px 0px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 14px;
}

/* E-mailLinks-P */
.E-mailLinks-P {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#Radio {
	width: 701px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../ChristForLur_images/RadioImage.gif);
	background-repeat: no-repeat;
}
#Radio ul {
	list-style: none;
}
.Radio_Top_Image {
	background-image: url(../ChristForLur_images/RadioImage_Top.gif);
	background-repeat: no-repeat;
	width: 700px;
	margin: 0px;
	padding: 0px;
	height: 10px;
	float: left;
}
.Radio_Middle_Image {
	background-image: url(../ChristForLur_images/RadioImage_Middle.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	width: 700px;
	height: auto;
	float: left;
}
.Radio_Bottom_Image {
	background-image: url(../ChristForLur_images/RadioImage_Bottom.gif);
	background-repeat: no-repeat;
	width: 700px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.RadioLogo {
	height: auto;
	float: left;
	width: 678px;
}
.RadioLogo h1 {
	float: right;
	width: 400px;
	height: auto;
}
.RadioLogo h2 {
	float: right;
	width: 400px;
	height: auto;
}
.RadioLogo h3 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	text-align: right;
	float: right;
	width: 520px;
	font-size: 14px;
}
.RadioLogo h4 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	text-align: left;
	float: right;
	width: 520px;
	font-size: 14px;
}
.RadioLinks {
	float: right;
	width: 95%;
	font-size: 14px;
	text-align: right;
	margin: 0px;
	padding: 0px 15px 0px 15px;
}
.RadioLinks ul {
	margin: 0px;
	padding: 0px;
}
.RadioLinks li {
}
.RadioFA {
	width: 321px;
	height: auto;
	float: right;
	text-align: right;
	margin: 10px 10px 10px 0px;
	border-left: 1px solid #86910F;
	color: #FFFFFF;
	font-size: 14px;
	padding: 0px 2px 0px 0px;
}
.RadioEN {
	width: 321px;
	height: auto;
	float: left;
	margin: 10px 0px 10px 10px;
	border-right: 1px solid #86910F;
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	padding: 0px 0px 0px 2px;
}
.BodyWithoutSideBar {
	color: #FFFFFF;
	font-size: 14px;
}

.ContactUs {
	width: 400px;
	height: auto;
	margin: 0px auto;
	padding: 0;
	color: #FFFFFF;
}
#RadioPrograms_EN {
	width: 650px;
	height: auto;
	color: #FFFFFF;
	font-size: 14px;
	padding: 10px 0px;
	margin: 0px 0px 0px 50px;
	float: left;
}
#RadioPrograms_EN ul {
	list-style: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#RadioPrograms_EN li {
	line-height: 1.3em;
	margin: 3px 0px 0px 0px;
	padding: 0px;
}
#RadioPrograms_FA {
	width: auto;
	height: auto;
	color: #FFFFFF;
	font-size: 14px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}
#RadioPrograms_FA ul {
	list-style: none;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#RadioPrograms_FA li {
	line-height: 1.3em;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	border-bottom: 1px dotted #EFF5B8;
}
#MainPhotoGalerry {
	width: 334px;
	height: 70px;
	float: left;
	margin: 0px 20px;
	padding: 20px 20px 0px 0px;
	text-align: right;
	color: #B7B021;
	font-size: 36px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
}
.GoogleAdwords {
	height: auto;
	width: 500px;
	margin: 0px auto;
	padding: 0px;
}
