body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 62.5%;
	background-attachment: fixed;
	background-image: url(../images/site-background.jpg);
	background-position: center top;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #CC1D0A;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #CC1D0A;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
}
form {
	margin:0px;
}
hr {
	height: 1px;
	color: #E5E5E5;
}
sup {
	font-size: 0.9em;
	color: #999999;
	font-weight: bold;
}
a:link {
	color: #CC1D0A;
	text-decoration: none;
}
a:visited {
	color: #CC1D0A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	color: #CC1D0A;
	text-decoration: none;
}

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}
#login {
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 1em;
	color: #FFFFFF;
	padding: 5px;
	text-align: right;
	height: 20px;
}
#login .textfield {
	width: 150px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1em;
	border: 1px solid #CCCCCC;
	background-image: url(../images/textfield-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#login #ClientLoginSubmit {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1em;
	border: 1px solid #FFFFFF;
	background-color: #CC1D0A;
	color: #FFFFFF;
	font-weight: bold;
}
#loginleft {
	padding-top: 2px;
	font-size: 1em;
	float: left;
}
#loginright {
	padding-top: 2px;
	font-size: 1em;
	float: right;
}
#login a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#login a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#login a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
#login a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#header {
	background-color: #CC1D0A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 150px;
}
#body {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	overflow: hidden;
}
#nav {
	width: 210px;
	background-color: #000000;
	color: #FFFFFF;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li a {
	color: #FFFFFF;
	display: block;
	padding: 8px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	height: 18px;
}
#nav ul li a:visited {
	color: #FFFFFF;
}
#nav ul li a:hover { /*hover state CSS*/
	color: #FFFFFF;
	background-color: #666666;
}
#nav .level2 a {
	color: #FFFFFF;
	background-color: #CC1D0A;
	display: block;
	padding: 5px;
	padding-left: 20px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	height: 18px;
}
#nav .level2 a:visited {
	color: #FFFFFF;
}
#nav .level2 a:hover { /*hover state CSS*/
	color: #FFFFFF;
	background-color: #666666;
}


#nav .level3 a {
	color: #CC1D0A;
	background-color: #CCCCCC;
	display: block;
	padding: 5px;
	padding-left: 40px;
	text-decoration: none;
	font-weight: bold;
	height: 18px;
}
#nav .level3 a:visited {
	color: #CC1D0A;
}
#nav .level3 a:hover { /*hover state CSS*/
	color: #FFFFFF;
	background-color: #666666;
}
#nav .currentmain a {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #CC1D0A;
}
#nav .currentmainnoarrow a {
	background-color: #CC1D0A;
}
#nav .current a {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;

}
#content {
	width: 769px;
	float: right;
	background-color: #FFFFFF;
}

