/* Site Name 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;
	background:#004977;
}
span#nqweb-link
{
	background:url(../images/nqweb/pen.gif) left center no-repeat;
	padding:1px 0 1px 13px;
	display:block;
	float:right;
}

/* -- LAYOUT
----------------------------------------------------------------------------------------------------------*/
div#layout
{
}


div#background
{
	background: #FFF url(../images/layout/layout.gif) repeat-y center;
}

div#primary-wrap,
div#secondary-wrap
{
	min-width:780px;
	text-align:center;
}

div#primary,
div#secondary 
{
	margin:0 auto;
	width:760px;
	text-align:left;
	padding:0 10px;
}

div#primary-wrap { background:url(../images/layout/primary-wrap.gif) repeat-x 0 0; }
div#primary { background:url(../images/layout/logo.png) no-repeat 0 0; }
div#gradient { background:#FFF url(../images/layout/gradient.gif) repeat-y center; }

div#secondary-wrap { background:#0A3C77 url(../images/layout/secondary-wrap.gif) repeat-x 0 0;  padding:45px 0 5px 0; }
div#secondary { }

div#header { text-align:right; padding:0 16px 0 0;}
div#footer { font-size:92%; color:#FFF; }

div#sidebar { float:left; width:225px; }
div#content { float:left; width:535px; }
div#sidebar-inner{ }
div#content-inner{ padding:40px 0 20px 20px; color:#444; }

div#footer-nav{ }
div#footer-info{ margin-bottom:20px; text-align:center; }

div#logo { clear:both; }
div#nav { padding:115px 0 0 10px; }
div#extra { clear:both; text-align:center; padding:10px 15px; }

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

#content h1,
#sidebar h1
{
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
}

#content h1, #sidebar h1
{
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#FF6600;
}
#content h2,
#sidebar h2
{
	color:#003354;
	font-weight:bold;
	font-size:13px;
	line-height:21px;
	
	border-bottom:2px solid #0F4264;
	padding:0 0 5px 0;
}

#content h3,
#sidebar h3
{
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#004977;
	line-height:18px;
}

#content h4,
#sidebar h4
{
	font:10px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#004977;
	line-height:13px;
}


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

#content a:link, #content a:visited,
#shortcuts a:link, #shortcuts a:visited,
#extra a:link, #extra a:visited

{
	color:#FF6600;
}

#content h2 a:link, #content h2 a:visited
{
	color:#003354;
	text-decoration:none;
}

#content a:hover,
#content h2 a:hover
{
	color:#FFF;
	background:#FF6600;
	text-decoration:none;
}

#footer a:link, #footer a:visited
{
	color:#FFBA01;

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

ul
{
	list-style:square;
}

/* -- SHORTCUTS
----------------------------------------------------------------------------------------------------------*/

#shortcuts
{
	margin:50px 0 30px 0;
	float:left;
	padding:0 0 0 10px;
}

#shortcuts ul
{
	padding:0;
	margin:0;
	list-style:none;
	color:#444;

}

#shortcuts p
{
	margin:0;
}

#shortcuts li
{
	display:block;
	margin:0;
	padding:0;
	clear:left;
	padding:10px 0;
	color:#2F78AB;
}

#shortcuts li span.icon
{
	float:left;	
	width:51px;
	display:block;

}
 #shortcuts li span.text
{
	float:left;
	width:150px;
	display:block;
	margin-left:10px;
}

div#shortcuts li span.text h3
{
	color:#004977;
}

div#shortcuts li a:link, div#shortcuts li a:visited
{
	color:inherit;
}
div#shortcuts li a:hover, div#shortcuts li a:hover h3
{
	color:#FF6600;
}

/*
#shortcuts dl dd
{
	color:#444;
	font-size:11px;
}

div#shortcuts dl dd h3
{
	color:#004977;
}

#shortcuts dl
{
	padding:0;
	margin:0;
}

#shortcuts dt
{
	float:left;	
	width:51px;
	display:block;

}
 #shortcuts dd
{
	float:left;
	width:164px;
	display:block;
	margin-left:10px;
}
*/

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

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

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

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

.tabular-data tbody tr.even
{
}


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

.img-border			{ border:1px solid #C4E2F6; background:#E5F2FB; padding:5px; }
.img-right			{ border:1px solid #C4E2F6; background:#E5F2FB; padding:5px; }
.img-left 			{ border:1px solid #C4E2F6; background:#E5F2FB; padding:5px; }

#sidebar .img-border		{ border:1px solid #62AEE3; background:#FFF; padding:5px; }
#sidebar .img-right			{ border:1px solid #62AEE3; background:#FFF; padding:5px; }
#sidebar .img-left 			{ border:1px solid #62AEE3; background:#FFF; padding:5px; }