/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #fff;
	border-top: 2px solid #13261d;
	color: #333;
	font-size: 11px;
	padding: 0 0px;
}


/* anchors
----------------------------------------------- */
a {
	color:#c68c00;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#333;
}
a:active {
	color:#c68c00;
	}

/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background: transparent;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}

.oj_seperator {
	height: 11px;
	width: 100%;
	background: #d2a12b;
	margin-top: 3px;
	margin-bottom: 26px;
	}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}

span.bio_justify p {
	text-align: justify;
	}

/* boxes
----------------------------------------------- */
.box {
	margin-bottom:20px;
	padding:0px 0px 1px 0px;
}
.box h2 {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	line-height: 16px;
	background: #efefef url(../images/accordion_current_2.png) no-repeat top;
	margin:0px 0px 2px 0px;
	padding:6px 12px;
	width: 196px;
}
.box h2 a,
.box h2 a.visible {
	color:#c68c00;
	font-weight: normal;
	background: transparent url(../images/switch_minus.gif) 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
	}
.box_b {
	margin-bottom:20px;
	padding:0px 0px 1px 0px;
}
.box_b h2 {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	line-height: 16px;
	background: #efefef url(../images/accordion_wide_b.jpg) no-repeat top;
	margin:0px 0px 2px 0px;
	padding:6px 12px;
	width: 316px;
}
.box_b h2 a,
.box_b h2 a.visible {
	color:#c68c00;
	font-weight: normal;
	background: transparent;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
	}

.grid_3 img {
	margin-top: 10px;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url(../images/switch_plus.gif);
}
.box h2 a:hover {
	background-color: transparent;
}
.block {
	padding-top:0px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* menus
----------------------------------------------- */
ul.menu {
	font-size: 1.1em;
	font-weight: normal;
	list-style:none;
	border-top:0px solid #bbb;
	padding: 0px;
	margin: 0px;
}
ul.menu li {
	margin:0;
	border-bottom:1px solid #eee;
}
ul.menu li a {
	color: #666;
	display:block;
	font-weight: normal;
	height: 29px;
	line-height: 29px;
	padding-left: 10px;
	border-bottom:0px solid #fff;
}
ul.menu li a:hover,ul.menu li a:active {
	color:#c68c00;
	background: transparent;
}
ul.menu li:active {
	color:#c68c00;
}

/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:10px;
}



/* section menus
----------------------------------------------- */
ul.section {
	font-size: 1.1em;
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	color:#787878;
	background: #efefef url(../images/accordion_inactive.png) no-repeat top;
	
}
ul.section li a:hover {
	background:#efefef;
}
ul.section li a:active {
	color:#c68c00;
}
ul.section li li a {
	border-bottom:0px solid #eee;
}
ul.section li li a:hover {
	color:#c68c00;
	background: #efefef;
}
ul.section li li a:active {
	color:#c68c00;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#fff;
	border-bottom:1px solid #eee;
}
ul.section ul.current li a:hover {
	background: transparent;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#c68c00;
	background: #efefef url(../images/accordion_current.png) no-repeat top;
}
ul.section li a.current:hover {
	background:#efefef;
}
ul.section li a.current:active {
	background:#efefef;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
	color:#c68c00;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#c68c00;
	background:#efefef;
	cursor:default;
}

/* section_b menus
----------------------------------------------- */
ul.section_b {
	font-size: 1.1em;
	border-top:0;
	margin-bottom:0;
}
ul.section_b li {
	text-transform:uppercase;
}
ul.section_b li a {
	color:#787878;
	background: #efefef url(../images/accordion_inactive.png) no-repeat top;
}
ul.section_b li a:hover {
	background:#efefef;
}
ul.section_b li a:active {
	color:#c68c00;
}
ul.section_b li li a {
	border-bottom:0px solid #eee;
}
ul.section_b li li a:hover {
	color:#c68c00;
	background: #efefef;
}
ul.section_b li li a:active {
	color:#c68c00;
	background:#fff;
}
ul.section_b ul li {
	text-transform:none;
}
ul.section_b ul.current li a {
	background:#fff;
	border-bottom:1px solid #eee;
}
ul.section_b ul.current li a:hover {
	background: transparent;
}
ul.section_b ul.current li a:active {
	background:#fff;
}
ul.section_b li a.current {
	color:#c68c00;
	background: #efefef url(../images/accordion_wide.jpg) no-repeat top;
}
ul.section_b li a.current:hover {
	background:#efefef;
}
ul.section_b li a.current:active {
	background:#efefef;
}
ul.section_b li a.active {
	background:#fff;
	cursor:default;
	color:#c68c00;
}
ul.section_b li.current > a.active,
ul.section_b li.current > a.active:hover {
	color:#c68c00;
	background:#efefef;
	cursor:default;
}



