@charset "UTF-8";
/* CSS Document */

img, div, a, input { behavior: url(/js/iepngfix.htc) }

/*Structural CSS*/
* {
	margin: 0;
}
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/bodybg.jpg);
	text-align: center;
}
.wrapper {
	background: url(../images/headerbg.png) repeat-x;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}
#container {
	background: url(../images/headerbg.jpg) repeat-x;
	min-height: 100%;
	position: relative;
}
#header {
	width: 950px;
	height: 160px;
	margin: 0 auto 0 auto;
	padding: 40px 0 0 0;
	text-align: left;
}
#header-logo {
	width: 369px;
	height: 121px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	float: left;
}
#header-right {
	width: 400px;
	float: right;
}
#header-links {
	color: white;
	text-align: right;
}
#header-links a:link {
	color: white;
	text-decoration: none;
}
#header-links a:visited {
	color: white;
	text-decoration: none;
}
#header-links a:hover {
	color: #EFFFD3;
	text-decoration: underline;
}
#header-signup {
	text-align: right;
}
#header-signup h3 {
	color: #CCFF00;
	display: block;
	margin: 20px 0 10px 0;
}
#header-rss {
	margin-top: 15px;
	text-align: right;
}
#header-rss a:link {
	color: white;
	text-decoration: none;
}
#header-rss a:visited {
	color: white;
	text-decoration: none;
}
#header-rss a:hover {
	color: #EFFFD3;
	text-decoration: underline;
}
.clearer {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
}
#body {
	width: 950px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#mainContent {
	width: 520px;
	padding: 4px 10px;
	background-color: transparent;
	float: left;
}
#clientContent {
	padding: 4px 10px;
	background-color: transparent;
}
#video {
	position: absolute;
	background: transparent;
	left: 372px;
	top: -31px;
	width: 420px;
	height: 300px;
	z-index: 1;
}

#Lsidebar {
	float: left;
	background-repeat: no-repeat;
	background-position: top;
	width: 185px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 0px;
}
.box-top {
	background-image: url(../images/menutop.png);
	background-position: top;
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
	padding: 0;
	height: 15px;
	width: 185px;
}
.box-body {
	background-image: url(../images/menubg.png);
	padding: 0 20px 0 20px;
	margin: 0 0 0 0;
	width: 145px;
}
.box-body h2 {
	margin: 0 0 10px 0;
}
.box-bottom {
	background-image: url(../images/menubottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0;
	padding: 0px;
	text-align: left;
	height: 25px;
	width: 185px;
}
#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	margin: 0px 0px 10px 0px;
	padding: 0;
}
#menu a {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 0.8em;
	display: block;
	padding: 3px 0 3px 8px;
	width: 130px;
}
#menu a:link {
	color: #000;
	text-decoration: none;
	border-left: 5px solid #000;
} 
#menu a:visited{
	color: #000;
	text-decoration: none;
	border-left: 5px solid #000;
} 
#menu a:hover {
	color: #FF6600;
	border-left: 5px solid #FF6600;
}
#menu a:active {
	color: #FF6600;
	border-left: 5px solid #FF6600;
}
#menu #current a {
	color: #990000;
	text-decoration: none;
	border-left: 5px solid #990000;
}

	
#Rsidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin 0;
}

.footer, .push {
    height: 56px;
}

#footerContainer {
	background-image: url(../images/footerbg.gif);
	width: 100%;
	padding-top: 20px;
	text-align: center;
	color: black;
	font-size: 12px;
	height: 36px;
}
#footerContainer a:link {
	color: black;
	text-decoration: none;
}
#footerContainer a:visited {
	color: black;
	text-decoration: none;
}
#footerContainer a:hover {
	text-decoration: underline;
}

/* text elements */
hr {
	color: #0060A1;
	background-color: #0060A1;
	height: 1px;
	width: 75%;
	text-align: center;
}
h1 {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: italic;
	display: block;
	margin: 20px 0 10px 0;
}

h2 {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	display: block;
	margin: 20px 0 10px 0;
}

h3 {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	display: block;
	margin: 20px 0 5px 0;
}

h4 {
	color: #000;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	display: block;
	margin: 20px 0 0 0;
}

/*classes */
.newsletter { 
	 background-color: transparent;
	 border: 1px solid #FFFFFF;
	 color: #FFFFFF;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 height: 20px;
	 width: 180px;
}
.submit {
	background-color: #EFFFD3;
	color: #000;
	height: 22px;
}
#clientlogin #userID {
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	margin-bottom: 7px;
}
#clientlogin #password {
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	margin-bottom: 7px;
}
ol {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-left: 20px;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-left: 20px;
}

.lightgrey {
	color: #666666;
	font-style: italic;
}
.bodytext th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-align: right;
	font-weight: normal;
}
.bodytext td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	text-align: left;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	text-align: left;
}
.error-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 350px;
	margin: 10px auto 15px auto;
	padding: 7px;
	background-color: #ffffe5;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	color: red;
	font-weight: bold;
	text-align: left;
}
.error-box h4 {
	margin: 0;
}
.message {
	text-align: center;
	padding: 100px 0;
}
.blog {
	text-align: left;
	margin: 0px 0px 20px 0;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #aaaaaa;
}
.blog h3 {
	margin: 0px;
}
.blog h3 a:link {
	color: #990000;
	text-decoration: none;
}
.blog h3 a:visited {
	color: #990000;
	text-decoration: none;
}
.blog h3 a:hover {
	color: blue;
	text-decoration: underline;
}
.blog h2 {
	margin: 0px;
}
.blog-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 10px;
}
.blog-comments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	margin-top: 10px;
}
.pagination {
	background: url(../images/pagination.png) no-repeat;
	height: 27px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 13px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: right;
}
.recent-news {
	font-size: 13px;
	margin: 0 0 10px 5px;
	padding: 0 0 0 10px;
}
.recent-news a:link {
	color: blue;
	text-decoration: none;
}
.recent-news a:visited {
	color: purple;
	text-decoration: none;
}
.recent-news a:hover {
	text-decoration: underline;
}
.comments {
	margin: 0px 0px 20px 0;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #aaaaaa;
}
.comment {
	margin: 0 0 15px 0;
}
.comment-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin: 0;
	text-align: right;
}
.return {
	text-align: right;
	margin-bottom: 10px;
}
#clientText {
	padding: 0px;
	float: left;
	width: 450px;
}
#clientPages {
	padding: 0px;
	float: right;
	width: 450px;
}
#clientNav {
	display: block;
	float: right;
	width: 64px;
	text-align: right;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
.sitebox {
	background: url(../images/sitebox_top.png) no-repeat top;
	float: left;
	width: 160px;
	margin: 0px 0px 10px 10px;
	padding: 0px;
}
.sitebox-inner {
	background: url(../images/sitebox_bottom.png) no-repeat bottom;
	padding: 10px;
}
#feedback {
	background: url(../images/feedback_bg.png);
	padding: 10px;
	margin-top: 40px;
}
#feedback h3 {
	margin: 0px;
}
#feedback-form {
	float: left;
	width: 600px;
}
#feedback-list {
	float: left;
	width: 300px;
	margin-left: 20px;
}
.newsletter-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	margin-top: 10px;
	padding-top: 5px;
	border-top: solid 1px #666666;
}
.newsletter-list {
	margin-bottom: 5px;
}
.newsletter-link a {
	font-weight: bold;
}