#search {
	background-color: #E5E5E5;
	padding: 7px 6px 6px;
	clear: both;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 21px;
}
#search #SearchBox {
	width: 150px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1em;
	border: 1px solid #999999;
	background-image: url(../images/textfield-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#search #SiteSearchSubmit {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1em;
	border: 1px solid #FFFFFF;
	background-color: #CC1D0A;
	color: #FFFFFF;
	font-weight: bold;
}
#text {
	width: 568px;
	float: left;
	padding: 10px;
	font-size: 1.2em;
}
#featurestory {
	padding: 10px;
	background-color: #E5E5E5;
	margin-top: 10px;
	overflow: hidden;
}
#featurestory .FeatureStoryImage {
	float: left;
	margin-right: 10px;
	border: 3px solid #FFFFFF;
}
#featurestory1 {
	width: 275px;
	float: left;
	margin-top: 10px;
	overflow: hidden;
}
#featurestory1 .FeatureStoryImage {
	float: left;
	margin-right: 10px;
	border: 3px solid #E5E5E5;
}
#featurestory2 {
	width: 275px;
	float: right;
	margin-top: 10px;
	overflow:hidden;
}
#featurestory2 .FeatureStoryImage {
	float: left;
	margin-right: 10px;
	border: 3px solid #E5E5E5;
}
#nextsteps {
	float: right;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 176px;
}
#nextsteps .image {
	border: 3px solid #E5E5E5;
}
#nextsteps ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.email {
	background-image: url(../images/email.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	padding-left: 25px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
.print {
	background-image: url(../images/print.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	padding-left: 25px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
.share {
	background-image: url(../images/share.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	padding-left: 25px;
	line-height: 30px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
.document {
	background-image: url(../images/documents.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	padding-left: 25px;
	line-height: 30px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
.links {
	background-image: url(../images/links.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	padding-left: 25px;
	line-height: 30px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
.sharelinks {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 15px;
	margin-left: 25px;
	line-height: 20px;
}
.sharelinks-digg {
	background-image: url(../images/digg.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 25px;
	margin-left: 25px;
	line-height: 20px;
}
.sharelinks-delicious {
	background-image: url(../images/delicious.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 25px;
	margin-left: 25px;
	line-height: 20px;
}
.sharelinks-reddit {
	background-image: url(../images/reddit.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 25px;
	margin-left: 25px;
	line-height: 20px;
}
.sharelinks-facebook {
	background-image: url(../images/facebook.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 25px;
	margin-left: 25px;
	line-height: 20px;
}
.sharelinks-stumbleupon {
	background-image: url(../images/stumbleupon.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 25px;
	margin-left: 25px;
	line-height: 20px;
}
.list {
	margin-top: 10px;
	overflow:hidden;
}
.list .FeatureStoryImage {
	float: left;
	margin-right: 10px;
	border: 3px solid #E5E5E5;
}
.seperator {
	clear: both;
}
#othernews1 {
	width: 275px;
	float: left;
	margin-top: 10px;
	overflow: hidden;
	list-style-type: none;
	margin-left: 0px;
}
#othernews1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#othernews1 li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 15px;
}
#othernews2 {
	width: 275px;
	float: right;
	margin-top: 10px;
	overflow:hidden;
	list-style-type: none;
	margin-left: 0px;
}
#othernews2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#othernews2 li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 15px;
}
#breadcrumb {
	font-size: 0.8em;
}
#breadcrumbfooter {
	font-size: 0.8em;
	padding: 5px;
	background-color: #EFEFEF;
	clear: both;
	height: 15px;
}

#clientoption {
	width: 568px;
}
.clientloginoption {
	float: left;
	width: 106px;
	text-align: center;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 10px;
}
.clientloginoption .YourPressReleases {
	border: 3px solid #E5E5E5;
	margin-bottom: 5px;
}
#clientdownloads {
	margin-bottom: 10px;
}
#clientdownloads .column1 {
	width: 40%;
}
#clientdownloads .column2 {
	width: 15%;
}
#clientdownloads .column3 {
	width: 15%;
}
#clientdownloads .column4 {
	width: 15%;
}
#clientdownloads .column5 {
	width: 15%;
}
#clientdownloads th {
	background-color: #E5E5E5;
}
#clientdownloads td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
}
#clientdownloads tr:hover {
	background-color: #FFF0F0;
}
#banners {
	width: 180px;
	float: right;
	background-color: #000000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}
#banners p {
	padding: 0px;
	margin: 0px;
}
#banners img {
	margin-bottom: 5px;
	border: 3px solid #FFFFFF;
}
#mailinglist {
	clear: both;
	background-color: #E5E5E5;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 6px 6px 7px;
	height: 19px;
}
#mailinglist #EmailAddress {
	width: 150px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1em;
	border: 1px solid #999999;
	background-image: url(../images/textfield-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#mailinglist #MailingListSignupSubmit {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1em;
	border: 1px solid #FFFFFF;
	background-color: #CC1D0A;
	color: #FFFFFF;
	font-weight: bold;
}
#footer {
	background-color: #CC1D0A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
	text-align: right;
	height: 73px;
	font-size: 1em;
	color: #FFFFFF;
	vertical-align: middle;
	clear: both;
}
#footerlogo {
	float: left;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
	text-decoration: underline;
}
#bottomlinks {
	background-color: #000000;
	padding: 5px;
	clear: both;
	color: #FFFFFF;
	height: 15px;
}
#bottomlinks #companyreg {
	float: left;
	background-color: #000000;
}
#bottomlinks #quicklinks {
	float: right;
	background-color: #000000;
}
#bottomlinks a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#bottomlinks a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#bottomlinks a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
#bottomlinks a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#clock {
	float: right;
	font-size: 0.9em;
	color: #BCBCBC;
	margin-top: 4px;
}
.textfield {
	width: 300px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1em;
	border: 1px solid #CCCCCC;
	background-image: url(../images/textfield-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.msg {
	color: #CC0000;
}