/* Copyright (c) Sonet Network Solutions, Inc. - www.sonetinc.com */

/* === GLOBALS === */

* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline;
	color: #B1003F;
}

a:hover {
	text-decoration: none;
}

img {
	vertical-align: middle;
	border: 0;
}

p {
	text-align: justify;
	margin: 12px 0;
}

ul, ol {
	margin: 12px 0 12px 25px;
}

ul {
	list-style: square;
}

li {
	text-align: justify;
}

li a {
	color: #3C3C3C;
}

h2 {
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin: 12px 0;
	overflow: hidden;
	position: relative;
}

h2 span {
	font: bold 18px/33px Tahoma, sans-serif;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}

h3 {
	font: bold 11px/15px Tahoma, sans-serif;
	text-transform: uppercase;
	margin: 8px 0;
}

body {
	font: 11px/15px Tahoma, sans-serif;
	color: #3C3C3C;
	background: #1D1D1D url(../img/back.gif) no-repeat center top;
}

#container {
	margin: 3px auto;
	width: 774px;
	position: relative;
}

#header {
	background: url(../img/bg-4.jpg) no-repeat 0px 117px;
	height: 398px;
}

#header h1 {
	background: #FFFFFF url(../img/bg-3.jpg) no-repeat 424px 0px;
	width: 774px;
	height: 67px;
	position: absolute;
	top: 50px;
	left: 0;
}

#header h1 a {
	text-indent: -9999px;
	background: url(../img/bg-2.jpg) no-repeat;
	width: 169px;
	height: 74px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: -3px;
	left: 24px;
}

#header form {
	background: url(../img/bg-1.jpg) no-repeat;
	width: 224px;
	position: absolute;
	top: 41px;
	right: 0;
}

#header form fieldset {
	text-align: center;
	padding-top: 33px;
	padding-left: 32px;
}

#header form fieldset select {
	width: 165px;
}

#header ul {
	list-style: none;
	text-align: center;
	margin-left: 20px;
	position: absolute;
	top: 63px;
	left: 190px;
	right: 220px;
}

#header ul li {
	padding: 0 10px;
	display: inline;
}

#header ul li.item-1 a {
	color: #B1003F;
}

#header ul li.item-2 {
	border-left: 1px solid #EAE7E7;
}

#header ul li.item-3 {
	text-align: left;
	position: absolute;
	top: -55px;
	right: -145px;
}

#header ul li.item-3 a {
	background: url(../img/i-1.gif) no-repeat 1px 1px;
	padding-left: 16px;
	color: #FFFFFF;
}

#header ul li.item-4 {
	text-align: left;
	position: absolute;
	top: -55px;
	right: -218px;
}

#header ul li.item-4 a {
	background: url(../img/i-2.gif) no-repeat 1px 1px;
	padding-left: 18px;
	color: #FFFFFF;
}

#header ul li a {
	text-decoration: none;
	color: #1D1D1D;
}

#header ul li a:hover {
	text-decoration: underline;
}

#content {
	background: #FFFFFF url(../img/bg-5.gif) repeat-y;
}

#content #col-a {
	background: url(../img/bg-6.jpg) no-repeat;
	padding-top: 222px;
	width: 193px;
	float: left;
}

#content #col-a p, #content #col-a ul li {
	text-align: left;
}

#content #col-a .box-a, #content #col-a .box-b {
	padding: 17px 20px;
}

#content #col-b {
	width: 581px;
	float: right;
}

#content #col-b .box-a, #content #col-b .box-b {
	padding: 22px 24px;
}

#footer {
	color: #868686;
	background: url(../img/bg-7.jpg) no-repeat;
	padding: 0 15px;
	height: 64px;
}

#footer p {
	margin-top: 25px;
}

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

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

/* === FORMS === */

form fieldset {
	border: 0;
}

form div {
	margin: 6px 0;
}

form legend {
	display: none;
}

form label {
	cursor: pointer;
}

form label, form input {
	vertical-align: middle;
}

form input.text, form textarea, form select {
	font: 11px Tahoma, sans-serif;
	color: #A2A2A2;
	background: #F6F6F6;
	border: 1px solid #DBDBDB;
	padding: 1px;
	overflow: hidden;
}

form input.text:focus, form textarea:focus, form select:focus {
	background: #FFFFFF;
	border: 1px solid #888888;
}

form select option {
	padding: 0 1px;
}

form input.button {
	border: 0;
	cursor: pointer;
}

/* === CLASSES === */
.c {
	clear: both;
}

.f-lt {
	float: left;
}

.f-rt {
	float: right;
}

.f-cl {
	height: 1px;
	overflow: hidden;
	clear: both;
}

.box-b {
	background: #F3F6F4;
}

.welcome {
	height: 178px;
	overflow: hidden;
}

.welcome h2 {
	margin-top: 0 !important;
}

.photo {
	background: #F3F6F4;
	margin-left: -24px;
	margin-right: -24px;
	/* height: 194px; */
}

.photo-left {
	margin-top: 12px;
	margin-left: -24px;
	margin-right: 12px;
	float: left;
}

.photo-right {
	margin-top: 12px;
	margin-left: 12px;
	margin-right: -24px;
	float: right;
}

.photo-none {
	margin-top: 12px;
	margin-left: -24px;
	margin-right: -24px;
	float: none;
}

.c {
	text-align: center !important;
}

/* === HEADERS === */

.h-1 {
	background-image: url(../img/h-1.gif);
	height: 31px;
}

.h-2 {
	background-image: url(../img/h-2.gif);
	height: 33px;
}

.h-3 {
	background-image: url(../img/h-3.gif);
	height: 69px;
}

.h-4 {
	background-image: url(../img/h-4.gif);
	height: 62px;
}

.h-5 {
	background-image: url(../img/h-5.gif);
	height: 32px;
}

.h-6 {
	background-image: url(../img/h-6.gif);
	height: 33px;
}

.h-6 span {
	padding-left: 138px;
}

.h-7 {
	background-image: url(../img/h-7.gif);
	height: 33px;
}

.h-8 {
	background-image: url(../img/h-8.gif);
	height: 33px;
}

.h-9 {
	background-image: url(../img/h-9.gif);
	height: 33px;
}

.h-10 {
	background-image: url(../img/h-10.gif);
	height: 27px;
}

.h-11 {
	background-image: url(../img/h-11.gif);
	height: 33px;
}

.h-12 {
	background-image: url(../img/h-12.gif);
	height: 32px;
}

.h-13 {
	background-image: url(../img/h-13.gif);
	height: 26px;
}

.h-14 {
	background-image: url(../img/h-14.gif);
	height: 33px;
}

.h-14 span {
	padding-left: 190px;
}

.h-15 {
	background-image: url(../img/h-15.gif);
	height: 33px;
}

.h-16 {
	background-image: url(../img/h-16.gif);
	height: 33px;
}

