/*
=============================================================
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: #000000;
}

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

#box{
	position: relative; width: 914px;
	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;
	width: 914px;
	top: -52px;
	left: 0px;
}

.contact {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	position:relative;
	width:95px;
	right: -700px;
	top:50px;
}


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


#tlinks {
	clear: both;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:relative;
	left: -5px;
	top:255px;
}

#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: 224px;
	left: 0px;
	width: 914px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/middle.jpg);
}
#content {
	padding-left: 100px;
	padding-top: 0px;
	width: 685px;
}

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

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

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

.innerContent {
	padding-left: 10px;
	width: 99%;
	border: 0px solid #ae0000;
}
.innerPadding {
	padding: 5px;
}
.maintitle {
	font-size: 15px;
	font-weight: bold;
	color: #ae0000;
	padding-bottom: 5px;
	padding-top: 5px;
}
.title {
	font-size: 15px; font-weight: bold; color: #000000;
	padding: 5px;
	border-bottom: 1px solid #a4c648;
	background: url(../images/title_repeat.gif) repeat-x; background-color: #2a2a2a;
}
.titleurl {
	font-size: 11px;
	font-style:italic;
	color: #000000;
}
.smallText {
	font-size: 10px;
	padding: 5px;
}

/*
=============================================================
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;
	left: px;
	top:82px;
}

#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;
}

/*
=============================================================
NEWS OBJECTS
=============================================================
*/

.newsDate {
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
}

.newsTitle {
	font-size: 17px;
	color: #a4c648;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 15px;
}

.clientsTitle {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

.newsArticle {
	word-spacing: 1px;
	padding-bottom: 5px;
}

.newsSig {
	font-size: 10px;
	border-top: 1px dashed #5b7aa4;
	padding-bottom: 10px;
}
/*
=============================================================
REFERENCE OBJECTS
=============================================================
*/

.reference a:link {
	color: #FFFFFF;
	text-decoration: none;

}

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

.reference a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	cursor: help;
}
/*
=============================================================
PHOTOGALLERY OBJECTS
=============================================================
*/

.picCell {
	padding-top: 5px; padding-left: 10px; padding-right: 10px; padding-bottom: 5px;
	border: 0px solid #FFFFFF;
}

.iconPic {
	border: 1px solid #000000;
}

.iconPic a:link {
	border: 1px solid #000000;
}

.iconPic a:visited {
	border: 1px solid #000000;
}

.picCaption {
	font-size: 10px;
	padding-left: 10px;
}

<!-- Created primarily for the photogallery, but used else where through out the site. -->
.break {
	padding-bottom: 5px;
}

/*
=============================================================
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: #ae0000;
}

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;
}