
/* ----------------------------------------------- [ * ] */

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------- [ General Elements ] */

html {
	width:100%;
	height:100%;
}

body {
	font-family:Arial, sans-serif;
	font-size: 62.5%;
/*	background: transparent url(images/grid-900.gif) repeat-y top center; */
	background: #fff;
	color: #111;
	width:100%;
	height:100%;
	background:url("/_shared/images/public/gray-bg.gif") repeat-x 0px 120px;
	background-color:#ccc;
}

.home {
	background:transparent;
	
	background-color:#fbca17;
	margin:0px;
}

hr {
	display: none;
}

img {
	border: 0;
}

h1, h2, h3, h4 {
	padding-left: 8px;
	padding-right: 8px;
	color: #000;
}

h1 {
	margin-bottom: .3em;
	font-size: 2.8em;
	line-height: .95em;
}

h2 {
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.3;
}

h3 {
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.3;
}

h4 {
	margin-bottom: .6em;
	font-size: 1.3em;
	line-height: 1.6;
}

h5 {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.6;

}

p {
	margin-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
	line-height: 1.6;
}

ul, ol {
	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1em;
	line-height: 1.6;
	list-style:none;
}


a {
	text-decoration: none;
	font-weight:bold;
	color: #000;
}

a:hover {
	color: #602f3d;
}

acronym {
	border-bottom: 1px dotted #eee;
}

kbd {
	font-family: "Monaco", "Courier New", fixed;
	font-size: 1em;
	text-transform: uppercase;
}

/* ----------------------------------------- [ Wrapper ] */

#wrapper {
	width: 90em;
	margin: 0 auto;
	margin-bottom: 3em;
	z-index:3;
	position:relative;
	left:auto;
}

#background {
	background:url("/_shared/images/public/new_bg.jpg") 50% 0px no-repeat;
	background-color:#333;
	width:50%;
	min-width:450px;
	left:-250px;
	height:100%;
	display:block;
	z-index:2;
	position:fixed;
	top:0px;
	bottom:0px;	
}


.home #background {
	background:url("/_shared/images/public/new_bg.jpg") 50% -800px no-repeat;
	
	width:100%;
	left:0px;
	height:580px;
	position:absolute;
}

#background-bottom {
	background:url("/_shared/images/public/main-bg-color.gif");
	
	background-color:#ffd600;
	height:30%;
	width:100%;
	z-index:1;
	position:absolute;
}

#background #mask {
	height:600px;
	width:500px;
}

#background-header {
	background:url("/_shared/images/public/header-bg.gif") repeat-x;
	width:100%;
	height:142px;
	display:block;
	z-index:2;
	position:absolute;
	top:0px;
}

/* ------------------------------------------ [ Header ] */

#header {
	height: 55px;
	padding-top: 35px;
	padding-bottom:2px;
}

#header h1 {

}

#header h1 a {
	color: #000;
	background:url("/_shared/images/public/logo.gif") no-repeat;
	width:206px;
	height:59px;
	display:block;
}

#header h1 a span {
	display:none;
}


/* ---------------------------------------- [ Main Nav ] */

#main-nav {
	background-color:#333;
	height:40px;
	margin-top:10px;
	margin-left:20px;
	width:820px;
}

#main-nav ul {
	list-style-type: none;
}

#main-nav li {
	float: left;
}

#main-nav li ul {
	display:none;
}

#main-nav li a {
	font-size: 1.2em;
	line-height: 1.6;
	padding:12px 10px 9px 9px;
	color:#eee;
	letter-spacing:.1em;
	text-transform:uppercase;
	border-left:1px solid #333;
}

#main-nav li a:hover {
	background-color:#f5cf1f;
	color:#333;
}

#main-nav li a.selected:hover {
	background-color:#d7b518;
	color:#333;
}

#main-nav li a.selected {
	background-color:#f5cf1f;
	color:#333;
}

#main-nav #search {
	float:right; 
	margin-top:8px;
}

