body {
	background-repeat: repeat;
	background-image: url(/images/background.png);
	margin: 0px;
}

#backgroundtop {
	height: 52px;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(/images/backgroundtop.png);
}

#header {
        margin: 10px;
}

#logo {
	margin-left: 10px;
	margin-top: 12px;
	float: left;
	height: 54px;
	width: 295px;
}

blockquote {
	padding: 10px 35px;
        line-height: 26px;
	margin-bottom: 3px;
	color: #676a6b;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/images/quote-left.png) no-repeat;
	font-style: italic;
}

#endquote {
    padding: 0px 30px 10px;
    margin-left:5px;
    width: 30px;
    height: 24px;
    background: url(/images/quote-right.png) no-repeat;
}

.ref-name {
    text-align:right;
    font-weight: bold;
}

hr {
    color: #b3b3b3;
    height: 1px;
    width: 100%;
    margin: 10px 0px 10px 0px;
}

.navlink:hover {
	text-shadow: 0px 1px black;
	float: left;
	margin-right: 7px;
	margin-left: 7px;
	text-decoration: none;
	text-transform: none;
	color: #FFAC09;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.navlink:active { /*ONCE THE NAVIGATIONAL LINKS ARE CLICKED.*/
	text-shadow: 0px 1px black;
	float: left;
	margin-right: 7px;
	margin-left: 7px;
	text-decoration: none;
	text-transform: none;
	color: #5e5f5f;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.navlink {
	text-shadow: 0px 1px black;
	margin-right: 7px;
	margin-left: 7px;
	float: left;
	text-decoration: none;
	text-transform: none;
	color: white;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.selected {
    color: #FFAC09;
}

h1 {
	margin-bottom: 10px;
	margin-top: 5px;
	text-shadow: 0px 1px white;
	color: black;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	margin-top: 0px;
	text-shadow: 0px 1px white;
	font-size: 24px;
	margin-bottom: 3px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

.infotext { /* THE BIGGER TEXT USED FOR INFORMATIONAL TEXT. */
	line-height: 32px;
	color: #707073;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.round_box {
    width: 220px; float:left; margin: 10px 30px 10px 20px; padding: 10px;
}

.round_box:hover {
    background: #FFAC09;
}

.featuredclient:hover {
    border-color: #FFAC09;
}

span {
	color: black;
}

a {
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	color: #0081C6;
}

#navmiddle {
	padding-bottom: 18px;
	background-repeat: repeat-x;
	padding-top: 18px;
	height: 57px;
	float: left;
	background-image: url(/images/navmiddle.png);
	list-style: none;
	display: inline;
	margin: 0px;
	padding-left: 0px;
}

#navmiddle li {
	display:inline;
	list-style: none;
}


#navright {
	height: 57px;
	width: 7px;
	float: left;
	background-image: url(/images/navright.png);
}

#navleft {
	height: 57px;
	width: 7px;
	float: left;
	background-image: url(/images/navleft.png);
}

#navigationcontainer {
	margin-top: 8px;
	height: 57px;
	float: right;
}

#slideshowcontainer{
        text-align: center;
        margin:auto;
}

#wrapper {
    max-width: 800px;
}

.icon {
        float:left;
	width: 32px;
	height: 32px;
        margin: 2px;
}

p {
	margin-top: 3px;
	line-height: 26px;
	margin-bottom: 3px;
	color: #676a6b;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.formbutton {
        margin: 10px;
	text-shadow: 0px 1px black;
	color: white;
	border-width: 0px;
	padding-bottom: 6px;
	padding-top: 6px;
	background-repeat: no-repeat;
	background-image: url(/images/buttons/1.png);
	height: 30px;
	width: 103px;
	text-align: center;
}

.formbutton:hover {
	color: white;
	border-width: 0px;
	background-image: url(/images/buttons/1hover.png);
	height: 30px;
	width: 103px;
}


.thickborder {
	border-color: #7b7b7b;
	border-style: solid;
	border-width: 4px;
}

#boxes img {
    margin-right:10px;
}

#footer {
    text-shadow: 0px 1px white;
    color: #686868;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 20px;
}

