/*
Original Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Modified for Raco Steel Company 2009
*/

/* Elements */

* {
	color: #000;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/img01.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
	margin-top: 0;
	line-height: 18px;
}

ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:2em;
	list-style-position: outside;
	list-style-type: Square;
}

li{
	font-size: 1em;
}

a {
	color: #000080;
	padding: 5px;
}

a:hover {
	text-decoration: none;
	color: #860D0D;
	background-color:#F7F8E0;	
}

a:active {
	text-decoration: none;
}

.f1 {
	color: #000080; 
	background-color: #ccc; 
	border: 1px dashed; 
	padding: 5px;
	text-align: center;
}
hr{
	color: #2A0A0A;
	background-color: #ccc;
}

/* Wrapper */

#wrapper {
	width: 600px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	background: url(../images/img02.gif) repeat-y;
}

html>body #wrapper {
	height: auto;
}

/* Header */

#header {
	width: 600px;
	height: 104px;
	background: url(../images/img03.gif) no-repeat;
}

#header h1 {
	float: left;
	padding: 23px 20px 0 20px;*/
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -1px;
}

#header h3 {
	float: right;
	padding: 3px 5px 0 0;
	font-size: 13px;
}

#header a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 600px;
	height: 37px;
	padding-top: 13px;
	/*background: url(../images/img04.gif);*/
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 112px;
	height: 18px;
	padding: 4px 4px 0 4px;
	text-align: center;
	text-decoration: none;
	/*background: url(../images/img05.gif) no-repeat center top;*/
}

#menu .active a, #menu a:hover {
	/*background-image: url(../images/img06.gif);*/
}

/* Content */

#content {
	width: 600px;
	background: url(../images/img02.gif);
}

#content h2 {
	margin-bottom: 1em;
}

#content h3 {
	margin-bottom: 0;
}

#colOne {
	width: 560px;
	padding: 20px 20px 0px 20px;
}

/* Footer */

#footer {
	width: 600px;
	background: url(../images/img08.gif) no-repeat;
	border-bottom: url(../images/img04.gif) no-repeat;
}

#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer a{
	color: #666;
}


#links a {
	display: block;
	float: left;
	width: 112px;
	height: 18px;
	padding: 4px 4px 0 4px;
	text-align: center;
	text-decoration: none;
	background: url(../images/img05.gif) no-repeat center top;
}

#links .active a, #links a:hover {
	background-image: url(../images/img06.gif);
}

input:focus, input.sffocus {
	background: #CAE1FF;
	border-color: #000080;
}