@import url("/style/frontend.css");
@import url("/style/nav.css");
@import url("/style/mojoToolsAdminBar.css");

/*
-----------HTML Elements---------
*/
body {
	background: #4d67a0 url(/images/body-bg.jpg) center top no-repeat;
	margin: 0;
	padding: 0;
}

body, td, th, li, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.6em;
}

#content ol {
	margin-top: 0;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 0 0 0 15px;
	zoom: 1;
}
#content ol li {
	background: none;
	margin-bottom: .5em;
	padding: 0px;
}
#content ul {
	margin: 0 0 10px 5px;
	padding-left: 5px;
	zoom: 1;
}
#content ul ul {
	padding-top: 5px;
	margin-bottom: -5px;
}
#content ul li {
	display: block;
	background: url(/images/ui/bullet.gif) 0 5px no-repeat;
	padding: 0 0 5px 20px;
	zoom: 1;
}
#content li.first {
	background: none;
}
th {
	text-align: left;
	padding-right: 10px;
}
thead th {
	text-align: center;
	padding-right: 10px;
}
td {
	vertical-align: top;
}
p, table {
	margin: 0 0 10px 0;
}
a {
	color: #5777AF;
}
a:hover {
	color: #6693d1;
	text-decoration: none;
}
a span {
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}
h1 { 
	color:#004784;
	font-size: 26px;
	margin: 0 0 0.3em 0;
}
h2 { 
	color: #42679e;
	font-size: 20px;
	margin: 0 0 0.3em 0;
}
h3 {
	color: #666666;
	font-size: 16px;
	margin: 0 0 0.2em 0;
}
h4 {
	color: #42679e;
	font-size: 13px;
	margin: 0 0 1em 0;
}
h5 {
	color: #004784;
	font-size: 14px;
	margin: 0 0 0.5em 0; 
}
hr {
	margin-bottom: 1em;
	height: 1px;
	border: none 0;
	background: #D1D5E0;
}
blockquote {
	margin: 0 0 0 10px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 10px 20px;
}

/*
-----------Tables-----------
*/
table.doStyle {
	margin: 0 auto 1em auto;
	border: 1px solid #b1ccd6;
	background: #fff;
	border-collapse: collapse;
}
table.doStyle thead {
	background: #d7e4ea;
	color: #669AAE;
	font-weight: bold;
}
table.doStyle td, table.doStyle th {
	padding: 5px;
	border: 1px solid #b1ccd6;
}

table.smContent td, table.smContent th {
	padding: 2px;
	font-size: 10px;
}

table.doStyle tbody th {
	text-align: right;
}
table.doStyle .altItem {
	background: #eaf1f4;
}


/*
-----------Page-Tags System-----------
*/

#pageTag {
	position: absolute;
	top: 43px;
	right: 10px;
	width: 300px;
}
#pageTag .container {
	position: relative;
	zoom: 1;
	_zoom: 0;
}
#pageTag strong {
	display: inline;
	font-size: 11px;
	margin-bottom: 0px;
}
#pageTag #btnPageView, #pageTag .btnPageSearch {
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
}
#pageTag #curPage, #pageTag #gotoPage, #pageTag #pageNotFound {
	line-height: 23px;
	width: 200px;
	position: absolute;
	bottom: -1px;
	right: 23px; 
}

#pageTag #curPage, #pageTag #pageNotFound {
	padding-right: 5px;
	margin-bottom: -1px;
}
#pageTag #pageNotFound {
	padding: 0px 7px 0x 2px;
	margin: 0 0 0 0;
	line-height:15px;
}

#pageTag #gotoPage input {
	margin: 2px 0px 0px 2px;
	color: #888;
	border: 0 none;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#pageTag #gotoPage .thmPageInput {
	display: inline-table;
	display: inline-block;
	height: 21px;
	background: #fff;
	border: solid 1px #b9c6c6;
	border-right-width: 0px;
}
#pageTag #gotoPage, #pageTag .btnPageSearch, #pageTag #pageNotFound {
	display: none;
}

