/*##############################################################
---------------------------------------------------------------

	DEFAULT SETTINGS

---------------------------------------------------------------
##############################################################*/

body
{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-size: 100.01%;
	text-align: center; 
	background:url(images/light-bg.jpg);
	background-repeat:repeat;
	color:#555555;
}

body a, a:link, a:visited
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
	text-decoration:underline;
}

body a:hover
{
	text-decoration:none;
}

img[id*="imgHelp"] { display: none; }

img 
{
	border:none;
	margin:0;
	padding:0;
	display:block;
}

div
{
	margin:0px;
	padding:0px;
	line-height:normal;
}

hr
{
	border:none;
	border-top:2px solid #999999;
	height:2px;
}

.Head {
	font-size:20px;
	}
	
h1
{
	margin:0!important;
	padding:8px 0 8px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#7a0c12;
}

h2
{
	margin:0!important;
	padding:8px 0 8px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#555555;
}

h3
{
	margin:0!important;
	padding:8px 0 8px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#555555;
}

h4
{
	margin:0!important;
	padding:8px 0 8px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#555555;
	text-transform:uppercase;
}

h5
{
	margin:0!important;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	line-height:32px;
	padding:8px;
	color:#555555;
	text-transform:none;
	font-weight:normal;
}

h6
{
	margin:0!important;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	line-height:normal;
	padding:8px;
	color:#7a0c12;
	text-transform:none;
	font-weight:normal;
}

/*-------------------------------------------------------------
	DNN STUFF
-------------------------------------------------------------*/
.SkinContainer, .Content
{
	margin:0px!important;
	padding:0px!important;
}


/*-------------------------------------------------------------
	CLEARFIX
-------------------------------------------------------------*/
.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%;
}

/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */


/*##############################################################
---------------------------------------------------------------

	LAYOUT ELEMENTS

---------------------------------------------------------------
##############################################################*/

/*-------------------------------------------------------------
	MAIN ELEMENTS
-------------------------------------------------------------*/

#main
{
	margin:0 auto;
	width:950px!important;
	text-align:left;
}

#top {
	width:100%;
	background-image:url(images/bg_Main2.png);
	background-repeat:repeat-x;

	}
		
	#hd
	{
		width:950px!important;
		clear:both;
		float:left;
	}
		
		#hdLogo
		{
			width:950px!important;
			height:150px!important;
			
			background:url(images/daytonir-logo-white.jpg) no-repeat;
		}
		
		#hdNavigation
		{
			width:950px!important;
			height:30px!important;
			z-index:999;
			float:left;
		}
		
	#bd
	{
		float:left;
		padding:0;
		margin:0;
		background:#FFFFFF;
		width:950px!important;
		clear:both;
		
		overflow:hidden;
	}
		
		#content
		{
			padding:0 6px 0 6px;
			overflow:hidden;
		}
			
			#leftColumn
			{
				padding:0!important;
				margin:0!important;
				width:260px!important;
				padding-bottom:10000px!important;
				margin-bottom:-9994px!important;
				float:left;
				border:none!important;
				background:#E4F2FA;
			}	
				
				#leftPaneTitle
				{
					font-family:Georgia, "Times New Roman", Times, serif;
					font-size:23px;
					color:#451C46;
					padding:8px;
				}
				
				#quotePaneOuter
				{
					background:url(images/bg_Quote.png) no-repeat;
					margin:8px 26px 0 26px;
				}
				
					#quotePaneOuter div
					{
						font-family:Verdana, Arial, Helvetica, sans-serif;
						font-size:11px;
						color:#666666;
						line-height:16px;
					}
					
					#quotePaneOuter p
					{
						text-indent:42px;
					}
				
			#dnn_contentPane
			{
				padding:0!important;
				margin:0!important;
				width:678px!important;
				float:left;
				border:none!important;
			}
		
	
	#ft
	{
		padding:12px;
		margin:0;
		width:950px!important;
		text-align:center;
		
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#777777;
		
		clear:both;
	}
	
	#dnn_leftPane a, #dnn_leftPane a:visited {
		color:#00509F;
		font-size:12px;
	}

/*-------------------------------------------------------------
	SUPPORTING ELEMENTS
-------------------------------------------------------------*/

/*-------------------------------------------------------------
	ContentBody
*/

.ContentBody
{
	padding:8px!important;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

/*-------------------------------------------------------------
	Articles
*/

.latestArticleItem
{
	padding:12px 0 12px 0;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	
	border-top:1px dashed #a6a6a6;
}

.latestArticleItem:first-child { padding-top:0px; border:none; }

#latestArticles .latestArticleItem a { text-decoration:none; }
#latestArticles .latestArticleItem a:hover { text-decoration:underline; }

.latestArticleItem h2 { padding:0!important; margin:0!important;}

.latestArticleItem h2 a { text-decoration:none; }
.latestArticleItem h2 a:hover { text-decoration:underline; }

/*-------------------------------------------------------------
	FormMaster
*/

.FormMaster
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.FormMaster td
{
	text-align:left;
	padding:4px;
}

.FormMaster span[id$="lblRequired"]
{
	display:none;
}

.Inquiry 
{
	width:429px;
}

.NormalTextBox {
	width:180px;
}

.Submit {
	margin-left:174px;
}

/*##############################################################
---------------------------------------------------------------

	ARTICLE STYLES

---------------------------------------------------------------
##############################################################*/


/*##############################################################
---------------------------------------------------------------

	CSS MENU

---------------------------------------------------------------
##############################################################*/

/*-------------------------------------------------------------
	TOP NAV
-------------------------------------------------------------*/


/*-------------------------------------------------------------
	LEVEL ONE
-------------------------------------------------------------*/

#topNav, #topNav ul {
	float:left;
	width:950px;
	height:30px;
	list-style:none;
	font-weight:bold;
	padding:0;
	margin:0;
	
	z-index:999;
}

