/* CSS Document */

* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html, body {
	height: 100%;
}
body    {
    background: #CDCDE7 url(images/back.jpg) 0 repeat-x; 
    background-position: top;
    text-align: center;
}
.wrapper {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
} 
.home  {
    width: 800px;
    height: 17px;
    text-align: right;
    font: 10pt helvetica;
    color: #ffffff;
    float: left;
}
.header {
    background: #ffffff url(images/header-back.jpg);
    width: 800px;
    height: 95px;
    padding-top: 0px;
    text-align: right;
    float: left;
}
.menu  {
    width: 800px;
    height: 20px;
    background: #1A323D;
    float: left;
    text-align: center;
}
.flash  {
    width: 800px;
    height: 180px;
    float: left;
}
.bottom {
    background: #fff url(images/bottombackground.jpg) no-repeat;
    width: 800px;
    height: 180px;
    float: left;
    color: #688d6d;
    z-index: 1;
}
ul.front {
    padding: 11px 0 0 0;
    vertical-align: top;
	float: left;
}
li.front {
	padding: 10px 0 0 20px;
	font: 10px arial,sans-serif;
	float: left;
	list-style: none;
}
.bottom li span {
	color: #688d6d;
	font-weight: bold;
}
.bottom-color {
    color: #688d6d;
    font-weight: bold;
}
.leftcol  {
    width: 200px;
    float: left;
    height: 180px;
    z-index: 4;
}
.middlecol  {
    width: 380px;
    float: left;
    height: 180px;
    z-index: 4;
}
.middle-text {
    padding: 15px 30px 0 30px;
    font: 13px trebuchet;
    color: #808080;
    font-style: italic;
    text-align: center;
}
.rightcol  {
    width: 220px;
    float: left;
    height: 180px;
    z-index: 4;
}
.footer  {
    width: 800px;
    float: left;
    text-align: center;
}
.content-left {
    width: 440px;
    background-color: #ffffff;
    float: left;
     padding: 0 0 25px 0;
}
.content-right {
    width: 360px;
    float: left;
    background-color: #FEF7D4;
    padding: 0 0 25px 0;
}
#content {
    width: 800px;
    float: left;
    background-color: #ffffff;
}
.content-test {
    width: 800px;
    float: left;
    background-color: #ffffff;
}
#contentgrey {
    width: 800px;
    float: left;
    background-color: #FEF7D4;
}

.content50 {
    width: 800px;
    float: left;
    padding: 0 50px 0 50px;
    background-color: #ffffff;
}
.portcontleft {
    width: 300px;
    float: left;
    padding: 0 0 20px 100px;
}
.portcontright {
    width: 300px;
    float: left;
    padding: 0 100px 20px 0;
    text-align: right;
}
.fivefifty {
    width: 550px;
    float: left;
    background-color: #ffffff;
    padding: 0 0 25px 0; 
}
.twofifty {
    width: 250px;
    float: left;
    background-color: #FEF7D4;
    padding: 0 0 25px 0;
    text-align: right;
}
.button {
    border:none; background-color:#202020; 
    font-family: Arial; font-size: 10px;
    width: 70px;
    height: 20px;
    color: #ffffff; 
    text-decoration: none; 
    font-weight: bold;
    margin: 0;
}

/*    font-family: Arial; 
    font-size: 10px;
    color: #000; 
    text-decoration: none; 
    font-weight: bold;
    vertical-align: middle;*/
}
.searchbutton-new {
    position: relative;
    float: right;
    border: none;
}
input {
    height: 12px; 
    font-family: 
    Arial; color:#000000; 
    font-size:10px;
    text-decoration:none; 
    font-style: normal; 
    font-weight: normal;
}
.1search {
    height: 10px; 
    font-family: 
    Arial; color:#000000; 
    font-size:10px;
    padding-top: 5px;
    text-decoration:none; 
    font-style: normal; 
    font-weight: normal;
}
.searchbutton {
    position: relative;
    float: right;
    border:none;
    background-image: url(images/search.gif);
    background-color: #000000; 
    height: 18px;
    width: 48px;
}
.searchbuttonIE {
    position: relative;
    float: right;
    border:none;
    background-image: url(images/search.gif);
    background-color: #000000; 
    height: 18px;
    width: 48px;
    margin-left: 25px;
}

.searchbg {
    float: right;
    background: url(images/searchbox.gif) no-repeat;
    width: 159px;
    height: 18px;
    display: block;
    border: 0;
}
.search_field {
    position: absolute;
    border: 0;
    padding: 3px 0 0 0;
    width: 92px; 
    height: 16px; 
    background-color: transparent;
}
.searchbgIE {
    float: right;
    background: url(images/searchbox.gif) no-repeat;
    width: 159px;
    height: 18px;
    display: block;
    border: 0;
    margin-right: 70px;
}
.search   {
    position: relative;
    padding: 0;
    margin-top: 4px;
}
.searchreturn   {
    float: left;
    padding: 0 20px 0 40px;
}
.copyright {
    font-family: Arial; 
    font-size:10px; 
    color:#1C1C1C;
}

