/* GENERAL */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background: url(../images/bgPattern.gif) #ffffff repeat;
	color: #5a5f69;
	font: normal 13px/18px 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif;
	text-align: center;
	height: 100%;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #007db3;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #cb1009;
	font-weight: normal;
	text-decoration: underline;
}

a.selected {
	color: #cb1009;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
	color: #5a5f69;
}

p {
	padding: 0;
	margin: 10px 0 10px 0;
}

ul {
	list-style-image: url(../images/bullet_red.gif);
}

ol {
	list-style-image: none;
}


li {
	padding: 0 5px 15px 0;
}

ul ul {
	list-style-type: circle;
	list-style-image: none;
	padding: 5px 0 0 0;
}

li li {
	padding: 0 5px 3px 0;
}

dl {
	padding: 0;
	margin: 10px;
}

dt {
	font-weight: bold;
	color: #cb1009;
}

dd {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 10px;
	padding: 0;
	color: #cb1009;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}

blockquote {
	margin: 0 0 5px 0;
	padding: 20px 10px 0 10px;
	font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}

cite {
	margin: 0;
	padding: 0 10px 8px 20px;
	font: normal 11px/14px 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: #cb1009;
}

/* HEADER */

#header_home {
	width: 960px;
	height: 355px;
	background: url(../images/grey_bar_top.gif) #ffffff no-repeat bottom left;
	margin: 0 4px 0 4px;
}

#header_inner {
	width: 960px;
	height: 292px;
	background: url(../images/grey_bar_top.gif) #ffffff no-repeat bottom left;
	margin: 0 4px 0 4px;
}

#client_login {
	background: #ffffff;
	padding: 5px 0 0 0;
}

/* CONTENT */

#page {
	width: 968px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	background: url(../images/border.gif) #66737c repeat-y;
}

* html #page {
	height: 100%;
}

#popup_page {
	margin: 0 auto;
	min-height: 100%;
}

* html #popup_page {
	height: 100%;
}

#popup_content {
	margin: 0;
	padding: 0;
	text-align: left;
	background: #ffffff;
}

#content {
	padding: 0 14px 100px 14px;
}

#col_left {
	display: inline;
	float: left;
	width: 635px;
}

#col_left p {
	padding: 0 10px 8px 10px;
}

#col_right {
	display: inline;
	float: right;
	width: 297px;
}

/* FOOTER */

#nonfooter {
	position: relative;
	min-height: 100%;
}

* html #nonfooter {
	height: 100%;
}
	
#footer {
	position: relative;
	margin: -45px auto 0 auto;
	width: 960px;
	height: 45px;
	color: #666666;
	background: #d5d5d5;
	text-align: center;
	font: normal 10px/11px 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif;
}

/* FOOTER offset hack for IE */
* html #footer {
	margin-top: -30px;
}

#footer_nav {
	padding: 10px 0 5px 0;
}
	
#footer p {
	padding: 0 15px 0 15px;
	margin: 0 0 5px 0;
}

#footer a {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

#footer a:hover {
	color: #cb1009;
	text-decoration: none;
}

/* CLASSES */

.clear {
	clear: both;
}

.captcha {
	display: block;
	margin: 5px 0 5px 0;
	border: 1px solid #666666;
}

.hide {
	position: absolute;
	left: -10000px;
}

.right {
	display: inline;
	float: right;
}

.left {
	display: inline;
	float: left;
}

.pull {
	width: 150px;
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 0 0 10px 10px;
	font-size: 11px;
}

.testimonial {
	margin: 0 0 0px 0;
	height:200px;
	background: url(../images/quote.gif) no-repeat top right;
}

.clientlist {
	display: block;
	text-align: center;
}

.thumb {
	margin: 20px 10px 30px 10px;
}

.line {
	margin: 8px 0 8px 0;
	padding: 0;
	border-bottom:1px solid #e3e1e1;
	border-top: 1px solid #e3e1e1;
	border-left: 0;
	border-right: 0;
	line-height: 0;
	height:3px;
	clear: both;
}

.more {
	padding: 8px 0 8px 0;
}

strong.highlight {
	font-style: normal;
	font-weight: normal;
	color: #cb1009;
}

dd.data {
	padding-top: 5px;
}

.txtSmall {
 	font-size: 10px;
 	line-height: 12px;
 }

.sideBox {
	border: 1px solid #cccccc;
	padding: 10px;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 10px;
}

.sideBox p {
	padding: 0;
	margin: 12px 0 5px 0;
}

.sideBox ul {
	list-style-image: url(../images/bullet_squarebluearrow.gif);
	padding: 0 0 0 20px;
	margin: 5px;
}

.sideBox ul.facts {
	list-style-image: url(../images/bullet_redarrow.gif);
}

.sideBox li {
	padding: 0 5px 5px 0;
	margin: 0;
}

.sideBox ul.facts li {
	padding: 0 5px 10px 0;
	margin: 0;
}

.sideFlash {
	margin-bottom: 10px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

 .clearfix {
display: inline-block;
}  

 /* Targets IE Win \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
 /* Targets IE Win */

/* FORMS */

form {
	margin: 2px 0 2px 0;
	padding: 0;
	font-size: 11px;
}

input.[type="text"] {
	color: #4c4c4c;
	border: 1px solid #999999;
	padding: 2px;
}

input.textfield {
	color: #4c4c4c;
	border: 1px solid #999999;
	padding: 2px;
}

input.textfield.required {
	color: #4c4c4c;
	border: 1px solid #cb1009;
	padding: 2px;
}

input.[type="button"] {
	border: 1px solid #5a5f69;
	padding: 3px;
	margin: 10px 0 10px 0;
	background: #cb1009;
	color: #ffffff;
	font-size: 11px;
	letter-spacing: .25em;
}

input.button {
	border: 1px solid #5a5f69;
	padding: 3px;
	margin: 10px 0 0px 0;
	background: #cb1009;
	color: #ffffff;
	font-size: 11px;
	letter-spacing: .25em;
}

input.button:hover {
	border: 1px solid #666666;
	background: #ec120a;
}

input.imgbutton {
	border: 0;
	padding: 8px 0 4px 0;
}

.radio {
	border: 0;
	padding: 0;
}

input.checkbox {
	border: 1px solid #cccccc;
	padding: 2px;
}

input[type="checkbox"] {
	border: 1px solid #cccccc;
	padding: 2px;
}

select {
	color: #4c4c4c;
	border: 1px solid #999999;
	padding: 2px;
	min-width: 200px;
}

textarea {
	color: #4c4c4c;
	border: 1px solid #999999;
	padding: 2px;
	margin: 0 0 10px 0;
}

label {
	display: block;
	padding: 0;
	margin: 10px 0 0 0;
}

fieldset {
	display: block;
	margin: 0;
	border: 0;
	padding: 10px;
	background: #f8f8f8;
}

.sphoto
{
    FLOAT: left;
    MARGIN: 0px 8px 5px 2px;
    WIDTH: 105px;
    valign: bottom
}
.title
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    PADDING-BOTTOM: 0px;
    COLOR: #cb1009;
    PADDING-TOP: 0px
}
.newsDiv
{
    WIDTH: 550px;
}
.newsStoryDate
{
    COLOR: #cc0000;
}
.newsStoryTitle
{
 	FONT-WEIGHT: bold;   
    COLOR: #5a5f69;
}
.newsStorySub
{
	FONT-STYLE: italic;
    COLOR: #5a5f69;
}



/* END SCREEN STYLE */