/*
-----------Site-wide Tags-----------
*/
.altRow {
	background-color: #eef3fc;
	border-top: solid 1px #DCE7F8;
	border-bottom: solid 1px #DCE7F8;
}

.altRows .altRows .altRow {
		background-color: #dfe8ec;
	border-top: solid 1px #DCE7F8;
	border-bottom: solid 1px #DCE7F8;
}

table.altRows {
	border: solid 1px #dfe8ec;
	background-color: #ffffff;
	margin-top: 4px;
}

.addAlt {
	border: dashed 1px #cc0000 !important;
}
.toOldSite {
	background: #FFFF00 !important;
}
.addLink {
	background: #90ee90 !important;
}

.btn 
{
	display: block;
	margin: 0 0 1em 0;
}

.imgLt {
	margin: 0 1.25em 0.5em 0;
}

.imgRt {
	margin: 0 0 0.5em 1.25em;
}

.imgLt p, .imgRt p {
    font-size: 12px;
    color: #6d7eab;
}

.imgLt img, .imgRt img {
    margin-bottom: 4px;
}

.box {
    background: #dae4f3;
    padding: 10px 10px 5px 10px;
    text-align: center;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clr {
	clear:both;
}
.clrLeft {
	clear:left;
}

.clrRight {
	clear:right;
}

.validator {
    color: #8B0000 !important;
    margin: 3px 5px 3px 0;
    border: solid 1px #8B0000;
    display: block;
    padding: 3px 8px;
    background: #fff url(/images/bkgd-grad-red.gif) 0 0 repeat-x;
}

.arr { font-weight: normal !important; }

/*
-----------Mojo Btn-----------
*/
.mojoBtn, .mojoBtn span {
	display: inline-block;
	*display: inline;
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	cursor: pointer;
	zoom: 1;
}
.mojoBtn {
	padding-left: 10px;
	color: #fff;
	background: url('/images/ui/btn/mojobtn-orange-left.gif') top left no-repeat;
}
.mojoBtn:hover {
	color: #fefefe;
	opacity: 0.70;
  filter: alpha(opacity=70);
}
.mojoBtn span {
	padding-right: 10px;
	background: url('/images/ui/btn/mojobtn-orange-right.gif') top right no-repeat;
}
.mojoBtn span span {
	padding: 0 5px 1px 5px;
	background: #f6a142;
}

/*
-----------Page Layout-----------
*/
.content
{
	clear: both;
	padding: 0;
}

#pageWrap {
	padding: 0;
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
}

#pageContent {
	padding: 40px 25px 20px 85px;
	zoom: 1;
}

#secContent, #mainContent, #tertiaryContent {
	float: left;
}

#mainContent{
	width: 100%;
	clear: both;
}

#secContent {
	width: 200px;
	margin: 0 20px 10px 0;
}

#tertiaryContent {
	width: 200px;
	margin: 0 0 10px 20px;
}

/*
-----------Header-----------
*/
#header
{
	position: relative;
	height: 167px;
	z-index: 1;
}

#header h1 a
{
	margin: 0;
	color: #000;
	border: none;
	position: absolute;
	top: 19px;
	left: 46px;
	width: 181px;
	height: 121px;
	display: block;
	z-index: 50; 
}

#header h1 span
{
	display: none;
}

#header .imgFader
{
	width: 195px;
	height: 53px;
	background: url(/images/rotator-bkgd.gif) top left no-repeat;
	position: absolute;
	top: 40px;
	right: 0;
	padding: 0 0 0 10px;
}

#header .imgFader div {
    background: #fff;
}

#header .secNav {
    position: absolute;
    top: 6px;
    right: 10px;
    text-align: right;
    padding: 0;
    width: 290px;
}

#header .secNav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    height: 14px;
}

#header .secNav li {
    display: block;
    float: right;
    margin: 0;
    padding: 0;    
}

#header .secNav li a{
    display: block;
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
    border-right: solid 1px #fff;
}

#header .secNav li.first a{
    display: block;
    padding: 0;
    margin: 0;
    border-right: none;
}
#header .secNav p
 {
    clear: both;
    margin: 0;
    padding:0;
}

