/* J & D Rigging CSS by NQ Webdesign www.nqwebdesign.com */


/* -- IMPORTED STYLESHEETS
----------------------------------------------------------------------------------------------------------*/
@import "reset.css";
@import "typography.css";
@import "common.css";
@import "form.css";

/* -- DEFAULT
----------------------------------------------------------------------------------------------------------*/
body
{
	font:12px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
span#nqweb-link
{
	background:url(../images/nqweb/pen.gif) left center no-repeat;
	padding:1px 0 1px 13px;
}

a:link {
	color:#fecb24;
}
a:visited {
	color:#fecb24;
}
a:hover {
	color:#ff6161;
}
/* -- LAYOUT
----------------------------------------------------------------------------------------------------------*/


body
{
	background:#111;
}

div#page { min-width:890px;text-align:center; padding:0;  }

div#header-wrap,
div#main-wrap,
div#footer-wrap { margin:0 auto; text-align:left; width:890px;  }

div#header,
div#main,
div#footer {  width:100%; }
div#header, div#main, div#nav, div#intro, div#footer  {	clear:both; }
	
div#header { background:#FF4C00 url(../images/layout/page.jpg) no-repeat 50% 0;}
div#header-wrap{}
	div#logo { padding:0 0 0 0; text-align:center;}
		div#logo h1 { padding:0; margin:0 0 0 10px; }
		div#logo a:hover { background:none; text-decoration:none;}
	
div#nav { width:100%; float:left; clear:both; background:#000 url(../images/layout/nav.gif) no-repeat 50% 50%; margin-top:10px; }
div#intro { }
div#main { width:100%; padding-bottom:20px; float:left;  background:#242424 url(../images/layout/body.gif) repeat-x 0 0; }
div#content { color:#bbbbbb; padding:15px 25px 18px 25px;}
	

div#footer {width:100%; font-size:92%; line-height:18px; background:#111; border-top:1px solid #000; color:#ccc; }
	div#footer-nav{color:#FFF; padding:20px 25px 40px 25px;  }
	div#footer-info{ padding:18px 25px; }

/* -- NAVIGATION
----------------------------------------------------------------------------------------------------------*/

#nav ul, #nav ul li
{
     list-style: none;
     margin: 0;
     padding: 0;
 	padding:23px 0;

}

 #nav ul {
     text-align: center;
 }


#nav ul li
{
	display:inline;
	 padding:0;
}

#nav ul li a
{
	font:16px "Myriad Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	letter-spacing:-0.5px;
	text-transform:uppercase;
	line-height:18px;
	padding:23px 20px;
	text-decoration:none;
	color:#FFF;

}

#nav ul li a:hover
{
	color:#FFC523;
	/*background:url(../images/layout/nav-hover.gif) 50% 284px no-repeat fixed;*/
}

/* -- SECTIONS
----------------------------------------------------------------------------------------------------------*/

div#site-sections { }
div#site-sections .column { width:47%; padding:0; margin:0; }
div#site-sections .first  { margin-right:6%; }
div#site-sections ul { list-style:none; margin:0 0 18px 0; padding:0; float:left; }

div#site-sections li{ padding:10px 10px 10px 125px; border:1px solid #232324; float:left; clear:both; }
div#site-sections li img { margin-left:-115px; float:left; border:1px solid #555; }
div#site-sections p { margin:0;}
div#site-sections li:hover { background:#3D3D3E; border:1px solid #78787C; }


/* -- TYPOGRAPHY > HEADINGS, PARAGRAPHS, LISTS
----------------------------------------------------------------------------------------------------------*/

#content h1
{
	font:26px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	letter-spacing:-0.5px;
	text-transform:uppercase;
	color:#fecb24;
}


#content h2, #sidebar h2
{
	font-weight:normal;
	letter-spacing:-0.5px;
	font-size:20px;
	line-height:22px;
	color:#FFF;
	
}

#content h3
{
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:18px;
	color:#DDDDDD;
}
#content h3.first
{
	margin-bottom:18px;
}


#content ul
{
	list-style:square;
}

#content ul li
{
	margin-bottom:9px;

}




/* -- LINKS
----------------------------------------------------------------------------------------------------------*/

#content a:hover .img-border,
#content a:hover .img-left,
#content a:hover .img-right
{ border:1px solid #97C323; background:#BBF22B; padding:5px; }


/* -- INFO BOX
----------------------------------------------------------------------------------------------------------*/

#content ul.container-list,
#content ul.container-list li
{
	padding:0;
	margin:0;
	list-style:none;	
}

#content ul.container-list
{
	display:block;
	margin-left:-20px;
}

#content ul.container-list li img
{
	margin-top:5px;
}

#content ul.container-list li,
div#container-block
{
	background:url(../images/layout/container.gif) no-repeat 0 0;
	padding:20px;
	margin-bottom:18px;
	display:block;
	float:left;
	clear:both;
}

#content  ul.container-list li ul
 {
	 list-style:square;
	 padding:0;
	 margin:0 0 18px 0;
	 padding:0;
 }
 
#content ul.container-list li li
 {
	 list-style:square;
	 display:list-item;
	 margin-bottom:3px;
	 background:none;
	 margin-left:10px;
	 padding:0;
	 width:auto;
 }
 


div#container-block
{
	margin-left:-20px;
}
.sidebar
{
	float:right;
	width: 200px;
	margin-left:25px;
	padding:20px 25px;
}

hr
{
	border: none 0; 
	border-top: 1px solid #555;
	border-bottom: 1px solid #1B1B1B;
	width: 100%;
	height: 2px;
	margin: 18px auto;
}



/* -- TABLES
----------------------------------------------------------------------------------------------------------*/
.tabular-data
{
	border:none;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}

.tabular-data thead tr
{
	background-color:#00314D;
}

.tabular-data th
{
	color:#FFF;
	font-weight:normal;
	padding:4px;
}
	
.tabular-data td
{
	border-bottom:1px solid #DEDBD1;
	font-size:12px;
	padding:4px;
}

.tabular-data tbody tr.odd
{
	background-color:#F1F1F1;
}

.tabular-data tbody tr.even
{
}




/* -- MISC.
----------------------------------------------------------------------------------------------------------*/

.img-border,
.img-right,
.img-left
{ border:1px solid #191919; background:#818181; padding:7px; }