@import url("/style/frontend.css");
@import url("/style/nav.css");
@import url("/style/mojoToolsAdminBar.css");

/*
-----------HTML Elements---------
*/
body {
	color: #000;
	background: #eeece3;
	font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
	font-size: 14px;
	line-height: 1.2em;
}
a {
	color: #006bab;
}
a:hover {
	text-decoration: none;
}
p, ul, ol, table {
	margin: 0 0 1em 0;
}
ul {
	margin-left: 12px;
	padding-left: 12px;
}
ol {
	margin-left: 15px;
	padding-left: 15px;
}
blockquote {
	margin: 0 0 0 10px;
}
h1, h2, h3, h4, h5, h6 {
	color: #636468;
	font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
	font-size: 24px;
	line-height: normal;
	margin-bottom: .5em;
}
h2 {
	font-size: 20px;
	color: #818287;
	line-height: 1em;
}
h3 {
	color: #999A9D;
	font-size: 18px;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
hr {
	margin: 0 0 1em 0;
	*margin: -1em;
	height: 1px;
	border: none 0;
	border-top: 1px solid #E2E2E2;
}
blockquote {
	margin: 0 0 0 30px;
}


/*
-----------Form-----------
*/
.formDisplay {
	border-bottom: 1px solid #e2e2e2;
	margin-left: auto;
	margin-right: auto;
}
.formDisplay .altItem {
	background: #fbfbfb;
}
.formDisplay td, .formDisplay th {
	border-top: 1px solid #e2e2e2;
	padding: 7px;
	color: #444;
}
.formDisplay thead td, .formDisplay thead th {
	background: #f6f6f6;
	padding: 7px;
	color: #444;
}
.formDisplay .noBorder, .formDisplay .noBorder td, .formDisplay .noBorder th {
	border: none;
}
.formDisplay label {
	font-size: 14px;
	color: #333;
}
.formDisplay input, .formDisplay textarea {
	width: 225px;
	border: 1px solid #9f9f9f;
	padding: 4px;
	color: #000;
	font-size: 15px;
}
.rblDisplay input {
	border: none 0;
	width: auto;
}
.rblDisplay label {
	display: inline-block;
	*display: inline;
	padding: 0 10px;
	zoom: 1;
	font-size: 13px;
}

/*
-----------Page Layout-----------
*/
#pageWrap, #featureWrap {
	width: 100%;
	text-align: center;
}
#featureWrap {
	padding-top: 6px;
	background: #fff url('/images/ui/phe/feature-bg.png') bottom center repeat-x;
}
#pageContent, #feature {
	position: relative;
	display: inline-block;
	width: 960px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
	z-index: 0;
}
#mainContent, #footer {
	margin: 35px 40px 30px 40px;
}
#mainContent {
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

/*
----------Nav Design-----------
*/
#navOuterWrap {
	position: relative;
	border-bottom: 3px solid #e31f32;
	background: url('/images/ui/phe/nav-wrap-bg.png') top center;
	text-align: center;
	z-index: 1;
}
#navOuterWrap #navWrap, #navOuterWrap #navWrap ul {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
#navOuterWrap #navWrap {
	min-width: 958px;
	width: auto !important;
	border-right: 1px solid #646465;
	border-left: 1px solid #868686;
	background: url('/images/ui/phe/nav-bg.png') top center repeat;
	text-align: center;
}
#navWrap li a {
	border-right: 1px solid #868686;
	border-left: 1px solid #646465;
	padding: 11px 27px;
	/* IE7/6 Box Model Fix :Start */
	*padding-left: 25px;
	*padding-right: 26px;
	/* IE7/6 Box Model Fix :End */
	color: #fff;
	font-style: italic;
	text-decoration: none;
	line-height: normal;
}
#navWrap li a:hover {
	text-decoration: underline;
}
#navWrap ul ul {
	margin-top: 3px;
	width: 200px;
	background: #48494d;
	text-align: left;
}
#navWrap li li a, #navWrap li li.sfhover li a {
	border: solid #3c3c3c;
	border-width: 0 0 1px 0;
	background: none;
	padding: 5px 10px 5px 20px;
	font-size: 12px;
}
#navWrap li li a:hover, #navWrap li li.sfhover a, #navWrap li li.sfhover a:hover {
	background: #595a5e;
	text-decoration: none;
}
#navWrap ul ul ul {
	border-left: 1px solid #3c3c3c;
	margin-top: -29px;
}

/*
----------Breadcrumb Design-----------
*/
#breadCrumb {
	margin-bottom: 20px;
}
.breadcrumbWrap li a, .breadcrumbWrap li.last {
	display: block;
	padding: 3px 15px 3px 8px;
	font-size: 12px;
}
.breadcrumbWrap li a {
	background: url('/images/ui/phe/breadcrumb-arrow.gif') 100% 50% no-repeat;
}
.breadcrumbWrap li.first a {
	padding-left: 0;
}
.homePage #breadCrumb {
	display: none;
}

/*
-----------Sidebar Styles-----------
*/
#sidebar {
	display: none;
}
.sidebar #content {
	width: 588px;
	float: left;
}
.sidebar #sidebar {
	display: block;
	width: 252px;
	margin-right: 40px;
	float: left;
}
#sidebar .nav big {
	display: block;
	margin-bottom: 5px;
	color: #818287;
}
#sidebar .nav ul {
	width: 251px;
	border-right: 1px	solid #e2e2e2;
	margin-bottom: 20px;
	padding-top: 20px;
}
#sidebar .nav li a {
	position: relative;
	padding: 5px 15px 5px 20px;
	background: url('/images/ui/phe/sidebar-nav-arrow.gif') 5px 50% no-repeat;
	font-size: 13px;
	text-transform: uppercase;
}
/* -- This is for Flyout Nav 
#sidebar .nav ul ul {
	margin-top: -27px;
	margin-left: 95%;
	border: 1px solid #e2e2e2;
	background: #eeece3;
}*/
/* -- This is for Hierarchical Nav */
#sidebar .nav ul ul {
	width: auto;
	margin: 0;
	position: relative;
	padding: 1px 0 5px 20px;
	border: 0;
	left: auto;
}
#sidebar .nav li li a {
	margin-top: -1px;
	border: solid #e2e2e2;
	border-width: 1px 0;
	padding: 3px 15px;
	color: #4986aa;
	background: none;
	font-size: 12px;
	text-transform: none;
}
#sidebar #search .formDisplay {
	border: solid #e2e2e2;
	border-width: 0 1px 1px 1px;
	width: 100%;
	margin-bottom: 0;
	background: #fbfbfb;
}
#sidebar #search .formDisplay label {
	font-size: 17px;
}
#sidebar #search .formDisplay input {
	width: 170px;
}
#sidebar #search .formDisplay img {
	margin-right: 15px;
}

#sidebar #search .searchBtn {
	cursor: pointer;
	cursor: hand;
}

/*
-----------General Column Formatting-----------
*/

/*
----------Footer----------
*/
#footer {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 8px solid #eeece3;
	padding: 10px 0 30px 0;
	color: #5a5a5a;
	font-size: 11px;
	text-align: center;
}
#footer p {
	margin-top: 17px;
}

/*
----------Home Page-----------
*/
.homePage #featureWrap {
	display: inline-block;
	width: 960px;
}
.homePage #featureWrap .mainstay {
	display: none;
}
.homePage #mainContent {
	margin-bottom: 15px;
}
.tableBorder {border-collapse:collapse; }
.tableBorder td{border:1px solid #000; padding:5px;}
