/*
=============================================================
Nayliner Web Design
All code contained herein is the property of Nayliner Web Design, 
and its use is prohibited.
=============================================================
*/
/*
=============================================================
HTML OBJECTS
=============================================================
*/

body {
	position: relative;
	margin: 0;
	background:url(../images/bg.png) repeat-x #1d1e22;
}

/*
============================================================
HEADER OPTIONS
============================================================
*/

#box{
	position: relative; width: 900px;
	left: 0px;
	margin: 0 auto;
	color:#FFFFFF;
	
}

#box a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#box a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#box a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#header{
	position: absolute;
	color: #FFFFFF;
	width: 900px;
	top: -17px;
}

/*
============================================================
TOP LINK OPTIONS
============================================================
*/


#tlinks {
	clear: both;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	position:relative;
	left: 430px;
	width: 470px;
	top:40px;
}

#tlinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#tlinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#tlinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#tlinks ul {
	margin: 0;
	color:#FFFFFF;
	padding: 0;
	list-style: none;
}

#tlinks li {
	display: inline;
	color:#FFFFFF;
	margin: 0;
	padding: 0;
}

/*
=============================================================
BODY OBJECTS
=============================================================
*/

#main {
	position: absolute;
	color:#000000;
	top: 88px;
	left: 0px;
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom:5px;
	width: 900px;
	color:#000000;
	background: #FFFFFF;
}

#content a:link {
	color: #2d3a6b;
	text-decoration: none;
	font-weight: bold;
}

#content a:visited {
	color: #2d3a6b;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #2d3a6b;
	text-decoration: underline;
	font-weight: bold;
}

#headertitle {
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFFFFF;
	background-color:#5e676c;
	padding: 5px;
	width: 910px;
}

#main #content #index h1
{
	color: #000000;
	font-size: 16pt;
	font-weight: bold;
	margin: 0px 0px;
}

/*
=============================================================
FOOTER OBJECTS
=============================================================
*/

#bottom {
	clear: both;
	color:#FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	position: relative;
	top:19px;
}

#blinks {
	clear: both;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	position:relative;
	top:0px;
}

#blinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#blinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#blinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#blinks ul {
	margin: 0;
	color:#FFFFFF;
	padding: 0;
	list-style: none;
}

#blinks li {
	display: inline;
	color:#FFFFFF;
	margin: 0;
	padding: 0;
}

/*
=============================================================
FORM OBJECTS
=============================================================
*/

INPUT, TEXTAREA, SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
	border: solid 1px #000000;
}

INPUT.button {
	color:#FFFFFF;
	background-color: #2d3a6b;
}

INPUT.bold {
	background-color: #bbbbbb;
	font-weight: bold;
}

INPUT.italic {
	background-color: #bbbbbb;
	font-style: italic;
}

INPUT.underline {
	background-color: #bbbbbb;
	text-decoration: underline;
}

INPUT.required {
	background-color: #cccccc;
}

TEXTAREA.required {
	background-color: #cccccc;
}

SELECT.required {
	background-color: #cccccc;
}

INPUT.smallText {
	font-size: 10px;
}

OPTION {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
	border: solid 1px #000000;
}

INPUT.radio {
	border: 0px;
	background-color: #2a2a2a;
}

INPUT.highlighted {
	border: 0px;
	background-color: #1e1e1e;
}
