/*   
	studio: 'nitiondesign 
	author:  jamie calabro  
*/

/* @group Reset */
/* = Reset
------------------------------------- */
@import url("reset.css");
/* @end */
/* ------------------------------ */

/* @group Default */
/* = Default
------------------------------------- */

body {
	text-align:center;
    font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(../images/background.gif) repeat-x top left;
	color: #333;
	
}

h1{
	font-weight:bold;
	font-size:3em;
}

h2{
	font-weight:bold;
	font-size:1.22em;
	margin:0 0 0 0;
	text-align:left;
	line-height:1.3;
	border-bottom:1px #ccc solid;
	padding: 0 0 10px 0;
}

h3{
	font-weight:bold;
	font-size:1.22em;
	text-align:left;
	margin:0 0 10px 0 ;
	padding:10px 0;
}

h4 {
	text-align:left;
	margin-top:15px;
	line-height:1.3;
	color:#000;
	font-size:14px;
}

hr { background:none; }

h2,h3,h4{ font-weight:bold; }

p, h1, h2, h3, h4, h5, h6, ul {
	text-align: left;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

cite, abbr, acronym, span.explain {
	border-bottom: 1px dashed #999;
	cursor: help;
}


p {
	line-height:140%;
	text-align:left;
}

a { color:#000;cursor:pointer;text-decoration:none;}

a:hover {
	color:#000;
	text-decoration:none;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: 68%;
}

.fl-left {
	float: left;
}

.fl-right {
	float: right;
}

.image-margin {
	margin: 5px 20px 10px 0;
}	
/* @end */
/* ------------------------------ */


/* @group Shell */
/* = Shell
------------------------------------- */

div#wrapper {
	margin: 0 auto;
	width:790px;
}

div#row_1 {
	background: url(../images/row_1_background.gif) repeat-y top left;
	float:left;
	width: 100%;
	padding: 5px 0 5px 0;
}

div#row_1 .mission_top {
	font-size: 14px;
	float: left;
	color: #D9D822;
	font-weight: bold;
	margin: 0 0 0 15px;
}

div#row_1 .search {
	float: right;
	margin-right: 20px;
}

/* @end */
/* ------------------------------ */

/* @group Navigation*/
/* = Navigation
------------------------------------- */

/* Global Navigation */


div#navigation .ro-container {
	margin-top:29px;
	background:#333;
}
div#navigation .ro-container{
	position:absolute;
	overflow: hidden;
	display: none;
	width:200px;
	background:#000;
	z-index:8000;
	top: -5px;
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
	text-align: left;
}

div#navigation .ro-container a {
	display: block;
	color: #fff;
	padding: 8px 0 8px 20px;
	font-weight: bold;
}

div#navigation .ro-container a:hover {
	display: block;
	color: #000;
	background: #fff;
}

.menu {width: 790px;
	background: url(../images/row_1_background.gif) repeat-y top left;
	float: left;	
	position: relative;
	z-index: 5000;}
/* hack to correct IE5.5 faulty box model */

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {float: left;}
.menu ul ul {width:250px;
	background:#000;
	z-index:8000;
	top: -5px;
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
	text-align: left;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {font-size: 12px;
	color: #fff;
	font-weight: bold;
	-webkit-transition:background-color .3s linear;
	float: left;
	position: relative;}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;font-size: 12px;
	color: #fff;
	padding: 10px 18px 10px 17px;
	font-weight: bold;
	-webkit-transition:background-color .3s linear;}
/* a hack so that IE5.5 faulty box model is corrected */


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {display: block!important;
	color: #fff;
	padding: 8px 0 8px 20px!important;
	font-weight: bold;display: block!important;float:none!important;}
/* style the second level hover */
.menu ul ul a.drop:hover{display: block!important;
	color: #000;
	background: #fff;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#fff;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#fff;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0;background:#000;width: 230px!important;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;left: -5px;}

/* position the third level flyout menu */
.menu ul ul ul{display: none; }

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-20px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

.menu ul ul li { display: block!important;float:none!important;width: 230px!important;}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#000; color:#fff; line-height:15px;padding: 8px 10px 8px 20px!important;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#fff}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#fff;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: #000;
  background: #fff;
}

