html { 
	background: #3d3d3d;
	padding:0;
	margin:0;
}

body { 
	background: transparent url(http://www.dakota-systems.com/images/gradient_bg.jpg) top repeat-x;
	text-align: center;
	padding: 20px 0 20px 0;
	margin:0;
	font-family: Arial;
}

.load_bg{
	height:99px;	
}

.black {
	color:#000000;
}

#banner {
	width:740px;
	padding:0;
	padding-bottom:5px;
	margin:0;
	background:transparent url(http://www.dakota-systems.com/images/banner_bottom.gif) bottom center no-repeat;
}


*:focus {
	outline-color: invert;
	outline-style: none;
	outline-width: 0pt;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #003366;
}

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

.right {
	text-align: right;
	
}

/* end general */

#top_cap { 
	background:url(http://www.dakota-systems.com/images/top_cap_drop.png) no-repeat bottom center;
	height: 46px;
	margin: 0px auto;
}

#background { 
	background:url(http://www.dakota-systems.com/images/bg_drop.png) repeat-y center;
	margin: 0px auto;
}

#cn_header {
	width: 740px;
	font-size: 11px;
	margin: 0px auto;
	padding: 0;
	background: #fff;
	position: relative;
}
#cn_header * ol, #cn_header * ul {
	list-style-type: none !important;
	list-style-image: none !important;
	margin: 0;
}

img.client-logo  {
	width: 100px;
	margin: 10px 30px 10px 30px;
}

#logo  {
	float: left;
	width: 175px;
	height: 60px;
	margin-left:20px;
	margin-top:5px;
}

#logo img
{
	display:block;
	margin: 0 10px 0 0;
}

/* ######################################################## *
 * top menu							    *
 * ######################################################## */

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin:0;
}

#nav {
	width:738px;
	border-left: solid #9c9c9c;	
	border-right: solid #9c9c9c;
	border-width: 1px;	
	background: transparent url(http://www.dakota-systems.com/images/link_bg.jpg) repeat-x;
}

#nav ul { /*dropdown items*/
	background: #f3f3f3 url();
	padding-bottom:12px;
	padding-left:10px;
	padding-right:16px;
	border: 1px solid #6397ca;
}

#nav a {
	display: block;
	width: 9em;
	width: 5.5em;
	height:14px;
	color: #036;
	text-decoration: none;
/*	padding: 0em 0.25em .5em 2em;*/
	padding: 0em 1.6em .5em 1.6em;
	font-size:1.2em;
	font-weight: normal;
}

#nav ul a {
	height: auto;
	width: 12.5em !important;
	padding:4px 5px 9px 2px;
	border-bottom:1px solid #6397ca;
	font-size:1em;
}

#nav a.sub {
	margin-right:15px;
	background: transparent url(http://www.dakota-systems.com/images/rightarrow2.gif) center right no-repeat;
}

#nav li { /*affects banner*/
	float: left;
	padding-top:.5em;
	text-align:left;
/*	width: 9em;*/
}

#nav li ul { /*affects all others*/
	position: absolute;
	left: -999em;
	height: auto;
	width: 12.5em;
	width: 12.5em;
	font-weight: normal;
	margin: 0;
}

#nav li li { /*highlight*/
/*	padding-right: 1em;	*/
	width:13em;
}

#nav li ul li a { /*sub arrow position[left-right]*/
	width: 10em;
	width: 10em;
}

#nav li ul ul { /*sub menu position*/
	margin: -40px 0 0 12em;
}

#nav li ul ul {
	//padding-top:10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav ul:hover, #nav ul.sfhover {
	background:#f3f3f3;
}

#nav li:hover, #nav li.sfhover {	
	background: #cfcfcf url(http://www.dakota-systems.com/images/link_bg_over.jpg) top repeat-x;
}

#nav ul li:hover, #nav ul li.sfhover {
	background: #cfcfcf; url(http://www.dakota-systems.com/images/link_bg_over.jpg) top repeat-x;
	background: #cfcfcf; url(http://www.dakota-systems.com/images/link_botbg_over.jpg) bottom repeat-x;
}

#nav ul {
	list-style-type: none;
}

#nav ul li { /*all li outside main [full width]*/
	display: inline; 
}

/* end top menu */

#related-links p{
	margin-bottom:.5em;
}

label {
	width: 150px;
}

/* ######################################################## *
 * top links 							    *
 * ######################################################## */

#top_links {
	float:right;
	position: relative;
	text-align:right;
	margin: 0;
	padding:0;
	height: 72px;
	width: 450px;
}

#top_links ul {	
	text-align:right;
	position: absolute;
	float:right;
	top: 48px;
	right: 20px;
}

