/* New Site By NQ Webdesign www.nqwebdesign.com */


/* -- GLOBAL RESET
----------------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


embed,object
{
	line-height:0;
}

p
{
	/*overflow:auto;  Stop IE7 stupid italics & floats bug... BUT MESSES UP IE Mac */
}

/* -- DEFAULT STYLES
----------------------------------------------------------------------------------------------------------*/


p { margin-bottom: 15px; }

h1,h2,h3,h4,h5,h6
{
	font-weight:normal;
	margin-bottom:10px;
	margin-top:10px;
}

ul,ol
{
	margin:5px 0 5px 10px;
}

ul li, ol li
{
	margin-bottom:5px;
}

pre,code
{
	font: 10px/16px 'Monaco', 'Courier New', Courier, monospace;
}

form span input,
form span textarea,
form span select
{
	margin: 0;
	font-size: inherit;
	font-family: inherit;
	color:inherit;
	background-color:#FFF;
}

form input:focus,
form textarea:focus,
form select:focus
{
	background-color:#FFFF99;
	color:#CBCB7A;
}

span#nqweb_link
{
	background:url(../images/pen.gif) left center no-repeat;
	padding:1px 0 1px 13px;
	display:block;
	float:right;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* -- LAYOUT
----------------------------------------------------------------------------------------------------------*/

body
{
	background:#081 url(../images/layout/body.gif) repeat-x;
	color:#000;
	font: 12px/18px "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


div#layout
{
	min-width:780px;
	background: url(../images/layout/layout_bg2.gif) repeat-x center 45px;
	text-align:center;
}

div#layout-inner
{
	margin:0 auto;
	width:780px;
	text-align:left;
}


div#header
{
	text-align:right;
	background:url(../images/layout/header_bg.gif) no-repeat 0 2px;
}



div#main 
{
}

div#content, div#sidebar
{
	float:left;
	color:#FFF;
}

div#content 
{
	color:#FFF;
	width:580px;
}

div#content-inner
{
	padding:0 25px 0 5px;
	margin-top:-80px;
	position:relative;
}


div#sidebar
{
	width:180px;
	padding:9px 0 0 10px;
}



div#main-menu
{
}


div#footer
{
	margin-top:20px;
	font-size:11px;
	clear:both;
	color:#FFF;
	border-top:2px solid #71F55B;
	padding:10px 5px 10px 5px;
}

div#flashcontent
{

}


/* -- MAIN MENU
----------------------------------------------------------------------------------------------------------*/

#main-menu ul
{
	padding:0;
	margin:0;
	list-style:none;
	border-bottom:1px solid #006D16;

}

#main-menu ul li
{
	margin:0;
	padding:0;	
}


#main-menu ul li a
{
	width:160px;
	display:block;
	padding:4px 10px 3px 10px;
	font-size:13px;
	text-decoration:none;
	background:#00A528 url(../images/layout/menu_item_bg.gif) top repeat-x;
	color:#FFF;
	border-left:1px solid #006D16;
	border-right:1px solid #006D16;

}

#main-menu ul li a:hover
{
	background:#CECECE url(../images/layout/menu_item_bg_hover.gif) top repeat-x;
	color:#000000;
}

/* -- HEADINGS
----------------------------------------------------------------------------------------------------------*/

#content h1 
{
	font-size:20px;
	line-height:22px;
	font-weight:normal;
	margin-bottom:30px;
	color:#FFF;
	text-shadow:#000000;
}

#content h2
{
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#FFF;
	margin-bottom:15px;
	margin-top:15px;
	border-left:10px solid #0ACB22;
	padding-left:5px;
}

#content h1 + h2
{
	margin-top:-14px;
}

#content h3
{
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	color:#FFF;
}


#content ul li
{
	margin: 0 0 2px 0;
	padding:0;
}

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

#content a:link, #content a:visited, #footer a:link, #footer a:visited
{
	color:#71F55B;
	border-bottom:1px dotted #71f55b;
	text-decoration:none;
}

#content a:hover, #footer a:hover
{
	border-style:solid;
	border-color:#FFF;
	color:#FFF;
}

/* -- TABULAR DATA
----------------------------------------------------------------------------------------------------------*/

.tabularData
{
	border-collapse:collapse;
	border:none;
	width:100%;
	border-spacing:0px;
}

.tabularData thead tr
{
	background-color:#0C3257;
}

.tabularData th
{
	color:#FFFFFF;
	padding:4px;
	font-weight:normal;
}
	
.tabularData td
{
	border-bottom:1px solid #D2E2FB;
	padding:4px;
	font-size:11px;
}

.tabularData tbody tr.odd
{
	background-color:#EDF2FE;
}

/* -- MISC
----------------------------------------------------------------------------------------------------------*/
.clearFloats {
	clear: both;
	height: 0;
	line-height: 0.0;
}

.floatLeft
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.floatRight
{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.imgBorder
{
	border:3px solid #FFF;
}

.floatLeftBorder
{
	border:3px solid #FFF;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.floatRightBorder
{
	border:3px solid #FFF;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

span.floatRight img:hover
{
	border-color:#FFEA00;
}

.captions
{
	font-size:11px;
	font-style:italic;
	
}

.box
{
	font-size:12px;
	color:#336600;
	
	
}