/* CSS Document */

/* HTML Tags */
body {
	margin: 0;
	padding: 0;
	background: #fff url(../../_images/bg_liquid.jpg) right;
	color: #000;
	font: normal normal 14px/normal "Trebuchet MS", Tahoma, sans-serif;
	z-index: -10;
}

h3 { }
a:link { color: #660 }
a:visited { color: #7F8000 }
a:hover, a:active { color: #9F9F00 }
acronym { font-weight: bold; }
input.textbox { width: 100px; }
input { font: 11px "Trebuchet MS"; }
img { border: 0px; }

/* Page Components */
#page {
	margin: 0 25px 0 0;
	min-width: 770px;
	width: auto;
	background: #f0f0f0;
	color: #333;
}

#pageTop {
	margin:0;
	width: 100%;
	height: 160px;
	background: #000;
	color: #000;
}

#pageHeader {
	width: 100%;
	height: 124px;
	background: #000 no-repeat;
}

#pageNavigation {
	top: auto;
	position: absolute;
	z-index: 5;
	padding: 0;
	width: 740px;
	background: #000;
	color: #FEFF33;
	font-weight: bold;
}

#pageNavigationMenu {
	float: left;
	margin: 6px 0;
	height: 20px;
}

#pageNavigationSearch {
	top: auto;
	position: absolute;
	z-index: 6;
	right: 0px;
	float: right;
	height: 20px;
}

#pageContent {
	z-index: 0;
	position: absolute;
	top: auto;
	left: 15px;
	float: left;
}

#pageContentCopy {
	margin: 30px 270px 30px 30px;
	color: #444444;
}

#pageSidebar {
	position: absolute;
	top: auto;
	right: 15px;
	padding: 15px;
	width: 195px;
	font-size: 11px;
}

#pageSidebarContent { }

#pageSidebarSection { 
	padding-bottom: 10px;
	display: block;
	text-align: right;
}

#pageFooter { 
	border-top: 1px solid #888888; 
	padding-top: 10px; color: #888888;
	margin-right: 240px;
}


/* Contextual Styles */
#pageNavigation a {
	text-decoration: none;
	color: #feff33;
	background: transparent;
}

#pageNavigation a:hover {
	color: #feff33;
}

#pageNavigationSearch input {
	margin-top: 5px;
	font-size: 11px;
	font-weight: normal;
}

#pageNavigationSearch input.textbox {
	border: none;
	font-size: 10px;
	font-weight: normal;
	width: 100px;
}

#pageSidebar input.textbox {
	font: 9px courier;
}

#pageSidebar ul { 
	list-style: none;
}
#pageSidebar li { }

#pageSidebar li a { }

#pageSidebar li a:hover { }

#pageSidebar #pageSidebarContent li { }

#pageSidebar #pageSidebarContent li a { }

#pageSidebar #pageSidebarContent li a:hover { }

#pageSidebarContent .nsform {
	float: right;
	width: 200px;
	border: 2px solid #000000;
	background: #193962;
	color: #fff;
}

#pageSidebar #pageSidebarDomainSearch {
	width: 176px;
	background: #193962;
	color: #fff;
	float: right;
	text-align: right;
   margin-top: 10px;
   margin-bottom: 10px;
}

/* General Classes */
.center {
	text-align:center;
}

.red {
	color: #900;
}

.tooltip {
	background-color: #00f;
	border: 1px solid #fff;
	font: bold normal normal 11px/normal Arial, Helvetica, sans-serif;
	width: 12px;
	padding: 2px;
	vertical-align: middle;
	text-align: center;
	cursor: help;
	color: #fff;
}

.faqcategories li {
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
}

/* Tigra Menu Styles */
/* Navigation Menu Classes */

.m0l0mouti { font-size: 11px; color: #feff33; text-align:left; }
.m0l0mouto { padding: 8px; }
.m0l0moveri { font-size: 11px; font-style: italic; }
.m0l0movero { padding: 8px; }
.m0l0mdowni { color: #fff; font-size: 11px; font-style: italic; }
.m0l0mdowno { padding: 8px; }
.m0l1mouti { background: #101010; color: #feff33; font-size: 11px; padding: 3px; z-index: 10; }
.m0l1mouto { padding: 3px; z-index: 10; }
.m0l1moveri { background: #101010; font-size: 11px; font-style: italic; padding: 3px; }
.m0l1movero { padding: 3px; }	
.m0l1mdowni { background: #101010; font-size: 11px; font-style: italic; color: #fff; padding: 3px; }
.m0l1mdowno { padding: 3px; }