/* table
----------------------------------------------- */
table {
	width:100%;
	border:1px solid #bbb;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}


/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	border-top:1px solid #666;
	padding-top:.5em;
}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.6em;
}
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left; 
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}

#leftsidebar {
	font-size: .8em;
	}


/* site information
----------------------------------------------- */
#site_info .box {
	color:#888;
	background:transparent;
	margin: 120px auto 20px auto;
	width: 920px;
	text-align: center;
	border-top: 1px solid #ddd;
}

#site_info .box_search {
	color:#888;
	background:transparent;
	margin: 20px auto 20px auto;
	width: 920px;
	text-align: center;
	border-top: 1px solid #ddd;
}

#site_info p {
	font-size: .9em;
	margin: 10px 0 10px 0;
}
#site_info a:hover {
	color:#c68c00;
}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}

/* Search
----------------------------------------------- */

#searchtoggle {
	background:url(../images/toggle.png) no-repeat left top;
	position:absolute;
	top:0px;
	right:0px;
	width:21px;
	height:19px;
	text-indent:-9999px;
	border:0;
}
#searchtoggle.up { 
	background:url(../images/toggle.png) no-repeat right top; 
}
#top-search {
	height:60px;
	width:325px;
	float:right;
	position:relative;
}
#top-search form {
	position:absolute;
	top:0px;
	left:0px;
	background:url(../images/search_top.png) no-repeat;
	width:262px;
	height:30px;
	padding:5px 0 0 40px;
	display:none;
}
#top-search .box {
	width:195px;
	background:transparent;
	border:0;
	margin-left:5px;
}
#top-search .btn {
	margin-left:10px;
	width:35px;
	background:transparent;
	border:0;
	text-indent:-9999px;
	cursor:pointer;
}

#inside_sidebar {
	font-size: .8em;
	}

#contact {
	background: #f5f5f5;	
}
#contact-area {
	width: 600px;
	padding: 35px 0 45px 0px;
	margin: 25px 0 40px 20px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 0px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	font-size: 1em;
	float: right;
	background: #828081;
	color: #fff;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.1em;
}

/* SPLASH
----------------------------------------------- */

#toptile {
	background: #fff url(../images/splash_tile.jpg) repeat-x top;
	height: 136px;
	}
#splashcontainer {
	text-align: center;
	margin: 1% 20px 30% 20px;
	color: #6e6e6e;
	}
#splashcontainer p{
	margin-left: 8px;
	}
#splash_head {
	width: 820px;
	height: 160px;
	margin-bottom: 20px;
	margin: 0 auto 20px auto;
	}
.splashlogo {
	margin-top: 20px;
	width: 443px;
	height: 142px;
	background: transparent url(../images/banner_logo.png) no-repeat;
	float: left;
	}
.splashaddy {
	text-align: right;
	padding-top: 30px;
	}
#MainDiv {
	margin-top: 0;
	margin-left: 10px;
	}
	
.splashbox {
	background: transparent;
	margin: 10px 0 10px 8px;
	padding:4px 0px 4px 0px;
	border-bottom: 1px solid #bcc2bf;
	border-top: 1px solid #bcc2bf;
	}

span.justify p {
	text-align: justify;
	}
	
img, div { behavior: url(/iepngfix.htc)

/* MEDIUM LARGE
----------------------------------------------- */

img.ml_logo {
	margin: 3px auto 10px auto;
	border: none;
	}