#header #hdrBg
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#header #tagline 
{
	position: absolute;
	top: 140px;
	right: 0;
	width: 684px;
	z-index: 100;
	height: 25px;
	border-top: solid 1px #e3e8f6;
	color: #6d7eab;
	padding-top: 5px;
	font-size: 14px;
	font-style: italic;
}

#header .breadcrumbWrap 
{
	position: absolute;
	bottom: -25px;
	left: 87px;
}

#header .nav.breadcrumbWrap li a
{
	padding-right: 12px;
	margin-right: 6px;
	background: url('/images/ui/breadcrumb-arrow.gif') right 5px no-repeat;
}


/*
----------Nav Design-----------
*/

#header #navWrap
{
	position: absolute;
	top: 89px;
	right: 0;
	width: 698px;
}

#navWrap
{
	background: #999;
	width: 750px;
	line-height: normal;
	padding: 0;
	z-index:999;
	float: left;
	background: none;
}

#navWrap ul { /*This forces the dropdown to appear above the calendar on the events page*/
	z-index:100;
	padding-left: 7px;
	/*background: url(/images/left_navbar.jpg) left top no-repeat;*/
	float: left;
}

#navWrap .navContent {
    float: left;
	z-index:100;
	display: block;
	/*background: url(/images/right_navbar.jpg) right top no-repeat;*/
	padding: 0 5px 0 0;
	width: 745px;
}

#navWrap ul ul {
    float: none;
    padding-left: 0;
    background-image: none;
    background: #fff;
}

#navWrap ul ul { border-color: #ccc; padding-left: 0;}

#navWrap li {
    padding: 8px 0;
}

#navWrap li a
{
	padding: 1px 7px 10px 7px;
	color: #093b72;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}

#navWrap li a:hover,
#navWrap li:hover,
#navWrap li.sfhover
{
	color: #005aff;
}

#navWrap li.dd a {
    background: url(/images/arrow-down.gif) 0 2px no-repeat;
    padding-left: 12px;
}

#navWrap li.dd li a {
    background: url(/images/bg-nav.gif) 0 0 repeat-x;
}

#navWrap li ul
{
	border: solid #D1D1CF 1px;
	background-color: #fff;
	width: 185px; /* Equals width of (.nav li ul li a) plus the left/right padding */
}

#navWrap .bgiframe
{
	border: solid #6693d1 1px;
	background-color: #fff;
	padding: 0;
	margin: 0;
}

#navWrap .bgiframe body {
    margin: 0;
    padding: 0;
}

#navWrap li li {
    padding: 0;
    border-left: none;
}

#navWrap li li a { 
    border-left: none; 
    border-bottom: solid #fff 1px; /* keeps IE6 from displaying submenu items with excess space below. */ }

#navWrap li ul li a
{
	text-align: left;
    background: none;
	padding: 2px 10px;
	margin: 0;
	width: 165px;	 /* Any changes to these need to be reflect in (.nav li ul ul) and (.nav li ul) */
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;
}

#navWrap li ul li
{
    background: url(/images/bg-nav.gif) 0 0 repeat-x;
}

#navWrap li ul li a:hover
{
	border-top: solid #a2caf5 1px;
	border-bottom: solid #a2caf5 1px;
	background-color: #abd0f8;
	color: #0a4d98;
}

#navWrap li.first a {
    border-left: none;
}

.nav li li.dd a { /* Class to differentiate items with flyouts; usually with a background image of an arrow to the right */ }

.nav li li.dd a:hover { }

.nav li ul ul { margin-left: 185px; /* Equals width of (.nav li ul li a) plus the left/right padding */ }

.nav li:hover ul ul,
.nav li:hover ul ul ul,
.nav li.sfhover ul ul,
.nav li.sfhover ul ul ul { left: -999em; }

.nav li:hover ul,
.nav li li:hover ul,
.nav li li li:hover ul,
.nav li.sfhover ul,
.nav li li.sfhover ul,
.nav li li li.sfhover ul { left: 0px; }

