/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #333;
	font-size: small;
}

h1, h2, p {
	margin-right: 50px;
	line-height: 130%;
}

h1 {
	font-size: 130%;
	margin-bottom: 15px;
}

h2 {
	font-size: 100%;
}

p {
	margin-bottom: 15px;
}

ul {
	list-style-type: none;
}

li {
	line-height: 130%;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.subText {
	color: #999;
}

#container {
	font-size: 86%;
	position: absolute;
	width: 990px;
}

p#copyright {
	clear: both;
	padding-top: 20px;
	padding-left: 60px;
	position: relative;
}

#logo {
	margin: 60px 0 0 915px;
	padding-bottom: 10px;
}

#menu {
	position: absolute;
	width: 180px;
	padding-left: 40px;
}

#main {
	position: absolute;
	left: 220px;
	overflow: visible;
}

.subPage {
	padding-left: 60px;
}

.subPage h1 {
	font-size: 100%;
}

.content {
	position: relative;
}

.colNews {
	float: left;
	width: 155px;
	border-right: 1px solid #fff;
	margin-right: 10px;
}

.newsStoryEnd {
	background: #fff url(../images/divider.gif) top right no-repeat;
}

.colNews h1, .colNews h2, .colNews p {
	margin-right: 10px;
}

.col200 {
	float: left;
	width: 200px;
}

.col220 {
	float: left;
	width: 220px;
}

.col330 {
	float: left;
	width: 330px;
}

.col400 {
	float: left;
	width: 400px;
}

.col440 {
	float: left;
	width: 440px;
}

.col660 {
	float: left;
	width: 660px;
}

.clear {
	clear: both;
}

#nav {
	list-style-type: none;
}

#nav a {
	display: block;
	width: 180px;
	height: 30px;
	background: #fff url(../images/nav.jpg) top left no-repeat;
	text-indent: -9999px;
	outline: 0;
}

#nav li#navHome a { background-position: 0px 0px; }
#nav li#navServices a { background-position: 0px -30px; }
#nav li#navHush a { background-position: 0px -60px; }
#nav li#navPortfolio a { background-position: 0px -90px; }
#nav li#navArchive a { background-position: 0px -120px; }
#nav li#navContact a { background-position: 0px -150px; }

#nav li#navHome a:hover { background-position: -180px 0px; }
#nav li#navServices a:hover, #nav li#navServices a.selected { background-position: -180px -30px; }
#nav li#navHush a:hover, #nav li#navHush a.selected { background-position: -180px -60px; }
#nav li#navPortfolio a:hover, #nav li#navPortfolio a.selected { background-position: -180px -90px; }
#nav li#navArchive a:hover, #nav li#navArchive a.selected { background-position: -180px -120px; }
#nav li#navContact a:hover, #nav li#navContact a.selected { background-position: -180px -150px; }

#nav li#nav_LI_0_1_1 a { background-position: 0px 0px; }
#nav li#nav_LI_0_2_1 a { background-position: 0px -30px; }
#nav li#nav_LI_0_3_1 a { background-position: 0px -60px; }
#nav li#nav_LI_0_4_1 a { background-position: 0px -90px; }
#nav li#nav_LI_0_5_1 a { background-position: 0px -120px; }
#nav li#nav_LI_0_6_1 a { background-position: 0px -150px; }

#nav li#nav_LI_0_1_1 a:hover { background-position: -180px 0px; }
#nav li#nav_LI_0_2_1 a:hover, #nav li#nav_LI_0_2_1 a.CMSListMenuLinkHighlighted { background-position: -180px -30px; }
#nav li#nav_LI_0_3_1 a:hover, #nav li#nav_LI_0_3_1 a.CMSListMenuLinkHighlighted { background-position: -180px -60px; }
#nav li#nav_LI_0_4_1 a:hover, #nav li#nav_LI_0_4_1 a.CMSListMenuLinkHighlighted { background-position: -180px -90px; }
#nav li#nav_LI_0_5_1 a:hover, #nav li#nav_LI_0_5_1 a.CMSListMenuLinkHighlighted { background-position: -180px -120px; }
#nav li#nav_LI_0_6_1 a:hover, #nav li#nav_LI_0_6_1 a.CMSListMenuLinkHighlighted { background-position: -180px -150px; }

#nav ul {
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 10px;
}

#nav ul a {
	display: inline;
	width: auto;
	height: auto;
	background-image: none;
	text-indent: 0;
}

#nav ul a:hover {
	color: #000;
}

#nav ul a.selected, #nav ul a.CMSListMenuLinkHighlighted, #clientNav a.selected, #clientNav a.CMSListMenuLinkHighlighted {
	color: #F60;
}

#homeNews {
	margin: 0 10px 50px 50px;
}

#homeNews p, #homeNews h1, #homeNews h3 {
	margin-right: 170px;
}

#homeCenter {
	position: relative;
	top: -110px;
	margin-bottom: -80px;
}

#subMenu {
	position: absolute;
	top: -30px;
	left: 60px;
}

#subNav {
	list-style-type: none;
}

#subNav li {
	float: left;
	margin-right: 5px;
}

#subNav a:hover {
	color: #000;
}

#subNav a.selected, #subNav a.CMSListMenuLinkHighlighted {
	color: #000;
}

#navImage {
	position: absolute;
	top: 300px;
	left: -170px;
}

.archiveMenu {
	margin-bottom: 15px;
	margin-right: 30px;
}

/* FORM STYLES */

.formHolder {
	margin-right: 24px;
	padding: 10px;
	background-color: #eee;
}

.formHolder ol {
	list-style-type: none;
}

.formHolder li {
	overflow: auto;
	margin-bottom: 5px; 
}

.formHolder label {
	float: left;
	width: 140px;
	padding: 2px 0;
}

.formHolder li.inpText input, .formHolder textarea {
	border: 1px solid #ccc;
	padding: 2px;
	background: #fcfcfc;
	width: 207px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.formHolder .btnHolder input {
	margin-left: 140px;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	font-size: 100%;
}
.formHolder .btnHolder input:hover {
	background: #fcfcfc;
	cursor: pointer;
}

.ErrorLabel {
	font-size: 86%;
	color: red;
}