#main-nav #search #submit {
	width:50px;
	height:21px;
	border:1px solid #000;
	text-transform:uppercase;
	font-size:.9em;
	
	display:block;
}

#main-nav #search #submit:hover {
	background-color:#f5cf1f;
	cursor:pointer;
}

#main-nav #search #q {
	width:150px;
	border:1px solid #000;
	text-align:left;
	display:block;
	margin-right:7px;
	float:left;
}

/* common styling */
#main-nav {}

#main-nav ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none;
}

#main-nav ul {
	padding:0;
	margin:0;
	list-style: none;
}

#main-nav ul li {
	float:left;
	position:relative;
}

#main-nav ul li ul li {
	width:150px;
	font-size:8px;
	padding:0px;
}

#main-nav ul li ul li a {
	padding:5px 10px;
	color:#ffffff;
}

#main-nav ul li ul {
	display: none;
	padding:0px;
}

/* specific to non IE browsers */
#main-nav ul li:hover ul {
	display:block;
	padding-top:13px;
	padding-bottom:10px;
	position:absolute;
	top:40px;
	width:150px;
	border:1px solid #555555;
	border-top:0;
	background:url("/_shared/images/public/drop-down-bg.gif"); /* one */ 
	background:url("/_shared/images/public/drop-down-bg-two.gif"); /* two */
	background-color:#999;
}

#main-nav ul li:hover ul.open {
	display:block;
	padding-top:13px;
	padding-bottom:10px;
	position:absolute;
	top:40px;
	width:150px;
	border:1px solid #555555;
	border-top:0;
	background:url("/_shared/images/public/drop-down-bg.gif"); /* one */ 
	background:url("/_shared/images/public/drop-down-bg-two.gif"); /* two */
	background-color:#999;
}


#main-nav ul li:hover ul li a.hide {
	background:#6a3;
	color:#fff;
}

#main-nav ul li:hover ul li:hover a.hide {
	background:#6fc;
	color:#000;
}

#main-nav ul li:hover ul li ul {
	display: none;
}

#main-nav ul li:hover ul li a {
	display:block;
	border:0px;
	border-bottom:1px solid #f0e0d6;
	color:#333; /* one */ 
	color:#fff; /* one white*/ 
}

#main-nav ul li:hover ul li a:hover {
	background:#c06a35; /* orange */ 
	background:#ddd; /* orange */ 
	color:#000;
}

#main-nav ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	padding-top:-1px;
	left:150px;
	top:0;
	background:url("/_shared/images/public/drop-down-bg.gif") 0px -50px; /* one */ 
	background:url("/_shared/images/public/drop-down-bg-two.gif") 0px -50px; /* two */ 
	background:url("/_shared/images/public/drop-down-bg-four.gif") 0px -20px; /* three */ 
	border:1px solid #555555;
	background-color:#ffab4a;
}

#main-nav ul li:hover ul li:hover ul.left {
	left:-150px;
}

/* ------------------------------------------ [ Sub Nav ] */

#sub-menu {
	margin: 0 0 0em 0;
	padding: 0;
	margin-left:20px;
	list-style-type: none;
	width:20em;
	float:left;
	font-size:.9em;
}

#sub-menu li {
	margin: 0;
	padding: .4em 0px .5em 0px;
	text-transform:uppercase;
	line-height: 1.6;
	border-bottom: 1px dotted #fff;
}

#sub-menu li ul li {
	text-transform:none;
	border:0;
	margin-left:1em;
}

#sub-menu li .selected {
	background-color:#fff;
}

#sub-menu li a {
	padding:3px 8px;
	font-size: 1.2em;
}

#sub-menu li a:hover {
	color:#eacb61;
}

#sub-menu li.last {
	border:0;
}

.home #sub-menu {
	display:none;
}



/* -------------------------------------------- [ Content ] */

#content {
	padding-top: 1em;
	min-height:300px;
	
}

#page-title {
	width:69em;
	float:left;
	margin:0px 0px 0px 10px;
}