#topNav a {
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	padding:8px 10px 8px 10px;
	border-left:1px solid #003366;
}

#topNav li {
	margin:0;
	padding:0;
	float: left;
	border:none;
	border-left:1px solid #164F87;
}

#topNav li:first-child, #topNav li:first-child a {
	border:none!important;
}

#topNav li:hover, #topNav li.sfhover {
	background:#164F87;
}

/*-------------------------------------------------------------
	LEVEL TWO
-------------------------------------------------------------*/
#topNav li ul {
	position: absolute;
	left: -999em;
	font-weight: normal;
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	background:#164F87;
	
	border-bottom:2px solid #0B2946; 
	border-right:2px solid #0B2946; 
	
	z-index:200;
}

#topNav li li {
	float:none;
	margin:0;
	padding:0;
	height:auto;
	background:#164F87;
	border:none;
}

#topNav li ul a {
	margin:0;
	padding:8px 10px 8px 10px;
	font-size:10px;
	font-weight:normal;
	color:#FFFFFF;
	border:none;
}

#topNav li ul li:hover, #topNav li ul li.sfhover {
	background:#0F375D;
}

/*-------------------------------------------------------------
	LEVEL THREE
-------------------------------------------------------------*/

#topNav li ul ul {
	margin: -1.75em 0 0 14em;
}

#topNav li:hover ul ul, #topNav li:hover ul ul ul, #topNav li.sfhover ul ul, #topNav li.sfhover ul ul ul {
	left: -999em;
}

#topNav li:hover ul, #topNav li li:hover ul, #topNav li li li:hover ul, #topNav li.sfhover ul, #topNav li li.sfhover ul, #topNav li li li.sfhover ul {
	left: auto;
}

/*-------------------------------------------------------------
	SUB NAV
-------------------------------------------------------------*/

#menuSubNav ul {
	padding:0px;
}

#menuSubNav li
{
	list-style:url(images/img_SubNavList.png);
	margin:0 0 8px 32px;
	line-height:12px;
}

#menuSubNav a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#00509F;
}

#menuSubNav .SelectedTab a, #menuSubNav .SelectedTab ul .SelectedTab a
{
	color:#666666;
	text-decoration:none;
}

#menuSubNav .SelectedTab ul a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#00509F;
	text-decoration:underline;
}

#menuSubNav li ul
{
	margin:8px 0 0 -12px;
}

/*##############################################################
---------------------------------------------------------------

	BROWSER TWEAKS

---------------------------------------------------------------
##############################################################*/
/*-------------------------------------------------------------
	IE 7
-------------------------------------------------------------*/
/* body.ie7 #siteWrapper {  } */

/*-------------------------------------------------------------
	IE 6
-------------------------------------------------------------*/
/* body.ie #siteWrapper {  } */

#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0;
	padding: 0;
	text-align: left;
	/*width:80%;				/* <-- use this to tie width to viewport size */
	width: 950px;				/* <-- use this for a set width */
	background-color: #fff;
	}

/*#content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
/*#content p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/l.png);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/r.png);
	background-position: 100% 0%;
	padding-bottom:6px;
	}
	
#blc
	{
	background-image:url(images/blc.png);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/brc.png);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/t.png);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/b.png);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(images/r.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #ffffff;
	background-image:url(images/l.png);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
	
/*##############################################################
---------------------------------------------------------------

	INSIDE BOX

---------------------------------------------------------------
##############################################################*/

#boxInside
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 4px;
	padding: 0;
	text-align: left;
	/*width:80%;				/* <-- use this to tie width to viewport size */
	width: 250px;				/* <-- use this for a set width */
	background-color: #fff;
	}

/*#content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
/*#content p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlcInside, #trcInside, #blcInside, #brcInside
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlcInside
	{
	background-image:url(images/tlcInside.png);
	background-position: 0% 0%;
	}

#trcInside
	{
	background-image:url(images/trcInside.png);
	background-position: 100% 0%;
	padding-bottom:6px;
	}
	
#blcInside
	{
	background-image:url(images/blcInside.png);
	background-position: 0% 100%;
	}

#brcInside
	{
	background-image:url(images/brcInside.png);
	background-position: 100% 100%;
	}

#tbInside, #bbInside
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tbInside
	{
	background-image:url(images/tInside.png);
	background-position: 0% 0%;
	}

#bbInside
	{
	background-image:url(images/bInside.png);
	background-position: 50% 100%;
	}
	
#rbInside
	{
	background-image:url(images/rInside.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lbInside
	{
	background-color: #ffffff;
	background-image:url(images/lInside.png);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}