@charset "UTF-8";

/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000;
	background-image:url(../images/neoswirlbg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #cadb2a;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

li {
border-bottom: 1px dotted #fff;
margin: 0;
padding: 0;
width: 90%;
line-height: 20px;
list-style: inside circle;
}

p {
line-height: normal;
padding: 0;
margin: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 18px;
	color: #cadb2a;
}
h2 {
	font-size: 14px;
	color: #CCCCCC;
}

/* wrapper that holds content divs */

#wrapwrap {
padding: 0 0px 0px 0px;
background-image:url(../images/neoswirlbg.jpg);
background-repeat:no-repeat;
height:154px;
}

#wrapper {
position: absolute;
width:775px;
padding: 0 0px 0px 0px;
}

/* content elements */

#logo {
width:276px;
height: 154px;
float: left;
}

#header {
width:499px;
height: 154px;
float: left;
}

#image-holder {
width:276px;
height: 243px;
float: left;
}

#banner {
width:499px;
height: 243px;
float: left;
}

#navigation {
position: absolute;
top: 400px;
left: 0px;
width: 276px;
background-image: url(../images/navigation.jpg);
background-repeat: no-repeat;
}

/* internal navigation elements */

#navigation-internal {
width:276px;
padding: 15px 0 0 0;
}

#address-box {
width:251px;
height: 57px;
padding: 25px 0 0 25px;
}

/* content elements cont'd */

#content {
position: absolute;
top: 400px;
left: 277px;
width:445px;
height:400px;
padding: 40px 0 0 25px;
text-align: justify;
background-image:url(../images/contentbg.jpg); background-repeat:no-repeat;
}

/* styles */

.green-font {
font-size: 12px;
font-weight: bold;
color: #cadb2a;
}

