/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/layout/background.jpg);
	background-repeat: repeat-x;
	background-color: #323131;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
float:right;
}

#nav-menu li
{
float: left;
margin-top:47px;
margin-right:10px;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
font-weight:bold;
}

#nav-menu li a
{
height: 2em;
line-height: 2em;
float: left;
width: auto;
padding-left:3px;
padding-right:3px;
display: block;
color: #ffffff;
text-decoration: none;
text-align: center;
}

#nav-menu li a:hover
{
height: 2em;
line-height: 2em;
float: left;
width: auto;
padding-left:3px;
padding-right:3px;
display: block;
background-color:#FFF;
color: #000000;
text-decoration: none;
text-align: center;
}

#contactbar {
margin:5px;
margin-left:550px;
}

.layout-topBar-1 {
	background-color: #656565;
	height: 1px;
}
.layout-topBar-2 {
	background-color: #FFFFFF;
	height: 3px;
}
.layout-topBar-3 {
	background-color: #DF4114;
	height: 7px;
}
.layout-bottomOutline {
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 37px;
}
.layout-pageBorder-top {
	background-image: url(../images/layout/pageBorder-top.gif);
	height: 6px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.layout-pageBorder-bottom {
	background-image: url(../images/layout/pageBorder-bottom.gif);
	height: 6px;
	background-position: center top;
	background-repeat: no-repeat;
}