#top_links li {
	display: block;
	float: left;
	margin: 5px 2px 5px 2px;
	padding: 0 0 0 5px;
	border-left: solid 1px #ccc;
}

#top_links li.first {
	display: block;
	float: left;
	margin: 5px 2px 5px 2px;
	padding: 0;
	border-left: solid 1px #fff;
}

#top_links a:link, #top_links a:active, #top_links a:visited {
	font-size: 11px;
	color: #036 !important;
}

#top_links a:hover {
	text-decoration: underline;
}
/* end top_links */

#bodytext {
}

#main_content {
	padding-top: 10px;
	padding-bottom: 0;
	width: 740px;
	text-align: left;
	background: transparent url(http://www.dakota-systems.com/images/backdrop.gif) repeat-y top center;
}

/* ######################################################## *
 * left menu							    *
 * ######################################################## */

#left_menu {
	float:left;
	height:100%;
	margin-left:10px;
	padding-bottom:50px;
	padding-right:10px;
	padding-top:0;
	width:190px;
}

.left_menu_ul {
		width:187px;
		padding-left: 0px;
		padding-right: 2px;
		background:	url("../images/left_menu_ul.gif") repeat-x center;
}

#left_menu li {
	padding-left: 11px;
	padding-right: 2px;
}
	
#left_menu ul {
	color:#d92322;
	width: 180px;
	margin-top: 0;				
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0px;	
	font-size: 12px;
	line-height: 14pt;
	list-style-type:none;
}

/* ######################################################## *
 * links w/i content menu					    *
 * ######################################################## */
.link_menu {
	width:500px;	
	float: right; 
/*	text-kashida-space: 95%;*/
}
	
.link_menu ul {
	color:#d92322;	
	float: left;
	width: 85px;
	font-size: 12px;
	line-height: 14pt;
	list-style-type:none;
	padding-top: 0px;
	margin-top:0px;
}	
	
/* ######################################################## *
 * content							    *
 * ######################################################## */
#content, .profile_box {
	float: right; 	
	line-height: 16px;
	font-size: 12px;
}

#content {
	width:475px;
	padding-top:10px;
	padding-bottom: 45px;
	padding-left: 25px;
	padding-right: 30px;
/*	text-kashida-space: 95%;*/
}

#full-content {	
	line-height: 16px;
	font-size: 12px;
	width:740px;
	padding-top:10px;
	padding-bottom: 45px;
	padding-left: 25px;
	padding-right: 30px;
/*	text-kashida-space: 95%;*/
}
#webhelp-content {
	margin-left:10px;
	margin-bottom:-10px;
	margin-top:-10px;
	border:1px solid #CCCCCC;
	margin-right:10px;
}

.profile_box {
	text-align:center;
	width:465px;
	padding-left: 25px;
	padding-right: 30px;
	padding-bottom:1em;
	margin-top:-10px;
	margin-right:9px;
 	margin-left:1px;
	background:white;
	color:black;
}
.format_div {
	font-size: 11px;
	text-align:right;
	clear:right;
	//float:right;
	//width:110px;
	margin-left:auto;
	margin-right:20px;
}

.content_classes {
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 16px;
	font-size: 12px	;
	text-kashida-space: 95%;
}

#content * a:link, #content * a:active, #content * a:visited  {
	font-size: 12px;
	color: #003366;
}
#content * a:hover  {
	font-size: 12px;
	color: #036;
}

#content h3 {
	line-height: normal;
	padding-top: 0px;
	margin-top: 0px;
}

.titletext {
	font-size: 20px;
	font-weight: normal;
}

.reqhead {
	padding:0px;
	margin:0px;
}

#file-upload{
	float:right;
	margin-right:100px;
	margin-top:20px;
}

/* ######################################################## *
 * footer							    *
 * ######################################################## */

#footer {
	background: white url(http://www.dakota-systems.com/images/footer_740x31.gif) no-repeat;
	clear:both;
	width: 740px;
	padding:0;
	margin:0;
	text-align:left;
	font-size: 11px;
}

#footer li a:hover {
	text-decoration: underline;
}

#footer ul{
	padding: 10px 0 0 0;
	margin-left:0;
}

#footer li {	
	list-style: none;
	display:inline;
	margin:0;
	padding-left:8px;
	padding-right: 4px;
	border-left: solid 1px #ccc;	
	font-weight: normal;

}

#footer li.first {
	padding-left:10px;
	border-left: none;
}

#footer #copyright {
	padding-top:5px;
	padding-bottom:10px;
	margin:0;
	text-align:left;
}

#bottom_cap { 
	background: transparent url(http://www.dakota-systems.com/images/bottom_cap_drop.png) no-repeat center;
	height: 46px;
	margin: 0px auto;
}

#not-found {
	margin-left:auto;
	margin-right:auto;
}