.nav li:hover,
.nav li.sfhover { /* Fix for IE7 "Sticking" menus */ position: static;
}

#navWrap li:hover li:hover,
#navWrap li.sfhover li.sfhover {
	background: #EFF5F8;
}

#navWrap li li a.sf-with-ul{
	width: 155px;
	padding-right: 20px;
	background: url('/images/ui/arrow-sm.gif') 172px 3px no-repeat;
}



.searchBox {
	vertical-align: top;
	margin-top: 3px;
}

#header #search
{
	position: absolute;
	top: 54px;
	left: 643px;
	z-index: 100;
}

#header #search input.searchBox 
{
	width: 211px;
}

#header #search .searchBtn 
{
	margin-top: 5px;
	margin-left: 7px;
	cursor: pointer;
}

li ul.sf-js-enabled {
	left: auto !important;
}

/*
-----------General Column Formatting-----------
*/

.oneCol {}
.twoCol {}
.threeCol {}

.col {
	padding: 0 18px 10px 0;
}

.twoCol .col {
	width: 45%;
}

.threeCol .col {
	width: 28%;
}

.listing {
	margin: 0 0 1em 0;
}

/*
----------Footer----------
*/
#footer
{
	font-size:10px;
	text-align: left;
	padding-top:10px;
	margin: 15px auto 30px auto;
	width: 960px;
	position: relative;
}

#footer p, #footer li, #footer 
{
	color:#fff;
    font-size:11px;
}

#footer ul {
	list-style: none;
}
#footer a {
	color: #fff;
}


/*
----------Document/Link Library Tool----------
*/
.docs {
	width:100%;
}
.docs .onecol .category{
	width: 100%;
}
.docs .twocol .category{
	width: 45%;
}
.docs .threecol .category{
	width: 30%;
	margin-right:15px;
}
.docs h2 {font-size:120%; line-height:100%; font-weight:bold;}
.docs img {
	display:block;
}
.docs .doc
{
	width: 95%;
	margin: 0 0 0.5em 0;
	padding: 0;
}

.docs .doc .desc {
	display: block;
	clear: both;
	margin: 0 0 0.5em 0;
}

.doc .imgLt
{
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
}
.doc .imgLt a:hover, .doc .imgLt a:active
{
	text-decoration:underline;
	color:#192666;
}

/* the custom images based on file type */
.docs a.as, .docs a.doc, .docs a.file, .docs a.fla, .docs a.mdb, .docs a.pdf, .docs a.ppt, .docs a.swf, .docs a.txt, .docs a.xls, .docs a.link  
{	
	padding: 5px 0 6px 20px;
	margin: 0;
	height: 20px;
	line-height:20px;
	display:inline;
}
.docs a.as {
	background: url(/images/docLibrary/as.gif) no-repeat left;
}
.docs a.doc {
	background: url(/images/docLibrary/doc.gif) no-repeat left;
}
.docs a.file {
	background: url(/images/docLibrary/file.gif) no-repeat left;
}
.docs a.fla {
	background: url(/images/docLibrary/fla.gif) no-repeat left;
}
.docs a.mdb {
	background: url(/images/docLibrary/mdb.gif) no-repeat left;
}
.docs a.pdf {
	background: url(/images/docLibrary/pdf.gif) no-repeat left;
}
.docs a.ppt {
	background: url(/images/docLibrary/ppt.gif) no-repeat left;
}
.docs a.swf {
	background: url(/images/docLibrary/swf.gif) no-repeat left;
}
.docs a.txt {
	background: url(/images/docLibrary/txt.gif) no-repeat left;
}
.docs a.xls {
	background: url(/images/docLibrary/xls.gif) no-repeat left;
}
.docs a.link {
	background: url(/images/docLibrary/link.gif) no-repeat left;
	float:none;
}

.docs .twoCol .category {
	float:left;
	width: 45%;
}

