/* CSS Document */
body{
  font: 75% "trebuchet ms", arial, verdana, sans-serif;
  color:#818181;
  background:url(../images/bg.gif) repeat-x;
  background-color:#202020;
  margin:0;
}

body, html{height:100%;}

#container{
	width: 760px;
	margin:0 auto;
}

#header{
	width: 760px;
	height: 270px;
	background:url(../images/bg_header.jpg) no-repeat;
}

#intranet{
	width: 143px;
	height: 20px;
	margin: 5px 20px 0 0;
	text-align:center;
	float:right;
	display:inline;
}

#intranet a{ color:#FFF;}
#intranet a:hover{ color:#000;}

#tagline{ color:#FF4200; margin: 70px 20px 0 0; float:right; display:inline; }
#tagline h1{ color:#FF4200; font-weight: normal; font-size:43px; letter-spacing: -1px; line-height: 47px; margin:0; padding:0;}
#tagline span{ color:#565656;}

#menu{text-align:center; padding: 10px 0 0 0; height:31px;}
#menu li{ display:inline;}
#menu a{ color:#cccccc; font-size: 1.2em; text-decoration:underline; margin: 10px 19px 0 19px;}
#menu a:hover{ color:#FF4200; text-decoration:none; margin: 10px 19px 0 19px;}
#menu a.selected{ color:#FF4200; text-decoration:underline; margin: 10px 19px 0 19px;}
#content-home{
	width: 760px;
	background:url(../images/bgcontent-home.gif) repeat-y;
}
#content{
	width: 760px;
}

#home-left{
	width: 360px;
	margin: 20px 20px 40px 20px;
	color: #818181;
	float: left;
	display:inline;
}
#home-right{
	width: 300px;
	margin: 20px 20px 40px 20px;
	color: #818181;
	float: right;
	display:inline;
}
#home-right p{font-size: 1em;}

#content-normal{
	margin: 20px 40px 40px 40px;
	color: #818181;
	float: left;
	display:inline;
}
#content-normal li{font-size: 1.2em; line-height: 1.5em;}

#formtable{
	font-size: 1.2em; 
	background-color:#2e2e2e;
}
#formtable td{
	border-bottom: 2px solid #424242;
	border-top: 1px solid #000;
	padding: 10px;
}
#formtable input.text{
	width:350px;
}
#formtable textarea{
	width:350px;
}
input.button{
	width:150px;
	height:25px;
	color: #FFF;
	background:#CC3300;
	border: 2px solid #000;
}

#footer{
	color:#5d5d5d;
	width: 100%;
	height: 100px;
	background:url(../images/bg-footer.gif) repeat-x;
	text-align:center;
	padding-top: 20px;
}
#footer a{ color:#5d5d5d; text-decoration:none;}
#footer a:hover{ color:#5d5d5d; text-decoration:underline;}

a{ color:#FF4200; text-decoration:none;}
a:hover{ color:#FF4200; text-decoration:underline;}

h2{font-size: 2em; font-weight:normal; color:#FF4200; line-height: 1.5em; background:url(../images/bg-title.gif) no-repeat; margin-top:5px;}
h3{font-size: 1.5em; font-weight:normal; color:#CCCCCC; line-height: 1.3em; border-bottom: 1px solid #202020;border-top: 1px solid #202020; padding: 6px 0; margin-top:6px;}
h4{font-size: 1.5em; font-weight:normal; color:#FFF; line-height: 1.3em;}
h5{font-size: 1.3em; font-weight:bold;}
p{font-size: 1.2em; line-height: 1.5em;}

blockquote{font-size: 1.3em; color:#FFF; line-height: 1.3em; font-style:italic; margin:0; padding:0;}
