html { 
	overflow: -moz-scrollbars-vertical !important; 
}

body {
	padding: 0px;
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

a, a:link, a:visited {
	text-decoration: none;
	color: red;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	font-size: 12px;
}


form {
	padding: 0px;
	margin: 0px;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

table {
	margin:0px;
	padding: 0px;
	border: 0px;
}
td{
	vertical-align: top;;
}

#page_container {
	text-align: center; /* get IE6 to center */
}

#content_container {
	width: 934px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}

#header_container {
	height: 113px;
}

#main_content_container {
	margin: 20px 0 20px 0;
}


.col-1-2-3 {
	background-color: #FFFFFF;
	
}

.col-2-3 {
	background-color: #FFFFFF;
	background-image: url(../img/bg/bg_content_right_col.gif);
	background-repeat: repeat-y;	
}

.col-2 {
	background-color: #FFFFFF;
}

#col_1 {
	padding-left: 19px;
	padding-right: 19px;
}

#col_2 {
	padding-left: 20px;
	padding-right: 20px;
}

/* list styles */
#col_2 ul li {
	list-style-image: url(../img/icons/right_arrow.gif);
	vertical-align: middle;	
}

#col_3 {
	padding-left: 19px;
	padding-right: 19px;
}

#block_1 {
	background-image: url(/img/bg/3_block_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

#block_2 {
	padding: 0 0 15px 0;
	margin: 0 0 25px 0;
}


#block_2.nomargin {
	padding: 0;
	margin: 0;
}

.dotted {
	background-image: url(/img/bg/3_block_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#block_3 {
	background-image: url(/img/bg/3_block_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0 0 20px 0;
	margin: 0 0 15px 0;
}

#col_1 .default_body {
	padding: 0 10px 0 10px;
}
#col_1 .default_header {
	padding: 0 10px 0 10px;
	font-size: 12px;
	font-weight: bold;
}
#col_3 .default_body {
	padding: 0 10px 0 10px;
}
#col_3 .default_header {
	padding: 0 10px 0 10px;
	font-size: 12px;
	font-weight: bold;
}
#col_2 .default_header{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#col_2 .default_body {
	line-height: 20px;
	margin: 0;
	padding: 0;
}
#col_2 p {
	padding: 0;
	margin: 0 0 17px 0;
}

#home_footer_container_1 {
	margin: -1px 0 0 0;
	padding: 0;
	font-size: 10px;
	position: relative;
	height: 151px;
	background-image: url(/img/home/footer_bg.gif);
	background-repeat: no-repeat;
}

#footer_container_1 {
	border-top: 1px solid #3C3C3C;
	border-bottom: 1px solid #3C3C3C;
	padding: 19px 10px 15px 20px;
	font-size: 9px;
	margin: 10px 0 0 0;
	
}

#footer_container_1 img {
	vertical-align: middle;
	margin-right: 5px;
}

#footer_container_1 span {
	margin-right: 20px;
}

#footer_container_1 a {
	color: #666666;
	text-decoration: none;
}

#footer_container_1 a:hover {
	text-decoration: underline;
}

#footer_container_2 {
	position: relative;
	top: 20px;
}

#footer_2_links a, #footer_2_links a:link, #footer_2_links a:visited {
	font-weight: bold;
}

#footer_2_small_logo {
	position: absolute;
	left: 870px;
	top: -10px;
}

#footer_2_copyright {
	position: absolute;
	left: 600px; 
	color: #999999;
}


#secondary_links {
	position: absolute;
	top: 70px;
	left: 500px;
}

#client_login {
	position: absolute;
	top: 12px;
	left: 866px;
}

#top_links_container {
	height: 38px;
}

#logo {
	position: absolute;
	top: 40px;
	left: -1px;
}



#breadcrumb {
	position:absolute;
	left: 427px;
	top: 85px;
	vertical-align: middle;
	text-align: right;
	width: 500px;
	float: right;
}

#breadcrumb a {
	color: #666666;
	text-decoration:none;
}
#breadcrumb a:hover {
	text-decoration:underline;
}

#search-result {
	margin-bottom: 20px;
	line-height: 15px;
}

#search-result .button {
	font-size: 10px;
	padding: 2px 2px 2px 2px;
	width: 75px;
	background-color: #FF0000;
	color: white;
	border: 0px solid #CA0000;
	margin: 0 0 0 20px;
}

#search-result.search-pt a, #search-result.search-pt a:link, #search-result.search-pt a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 20px 0 0 0;
}
#search-result .search-r {
	color: #666666;
	font-size: 11px;
}
#search-result .search-url a {
	color: #999999;
	font-size: 9px;
	text-decoration: none;
}

#search_bar {
	position:absolute;
	left: 526px;
	top: 50px;
	width: 400px;
	text-align: right;
}

#search_bar .text-field {
	width: 200px;
	text-align: right;
	padding: 1px 5px 1px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

#search_bar .button {
	font-size: 10px;
}

input {
	font-size: 10px;
	color: #666666;
	width: 200px;
}

select {
	font-size: 10px;
	color: #666666;
	width: 455px;
}

textarea {
	font-size: 11px;
	color: #666666;
	overflow: auto;
	width: 300px;
	height: 50px;
}

.button {
	font-size: 10px;
	padding: 2px 2px 2px 2px;
	width: 75px;
	background-color: #FF0000;
	color: white;
	border: 0px solid #CA0000;
	margin: 0 0 0 0;
}

#contact td {
	padding-bottom: 5px;
	margin-bottom: 5px;
}