.docInfo { margin: 0 0 2em 0; border-bottom: solid #ccc 1px; padding-bottom: 2em; }

/*
----------SidebarLeft----------
*/
.incSidebarLeft #pageContent {
	padding-left: 25px;
}
.incSidebarLeft #header .breadcrumbWrap {
	left: 25px;
}
.incSidebarLeft #content {
	width: 709px;
	margin-left: -1px;
	border-left: 1px solid #d1d5e0;
	padding-left: 30px;
	float: left;
}
#sidebarLeft {
	width: 160px;
	border-right: 1px solid #d1d5e0;
	padding: 10px 10px 10px 0;
	float: left;
}
#sidebarLeft strong, #sidebarLeft strong a {
	display: block;
	color: #666;
	font-size: 15px;
	text-decoration: none;
}
#sidebarLeft strong a:hover {
	text-decoration: underline;
}
#sidebarLeft strong {
	margin-bottom: .5em;
	border-bottom: 1px solid #dfe2ea;
	padding-bottom: 2px;
}
#sidebarLeft .nav {
	margin-bottom: 1.75em;
}
#sidebarLeft .nav .vertical, #sidebarLeft .nav .vertical ul {
	width: 100%;
}
#sidebarLeft .nav li a {
	padding: 5px 0;
	line-height: normal;
	font-size: 12px;
}

/*
----------SidebarRight----------
*/
.incSidebarRight #content {
	width: 598px;
	_width: 595px;
	float: left;
}
#sidebarRight {
	width: 237px;
	padding: 0 0 10px 15px;
	float: left;
}
#sidebarRight .content {
	padding: 23px 20px;
	background: url(/images/bg-sidebar-header.gif) 0 0 no-repeat;
}
#sidebarRight .content h2 {
	margin: 0;
	margin-bottom: 0.5em;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
}
#sidebarRight .content h3.arrowHead {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0.5em;
}

/*
----------Both Sidebars----------
*/
.incSidebarBoth #content {
	width: 457px;
	_width: 454px;
}

/*
----------Home Page----------
*/


.homePage #pageContent {
	padding: 0;
	zoom: 1;
}

.homePage #tagline {
}

#linkBar { background: #3c5076 url(/images/bg-home-linkbar.gif) 0 0 repeat-x; width: 960px; }

#linkBar ul { list-style: none; margin: 0; padding: 0 0 0 20px; }

#content #linkBar li { background: none; padding: 0; }
#content #linkBar li a { display: block; color: #fff; font-size: 19px; background: url(/images/arrow-white.gif) 12px center no-repeat; padding: 10px 30px; text-decoration: none; }
#content #linkBar li a:hover {text-decoration: underline; }

.btmContent { margin: 8px 0 0 0;}

.btmContent .section { float: left; width: 306px; padding: 15px 26px; margin-left: 6px; background: url(/images/bg-home-btm-section.gif) 0 0 repeat-x;}
.btmContent .section h3{ color: #c36206; font-size: 18px; }
.btmContent .section p{ color: #000; font-size: 11px; }
.btmContent .contactSec { width: 200px; padding: 15px 10px 10px 10px;}
.btmContent .contactSec a { margin-bottom: 10px;}
#content .btmContent .contactSec ul { list-style: none; margin: 0; padding: 0;}
#content .btmContent .contactSec li { background:: none; margin: 0; padding: 0;}


/*
----------Other Stuff----------
*/
.arrowHead  {
	display: block;
	padding-left: 20px;
	background: url(/images/arrow.gif) 0 3px no-repeat;
}
.note {
	color: #666666;
}


.formDisplay 
	{
		border: 0px;
		margin-bottom: 1em;
	}

.formDisplay td, .formDisplay th
	{
		border: 0px;
		padding: 3px 5px 3px 0;
		vertical-align: top;
	}

.formDisplay th
{
	width: 141px;
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
}

.formDisplay thead th 
{
	text-align: center;
	padding: 0;
}

.formDisplay tbody th.subHead 
{
    text-align: left;
}

.formDisplay .formDisplay
{
    margin-bottom: 0;
}

.formDisplay .formDisplay td
{
    margin-bottom: 0;
}

.formDisplay th.smLabel
{
	width: 40px;
}

.searchResults {
    position: relative;
}

.searchResults h1 {
    position: absolute;
    top: -3px;
    left: 0;
    line-height: normal;
}

#cse-search-results iframe {
    width: 820px !important;
}

#cse-search-results .bb {
    border-bottom: none !important;
}

