/* HTML Elements---------------------------------------------------------------------------------------------*/
html {
	font-size: 100%; /* IE hack - to make IE 5 show fonts consistently see comment below on font-size */
}
* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	background-image: url(/Localization/S4KF/Templates/Images/Common/body-bg-pattern.gif);
	background-repeat: repeat;
}
a {
	color:#B44C00;
	text-decoration:none;
    outline:none;
}
a:hover {
    text-decoration:underline;
}
img {
	margin:0;
	padding:0;
}
a img {
	border:none;
}
ol li {
	margin-top:0;
	margin-bottom:10px;
}
ul {
	margin-top:0;
	margin-bottom:10px;
	margin-left:0;
	list-style-type:disc;
}
ul, ol {
	margin-bottom:20px;
	padding-left:40px;
}
ul li, ol li {
	margin-bottom:3px;
	color:#ffffff;
	line-height:17px;
    list-style-type:none;
}
li ul {
	margin-top:6px;
	margin-bottom:9px;
}
h1, h2, h3, h4, h5 {
	margin-top:0px;
	margin-bottom:6px;
	font-family:Tahoma, Geneva, sans-serif;
}
h1 {
	margin-top:0px;
	margin-bottom:15px;
	font-weight:normal;
	font-size:15pt;
	font-family:"Times New Roman", Times, serif !important;
	text-transform:uppercase;
	color:#6ea700;
}
h2 {
	font-size:11px;
	color:#c69c6d;
	font-weight:bold;
}
h3 {
	font-size:10pt;
}
h4 {
	margin-top:0px;
	margin-bottom:15px;
	font-weight:normal;
	font-size:14pt;
	font-family:"Times New Roman", Times, serif !important;
	color:#6ea700;
}
h5 {
	font-size:8pt;
}
p {
	margin-top:5px;
	margin-bottom:15px;
	line-height:18px;
	color:#ebebeb;
	font-size:11px;
}
.hide {
	display:none;
}
/* Content Image Styles---------------------------------------------------------------------------------------------*/	
.ContentImgLeft {
	float:left;
	padding-right:15px;
	padding-left:0;
	position:relative;
}
.ContentImgRight {
	float:right;
	padding-left:15px;
	padding-bottom:10px;
	position:relative;
}
/* Layout Styles---------------------------------------------------------------------------------------------*/
#PageWrapper, #Footer {
	width:737px;
	background-color:#3c311d;
	margin:0px auto;
}
#InnerWrapper {
	margin:0;
	padding:0;
    border-right:1px solid #1e180e;
	border-left:1px solid #1e180e;
    float:left;
    width:737px;
    background-color:#392d19;
}
/* MastHead Styles---------------------------------------------------------------------------------------------*/
#MastHead {
	height:332px;
	position:relative;
}
#MastHeadTop {
	height:281px;
	background-image:url(/Localization/S4KF/Templates/Images/Common/green-line-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
    overflow:hidden !important;
}
#MastHeadTopLeft 
{
	position:absolute;
	z-index:9999;
    bottom:78px;
	left:21px;
}
#MastHeadTopRight {
	top:10px;
	position:absolute;
	right:8px;
	height:20px;
	text-align:right;
	padding:0px;
	margin:0px;
	z-index:9999;
}
#MastHeadTopRight li {
	display:inline;
	margin-right:2px;
}
#MastHeadTopRight a {
	font-size:12pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#cc3366;
}
#MastHeadBtm {
	height:55px;
}
#MastHeadBtmLeft {
	float:left;
	margin-left:29px;
	margin-top:49px;
}
#MastHeadBtmRight {
	float:right;
	width:617px;
}
#MastHeadTop a{
	text-decoration:none;
}
#BannerImage {
    overflow:hidden !important;
    height:265px;
}
/*.BtmLeftTop, .BtmLeftBtm {
	margin-top:5px;
	margin-left:16px;
	padding-bottom:15px;
}
.BtmLeftTop h1, .BtmLeftBtm h1 {
	font-weight:bold;
}
.BtmLeftTop {
	border-bottom:1px solid #f49ac1;
}
.BtmLeftTop h1 a:hover, .BtmLeftTop p a:hover  {
	border-bottom:none;
	color:#FAD5E5;
	background-color:transparent;
}
.BtmLeftBtm a, .BtmLeftTop h1 a, .BtmLeftTop p a {
	color:#FAD5E5;
	border-bottom:1px dotted #FAD5E5;
}
.BtmLeftBtm a:hover {
	color:#70628F;
	border-bottom:1px dotted #70628F;
	background-color:#FAD5E5;
}
.BtmLeftTop a, .BtmLeftTop a:hover {
	border-bottom:hidden;
	background-color:transparent;
	text-decoration:none;
}*/
#Footer {
	padding-top:13px;
}