.copy2{font-family:Arial; font-size:10px; color:#808080;}

a {
	font-family: Arial;
	font-size: 10px;
	color: #202020;
	text-decoration: none;

}
a:hover {
	color: #005284;
	text-decoration: underline;
}
a.breadcrumbs {
	color: #ffffff;
	font-size: 9px;
	text-decoration: none;
}
a.breadcrumbs:link,a.breadcrumbs:visited {
	color: #ffffff;
	font-size: xx-small;
	text-decoration: none;
}
a.breadcrumbs:hover, a.breadcrumbs:active {
	color: #202020;
	font-size: xx-small;
}

#nav {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 20px;
	width: 800px;
	background: #1A323D;
}
#nav li {
	position: relative;
	padding: 0px 0px 3px 90px;
	color: #ffffff;
	font: 12px arial,helvetica,sans-serif;
	font-weight: bold;
	vertical-align: middle;
	cursor: default;
	display: inline;
	z-index: 5;
}
#nav ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	padding: 17px 0 0;
	display: none;
}
* html #nav ul {
	padding: 18px 0 0;
}
/* The next section sets the position of the dropdown */
#nav li:hover ul, #nav li.over ul {
    padding-top: 18px;
    padding-left: 10px;
	display: block;
}
#nav ul li {
	padding: 0 0 0 20px;
	text-align: left;
	display: block;
}
#nav li.first {
	padding: 0 0 3px 0px;
}
#nav li.first ul li {
	padding: 0;

/* The next section sets the size color and border for the dropdown boxes */
}
#nav ul li a {
	width: 140px;
	padding: 5px;
	color: #fff;
	font: 11px arial,sans-serif;
	background: #33505E;
	border-bottom: 1px solid #fff;
	display: block;
}
#nav ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #4283A1;
}
.clear {
	clear: both;
}
.center {
    text-align: center;
    padding-top: 15px;
}
p   {
    font: 13px/20px trebuchet;
    color: #404040;
    padding-top: 5px;
}
p.contact   {
    font: 13px/20px trebuchet;
    color: #404040;
    padding-top: 5px 10px 10px 45px;
}
p.red   {
    font: 13px/20px trebuchet;
    color: #cc0000;
    padding-top: 5px 10px 10px 45px;
}
p.column {
    font: 13px/20px trebuchet;
    color: #404040;
    padding: 15px 10px 0 45px;
}
.twofifty p.column {
    font: 13px/20px trebuchet;
    color: #404040;
    padding: 15px 15px 0 25px;
}
p.columnhead {
    font: 13px trebuchet;
    color: #404040;
    padding: 15px 15px 0 45px;
    font-weight: bold;
}
p.portfolio {
    font: 13px/20px trebuchet;
    color: #808080;
    letter-spacing: 2.0em;
    padding: 25px 0 0 0;
}
ul {
    padding: 10px 20px 0 20px;
    vertical-align: top;
}
li {
	padding: 5px 0 0 40px;
	font: 11px/20px arial,sans-serif;
	list-style: none;
	color: #404040;
}
ol {
    padding: 10px 0 0 90px;
    vertical-align: top;
}
ol li {
	font: 11px/20px arial,sans-serif;
	color: #404040;
	list-style: decimal;
	list-style-position: outside;
	padding: 0 20px 0 0;
}
.content-test ul {
    padding: 5px 0 10px 250px;
    vertical-align: top;
}
.content-test li {
	font: 11px arial,sans-serif;
	list-style: none;
	color: #404040;
	padding-top: 0;
	font-style: italic;
}
.headline {
    background-color: #F8E89D;
    height: 25px;
    color: #A99640;
    font: 15px trebuchet;
    font-weight: bold;
    padding: 5px 10px 0 10px;
    border-bottom: 1px solid #E1CE77;
}
.topspace {
    padding-top: 30px;
    background-color: #fff;
}
img {
    border: 0;
}
.right {
    float: right;
}
.lightbulb {
    padding: 5px 0 0 5px;
    float: right;
}
.case {
    float: right;
    padding-right: 60px;
}
.box {
    padding: 0 5px 0 0;
    float: left;
}
.left {
    float: left;
}
.right-middle {
    float: right;
    vertical-align: middle;
}
.left-middle {
    float: left;
    vertical-align: middle;
}
.flashpage {
    width: 150px;
    float: left;
    padding: 0 20px 20px 0;
}
.flashpage-first {
    width: 150px;
    float: left;
    padding: 0 20px 20px 70px;
}
form {
    padding-right: 10px;
}
.center {
    text-align: center;
}
.alignleft {
    text-align: left;
}
.testimonial {
    padding: 0 0 0 250px;
}
.site {
    width: 300px;
    float: left;
    padding-left: 100px;
}
.site2 {
    width: 300px;
    float: left;
    padding-left: 100px;
}
.bottomspace {
    padding-bottom: 100px;
}
label {
    float: left;
    width: 70px;
    font: 13px/20px arial,sans-serif;
    color: #404040;
    text-align: right;
    padding-right: 10px;
    padding-left: 45px;
}