/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #FFF;
	border-top: 0px solid #3B5999;
	font-size: 11px;
	padding: 0 0 40px;
	
	height: 100%;
  	width: 100%;
	margin: 0;
	background: url(../img/BG.jpg) repeat;
	-webkit-text-size-adjust: none;
}


/* anchors
----------------------------------------------- */
a {
	font-weight: normal;
	/* font-weight:bold; */
	text-decoration: underline;
	color: #333;
}
a:hover {
	color:#000;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	overflow: visible;
}


/* 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;
}


/* button
----------------------------------------------- */
.button {
	padding:10px 20px 10px 20px;
	cursor:pointer; 
	display: block; 
	width: 178px; 
	opacity:0.8;filter:alpha(opacity=80);
	border: 1px solid #DDD;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	
	background: #FFF;
	color: #e6087f;
}
.button:HOVER {
	background: #e6087f;
	color: white;
}

.buttoncat {
	
}
.buttoncat:HOVER {
	
}


/* footer
----------------------------------------------- */
.footer {
	
}

.footer div{
	color:#999;
	padding:7px 20px 13px 20px;
	cursor:pointer; 
	display: block; 
	background: #FFF /* url(../../img/SLIDER-BTN-BG.png) */; 
	width: 180px; 
	opacity:0.8;filter:alpha(opacity=80);
	height: 30px;
	border-left: 1px solid #DDD;
}
.footer div h1 {
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #e6087f;
}
.footer div p {
	font-size: 1.1em;
	text-transform: uppercase;
}

.footer div.active, .footer div:hover{
	color:#000; 
	z-index: 300;
	opacity:0.9;filter:alpha(opacity=90);
	background: #FFF url(../../img/SLIDER-BTN-BG-FADE.png);
}


/* flasher
----------------------------------------------- */
.flasher {
	opacity:0.5;
	filter:alpha(opacity=50);
}
.flasher:HOVER {
	opacity:1;
	filter:alpha(opacity=100);
}


.navbox {
	text-transform: uppercase;
	margin-bottom: 20px;
	background: #000 url(../../img/idfx/bg_navBox.jpg) repeat-y;
}
.navbox h1 {
	padding: 20px 20px 0px 20px;
}

.descbox {
	color: #666;
	text-align: justify;
	font-size: 0.8em;
}

.desclink {
	color: #666;
}
.desclink:HOVER {
	color: #CCC;
}

.whitebox {
	background-color: white;
	margin-bottom: 20px;
}

.graybox {
	background-color: #EEE;
	margin-bottom: 20px;
}

.sliderbox {
	background: url(/img/BG-White-Trans.png) repeat;
	padding: 10px 20px;
	position: absolute;
	margin-top: 160px;
	width: 420px;
}

.sliderbox h2 {
	padding: 0;
	margin: 0;
}

.boxpadding {
	padding: 10px 20px 20px 20px;
}

.boxpaddingLRU {
	padding: 0px 20px 20px 20px;
}

.min_1 {
	/* min-height: 180px; */
}

.width_1_4 {
	width: 180px;
	
}

.width_2_4 {
	width: 480px;
}


.right {
	display: block;
	width: 100%;
}
.right h1 {
	color: #94c01a;
	text-transform: uppercase;
}

.right h2 {
	color: black;
	text-transform: uppercase;
}

.right p {
	text-align: justify;
}

.buttonLink {
			padding: 5px 10px; 
			border: 1px solid #CCC;
			color: #999;
			text-decoration: none;
			font-size: 0.7em;
			text-transform: uppercase;
		}
		.buttonLink:HOVER {
			background-color: #EEE;
			color: black;
		}

/* content
----------------------------------------------- */
.content {
	display: block;
	width: 100%;
}
.content h1 {
	color: #94c01a;
	text-transform: uppercase;
}

.content h2 {
	color: black;
	text-transform: uppercase;
}

.content p {
	text-align: justify;
}

.contentimgcont {
	display: block;
	width: 220px;
	
}
.contentimgcont img {
	width: 218px;
	border: 1px solid #DDD;
	margin-bottom: 15px;
}

.contentcol {
	display: block;
	width: 220px;
}
.contentcol h1 {
	color: #e6087f;
	text-transform: uppercase;
}

.contentcol h2 {
	color: #e6087f;
	text-transform: uppercase;
}

.contentcol p {
	text-align: justify;
}

/* boxes
----------------------------------------------- */
.box {
	background:#ddd;
	padding:10px 10px 1px 10px;
}
.box h2 {
	
	font-weight:normal;
	text-transform:uppercase;
	color:#000;
	background:#94c01a;
	margin:0;
	padding:5px 20px;
}
.box h2 a,
.box h2 a.visible {
	color:#000;
	background: url("../img/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:5px 0px;
	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 {
	
}
.block {
	padding-top:10px;
}
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 {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:5px 20px;
	border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#000;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	background:#94c01a;
}
ul.section li a:hover {
	background:#000;
	color: #FFF;
}
ul.section li a:active {
	color:#fff;
	background:#000;
}
ul.section li li a {
	background:#94c01a;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
	color: #000;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#000;
}
ul.section li a.current:hover {
	background:#94c01a;
}
ul.section li a.current:active {
	background:#444;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#000;
	cursor:default;
}

/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #94c01a;
	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:5px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 5px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #DDD;
	padding:10px;
	position:relative;
	
	margin:10px;
}
legend {
	font-size:1.1em;
	/*padding:.4em .8em;*/
	padding: 10px 15px;
	background:#fff;
	border:1px solid #DDD;
	color: #e6087f;
	text-transform: uppercase;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:40%;
	padding: 2px;
}
fieldset p input {
	width:95%;
	padding: 2px;
}
fieldset p input.checkbox {
	width:10%;
}

fieldset p select {
	width:417px;
	float: right;
	padding: 2px;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
}
fieldset p textarea {
	width:99%;
	min-height: 150px;
	padding: 2px;
	
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
		
}
fieldset.login input.button {
	background: white;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 35%;
}
.formbutton {
	background: white;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
	padding: 10px;
	min-width: 150px;
	width: 417px;
	color: #e6087f;
	font-size: 1.2em;
	text-transform: uppercase;
	font-family: 'Century Gothic',verdana,arial,helvetica,sans-serif;
	cursor: pointer;
}
.formbutton:HOVER {
	background: #e6087f;
	color: white;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}