.menu .current_page_item a {
  color: #000;
  font-weight: bold;
  background: #fff;
}

.menu ul .current_page_item ul a {
  color: #fff;
  font-weight: normal;
  background: #000;
}


/* Secondary Navigation */

div#sec_navigation {
	width: 240px;
	float: left;	
	margin: 0 0 10px 0;

}

div#sec_navigation ul li {
	padding: 5px 0 5px 20px;
	background: #CC6C28;
	border-bottom: 1px #000000 solid;
}

div#sec_navigation ul li a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

div#sec_navigation ul li a:hover {
	color: #000;
}

.sec_current a {
	color: #000!important;
}

div#sec_navigation ul ul li {
	background: #D9D822;
	border-bottom: 1px #000000 solid;
	padding: 0;
}

div#sec_navigation ul ul li a {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 30px;
	display: block;
}

div#sec_navigation ul ul li a:hover {
	color: #D9D822;
	background: #000;
}

div#sec_navigation ul ul li.active {
	color: #D9D822!important;
	background: #000;
}

div#sec_navigation ul ul li.active a{
	color: #D9D822!important;
}

/* @end */
/* ------------------------------ */

/* @group Content */
/* = Content
------------------------------------- */

div#cont {
	width: 790px;
	background: #3367b2 url(../images/content_background.gif) no-repeat top left;
	float: left;	
	min-height: 720px;
}

div#cont .cont_left {
	width: 220px;
	float: left;	
	margin: 15px 0 0 1px;
}

div#cont .cont_right{
	width: 530px;
	float: left;	
	margin: 15px 0 0 8px;
}

div#cont .sec_cont_left {
	width: 240px;
	float: left;	
	margin: 0 0 0 0;
}

div#cont .sec_cont_right{
	width: 490px;
	float: left;	
	background: #fff;
	margin: 0px;
	padding: 20px 30px 20px 30px;
	min-height: 600px;
	text-align: left;
}

div#cont .sec_cont_right h1 {
	color: #484295;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

div#cont .sec_cont_right h2 {
	color: #414141;
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 8px 0;
}

div#cont .sec_cont_right h2 {
	color: #484295;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 8px 0;
}

div#cont .sec_cont_right p{
	margin: 0 0 16px 0;
	font-size: 12px;
	line-height: 1.6;
}

div#cont .sec_cont_right a{
	color: #8E4492;
	text-decoration: underline;
}

div#cont .sec_cont_right a:hover{
	color: #000;
	text-decoration: none;
}

div#cont .sec_cont_right ul {
	list-style-type:disc;
	margin: 0 0 16px 20px;
	font-size: 12px;
	line-height: 1.6;
}

div#cont .sec_cont_right ul li {
	list-style-type:disc;
	margin: 0 0 5px 0;
	font-size: 12px;
	line-height: 1.6;
}


div#cont .sec_cont_right .prevandnext {
	width: 100%;
	padding-top: 15px;
	border-top: 1px #ABA7D2 solid;
	text-align: right;
}

div#cont .sec_cont_right .prevandnext  a {
	font-size: 12px;
	font-weight: bold;
}

/* @end */
/* ------------------------------ */

/* @group Index */
/* = Index
------------------------------------- */

div#cont ul#whatwedo {
	margin: 10px 0 0 10px;
	width: 175px;
}

div#cont ul#whatwedo li a:link, div#cont ul#whatwedo li a:visited{
	padding: 0 0 0 25px;
	display: block!important;
	background: url(../images/purp_bullet.gif) no-repeat top left;
	font-size: 18px;
	margin: 0 0 15px 0;
	color: #000;
}
div#cont ul#whatwedo li a:hover{
	color: #8E4492;
	text-decoration: underline; 
}

