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

/* === GLOBALS === */

* {
	padding: 0;
	margin: 0;
}

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

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

a acronym {
	border: 0;
}

acronym {
	cursor: help;
}

acronym:hover {
	color: #FFFFFF;
	border: 0;
}

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

table {
	text-align: center;
}

table th {
	text-align: left;
}

table th h3 {
	font-size: 11px;
	text-align: center;
}

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

ul {
	list-style: none;
}

h2 {
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin: 4px 0;
	height: 16px;
	overflow: hidden;
}

h3 {
	font: bold 12px/18px Tahoma, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 10px 0 6px;
}

body, iframe, table {
	font: 11px/16px Tahoma, sans-serif;
	color: #E5EFF4;
	background: #738287;
}

#container {
	width: 690px;
	margin: 10px auto 0;
	position: relative;
}

#header {
	background: url(../img/bg-1.jpg);
	height: 239px;
}

#header h1 {
	display: none;
}

#header object {
	position: absolute;
	top: 0;
	left: 0;
}

#header ul {
	position: absolute;
	top: 194px;
	left: 4px;
}

#header ul li {
	background: url(../img/bg-2.gif) no-repeat;
	padding-left: 2px;
	height: 45px;
	float: left;
}

#header ul li.first {
	background: none;
	padding: 0;
}

#header ul li a {
	text-indent: -9999px;
	text-decoration: none;
	background-position: 29px 0px;
	background-repeat: no-repeat;
	height: 45px;
	display: block;
	overflow: hidden;
}

#header ul li a:hover {
	background-color: #273235;
	background-position: 29px -45px;
}

#header ul li a.m-1 {
	background-image: url(../img/m-1.gif);
	width: 127px;
}

#header ul li a.m-2 {
	background-image: url(../img/m-2.gif);
	width: 105px;
}

#header ul li a.m-3 {
	background-image: url(../img/m-3.gif);
	width: 124px;
}

#header ul li a.m-4 {
	background-image: url(../img/m-4.gif);
	width: 102px;
}

#header ul li a.m-5 {
	background-image: url(../img/m-5.gif);
	width: 111px;
}

#header ul li a.m-6 {
	background-image: url(../img/m-6.gif);
	width: 103px;
}

#content {
	background: url(../img/bg-3.gif) repeat-y;
	margin: 0 4px;
	width: 682px;
}

#content h2 {
	margin: 20px 0 14px;
}

#content ul {
	margin: 4px 0;
}

#content ul li {
	background: url(../img/li.gif) no-repeat 4px 5px;
	padding-left: 15px;
}

#content #search-templates {
	background: #69777C;
	border-top: 1px solid #839298;
	border-bottom: 1px solid #839298;
	padding: 16px 24px;
	margin-top: 12px;
}

#content #search-templates h3 {
	text-align: center;
	margin-top: 0;
}

#content #templates {
	padding-left: 40px;
}

#content #pages {
	letter-spacing: 5px;
	text-align: center;
	padding: 0 10px;
}

#content #pages * {
	letter-spacing: 0;
}

#content .box {
	padding: 4px 21px 18px;
}

#content .col-lt {
	width: 248px;
}

#content .col-lt h2 {
	margin-left: 3px;
}

#content .col-lt .box {
	background: #69777C;
	border-bottom: 1px solid #839298;
}

#content .col-rt {
	width: 434px;
}

#content .col-rt ul li {
	text-align: justify;
}

#content .col-rt p {
	margin: 12px 0;
}

#footer {
	background: #68787E;
	margin: 0 4px;
}

#footer .f-lt {
	background: #627379 url(../img/bg-5.gif) no-repeat;
	width: 248px;
	height: 105px;
}

#footer .f-lt h2 {
	margin-top: 22px;
	margin-left: 72px;
}

#footer .f-lt p {
	margin-left: 72px;
}

#footer .f-rt {
	color: #A6B3B9;
	margin: 23px 21px 0;
	width: 392px;
}

#footer .f-rt p {
	font-size: 10px;
	text-align: right;
}

/* === LIGHTBOX === */

#lightbox {
	background: #EEEEEE;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
	padding: 10px;
}

#lightbox img {
	border: none;
	clear: both;
}

#closeButton {
	top: 5px;
	right: 5px;
}

#overlay img {
	border: none;
}

/* === FORMS === */

form fieldset {
	border: 0;
}

form div {
	padding: 6px 0 0;
}

form div label {
	padding-left: 1px;
	cursor: pointer;
}

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

form div input.text, form div textarea, form div select {
	font: 11px Tahoma, sans-serif;
	color: #444444;
	background: #F8F8F8;
	border: 1px solid #888888;
	padding: 1px;
	overflow: auto;
}

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

form div select option {
	padding: 0 1px;
}

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

/* === CLASSES === */

.f-lt {
	float: left;
}

.f-rt {
	float: right;
}

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

.line {
	border-bottom: 1px solid #839298;
	height: auto;
	padding-top: 10px;
	margin-bottom: 10px;
}

.zoom {
	cursor: pointer;
}

.border {
	text-align: center;
	border: 1px solid #9EA5A8;
	padding: 2px;
	display: block;
}

.button {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: url(../img/button.gif);
	width: 73px;
	height: 18px;
	display: block;
}

.msg-0, .msg-1 {
	font-weight: bold;
	margin-bottom: 0 !important;
}

.welcome-1 {
	background: url(../img/bg-4.jpg) no-repeat right top;
}

.welcome-2 {
	margin-left: 25px;
	width: 409px;
	height: 145px;
	overflow: hidden;
}

.welcome-2 h2 {
	margin: 14px 0 6px 138px !important;
	height: 18px;
}

.welcome-2 p {
	margin: 6px 20px 6px 175px !important;
}

.no-padding {
	padding: 0 !important;
}

/* === HEADERS === */

.h-0 {
	background-image: url(../img/h-0.gif);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-17 {
	background-image: url(../img/h-17.gif);
}

.h-18 {
	background-image: url(../img/h-18.gif);
}

.h-19 {
	background-image: url(../img/h-19.gif);
}