/*************** START MAIN ELEMENTS ***************/
/* Reset all margins and paddings */
* { margin:0; padding: 0; }

/* correct select boxes */
option { padding-left: 0.7em; }

/* Reset all font sizes */
html * { font-size: 100.01%; }

/* Set the main body object, reset the font size to 75% (12px) */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75.00%;
	color: #3A3A3A;
	line-height: 1.3;
	height:100%;
	background-color: #000000;
	background-image: url(../img/background_arrows.jpg);
	background-repeat: repeat-y; 
	background-position:center top;
}

/* Set all header directives to 0.25em margin */
h1,h2,h3,h4,h5,h6 { 
  	font-family: Verdana; 
  	color: #595959;
  	margin: 0 0 0.25em 0;
}

/* h1 should be 14 px */
h1 {
  	font-weight: normal;
	font-size: 130%;
}

/* h2 should be 12 px */
h2 {
	font-weight: bold;
	color: #AC1F23;
}

/* h3 should be 10 px */
h3 {
	font-style: italic;
	font-size: 83.33%;
}
/*************** END MAIN ELEMENTS ***************/

/*************** START LINK ELEMENTS ***************/
/* global */
a {
  text-decoration: underline;
  color: #2B60A7;
}

a:hover {
  color: #0F366A;
}

a:active
{
  outline: none;
}

a:focus
{
  -moz-outline-style: none;
}


/* link in h2 */
h2 a {
	color: #AC1F23;
	text-decoration: none;
}

h2 a:hover {
	color: #6F0A0D;
	text-decoration: none;
}
/*************** END LINK ELEMENTS ***************/
 
hr {
  margin: 10px 10px 10px 0px;
  border: 0;
  border-bottom: 1px #CACACA solid;
  height: 0px;
  width: 100%;
}

.hr {
  margin: 10px 0;
  border: 0;
  border-bottom: 1px #CACACA solid;
}

img {
	border: none;
}

p {
	padding: 3px 0 3px 0;	/* padding */
}

/* Lists should be padded with 25px to the left */
ul, ol {
	padding-left: 20px;
}

/* Unordered lists should always have our list icon */
ul {
	list-style-image: url(../img/li_icon.gif);
}

/* Input boxes should have normal border etc */ 
input,textarea {
	border: 1px solid #6D6E71;
}

input.submit, textarea.submit {
	background-color: #FFFFFF;
}

/* for all the browsers that can do hover :) */
input.submit:hover {
	border-color: #D71921;
}

#container {
	height:100%;
	left:50%;
	margin-left:-485px;
	position:absolute;
	width: 970px;
	padding: 0px 0px;
}

#content {
	background-color: #FFFFFF;
	width: 800px;
	margin: 0px 85px;
}

#middle {
	padding: 15px 30px 0px 30px;
}

#left {
	padding-top: 15px;
	float:left;
	width: 740px;
}

#right {
	padding-top: 15px;
	margin-left: 505px;
}

/*************** START HEADER ELEMENTS ***************/
#header {
	height:140px;
	width: 970px;
}
#header .left,#header .right,#header .middle {
	height:140px;
	border:none;
	float:left;
	background-repeat: no-repeat;
}

#header .middle {
	width:498px;
}

#header .left,#header .right {
	width:236px;
}
/*************** END HEADER ELEMENTS ***************/

/*************** START FOOTER ELEMENT ***************/
.footer {
  margin: 6px 0px 6px 27px;
  width:650px;
  color: #3A3A3A;
  text-align: center;
  padding-bottom: 5px;
}

.footer a, .footer a:hover {
  color: #3A3A3A;
  text-decoration: underline;
}
/*************** END FOOTER ELEMENT ***************/