#main-content {
	width:69em;
	float:left;
	margin:2px 0px 50px 10px;
}

.page #main-content {
	background-color:#fff;
	padding:10px 0px 10px 10px;
	width:67em;
}

#breadcrumbs {
	background-color:#777;
	height:40px;
	margin:-10px 0px 0px -10px;
	text-align:left;
}

#breadcrumbs ul {
	margin:0px;
	padding:11px 10px 10px 16px;
}

#breadcrumbs li {
	float:left;
	margin-right:10px;
	font-size:1.3em;
}

#breadcrumbs li a {
	color:#fff;
	font-weight:lighter;
	border-right:1px solid #fff;
	padding-right:8px;
}

#breadcrumbs li.root a {
	font-weight:bold;
}

#breadcrumbs li:hover a {
	text-decoration:underline;
}

#breadcrumbs li.lastchild a {
	border:0px;
}

.block {
	padding: 1em 0 2em 0;
	clear: both;
	margin-bottom:25px;
}

.block p, .block h5, .block code {
	width: 53em;
}

.block p {
	font-size:11px;
}

.block h1 {
	font-weight:lighter;
	color:#333;
	margin-bottom:5px;
	font-size:3em;
}

.block h2 {
	font-weight:lighter;
	color:#333;
	margin-bottom:3px;
	margin-top:20px;
	font-size:2.3em;
}

.block h3 {
	line-height: 1.2;
	font-weight:lighter;
	width: 32em;
	margin-bottom:3px;
	margin-top:20px;
	font-size:2em;
}

.block h4 {
	line-height: 1.2;
	font-weight:bold;
	width: 32em;
	margin-bottom:3px;
	margin-top:20px;
	font-size:12px;
}

.block h5 {
	margin-top:20px;
	margin-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
}

.block h6 {
	color:#333;
	margin-bottom:5px;
	font-size:12px;
	margin-left:8px;
	margin-top:20px;
}

.block blockquote {
	margin: 0 3.2em 0 3.2em;
}

.block blockquote p {
	width: 30em;
	padding: 0;
}

.block blockquote ul {
	width: 30em;
}

.block dl {
	margin: 0 0 1em 0;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
}

.block dt {
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-size: 1em;
}

.block dd {
	width: 30em;
	margin: 0 0 1em 2em;
	line-height: 1.6;
}

.block ul, .block ol {
	margin:0px;
	padding:0px;
	list-style:disc;
	margin-left:2.2em;
}

.block ol {
	list-style:disc;
}

.block li {
	width: 43em;
	font-size: 1.2em;
	line-height: 1.6;
	background: transparent url(images/bullet.gif) no-repeat left 2px;
}


.block a {
	text-decoration: none;

	color: #602f3d;
}

.block a:hover {
	color: #000;
}


.block code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.block pre {
	margin: 2em 0 2em 0;
	padding: 2em;
	font-size: 1.2em;
	background: #eee;
	overflow: auto;
}

.block pre code {
	color: #222;
}

.block .newsitem {
	margin-bottom:10px;
	padding-bottom:8px;
	border-bottom:1px solid #ccc;
}

.block .quote-author {
	float: right;
}

.block .image_right {
	float:right;
	padding-left:10px;
}

.block .image_left {
	float:left;
	padding-right:10px;
}

.download {
	border:1px solid #aaa;
	margin-right:10px;
	padding:20px;
	font-size:12px;
	background-color:#fff;
	width:300px;
}

.download a {
	text-decoration:underline;
}

.download a:hover {
	text-decoration:none;
}

.download p {
	font-size:12px;
	margin-right:500px;
	display:block;
	width:140%;
}

.download img {
	float:left;
	margin-right:10px;
	margin-top:-3px;
}

.download .info_div {
	width:200px;
}

.image img {
	border:1px solid #666;
}

.search_results {
	
}

