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


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


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.5em;}
h2 {margin-top:1em; margin-bottom:1em;font-size: 16px;}
h3 {margin-top:1em;font-size: 14px;}
h5 {font-size:16px; color:#F00 !important;	  }
h6 {font-size:1em; text-transform:uppercase;}
h4 {margin-top:6px; font-size: 14px;}

h1 a {
	font-weight:bold;
}


/* branding
----------------------------------------------- */
#branding {
	/* background:#640b4b; 
	background-image:url(../img/topgrad.png);
	background-repeat:repeat-y; 
	*/
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	
	height:100px;
	color:#fff;
	}
.brandlogo {
	/*background-image:url(../img/toplogo.png);
	background-repeat:no-repeat; 
	*/
	height:100px;
}
h1.brandlogo{
	font-weight:bold;
	font-size:20px; 
	font-family: Arial;
	text-align:left ;
	padding:40px 0px 0px 180px;
	margin-bottom: -28px;
	color:#ffffff;  
	text-transform: uppercase;
} 
.brandhead {
padding:30px 0 0 170px;	
}
 

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


/* boxes
----------------------------------------------- */
.box {
	background:#ddd;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}
.box h2 {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#333;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#333 url("../img/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.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("../img/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#111;
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
	font-size:24px;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}

div.demo, div.inner { color: #ddd; text-align: center; font-family: verdana, arial, sans-serif;}
div.demo  { float: left; padding: 20px; margin: 5px 0 5px 0; background: #002336; }


/* 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 {
	list-style:none;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:0px solid #000;

}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;

}


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


/* section menus
----------------------------------------------- */
.smiconbox {
margin:-10px 0px 10px 0px;
}

.smicon {
padding:0px;
margin:0;
}
a.submenu {
text-transform:none;
text-indent:20px;
background:none !important;	
}
a.submenu:hover {
text-indent:25px;
}

ul.section {
	border-top:0;
	margin-bottom:0;
	background:#000f4b url("../img/button_backg.png") no-repeat;
	cursor:hand;

}
ul.section li {
	text-transform:uppercase;
	margin: 3px 0 ;
}
ul.section li a {
background: #06537f url("../img/button_overlay.png")  no-repeat;
	color:#ddd;
	
}
ul.section li a:hover {
background:  url("../img/button_overlay.png")  no-repeat;
}
ul.section li a:active {
	color:#ddd;
	background:none;
}
ul.section li li a {
	background:none;
	border-bottom:0px solid #eee;
}
ul.section li li a:hover {
	background:none;
}
ul.section li li a:active {
	color:#000;
	background:none;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:none;
	border-bottom:0px solid #fff;
}
ul.section ul.current li a:hover {
	background:none;
}
ul.section ul.current li a:active {
	background:none;
}
ul.section li a.current {
	color:#fff;
	background-color:#06537f;
	background-image: url("../img/button_overlay.png")  no-repeat;

}
ul.section li a.current:hover {
	background: url("../img/button_overlay.png")  no-repeat;
}
ul.section li a.current:active {
	background:none;
}
ul.section li a.active {
	background:none;
	cursor:hand;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:none;
	cursor:hand;
}




/* 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%;
}


