/* CSS Document */
@import URL(menu.css);
/* my styles */

body {
	margin-top: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size:.65em;
	color:#646464;
}
#maincontainer{
width: 960px; /*Width of main container*/
margin-left: auto; 
margin-right:auto;
}


.clearer {
clear:both;
}
em {
color:#c7c7c7;
font-size:.9em;
}

#utility {
float:left;
width:400px;
margin-left:180px;
_margin-left:100px;
}
#mylogins {
margin-top:-3px;
display:block;
float:right;
width:128px;
height:31px;
background:url(_i/loginlogout.gif) no-repeat;
text-align:center;
padding-top:2px;
}
a.mylogin:link, a.mylogin:active, a.mylogin:hover, a.mylogin:visited  {
color:#000;
}

/* header */
#topsection{
height: 79px; /*Height of top section*/
}
#toptag {
float:left;
width:300px;
}

#toptext {
float:left;
padding-left:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-style:italic;
padding-top:36px;
}

#topright {
float:right;
font-size:1.1em;
font-family:Arial, Helvetica, sans-serif;
text-align:right;
padding-right:19px;
padding-top:5px;
color:#555555;
}
#topright a:link, #topright a:active, #topright a:visited {
color:#2d2d2d;
text-decoration:none;
}

#topright a:hover {
	color:#378842;
	text-decoration:underline;
}

#navigation {
background:url(_i/navbg.gif) no-repeat;
height:25px;
padding-top:7px;
}

/* footer */
#footer{
width:960px;
margin-left:auto;
margin-right:auto;
background:url(_i/footerbg.jpg) no-repeat top;
padding-top:4px;
height:44px;
margin-bottom:10px;
margin-top:20px;
font-size:1em;
}
#footerleft {
float:left;
margin-left:20px;

}
#footerright {
float:right;
margin-right:20px;

}

#footerleft a, #footerright a {
	color:#378842;
}

#footerleft a:hover, #footerright a:hover {
	text-decoration:underline;
}

/* homepage */
.myflash {
margin-top:21px;
height:320px;
}
#homecontent {
margin-top:12px;
padding-left:15px;
}
.homeleft {
float:left;
width:670px;
}
.homeright {
display:block;
float:right;
width:261px;
padding-right:1px;
}

/* inside */
#insideleft {
float:left;
width:687px;
display:block;
}
#insideright {
float:right;
width:250px;
}

.rightinside {
float:right;
padding-right:30px;
font-size:1.0em;
width:612px;
_width:630px;
_padding-left:0px;
}
.rightinside p:first-child {
margin-top:0px;
}
#rightinsidewide {
width:660px;
float:right;
}
.rightinsidewidest {
float:right;
padding-right:30px;
font-size:1.1em;
width:642px;
_width:650px;
_padding-left:0px;
}
.rightinsidewidest p:first-child {
margin-top:0px;
}
#leftside {
float:left;
width:230px;
_width:230px;
margin-left:28px;
_margin-left:8px;
}

.leftinside {
float:left;
margin-left:-5px;
width:212px;
margin-top:20px;
}
#leftsidewide {
float:left;
width:230px;
_width:230px;
}

.leftinsidewide {
float:left;
margin-left:-5px;
width:212px;

}
/* GENERAL */
/* style for module titles */
.Head {
    font-size:  11px;
    font-weight: bold;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #2d2d2d;
	text-decoration: none;
	line-height:1.4em;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-size: 12px;
    font-weight: normal;
}
.NormalRed {
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}
.NormalBold {
    font-size: 12px;
    font-weight: bold
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-size: 12px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}
A.CommandButton:visited {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover {
    text-decoration:    underline;
    color: #ff0000;
}    
/* GENERIC */
H1 {
color:#2d2d2d;
margin-bottom:2px;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
}
H2 {
color:#000;

}
H3 {
color:#378942;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
margin:0 0 10px 0;

}
H4 {
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
margin:0 0 10px 0;
}
H5, DT {
color:#000;
}
H6 {
color:#000;
}
a:visited, a:link, a:hover, a:active {
	color:#0000ff;
	text-decoration:none;
}
{
	text-decoration:underline;
}
SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
}

/*UL {
list-style:square;
	margin-left : 30px;
	margin-right : 30px;
	margin-top : 4px;
}

li {
	margin-top : 4px;
	
}*/


HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
input {
font-style:italic;
color:#646464;
font-size:.9em;
padding-top:1px;
}


/* SEARCH BOX */
.SearchButton { 
	background: transparent; 
	padding: 0px 0px 0px 0px; 
	cursor: hand; 
	margin: 0px 0px 0px 0px; 
	border: 0px;
	position:relative;
	top: 3px;
	}
#dnn_dnnSEARCH_txtSearch.NormalTextBox 
{ width: 156px; 
margin-left:49px;
margin-top:9px !important;
margin-top:27px;
border:0px solid transparent; 
cursor:text;
position:relative;
bottom: 1px;
	}


p {margin-top:0}

#content_int {margin-top:20px;}

#content_int a {
	color:#378842;
}

#content_int ul {
	padding-left:4px;
	margin-left:30px;
	margin-bottom:10px;
}

#form_btn {
	text-align:center;
	padding-bottom:6px;
}

#form_row {
	margin-bottom:6px;
}

#form_row input {
	border:#bbbbbb solid 1px;
	width:206px;
}

#form_row textarea {
	border:#bbbbbb solid 1px;
	color:#646464;
	font-size:0.9em;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:1px;
	line-height:1.4em;
	width:206px;
}

#form_row label {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #2d2d2d;
	text-decoration: none;
	line-height:1.4em;
}

.green_text {
	color:#378842;
}

#content_int ul li {
	list-style-image:url(_i/list.gif);
}

#content_int .insideright ul  {
	padding:0 0 0 20px;
	margin:0;
}

.insidecontent {
	padding-left:1px;
}

.breadcrumb {
	font-size:12pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#content_int .breadcrumb a.breadcrumb {
	color:#646464;
	text-decoration:none;
}

h2 {
	color:#333333;
	font-size:10pt;
	margin-bottom:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.table_pad {
	padding-bottom:10px;
	padding-right:10px;
}

.table_pad_top {
	margin-top:10px;
}

/* 	Vertical Accordions   */
		
		.accordion_toggle {
			display: block;
			height: 30px;
			background: #e9e9eb url(_i/ico_plus_grey.gif) right no-repeat;
			padding: 0 10px 0 10px;
			line-height: 30px;
			font-weight: bold;
			font-family:Arial, Helvetica, sans-serif;
			text-decoration: none;
			outline: none;
			font-size: 8.5pt;
			color: #464646;
			border-bottom: 1px solid #bbbbbb;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_none {
			display: block;
			height: 30px;
			background: #e9e9eb;
			padding: 0 10px 0 10px;
			line-height: 30px;
			font-weight: bold;
			font-family:Arial, Helvetica, sans-serif;
			text-decoration: none;
			outline: none;
			font-size: 8.5pt;
			color: #464646;
			border-bottom: 1px solid #bbbbbb;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle:hover {
		     background: url(_i/ico_plus_green.gif) right no-repeat;
			 color: #ffffff;
		}
		
		.accordion_toggle_none:hover {
		     background: #e9e9eb;			 
			 color: #464646;
		}
		
		.accordion_toggle_active {
			 background: url(_i/ico_minus_purple.gif) right no-repeat;
			color: #ffffff;
			border-bottom: 1px solid #bbbbbb;
		}
		
		.accordion_toggle_active:hover {
			 background: url(_i/ico_minus_purple.gif) right no-repeat;
			color: #ffffff;
			border-bottom: 1px solid #bbbbbb;
		}
		
		.accordion_toggle_none_active {
			background: #e9e9eb;			
			color: #464646;
			border-bottom: 1px solid #bbbbbb;
		}
		
		.accordion_content {
			background-color: #ffffff;
			overflow: hidden;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				padding: 5px 10px 5px 10px;
				margin-bottom:5px;
			}
			
			.accordion_content ul {
				margin:10px 0 0 0; padding-bottom:10px;
			}
			
			.accordion_content ul li {
				*margin:0 0 0 35px;
			}
			
			.accordion_content .empty {width:0; height:0; overflow:hidden; }
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			background: url(images/accordion_toggle.html) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: url(images/accordion_toggle_active.html) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
  			
			#vertical_container {}
			#container {padding:0 15px 15px 15px; margin-top:15px;}
			
			
/* ----------- */