.blt_purple {
	background: url(../images/purp_bullet.gif) no-repeat top left!important;
	display: block!important;
}

.blt_orange {
	background: url(../images/orange_bullet.gif) no-repeat top left!important;
	display: block!important;
}


div.happenings {
	border-left: 1px #A18CB7 solid;
	border-right: 1px #A18CB7 solid;
	border-bottom: 1px #A18CB7 solid;
	width: 534px;
	text-align: left;
	float: left;
	padding: 0 0 18px 0;
	font-size: 12px;
}

div.happenings  .date {
	width: 50px;
	float: left;
	margin: 15px 20px 0 20px;
	font-weight: bold;
}

div.happenings  .entry{
	width: 420px;
	float: left;
	margin: 15px 0 0 0;
}

div#feature {
	text-align: left;
	background: #fff;
	width: 495px;
	padding: 20px;
	margin: 20px 0 20px 0;
	float: left;
}

div#feature  .entry {
	margin: 0 0 20px 0;
}

div#feature  .entry h1 {
	color: #000;
	font-size: 18px;
	margin: 5px 0 20px 0;
}

div#feature  .entry .author, div#feature  .entry .date {
	color: #888;
	font-size: 11px;
	line-height: 12px;
}

div#feature  .entry .date  {
	margin: 0 0 15px 0;
}	

div#feature  .entry p {
	color: #333;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 10px;
}

div#feature  .entry a {
	color: #000;
	font-size: 11px;
}

div#feature  .entry a:hover {
	color: #7B74B7;
}

div#feature  .entry strong a{
	color: #7B74B7;
	text-decoration: underline;
}
div#feature  .entry strong a:hover {
	color: #000;
}



div#feature  .entry .hr-f {
	border-bottom: 1px #ABA7D2 solid;
	height: 2px;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 15px;
}

/* @end */
/* ------------------------------ */

/* @group Footer */
/* = Footer
------------------------------------- */

div#footer {
	width: 790px;
	float: left;	
	margin-top: -20px;
	margin-left: -3px;
	text-align: left;
}

.footer_links {
	margin-top: -38px;
	margin-left: 50px;
}

.footer_links a:link, .footer_links a:visited {
	color: #000;
	text-decoration: none;
}

.footer_links a:hover {
	color: #000;
	text-decoration: underline;
}

/* @end */
/* ------------------------------ */



/* @group Form Items*/
/* = Form Items
------------------------------------- */


label {
	display: block;
	color: #000;
}

input {
	background: #fff;
	color: #000;
	padding: 3px;
	font-size: 11px;
}

input:focus {
	padding: 3px;
}

div#submit_btn {
	padding: 1px 4px 1px 4px;
	margin: 0 0 0 0;
	background: #fff;
	color: #000;
}

div#submit_btn:hover {
	background: #D9D822;
	color: #fff;
	padding: 2px 4px 2px 4px;
	margin: 0 0 0 0;
	width: 50px;
}

textarea {
	border: 1px solid #bebebe;
	font: 1.1em Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
	padding: 4px;
	width: 95%;
	color: #000;
	background: #eee;
	padding: 4px 3px 4px 4px;
}

textarea {
	height: 100px;
}

textarea:focus {
	border:1px #CCBA3B solid;
	background: #fff url(../images/background.gif) repeat-x top left;
	padding: 4px 3px 4px 4px;
}

span.required-style {
	color: red;
 }
 
 h5 a {
	font-size:15px;
	color: #000!important;
	text-decoration: none!important;
	line-height: 19px;
 }	
  h5 a:hover {
	text-decoration: underline!important;
 }	
 
blockquote { padding: 10px 15px 1px 15px; background: #ccc; margin: 0 0 15px 0; color:#000; }
blockquote p { font-size: 11px; padding: 5px 0 0 0; margin:0; line-height: 15px;font-weight: bold;}
 
.alignleft {
	float: left!important;
	margin: 5px 20px 10px 0!important;
}
 
/* @end */
/* ------------------------------ */