* {
	margin: 0;
	padding: 0;
}

body {
	color: #212121;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	min-width: 1000px;
}

.rss {
	margin-left: 10px;
	top: -1px;
	position: relative;
}

img {
	border: 0;
}

a, #aoh-more a {
	color: #0055CC;
	text-decoration: underline;
}

a:hover, #aoh-more a:hover {
	color: #003366;
}

p {
	margin-bottom: 20px;
}

input, select, textarea {
	border: 1px solid #999999;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}

input:hover, select:hover, textarea:hover, input:focus, select:focus, textarea:focus {
	border: 1px solid #333333;
}

label {
	display: block;
	margin: 10px 0 3px;
}

.form-required {
	color: red;
}

.form-submit {
	background-color: #EEEEEE;
	padding: 5px 10px;
}

.form-submit:hover {
	background-color: #DDDDDD;
	cursor: pointer;
}

.messages {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.error {
	border: 1px solid #FF5F5F;
}

div.error {
	background-color: #FFDFDF;
	font-size: 11px;
	margin-bottom: 20px;
	padding: 10px 15px;
}

select.error:hover, input.error:hover, textarea.error:hover, select.error:focus, input.error:focus, textarea.error:focus {
	border: 1px solid red;
}

.webform-confirmation p {
	background-color: #D1EFC2;
	border: 1px solid #66AF41;
	padding: 10px 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#javascript-is-off {
	background-color: #FFDFDF;
	border: 1px solid #FF5F5F;
	margin-bottom: 20px;
	padding: 10px 0;
	position: relative;
	top: -10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}

#header, #inner-menu, #content, #grad-grayline, #services, #promo, #footer, #copyright {
	margin: 0px auto;
	width: 960px;
}

#header {
	height: 121px;
	padding: 15px 0;
}

#logo {
	float: left;
}

#phones {
	float: right;
	font-size: 20px;
	margin-top: 8px;
	text-align: right;
}

.phone-code {
	font-size: 12px;
	position: relative;
	top: -2px;
}

#menu {
	background: url("../images/menu-background.gif") repeat-x;
	height: 39px;
	width: 100%;
}

#inner-menu {
	list-style: none;
	padding-top: 4px;
	
}

#inner-menu li {
	float: left;
	height: 31px;
}

#inner-menu div {
	background: url("../images/menu-button-border.gif") no-repeat;
	float: left;
	height: 31px;
	width: 2px;
}

#inner-menu li a {
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	outline: none;
	padding: 7px 22px;
	text-decoration: none;
	line-height: 17px;
}

#inner-menu li a:hover {
	background: url("../images/menu-background-hover.gif") repeat-x;
}

#inner-menu img {
	margin-top: 4px;
}

#inner-menu .active {
	background: url("../images/menu-background-hover.gif") repeat-x;
}

#content {
	padding: 40px 0;
	overflow: hidden;
}

#submenu {
	float: left;
	margin-top: 8px;
	width: 21%;
}

#submenu ul {
	list-style: none;
	border-top: 1px #DCDCDC solid;
}

#submenu li {
	border-bottom: 1px #DCDCDC solid;
}

#submenu a {
	color: #212121;
	display: block;
	padding: 7px 14px;
	text-decoration: none;
}

#submenu a:hover {
	background-color: #EEEEEE;
}

#submenu .active {
	color: #CF2626;
	font-size: 14px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
}

#inner-content {
	float: right;
	width: 74%;
}

#inner-content-title {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	color: #CF2626;
	letter-spacing: 1px;
}

#inner-content-content {
	margin: 30px 0 0;
	text-align: justify;
	line-height: 18px;
}

#inner-content-content table {
	text-align: left;
}

#inner-content-content img {
	margin: 5px 0;
}

#inner-content-content img.cimg {
	border: 1px solid #CCCCCC;
	margin: 5px 20px 20px 0;
}

#inner-content-content hr {
	border: 1px #CCCCCC solid;
	margin: 25px 0;
}

#inner-content-content h2 {
	color: #CF2626;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 25px;
	text-align: left;
}

#inner-content-content ul {
	margin-left: 15px;
}

#inner-content-content .description {
	color: #666666;
	font-size: 11px;
}

.glink a {
	border-bottom: 1px solid #CCCCCC;
	color: #212121;
	text-decoration: none;
}

.glink a:hover {
	border-bottom: 1px solid #212121;
	color: #212121;
}

.ctable {
	border-collapse: collapse;
	margin-top: 15px;	
}

.ctable td {
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
}

.ctable-title {
	background-color: #EEEEEE;
	font-weight: bold;
}

#services {
	padding: 40px 0;
	overflow: hidden;
}

#services-col1 {
	float: left;
	margin-right: 20px;
	width: 460px;
}

#credit-on-security {
	color: #666666;
	margin: 15px 0 30px;
}

#credit-on-security h3 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
}

#services-col2 {
	float: left;
	margin-left: 20px;
	width: 460px;
}

#services-col2 td {
	text-align: center;
	vertical-align: top;
}

.amount-on-hand {
	height: 99px;
	margin: 0 0 50px 15px;
}

