/***************
*
*	Content Section
*
***************/
input, select, textarea
{
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
}

div.content p
{ 
	line-height: 1.5em;
	margin-top: 0; 
}

div.content sup
{
	/*text-transform:uppercase;*/
	font-size: 0.8em;
}

div.content blockquote { padding: 0 3em; }



form#search dd
{
	margin: 3px 0px 3px 27px;
}

/* both ol li and ul li */

div.content ol,
div.content ul
{
	margin-left: 0;
	padding-left: 0;
}

div.content li
{
	padding: 0px 0px 13px 15px;
	line-height: 16px;
	margin-left: 0;
}

div.content ul li 
{ 
	list-style-type: none;
	/*background: url("images/list-arrow.gif") no-repeat top left; */
	background: url("images/list-arrow.gif") no-repeat 4px 4px; 

}


/* form warning */
.warning
{
	padding: 5px 15px;
	background: #fffbbe;
	border: 1px solid #ffe53e;
	width: 70%;
	margin: 0 auto;
}

.warning ul
{
	list-style-type: disc;
	color: #000000;
	margin-left: 40px;
}

.warning ul li
{
	color: #e60405;
	font-weight: bold;
	background: none;
	padding: 0px;
}

.required
{
	color: #e60405;
}

.regular
{
	color: #333333;
	font-weight: normal;
}

/***************
*
*	Navigation Section
*
***************/

#global-nav
{
	float: right;
	padding: 20px 10px 0 0;
	width: 310px;
	text-align: right;
}

/* .net writes tables instead of div */
table#global-nav,
table#global-nav td 
{
	border-collapse: collapse;
	padding: 0;
}

#global-nav li
{	
	display: inline; 
	padding: 0px 10px;
	border-right: 1px solid #cccccc;
}

#global-nav li.last { border-right: none; }


#top-nav 
{ 
	width: 770px;
	background: white;
}
#top-nav ul
{
	padding: 0;
	margin: 0;
}

#top-nav li { display: inline; }
#top-nav img { border: none; }

/* .net writes tables instead of div */
table#top-nav,
table#top-nav td 
{
	border-collapse: collapse;
	padding: 0;
}


.int-left-nav
{
	margin: 0px 0px 10px 15px;
	width: 160px;
	background: #F2F8F9 ;
	border-bottom: 3px #7FB3D5 solid;
}

.int-left-nav ul
{
	list-style: none;
	margin: 0;
	padding: 5px;
}

.int-left-nav ul li
{
	padding: 4px 2px 4px 15px;
	background: url("images/list-arrow.gif") no-repeat 4px 6px;
	border-bottom: 1px #7FB3D5 solid;
}

.int-left-nav ul li.last
{

	border-bottom: none;
}

.int-left-nav ul li li.last
{

	border-bottom: none;
}

.int-left-nav ul li li
{
	padding: 2px 2px 2px 15px;
	font-size: 1em;
	background: url("images/Square_Bullet.gif") no-repeat 4px 4px;
	border-bottom: 1px #7FB3D5 solid;
}

.int-left-nav ul li a
{
	font-size: 0.95em;
	color: #0067AC;
	text-decoration: none;
	display: block;
}

.int-left-nav ul li a:hover
{
	color: #DB7200;
	text-decoration: underline;
}


/***************
*
*	Layout Section
*
***************/

div#page
{
	position: relative;
	top: 0;
	left: 0;
	width: 770px;
	margin: 0 auto;
	background: white;
	border-style: solid;
	border-color: #ccc;
	border-width: 0 2px;
	background: #FBFCF0 url("images/body-bkgd.gif") repeat-x left top;
	text-align: left;
}

div#header
{
	background: url("images/body-bkgd.gif") no-repeat left top;
	padding-top: 11px;
}

div#header-interior
{
	height: 67px;
	border-style: solid;
	border-width: 2px 0 0 0;
	border-color: white;
	background: white;
}

div#logo
{
	position: absolute;
	top: 15px;
	left: 20px;
	width: 127px;
	height: 57px;
}

div#header-revolve { width: 770px; }

div#middle
{
	border-style: solid;
	border-color: #fff;
	border-width: 3px 0 18px 0;
	background: #fff url("images/div-middle-bkgd.gif") repeat-y 575px 0; 
	background: #FFF url("images/DivisionLeftNavbkgd.jpg") repeat-y left top;
	/*formerly the vertical dotted line between columns*/

}

div#middle.alternate
{
	background: #FFF url("images/DivisionLeftNavbkgd.jpg") repeat-y left top;
}

div#interior-content-header { border-bottom: solid #fff 16px; }

div#middle_left
{
	float: left;
	width: 179px;
}

div#middle_right
{
	float: right;
	width: 572px;
	margin-left: 7px;
}

div#middle_right img { 
	padding-right: 10px;
	padding bottom: 10px;
}

div#middle_right_left
{
	float: left;
	width: 379px;
}

div#middle_right_right
{
	float: right;
	width: 177px;
}

div#middle_right div.content
{
	background: url("images/div.content-bkgd.gif") repeat-y left top;
	padding: 10px 14px;
}

h1
{
	background: url("images/contenthead_bkgd.gif") no-repeat 0 0 !important;
}

