﻿/* Body
-------------------------------------------------------------- */

* {margin:0;padding:0;}

html {height:100%;}

body {
	min-height:101%;
	position: relative;
	font:16px;
	text-align:left;
	padding:0 0 30px 0;
	background:url(pics/bg-home.gif) repeat-x center 0 #FFFFFF;
	}
	
	
/* Links
-------------------------------------------------------------- */

a, #content a, #footer a {color:#BE2810;text-decoration:none;outline:none;}
a:hover, #content a:hover, #footer a:hover {color:#BE2810;text-decoration:underline;}

/* Layout Container
-------------------------------------------------------------- */	

#page, #header, #teaser, #footer, #content {margin:0 auto;width:928px;}

#page {background:url(pics/bg-mid.gif) repeat-y center 80px;margin-top:45px;}
#header {
height:137px;background:url(pics/bg-top.gif) no-repeat center top;
}
#piclong{
	background:url(pics/header.gif);
	height:119px;
	display:block;
	float:left;
	width:904px;
	margin:0 0 0 12px;
}
#main{background: url(pics/mid.gif) repeat-y center bottom;}
#content {
font:12px;

padding:20px 20px 20px 20px;	
width:840px;
position:relative;
	}
#footer {
	background:url(pics/footer.gif) no-repeat center top;
	height:45px;
	padding:30px 0 0 0;
	text-align:center;
	font-size:12px;
	color:#BE2810;
	}
#red{color:#BE2810;}
/* Fonts */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.5; /* Unitless for proper inheritance */
  color:#262626;
}

body {font-size: 75%;}   /* IE */
html > body {font-size: 12px;}  /* Other browsers */


/* Headings
-------------------------------------------------------------- */

h1
{
padding:15px 30px 0 30px;
color:#41525C;
float: left;
}

h2,h3,h4,h5,h6 { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#41525C; 
	clear:both; 
	}
h2 {  border-bottom: 1px #D0D61B solid; padding: 20px 0 10px 0;}

h1 {font-size:28px;}
h2 {font-size:22px;}
h3 {font-size:16px;font-weight:bold;}
h4 {font-size:13px;font-weight:bold;margin-bottom:5px;}

/* Text elements
-------------------------------------------------------------- */

p {font-size:12px;margin: 0 0 15px 0; color:#41525C;/* text-align:justify; */}

span {font-size:12px;margin: 0 0 15px 0; color:#41525C; }


/* Log in container
----------------------------------------------------------------*/
#login{ margin:14px auto; width:150px; height:220px; background:url(pics/form.gif) no-repeat center top; float:left	;
margin:15px 15px;
padding:20px 20px 20px 20px;}

#smallimg{
 padding: 2px;
 float:left;
 height: 115px;
 width: 100px;
 text-align:right;
}

.ButtonStyle
{
	padding: 5px 15px 5px 15px; 
	color: #D0D61B; 
	font-family: 'Arial'; 
	background-color: #41525C; 
	font-size:large; 
	font-weight: normal; 
	border-style: none; 
	border-bottom-color: #008080; 
	letter-spacing: normal;
}