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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object 
{
	margin:0;
	padding:0;
}

embed,object
{
	line-height:0; /* FOR SOME REASON GIVES EMBEDED ITEMS A LINEHEIGHT */
}

/* -- DEFAULT STYLES
----------------------------------------------------------------------------------------------------------*/
body
{
	color:#FFF;
	font: 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;;
	margin:0;
	background:#1F88B7 url(../images/bg_body.gif) repeat-x;
}

p,ul,ol,pre,h1,h2,h3,h4,h5,h6
{
	margin-bottom: 15px;
}

h1,h2,h3,h4,h5,h6
{
	font-weight:normal;
	font-size:15px;
	font-family:"Lucida Grande", "Trebuchet MS", "Helvetica Neue", Helvetica,;
}

ul,ol
{
	margin-left:20px;
}

ul
{
	list-style:square;
}

li
{
}

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

a { }
a:visited {}
a:hover { }

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;
}

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

div#layout_container
{
	min-width:780px;
	text-align:center;
}


div#layout_inner
{
	margin-left:auto;
	margin-right:auto;
	width:780px;
	text-align:left;
}

div#header
{
	padding:48px 0 12px 0;
}

div#content
{
	float:left;
	width:580px;
}

div#sidebar
{
	float:left;
	width:200px;
}


div#sidebar_inner
{
	color:#C8DBE6;
	padding:78px 0 10px 5px;
}


div#content_inner
{
	color:#C8DBE6;
	padding:35px 60px 10px 0;
}

div#footer
{
	clear:both;
	padding:10px 5px 10px 5px;
	font-style:italic;
	font-size:11px;
}

span#nqweb_link
{
	float:right;
}

/* -- HEADINGS, PARAGRAPHS. & LINKS
----------------------------------------------------------------------------------------------------------*/

#content_inner h1, #sidebar_inner h1
{
	font-size:22px;
	font-weight:normal;
	margin-bottom:25px;
	color:#FFF;
}

#content_inner h2, #sidebar_inner h2
{
	font-size:18px;
	font-weight:normal;
	margin-bottom:25px;
	color:#FFF;
	background: url(../images/bg_h2.gif) left center no-repeat;
	padding-left:20px
}


#content_inner a:link, #content_inner a:visited, #sidebar_inner a:link, #sidebar_inner a:visited
{
	color:#FFFF00;
}

#content_inner a:hover
{
	background-color:#FFFF00;
	color:#000;
}


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

}

#footer a:hover
{
	text-decoration:none;

}

div#photos
{
	margin-bottom:30px;
}

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

