body {
	font-family: "Trebuchet MS", "Times New Roman", serif;
	font-size: 13px;
	line-height: 25px;
	color: #5F7994;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	height: 100%;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	height: 100px;
	width: 850px;
}
#nav {
	color: #FFFFFF;
	height: 30px;
	width: 810px;
	clear: both;
	margin-right: 40px;
}
#content {
	clear: both;
	height: auto;
	width: 850px;
	margin-top: 10px;
}
#text h1 {
	font-size: 16px;
	color: #40668D;
	letter-spacing: .5em;
	margin-bottom: 5px;
}
#text p {
	margin-top: 0px;
}


#footer {
	line-height: 50px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	text-align: center;
	clear: both;
	height: 38px;
	width: 100%;
	font-weight: bold;
	position: fixed;
	bottom:0;
}

#nav a, #nav a:link, #nav a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	height: 30px;
	width: 100px;
	line-height: 30px;
}
#nav a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #F2BA29;
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	height: 30px;
	width: 100px;
	line-height: 30px;
}
#links {
	float: left;
	height: auto;
	width: 300px;
}
#text {
	float: right;
	height: auto;
	width: 540px;
	margin-bottom: 50px;
}
#text p {
	color: #333333;
	margin-top: 0px;
	padding-left: 20px;
}

.port {
	height: auto;
	width: 240px;
	padding: 5px;
	border: 1px dotted #40668D;
	clear: right;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.caption {
	color: #4166A1;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	line-height: 15px;
}


#text h2 {
	font-size: 14px;
	color: #40668D;
	margin-bottom: 5px;
	font-weight: bold;
}


body#home a#home,
body#web a#web,
body#work a#work,
body#about a#about,
body#contact a#contact,
body#faq a#faq
 {
	color: #F2BB2A;
	text-align: center;
	display: block;
	float: right;
	height: 30px;
	width: 100px;
	font-weight: bold;
	font-variant: normal;
	font-size: 14px;
}
label {
	font-weight: bold;
	padding-right: 5px;
	display: inline;
	vertical-align: top;
	line-height: 25px;
	width: 120px;
}
input {
	margin-bottom: 10px;
	border: 1px dashed #647E99;
}
#form1 input {
	display: block;
	vertical-align: top;
	margin-bottom: 5px;
}

legend {
	color: #43668C;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
fieldset {
	height: auto;
	width: 500px;
	border: 1px dashed #637D98;
}
#form1 label {
	margin-bottom: 5px;
	height: auto;
	width: 100px;
}
#text a, #text a:link, #text a:visited {
	color: #5F7994;
	font-variant: small-caps;
}
h2 {

	font-size: 14px;
	color: #40668D;
	margin-bottom: 5px;
	font-weight: bold;
}




/* Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 120px;
	height: 50px;
}

.hoverbox li
{
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	background-color: #FFFFFF;
}

.hoverbox .preview
{
	border-color: #000;
	width: 240px;
	height: 100px;
}
#form1 textarea {
	display: block;
	vertical-align: top;
	margin-bottom: 5px;
	border: 1px dashed #506987;
}
.right_logo {
	float: right;
}
.left_logo {
	float: left;
	height: 88px;
	width: 251px;
}