.amount-on-hand-2 {
	height: 99px;
	margin: 30px 0 80px;
	text-align: center;
}

.amount-on-hand a, .amount-on-hand-2 a {
	text-decoration: none;
}

.aoh-state:hover {
	border: 3px #999999 solid;
	left: -23px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	padding: 20px;
	position: relative;
	top: -23px;
	margin-bottom: 4px;
}

#aoh-inner-div-1 {
	background-color: #FFFFFF;
	z-index: 1;
}

#aoh-inner-div-1:hover {
	cursor: pointer;
}

#aoh-inner-div-2 {
	color: #BBBBBB;
	display: block;
	width: 396px;
}

#aoh-inner-div-2-2 {
	color: #BBBBBB;
	display: block;
	padding-top: 10px;
}

#aoh-inner-div-2-2 span {
	padding: 0 2px;
}

#aoh-more {
	display: none;
	font-size: 15px;
	margin-top: 10px;
	text-align: center;
}

#aoh-more:hover {
	cursor: default;
}

.aoh-all {
	border: 3px #999999 solid;
	left: -23px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	padding: 20px;
	position: relative;
	top: -23px;
}

.aoh-all-2 {
	border: 3px #CCCCCC solid;
	left: -23px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	padding: 20px;
	position: relative;
	top: -23px;
}

.aoh-all table {
	border-bottom: 1px #CCCCCC solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.aoh-all-2 table {
	border-bottom: 1px #CCCCCC solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#indicator1, #indicator2, #indicator3, #indicator4 {
	font-size: 13px;
}

.current-aoh {
	color: #2E63AB;
}

#main-services-title a, #main-news-caption a {
	color: #CF2626;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
}

#main-services-title a:hover, #main-news-caption a:hover {
	text-decoration: underline;
}

#services2 td {
	font-size: 13px;
	padding-bottom: 25px;
	text-align: left;
}

#services2 img {
	margin-right: 30px;
}

#news {
	line-height: 18px;
	padding-left: 15px;
}

#main-news-caption {
	margin-bottom: 25px;
}

.main-news-date {
	color: #275B9F;
	font-weight: bold;
	margin-bottom: 3px;
}

.main-news-title {
	margin-bottom: 25px;
}

#sitemap {
	line-height: 20px;
}

#services2 a, .main-news-title a, #sitemap a {
	color: #212121;
	text-decoration: none;
	border-bottom: 1px #CCCCCC solid;
}

#services2 a:hover, .main-news-title a:hover, #sitemap a:hover {
	border-bottom: 1px #212121 solid;
}

.press-center-row td {
	padding-bottom: 10px;
	vertical-align: top;
}

.press-center-row-date {
	padding-right: 12px;
}

.press-center-category a {
	color: #666666;
}

.press-center-category a:hover {
	color: #333333 !important;
}

.other-news {
	color: #CF2626 !important;
	border-top: 1px dashed #999999;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 24px !important;
	margin-top: 40px;
	padding-top: 20px;
}

#grad-grayline {
	background: url('../images/grad-grayline.jpg') no-repeat;
	height: 2px;
}

#promo {
	line-height: 18px;
	overflow: hidden;
	padding: 50px 0 20px;
}

#promo td {
	padding-bottom: 35px;
	vertical-align: top;
	text-align: left;
}

#promo-col1 {
	float: left;
	margin-right: 20px;

	width: 460px;
}

#promo-col2 {
	float: left;
	margin-left: 20px;
	width: 460px;
}

#promo-col1 img, #promo-col2 img {
	margin-right: 30px;
	position: relative;
	top: -5px;
}

#footer {	
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	clear: both;
	line-height: 18px;
	overflow: hidden;
	padding: 20px 0 25px;
}

#footer ul {
	list-style-position: outside;
	list-style-image: url('../images/bullet.gif');
	margin-left: 15px;
}

#footer li a {
	color: #212121;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}

.footer-col1, .footer-col2, .footer-col3, .footer-col4 {
	float: left;
}

.footer-col1 {
	width: 25%;
}

.footer-col2 {
	width: 33%;
}

.footer-col3 {
	width: 26%;
}

.footer-col4 {

}

.red-sitemap-link a {
	color: #CF2626;
	font-weight: bold;
	text-decoration: underline;
}

.red-sitemap-link a:hover {
	color: #9F1D1D;
}

.offices-row {
	border-bottom: 1px #999999 dashed;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.offices-row p {
	margin-bottom: 10px;
}

.offices-row a {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}

.offices-list-item a {
	font-size: 16px;
}

.offices-list-item {
	margin-bottom: 6px;
}

img.map, img.funny-img {
	border: 1px solid #BBBBBB;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.external-link {
	background: url('../images/external-links.png') no-repeat right center;
	padding-right: 15px !important;
}

.pager {
	display: inline;
	float: left;
	list-style: none;
	margin-top: 5px;
	position: relative;
	left: -15px;
}

.pager li {
	float: left;
	margin-right: 20px;
}

.captcha {
	margin: 20px 0;
}

h2.vacancy:hover {
	cursor: pointer;
	text-decoration: underline;
}

#copyright {
	padding: 25px 0;
	text-align: center;
}
