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

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/* --------------------
		Standard Styles
-------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style-position: inside;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #a1366b;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

p {
	padding-bottom: 14px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
	
}

.wrapper {
	margin: 0 auto;
	width: 950px;
}

.header {
	border-bottom: #0077a9 1px solid;
	height: 115px;
	overflow: hidden;
	position: relative;
}

.home-page .header {
	height: 138px;
}

.header .logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	width: 465px;
	height: 73px;
	display: block;
	top: 34px;
	left: -3px;
	position: absolute;
	z-index: 10;
}

.home-page .header .logo {
	top: 50px;
}

.header .navigation {
	margin-top: 80px;
	text-align: right;
	float: right;
}

.home-page .header .navigation {
	margin-top: 97px;
}

.header .navigation ul {
	list-style: none;
}

.header .navigation ul li {
	margin-left: 73px;
	display: inline;
}

.header .navigation ul li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
	line-height: 20px;
	text-decoration: none;
}


.header .navigation ul li a:hover, .header .navigation ul li.selected a {
	color: #137ec1;
	text-decoration: none;
}

.intro {
	padding: 31px 0 15px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #666666;
	line-height: 24px;
	overflow: hidden;
	clear: both;
}

.home-page .intro {
	padding: 35px 0 28px 0;
}

.intro .alignright {
	margin: -8px 9px 0 46px;
	font-size: 14px;
	color: #000;
	text-align: center;
}

.intro .big {
	padding-bottom: 3px;
	font-size: 26px;
	display: block;
}

.intro .single-line {
	padding-top: 20px;
}

.intro small {
	font-size: 18px;
}

.main {
	padding-bottom: 47px;
	overflow: hidden;
}

.content {
	width: 685px;
	float: left;
}

.sidebar {
	margin-top: -2px;
	width: 247px;
	position: relative;
	float: right;
}

h1 {
	border-bottom: #0077a9 1px solid;
	margin-bottom: 17px;
	padding-bottom: 5px;
	font-family: "Myriad Pro", Arial, sansSerif;
	font-size: 28px;
	color: #000;
	line-height: 32px;
}

h1 span {
	color: #a1366b;
}

.home-page h1 {
	border: none;
	margin: 0;
}

h2 {
	padding: 0 0 12px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #137ec1;
	line-height: 14px;
	text-transform: uppercase;
}

h2.cleared {
	padding-bottom: 2px;
	text-transform: uppercase;
}

h4 {
	padding-bottom: 18px;
	font-family: "Myriad Pro", Arial, sansSerif;
	font-size: 20px;
	color: #000;
	line-height: 22px;
}

.home-page .preview {
	padding-bottom: 33px;
	border-top: #0077a9 4px solid;
	text-align: center;
	overflow: hidden;
}

.home-page .preview .links {
	border-top: #0077a9 1px solid;
	margin-right: -10px;
	position: relative;
	clear: both;
	overflow: hidden;
}

.home-page .preview .links a {
	border-bottom: #0077a9 4px solid;
	margin-right: 2px;
	padding-top: 7px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000;
	line-height: 48px;
	width: 188px;
	height: 51px;
	display: block;
	float: left;
	white-space: nowrap;
}

.home-page .preview .links a.double-line {
	line-height: 23px;
}

.columns {
	margin-right: -100px;
	position: relative;
	overflow: hidden;
	clear: both;
}

.columns .col {
	border-bottom: #0077a9 4px solid;
	margin-right: 29px;
	width: 315px;
	float: left;
}

.columns .col h2 {
	padding-bottom: 7px;
	font-family: "Myriad Pro", Arial, sansSerif;
	font-size: 22px;
	color: #0077a9;
	line-height: 30px;
}

.columns .col .col-content {
	padding-top: 9px;
	border: #0077a9 1px solid;
	border-left: none;
	border-right: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	line-height: 17px;
	height: 137px;
	overflow: hidden;
}

.columns .col .more {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #0077a9;
	line-height: 25px;
}

.col-ribbon {
	background-image: url(images/ribbon.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border: none !important;
	margin: 0;
	width: 247px;
}

.col-ribbon .col-content {
	border: none !important;
	padding: 23px 10px 30px 22px !important;
	height: 86px;
	border: none;
}

.col-ribbon h2 {
	padding: 0 0 7px 26px;
	border: none !important;
	font-family: "Myriad Pro", Arial, sansSerif;
	font-size: 22px;
	line-height: 30px;
	color: #a1366b !important;
}

.col-ribbon a {
	margin-bottom: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 20px;
	display: inline-block;
}

.content .double {
	overflow: hidden;
}

.content .double .col {
	margin-right: 67px;
	width: 216px;
	float: left;
}

.content .title {
	text-transform: uppercase;
	color: #137ec1;
	display: block;
}

.content form.info {
	overflow: hidden;
}

.content form.info .line {
	padding-bottom: 8px;
	overflow: hidden;
}

.content form.info label {
	padding-bottom: 4px;
	line-height: 14px;
	display: block;
}

.content form.info label span {
	color: #137ec1;
}

.content form.info input {
	background: none;
	border: none;
	border: #9b9999 1px solid;
	margin-left: 1px;
	padding: 3px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	width: 208px;
	height: 14px;
}

.content form.info textarea {
	background: none;
	border: none;
	border: #9b9999 1px solid;
	margin-bottom: 17px;
	padding: 3px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	width: 480px;
	height: 115px;
	overflow: auto;
}

.content form.info input.submit {
	background: none;
	border: none;
	background-image: url(Contact/form-submit.gif);
	background-repeat: no-repeat;
	margin: 0 12px 0 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	text-indent: -9999px;
	width: 100px;
	height: 34px;
	float: left;
}

.content form.info input.clear {
	background: none;
	border: none;
	background-image: url(Contact/form-clear.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	text-indent: -9999px;
	width: 71px;
	height: 34px;
	float: left;
	clear: none;
}

.content form.info h4 {
	margin: 0 !important;
	padding: 0 !important;
}

.content form.info .sub {
	padding: 4px 0 11px 0;
	line-height: 16px;
	display: block;
}

.content ul.star {
	padding: 7px 0 14px 42px;
	list-style: none;
}

.content ul.smaller {
	padding-left: 0px;
	float: left;
}

.content ul.star li {
	background-image: url(images/star.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 0 0 12px 8px;
}

.content ul.smaller li {
	padding-bottom: 0;
}

.content img.bordered {
	border: #137ec1 1px solid;
}

.content img.alignleft {
	margin: 3px 13px 5px 0;
}

.content a span {
	color: #137ec1;
}

.content a.black {
	color: #000;
}

.clear {
	clear: both;
}

.sidebar ul {
	border-bottom: #0077a9 1px solid;
	border-top: #0077a9 1px solid;
	margin-bottom: 14px;
	padding: 26px 0 12px 25px;
	list-style: none;
}

* html .sidebar ul {
	padding-left: 10px;
}

*+ html .sidebar ul {
	padding-left: 10px;
}

.sidebar ul li {
	padding-bottom: 14px;
}

.sidebar ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
	line-height: 22px;
}

.sidebar ul li.selected a, .sidebar ul li a:hover {
	color: #137ec1;
	text-decoration: none;
}

.footer {
	border-top: #000 1px solid;
	padding: 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 18px;
	overflow: hidden;
}

.home-page .footer {
	color: #6f6f6f;
}

.footer a {
	color: #000;
}

.home-page .footer a {
	color: #6f6f6f;
}