@import url("layout.css");

@import url("form.css");

html,body {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font: 100%/ 1.25 verdana;
	background: #FFFFFF width :       100%;
	min-width: 970px;
}

/***** Common Formatting *****/
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	padding: 10px 0 0 0;
	color: #B3B4B6;
	background-color: transparent;
	font-size: 110%;
	letter-spacing: -1px;
	font: 1.4em verdana;
	border-bottom: 2px solid #B3B4B6;
}

h2 {
	padding: 10px 0 0 0;
	color: #B3B4B6;
	background-color: transparent;
	font-size: 110%;
	letter-spacing: -1px;
	font: 1.4em verdana;
}

h3 {
	font: 1em arial;
	font-weight: bold;
	color: #A88B97;
	background-color: transparent;
}

p,ul,ol {
	margin: 0;
	padding: 0 0 18px 0;
}

ul,ol {
	list-style: none;
	padding: 0 0 18px 40px;
}

blockquote {
	font-size: 0.9em;
	color: #55453E;
	background-color: transparent;
	background: url(../images/close-quote.jpg) no-repeat right bottom;
	padding-left: 18px;
	text-indent: -18px;
}

blockquote:first-letter {
	background: url(../images/open-quote.jpg) no-repeat left top;
	padding-left: 40px;
	font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}

small {
	font-size: 0.85em;
}

img {
	border: 0;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

acronym,abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}

/***** Links *****/
a {
	text-decoration: none;
	color: #B3B4B6;
}

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

a img {
	border: none; /*remove border for linked images*/
}

/***** Tables *****/
table {
	border: 0;
	margin: 0 0 18px 0;
	padding: 0;
}

table tr td {
	padding: 2px;
}

/***** Global Classes *****/
.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	border-bottom: 1px solid;
}

.highlight {
	background: #ffc;
}

.wrap {
	width: 960px;
	margin: 0 auto;
}

.img-left {
	float: left;
	margin: 4px 10px 4px 0;
}

.img-right {
	float: right;
	margin: 4px 0 4px 10px;
}

.nopadding {
	padding: 0;
}

.noindent {
	margin-left: 0;
	padding-left: 0;
}

.nobullet {
	list-style: none;
	list-style-image: none;
}

.noborder {
	border: none;
}

.contenttext {
	font-family: verdana;
	color: #B3B4B6;
	font-size: 0.9em;
}

/* TAB PANEL STYLES */
div.tabpanel {
	
}

div.tabpanel div.tab-row {
	float: left;
	width: 100%;
	background: white;
	height: 30px;
}

div.tabpanel div.tab-row ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}

div.tabpanel div.tab-row li {
	float: left;
	background: url("../images/tab.jpg") no-repeat left top;
	margin: 0;
	padding: 0 0 0 2px;
}

div.tabpanel div.tab-row a {
	display: block;
	background: url("../images/right.gif") no-repeat right top;
	padding: 0px 15px 0px 9px;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	color: #A88B97;
	width: 70px;
}

div.tab-panel {
	clear: left;
	border: none;
	height: 250px;
	background-color: #EEEEEE;
}

div.tabpanel div.tab-row a:hover {
	color: #000000;
}

div.tabpanel div.tab-row li.selected {
	background-image: url("../images/tab-selected.jpg");
	border-bottom: #EEEEEE 1px solid;
}

div.tabpanel div.tab-row li.selected a {
	background-image: url("../images/right_on.gif");
	color: #333;
	padding-bottom: 0px;
	width: 90px;
}

/* VARIATION 1 TAB PANEL STYLES */
div.tabpanel1 div.tab-row {
	float: left;
	width: 100%;
	background: #DAE0D2 url("../images1/tab.jpg") repeat-x bottom;
	line-height: normal;
}

div.tabpanel1 div.tab-row ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}

div.tabpanel1 div.tab-row li {
	float: left;
	background: url("../images1/left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
}

div.tabpanel1 div.tab-row a {
	display: block;
	background: url("../images1/right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #765;
	white-space: nowrap;
}

div.tabpanel1 div.tab-row a:hover {
	color: #333;
}

div.tabpanel1 div.tab-row li.selected {
	background-image: url("../images1/left_on.gif");
}

div.tabpanel1 div.tab-row li.selected a {
	background-image: url("../images1/right_on.gif");
	color: #333;
	padding-bottom: 5px;
}

/* TABBED PANEL VARIATION 2 */
div.tabpanel2 div.tab-row {
	float: left;
	width: 100%;
	background: #369 url("../images/tab.jpg") repeat-x bottom;
	font-size: 85%;
	line-height: normal;
}

div.tabpanel2 div.tab-row ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}

div.tabpanel2 div.tab-row li {
	float: left;
	background: url("../images/right.gif") no-repeat right top;
	margin: 0;
	padding: 0 5px 0 0;
}

div.tabpanel2 div.tab-row a {
	float: left;
	display: block;
	background: url("../images/left.gif") no-repeat left top;
	padding: 5px 7px 4px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #9cf;
	white-space: nowrap;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
div.tabpanel2 div.tab-row a {
	float: none;
}

/* End IE5-Mac hack */
div.tabpanel2 div.tab-row a:hover {
	color: #fff;
}

div.tabpanel2 div.tab-row li.selected {
	background-image: url("../images/right_on.gif");
}

div.tabpanel2 div.tab-row li.selected a {
	background-image: url("../images/left_on.gif");
	color: #333;
	padding-bottom: 5px;
}

/* TABBED PANEL VARIATION 3 */
div.tabpanel3 div.tab-row {
	float: left;
	width: 100%;
	background: #eee url("../images/bg.jpg") repeat-x top;
	line-height: normal;
}

div.tabpanel3 div.tab-row ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}

div.tabpanel3 div.tab-row li {
	float: left;
	background: url("../images/left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 28px;
}

div.tabpanel3 div.tab-row a {
	float: left;
	display: block;
	background: url("../images/right.gif") no-repeat right top;
	padding: 9px 28px 4px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #92A2AC;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
div.tabpanel3 div.tab-row a {
	float: none;
}

/* End IE5-Mac hack */
div.tabpanel3 div.tab-row a:hover {
	color: #A56060;
}

div.tabpanel3 div.tab-row li.selected {
	background-image: url("../images/left_on.gif");
}

div.tabpanel3 div.tab-row li.selected a {
	background-image: url("../images/right_on.gif");
	color: #A56060;
}

div.tabpanel4 div.tab-row ul {
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url("../images/tab_bottom.gif" ) repeat-x bottom;
}

div.tabpanel4 div.tab-row li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

div.tabpanel4 div.tab-row a:link,div.tabpanel4 div.tab-row a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}

div.tabpanel4 div.tab-row li.selected a:link,div.tabpanel4 div.tab-row a:visited
	.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}

div.tabpanel4 div.tab-row a:hover {
	background: #fff;
}