@import url(menu.css);

html, html body {
	height: 100%;
	min-height: 100%;
	/* margin-bottom: 1px; Always Show Vertical Scrollbar */
}
/*html {overflow: -moz-scrollbars-vertical;}  Always Show Vertical Scrollbar in Firefox  */

body {
	margin:0;
	padding:0;
	font: 0.7em Verdana,Tahoma,Arial,sans-serif;
	background: #6D2601 url('/images/design/body_bg2.gif') 0 0;
	color:#000000;
}
a,
a:link {
	text-decoration:none;
	color:#EB4A20;
}
a:visited {
	color:#E04A20;
}
a:hover{
	text-decoration:underline;
	color:#E04A20;
}

#wrap {
	min-height: 750px;
	background: url('/images/design/wrap_bg2.gif') 0 0 repeat-x;
}

#h_wrap {
	width: 100%;
	background: url('/images/design/top_shad.png') 50% 100% no-repeat;
}

#header{
	position: relative;
	width: 950px;
	height: 100px;
	margin:0 auto;
	padding:0;
}

#site_title {
	/*background: #F3F3F3;*/
	display: none;
	padding: 30px 0 0 30px;
	text-align: left;
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 2px;
}

#logo {
	position: absolute;
	left: 0;
	top: 30px;
	overflow:hidden;
}

#top_icons {
	display: none;
	position: absolute;
	top: 35px;
	right: 20px;
}
#top_icons a {
	float: left;
	padding: 10px 10px;
}

#date_current {
	display: none;
	float: right;
	position: relative;
	margin: 0;
	padding: 0 5px 0 0;
	color: #777778;
	font-size: 0.9em;
	font-weight: normal;
}

#c_wrap {
	position: relative;
	width: 100%;
	background: url('/images/design/content_shad.png') 50% 0 repeat-y;
}
#c_inner {
	width: 950px;
	margin:0 auto;
}
#content {
	padding: 0 20px;
	text-align:left;
	overflow: hidden;
}

#f_wrap {
	width: 100%;
	background: url('/images/design/bottom_shad.png') 50% 0 no-repeat;
}
#footer {
	width: 950px;
	height: 47px;
	margin:0 auto;
	padding: 50px 0 0 0;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
}
.footerRight {
	float: right;
	width: 40%;
	margin: 0px;
	padding: 0 10px 0 0;
	font-size:11px;
	text-align: right;
}
.footerLeft {
	float: left;
	position: relative;
	margin: 0px;
	width: 40%;
	padding: 0;
	font-size:11px;
	text-align: left;
}



/* Articles */
.article {
	float: left;
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	padding-bottom: 10px;
}
.article h5 a {
}
.article .date {
	float: right;
	font-size: 0.8em;
	color:#808080;
	font-weight:normal;
}

h3 {
	font-size:1.3em;
	margin: 10px 0 10px 0;
}
h3.pagetitle {
	margin-top: 0;
	font-size:1.6em;
	color: #EB4A20;
}
h3.pagetitle:first-letter {
	font-size:1.2em;
}
h3.pagetitle small {
	color: #E04A20;
}
h5 {
	font-size:1.2em;
	margin: 10px 0 5px 0;
	padding:0;
}

.text {padding: 0 5px;}

.readmore {
	display: inline;
	line-height: 2em;
	padding: 0;
	padding-right: 12px;
	background: url('/images/arr_ml_02.gif')  no-repeat right center;
}


/* forms */
form {margin:0;}
input, select {background-color:#ffffff; font-size:12px;}
/*input {font-family:Courier New;font-size: 10px; background-color:#ffffff; border:#dddddd 1px; }*/
textarea, .textarea {font-size:12px;}
input.buttons {font-size: 12px;}
.contact_form {width: 750px;}
fieldset {border:1px solid #c0c0c0;}
fieldset legend {font-weight:bold; padding: 0 5px;}
.form_success {font-weight:bold; color: #58810C;}
.form_error {padding:5px; text-align:center; font-weight:bold; color: #ff0000;}

/* Multipages */
td.navMultipagesListHeader {background:#e0e0e0}
td.navMultipagesList {background:#f8f8f8}

a.navMultipagesList:link, a.navMultipagesList:visited, a.navMultipagesList:active {font-size:11px; color:#00356F; font-weight:normal; text-decoration:none}
a.navMultipagesList:hover {font-size:11px; color:#FF6633; font-weight:normal; text-decoration:none}
a.navMultipagesListOn:link, a.navMultipagesListOn:visited {font-size:11px; color:#FF6633; font-weight:normal; text-decoration:none}

.br {
	clear: both;
	height: 0px;
	overflow:hidden;
}
.br-footer {
	height: 70px;
}

img {border:none;}

/*.png { behavior: url('/js/iepngfix.htc'); }*/

/* Info about SQL queries and time spent */
#statsInfo {
	display: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	color: Gray;
}