@charset "utf-8";
/* 
#28283c dark blue/grey
#e16432 orange
*/

body {
	color: #5f5f68;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
}

a:link, a:active, a:visited {
	color: #0000CC;
	text-decoration: underline;
}

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

/*.yui-t6 #yui-main .yui-b {
	margin-right: 21em;
}

.yui-t6 .yui-b {
	width: 20em;
} */

#fullheader {
	height: 90px;
	width: 100%;
	background-color: #28283c;
	color: #FFFFFF;
	border-top-width: 3px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #e16432;
	border-right-color: #e16432;
	border-bottom-color: #e16432;
	border-left-color: #e16432;
	margin-bottom: 25px;
}

#fullfooter {
	height: 25px;
	width: 100%;
	background-color: #28283c;
	color: #FFFFFF;
	border-top-width: 3px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #e16432;
	border-right-color: #e16432;
	border-bottom-color: #e16432;
	border-left-color: #e16432;
	font-size: 11px;
	padding-top: 8px;
}

#hd, #ft {
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	width: 974px;
}

#header_menu {
	float:right;
	padding-top: 35px;
	padding-right: 20px;
}

#header_lc {
	position: absolute;
	margin-top: 25px;
	margin-left: 0px;
}

#title_img {
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
}

#tag_img {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 0px;
	clear: both;
}

#tag2 {
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 10px;
	clear: both;
}

.yui-g {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #b4b4bb;
	border-right-color: #b4b4bb;
	border-bottom-color: #b4b4bb;
	border-left-color: #b4b4bb;
	padding-top: 35px;
	padding-bottom: 25px;
}

.topsection {
	border-bottom-style: solid;
	padding-top: 0px;
}

.topsection img {
	float:left;
	clear: both;
}

.sidebar {
/*	background-image: url(/img/bgSide.jpg);
	background-repeat: repeat-y; */
	left: -13px;
}

.topsection p {
	padding-bottom: 8px;
}

.columns p {
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 0px;
	line-height: 18px;
	width: 275px;
	color: #000000;
}

.single_column p {
	width: 100%;
}

.single_column form, .single_column p, .single_column ul, #loginform form, #clientportal table {
	margin-left: 10px;
}

.columns .smallp {
	margin-bottom: -7px;
}

#contactform p, #loginform p {
	line-height: 16px;
}

.columns ul {
	padding-top: 0px;
	margin-top: -10px;
	margin-bottom: 10px;
	color: #e16432;	
}

.columns li {
	list-style-type: disc;
	padding-left: 15px;
	list-style-position: inside;
	line-height: 18px;
}

.single_column {
	width: 95%;
}

.sidebar p,.sidebar h1,.sidebar h2,.sidebar h3,.sidebar h4,.sidebar h5,.sidebar h6, .sidebar ul {
	font-size: 11px;
	line-height: 15px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	width: 230px;
	color: #5f5f68;
}

.sidebar ul {
	padding-top: 0px;
}

.sidebar li {
	padding-left: 10px;
}

.sidebar h1,.sidebar h2,.sidebar h3,.sidebar h4,.sidebar h5,.sidebar h6 {
	font-weight: bold;
}

.newsitem {
	padding-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #b4b4bb;
	border-right-color: #b4b4bb;
	border-bottom-color: #b4b4bb;
	border-left-color: #b4b4bb;
	background-image: url(/img/bgSide.jpg);
	background-repeat: repeat-y;
}

.orange {
	color: #e16432;
}

.black {
	color: #000000;
}

.center {
	text-align:center;
}

#contactform, #loginform {
	width: 350px;
	line-height: 22px;
}

#loginform {
	border: 1px solid #b4b4bb;
	width: 85%;
	padding: 12px;
	padding-top: 25px;
}

#contactform label, #loginform label {
	float: left;
	width: 150px;
	clear: both;
}

#loginform label {
	width: 100px;
}

#contactform input, #loginform input {
	margin-top: 2px;
	margin-bottom: 2px;
}

#contactform #submit, #loginform #submit {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#contactform textarea {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 310px;
}

h1, h2, h3, h4, h5 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-top: -10px;
	padding-bottom: 8px;
}

h2 {
	padding-top: 8px;
	font-size: 14px;
}

td {
	padding: 4px;
	border: 1px solid #b4b4bb;
}

table {
	margin-bottom: 10px;
}

em {
	font-style: italic;
}