.search_results p, .search_results h3, .search_results h4, .search_results h2 {
	font-size:11px;
	font-weight:normal;
}

.search_results * {
	font-size:11px;
	width:40em;
	font-weight:normal;
}

.search_results strong {
	font-weight:normal;
}

.search_results li {
	border-bottom:1px solid #ddd;
	margin-bottom:5px;
	padding-bottom:5px;
	list-style:none;
	width:40em;
}

.main-description {
	margin-left:12px;
	width:455px;
	color:#fff;
	float:left;
}

.main-description p {
	margin-top:20px;
	width:410px;
	font-size:1.6em;
	line-height:2em;
	font-weight:lighter;
}

.main-description p strong {
	font-weight:bold;
}

.main-description a {
	color:#aaa;
}

.main-description a:hover {
	color:#fbca17;
}

.video {
	margin-top:20px;
	
	padding-left:25px;
	margin-left:10px;
	width:350px;
	margin-left:500px;
	display:block;
	background:url("/_shared/images/public/play_icon.gif") no-repeat 10px 3px;
}

.recent-news {
	padding-left:25px;
	
	margin-top:10px;
	margin-left:50px;
	width:350px;
	margin-left:500px;
	display:block;
}

.recent-news h4 {
	font-size:1.2em;
}

.video h3, .recent-news h3 {
	font-size:10px;
	background-color:#f1dfa2;
	width:210px;
	padding:5px;
	text-transform:uppercase;
	margin-left:8px;
}


/* -------------------------------------- [ Form ] */

form {
	
}

fieldset {
	border:0;
}

input {
	border:1px solid #aaa; 
	width:20em; 
	padding:3px;
}

textarea {
	width:40em; 
	height:10em;
}

/* --------------------------------------- [ Footnotes ] */

#footer {
	padding: 1em 0 0 0;
	clear: both;
	background-color:#777777;
	height:75px;
	z-index:2;
	position:absolute;
	background:url(/_shared/images/public/footer_bg_new.png) no-repeat 50% 0;
}

.home #footer {
	height:100px;
	margin-top:-55px;
	background:url(/_shared/images/public/footer_bg.png) no-repeat -40px 0px;
}

#footer p {
	margin-bottom: .2em;
	font-size: 1.1em;
}

#footer ul {
	margin-top:35px;
	list-style:none;
	float:right;
	margin-right:30px;
}

#footer li {
	float:left;
	padding:0 .6em;
	color:#333;
}

#footer li a {
	border-left:1px solid #fff;
	padding-left:10px;
	color:#333;
}

#footer li a:hover {
	color:#ddd;
}

#footer {
	position:relative;
	width:100%;
	bottom:0;
	margin-top:10px;
}

.home #footer {
	position:absolute;
	top:550px;
	z-index:4;
}

.home #footer  {
	
}

#footer-items {
	margin:0px auto;
	width:90em;
}



/* --------------------------------- [ General Classes ] */

.small {
	font-size: 1em;
	line-height: 1.6;
}

/* If you want a text in ALL CAPS */

.ver {
	text-transform: uppercase;
	color: #000;
}

/* For by-lines */

.low {
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #666;
}

/* A nice ampersand */

.amp {
	font-family: Baskerville, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #666;
}

/* For image captions */

.tooltip {
	display: block;
	padding-top: 8px;
	font-size: .9em;
}

.left {
	float: left;
}

.right {
	float: right;
}

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

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

.both {
	clear: both;
}

.image-old {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 7px;
}

.nudged {
	margin-right: 8px;
}

.nudged-left {
	padding-left: 8px;
}

.nudge-bottom {
	margin-bottom: 1.5em;
}

.last-field, .first-post {
	border: 0;
}

.title-not {
	width: 33px;
	height: 25px;
	margin: 0 6px 0 0;
	display: block;
	text-indent: -1000em;
	background: transparent url(images/not.gif) no-repeat top left;
	float: left;
}

form ol {
	list-style:none !important;
}

form li {
	margin:10px 0px;
}