@charset "UTF-8";
/* CSS Document */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Helvetica, Arial, sans-serif;
}

body {
	line-height: 1;
	background-color: #f5f4f4;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100%;
}

ol, ul {
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
}

a {
	color: #888;
	text-decoration: none;
}

a:hover {
	color: #000;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	text-align: justify;
}

.backwards {
	unicode-bidi:bidi-override;
	direction: rtl;
}

.removethis {
	display: none;
}

#container {
	position: absolute;
	padding-left: 50px;
	padding-right: 50px;
	left: 50px;
	right: 50px;
	width: auto;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #fff;
	min-height: 100%;
	min-width: 700px;
}

#header {
	position: relative;
	margin-top: 100px;
	min-width: 700px;
	height: 200px;
}

#header_logo {
	border-top: 1px solid #000;
	width: 175px;
	float: left;
}
#header_logo h1 {
	margin-top: 10px;
	font-weight: bold;
	font-size: 24px;
}
#header_logo div {}

#header_description {
	border-top: 1px solid #000;
	width: 175px;
	margin-left: 10px;
	float: left;
}
#header_description h1 {
	margin-top: 10px;
	line-height: 13px;
}
#header_description div {}

#header_about {
	border-top: 1px solid #000;
	min-width: 330px;
	margin-left: 10px;
	position: absolute;
	left: 360px;
	right: 0px;
}
#header_about h1 {
	margin-top: 10px;
	line-height: 13px;
}
#header_about div {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 20px;
}

#content {
	position: relative;
	width: 100%;
	min-width: 700px;
	height: 500px;
}

#content_menu {
	border-top: 1px solid #000;
	width: 175px;
	float: left;
}
#content_menu h1 {
	border-bottom: 1px solid #000;
	padding-top: 10px;
	padding-bottom: 12px;
	line-height: 13px;
	font-weight: bold;
}
#content_menu div {
	padding-top: 10px;
	line-height: 16px;
}

#content_menu li {
	margin-left: 10px;
}

#content_description {
	position: absolute;
	border-top: 3px solid #000;
	min-width: 515px;
	left: 185px;
	right: 0px;
	height: auto;
}
#content_description h1 {
	border-bottom: 1px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 13px;
	font-weight: bold;
}

#content_description div {
	padding-top: 10px;
	line-height: 16px;
}
#content_description h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 13px;
	font-weight: bold;
}
#content_description p {
	text-indent: 2em;
	line-height: 16px;
	padding-bottom: 1em;
}

#footer {
	position: relative;
	min-width: 700px;
	height: 200px;
}

#footer_legal {
	border-top: 1px solid #000;
	width: 175px;
	float: left;
}
#footer_legal h1 {
	border-bottom: 1px solid #000;
	padding-top: 10px;
	padding-bottom: 12px;
	line-height: 13px;
	font-weight: bold;
}
#footer_legal div {
	padding-top: 10px;
	line-height: 16px;
	font-size: 10px;
}

#footer_contact {
	border-top: 3px solid #000;
	position: absolute;
	min-width: 515px;
	left: 185px;
	right: 0px;
}

#footer_contact_info {
	width: 175px;
	float: left;
}
#footer_contact_info h1 {
	border-bottom: 1px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 13px;
	font-weight: bold;
}
#footer_contact_info div {
	padding-top: 10px;
	line-height: 16px;
}

#footer_contact_links {
	position: absolute;
	min-width: 325px;
	left: 185px;
	right: 0px;
}
#footer_contact_links h1 {
	border-bottom: 1px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 13px;
	font-weight: bold;
}
#footer_contact_links div {
	padding-top: 10px;
	line-height: 16px;
}