#mainContent #searchBoxWrap {
    display: none;
}

.popUpWrap {
    width: 550px;
    margin: 0 auto;
}


/*
-----------Slideshow-----------
*/
#mainImg {
	position: relative;
	margin: 0;
	height: 259px;
	width: 960px;
}
#mainImg .slide {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
}

#mainImg .slide div {
	position: absolute;
	top: 35px;
	left: 31px;
}
#mainImg .slide div p {
	font-size: 11px;
	margin: 0;
}
#mainImg .slide div h2 {
	color: #3f5b88;
	font-size: 26px;
	letter-spacing: -1px;
}
#mainImg .slide div h2 em {
	display: block;
	color: #8d8d8f;
	font-size: 45px;
	letter-spacing: -2px;
	line-height: normal;
}
#mainImg .slide div h2 em sup {
	color: #8d8d8f;
	font-size: 25px;
	margin: 0;
	padding: 0;
	vertical-align: text-top;
	letter-spacing: -2px;
	line-height: normal;
}
#mainImg .slide div .mojoBtn {
	margin-top: 1em;
	background-image: url('/images/ui/btn/mojobtn2-bg.gif');
}
#mainImg .controls {
	width: 402px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#mainImg .controls .bkgd {
	position: absolute;
	bottom: 0;
	right: 0;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ui/sldshw-controls-bg.png');
}
#mainImg .controls .bkgd img {
	_filter: alpha(opacity=0);
}
#mainImg .controls ul {
	position: absolute;
	bottom: 0;
	right: 6px;
	z-index: 1;
}
#mainImg .controls li span, #mainImg .controls li a {
	display: block;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 2px;
	padding: 2px 4px;
	line-height: normal;
	text-decoration: none;
}
#mainImg .controls li span {
	margin-right: 6px;
	font-weight: bold;
}
#mainImg .controls .current a {
	background: none;
}
#mainImg .controls li a {
	border: 1px solid #787990;
	background: url('/images/ui/sldshw-controls-item-bg.png') top right;
	_background: #5f637b;
}

/*
-----------FAQ styles-----------
*/

#content .searchFaq
{
	width: 185px;
	padding: 0 10px 0 0;
}

#content .faqContent ul {
	margin-left: 0;
	padding-left: 0;
	zoom: 1;
}

#content .faqContent ul li
{
	display: block;
	background: none;
	padding: 0;
	zoom: 1;
	clear: both;
}

#content .faqContent ul li strong 
{
	display: block;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: solid 1px #ccc;
}

#content .faqContent ul ul {
	padding: 0;
	zoom: 1;
	margin: 0 0 10px 0;
}

#content .faqContent li ul li
{
	display: block;
	background: url(/images/ui/bullet.gif) 0 5px no-repeat;
	padding: 0 0 5px 13px;
	zoom: 1;
	float: left;
	width: 45%;
	margin-right: 5px;
	clear: none;
}

#content .faqContent .faqAnswer ul li
{
	display: block;
	background: url(/images/ui/bullet.gif) 0 5px no-repeat;
	padding: 0 0 5px 13px;
	zoom: 1;
	float: none;
	width: auto;
	margin-right: 0;
	clear: none;
}

#content .faqContent table ul {
	padding: 0;
	zoom: 1;
	margin: 0 0 10px 0;
}

#content .faqNav 
{
	display: block;
	padding: 5px;
	width: 590px;
	background-color:#EEF3FC;
	border-bottom:1px solid #DCE7F8;
	border-top:1px solid #DCE7F8;
	margin-top: 10px;
	text-align: center;
}

#content .faqContent .faqList td
{
	padding: 3px 5px;
}

#content .searchFaq input 
{
	margin-bottom: 5px;
}