/* zi-modx-1 - An open source xhtml/css website template by Zaigham Rana - site: http://ziworks.com , blog: http://zidesigns.com. Free to use in any way and for any purpose as long as the proper credits are given to the original designer. */


/* HTML & Body
------------------------------------------------ */
* { margin: 0; padding: 0 }

body {
	color: #333;
	background: #838da2 url(images/bodoybg.jpg) repeat-y center;
	cursor: default;
	margin-top: 10px;
	font: 76%/1.5em Georgia, "Times New Roman", Times, serif;
}

/* Headers and Paragraphs:
------------------------------------------------ */
#wrap h1, h2, h3, h4, h5, h6 {
	font-family:  Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.1em;
    color: #242424;
    padding-bottom: 3px;
    border-bottom: 2px solid #c4d1ed;
	margin: 10px 0 5px 0;
	padding-left: .6em;
}
h4, h5, h6 {
    line-height: 1.3em;
    border: 0;
	margin: 5px 0 3px 0;
}
.xHead {
	padding-left: 1em;
	font-weight: bold;
	font-size: 120%;
}
.xbody {
	padding-left: 1em;
}

#wrap h1 { font-size: 218%; }
h2 { font-size: 164%; }
h3 { font-size: 145%; border-width: 1px }
h4 { font-size: 118%; }
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 86%; font-weight: bold; }
p { margin: 10px 0 10px 0;
	padding-left: 1em;
	padding-right: 1em;
}

/* Layout
------------------------------------------------ */
#wrap {
	width: 792px;
	border-left: 8px solid #c5d2ee;
	border-right: 8px solid #c5d2ee;
	border-bottom: 8px solid #c5d2ee;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#top {
	background: url(dfroctlogo.jpg) no-repeat;
	height: 276px;
	margin: 0;
	padding: 0;
}
#right {
	float: left;
	width: 212px;
	/*background-color: #a3afc9;*/
	margin-top: -1px;
	padding-bottom: 2em;
	/*border-bottom: 8px solid #c5d2ee;*/
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	height: auto;
}
#middle {
	background-color: #a0bfa1;
	float: right;
	width: 572px;
	border-left: 8px solid #c5d2ee;
	margin-top: -1px;
	border-bottom-width: 8px;
	border-bottom-color: #c5d2ee;
	height: auto;
}
#middle p {
	font-size: 1.2em;
	line-height: 1.5;
}


#leftside {
	width: 220px;
	float: right;
	padding: 10px 5px 30px 15px;
	}

#footer {
	clear: both;
	padding: 10px 10px 2px;
	background: #838da2;
	border-top: 8px solid #c5d2ee;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	z-index: 22;
	height: 62px;
}
#footer a:link {
	
}
#footer a:hover {
	color: #fffe3f;
}
#footer p {
	color: #fff;
	font-size: .8em;
	line-height: .8em;
}	
#footer p.modx {
}
#footer p.powered {
	
}

/* Content styling */	

a:link, a:visited {
	color: #02397e;
	text-decoration: none;
	}

a:hover {
	color: #cbfefe;
	text-decoration: none;
	}



.nl_summaryPost h3 a:link, .nl_summaryPost h3 a:visited, .nl_info a:link, .nl_info a:visited{
	color: black;
	background: none;
	border-bottom: none;
	}

.nl_summaryPost h3 a:hover, .nl_info a:hover {
	color: black;
	background: none;
	border-bottom: none;

	}
	
.nl_summaryPost .nl_info {
	background-color: #eee;
	}
	

/* Header  
#header h1 {
	text-align: center;
	font-size: 300%;
	margin: 0;
	padding: 25px 0 0 0;
	border: 0;
	}

#header a, #header a:link, #header a:visited {
	color: #333;
	background: transparent;
	border: 0;
	text-decoration: none;
	}

#header a:hover {
	color: #111;
	}
#header h2, #header #mainmenu {display:none;}
#slogan {
	text-align: center;
	margin: -3px 0 0 0;
	text-transform: uppercase;
	padding:0 ;
	}
*/

/* left menu is called #right */
#right ul.dfr {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#right ul.dfr li {
	padding-left: .5em;
}

#right li {
	list-style: none;
	padding-left: 5px;
	}

#right ul.dfr li a:link, #right ul.dfr li a:visited {
	color: #053b85;
	background-image: none;
}

#right ul.dfr li a:hover {
	background-color: #fc3;
}
#right ul.dfr li.here.current a {
	color: #333;
	font-weight: bold;
}


	
/* Misc. */

abbr, acronym {
	cursor: help;
	border-bottom: 1px solid #666;
	}

.about {
	font-size: 80%;
	}

#modxicon {
}