/* CSS Document */

/*--------------------------------------------------------------------------------------------
	Global 
  --------------------------------------------------------------------------------------------*/
html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	behavior:url("/css/csshover.htc");
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background:#FFF url(../images/bg.jpg) left top repeat-x;
}

/* Floaters */
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
	line-height:0px;
	height:0px;
}
/* NB: Must have ie.css if you use this */
.clearfix:after {
    content:"."; 
    display:block;
	height:0;
    clear:both; 
    visibility:hidden;
}

/* Remove outlines in FF */
:focus { -moz-outline-style: none; }


/*--------------------------------------------------------------------------------------------
	Structural 
  --------------------------------------------------------------------------------------------*/
div#container {
	width:740px;
	margin-left:auto;
	margin-right:auto;
	background:transparent url(../images/nav_divider.jpg) left 83px no-repeat;
} 

/* Header */
div#header {
	clear:both;
	height:183px;
}
div#header a img {
	margin-top:50px;
}
div#nav {
	height:118px;
}
div#sidebar {

}
div#contentWrapper {
	width:100%;
}
div#content {
	float:left;
	width:420px;
	
}
div#sidebar {
	float:right;
	width:295px;
	
}

/* Footer */
div#footer {
	padding-bottom:50px;
}


div#dqltag {
	position:relative;
	width:100%;
}
div#dqltag div {
	position:absolute;
	right:0px;
	top:-82px;
}
div#dqltag img {
	opacity:1;
}
div#dqltag a:hover img {
	opacity:0.75;
}


/*--------------------------------------------------------------------------------------------
	Layout 
  --------------------------------------------------------------------------------------------*/  
div.padding {
	text-align:justify;	
	padding:10px;
}
blockquote	{
	color:#999999;
}
strong	{color:#999999;
	}

/*--------------------------------------------------------------------------------------------
	Navigation 
  --------------------------------------------------------------------------------------------*/  
/* Main nav */
ul#navbar {
	list-style:none;
	padding:83px 0 0 1px;
	margin:0;
}  
ul#navbar li {
	float:left;
	background:transparent url(../images/nav_divider.jpg) right top no-repeat;
	margin:0;
	padding:0 1px 0 0;
} 
ul#navbar a {
	display:block;
	width:153px;
	height:35px;
	text-align:center;
	text-transform:uppercase;
	line-height:35px;
	color:#677c9b;
	font-weight:bold;
	text-decoration:none;
} 
ul#navbar a:hover {
	color:#fff;	
	background:transparent url(../images/nav_bg_selected.jpg) left top repeat-x;
} 
ul#navbar li#selected a {
	/* Selected menu item */
	color:#fff;	
	background:transparent url(../images/nav_bg_selected.jpg) left top repeat-x;
}  

  
/*--------------------------------------------------------------------------------------------
	Typography
  --------------------------------------------------------------------------------------------*/
/* Headings */
h1 {
	color:#677c9b;
	font-size:1.3em;
	font-weight:normal;
	border-bottom:solid 1px #e4e7ef;
	margin-top:20px;
}
h2 {
}
h3 {
	color:#677c9b;
}
h4 {
}
/* Type */
p {
	color:#999;
}
p.leadin {
	color:#636363;
	font-weight:bold;
}
div#content p {
	color:#666666;
	text-align:justify;	
	line-height:1.5em;
}
div#sidebar p {
	margin:5px 0;
	line-height:1.5em;
}

div#footer p {
	text-align:center;
	color:#999999;
	font-size:0.9em;
}

/* Links */
div#content a {
	color:#999;
	text-decoration:underline;
}
div#content a:hover {
}

div#content a.bttn,
div#sidebar a.bttn {
	display:block;
	text-align:left;
	color:#677c9b;
	font-size:11px;
	font-weight:bold;
	background:transparent url(../images/bttn_link.png) left top no-repeat;
	width:124px;
	height:23px;
	line-height:23px;
	text-indent:10px;
	border:none;
	cursor:pointer;
	text-decoration:none;
}

div#footer a	{
	color:#999;
	text-decoration:underline;
}

/*--------------------------------------------------------------------------------------------
	Forms - form, input, label etc
  --------------------------------------------------------------------------------------------*/
form {
	padding:0;
	margin:0;
}
  
  
  