/*
Public Risk Underwriters - Style Sheet 
Created: 9/26/06
Revised: 10/16/07
*/
body {
	margin: 0;
	padding: 0;
	/*position: fixed;*/ /*This line made it so you couldn't scroll on pages with a body tag */
	background-image: url(Assets/images/border.gif); 
	background-position: top center;
	background-repeat: repeat-y;
	width:920px;
}


html {
	background-image: url(../Assets/images/lines.gif);
	background-repeat: repeat-x repeat-y;
}
/* minimum menu requirements for functionality */
.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.topmenuli{
	list-style-type:none;
	float:right;
}

.topmenutitle{
	display:block;
	width: auto;
	position: right;
}
.topmenutitle a {
	font-family: Arial, Helvetica, sans-serif;
	color: #e47e00;
	size: 12pt;
	font-weight: bold;
}
.topmenutitle a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	size: 12pt;
	font-weight: bold;
	cursor:pointer;
	/*font-size: 10px;*/
}
.topmenutitle a:active {
	font-family: Arial, Helvetica, sans-serif;
	size: 12pt;
}
.topmenutitle a:visited {
	font-family: Arial, Helvetica, sans-serif;
	size: 12pt;
}
.submenuul{
	list-style-type:none;
	Doug - this is the code that is causing the issue. Not sure what to change it to 
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
	line-height:1em;
} 
.submenuli a {
	display:block;
	width:260px;
	color: #e47e00;
	margin-left:0;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	line-height:normal;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
/*	display: block;*/
}

#dmenu li>ul {
	top: 0;
	left: 0;
}

#content {
	clear: left;

}
#contactbuttons ul {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 0;
	list-style-type: none;
	width: inherit;
}
#contactbuttons li { 
	margin: 0 0 .2em .2em; 
}
#contactbuttons li a {
	display:inline;
}
#contactbuttons a {
	font-size: 8pt;
	font-weight: normal;
	display: block;
	color: #9a4d00;
	background-color: #ffbd39;
	padding: .2em .8em;
	text-decoration: none;
	border: 1px solid #000;
	text-align: center;
}

#contactbuttons a:hover
{
background-color: #ffcc66;
color: #FFF;
}
/* menu design */
#buttons ul
{
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
}

#buttons li { 
	margin: 0 0 .2em .2em; 
}

#buttons a {
	font-size: 9pt;
	font-weight: normal;
	display: block;
	color: #333333;
	background-color: #ff9900;
	width: 80%;
	padding: .2em .8em;
	text-decoration: none;
	border: 1px solid #000;
}

#buttons a:hover
{
background-color: #ffaa00;
color: #FFF;
}
#buttons h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: normal;
	color: #333333;
	margin: 10px 5px 10px 5px;
	padding:0;
}
#dmenu {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
}

.topmenuul {
	
}
.headerlogo {
	margin-bottom: 3px;
}
.topmenutitle {
	text-indent:3px;
	text-decoration: none;
	padding:0px;
	line-height:14px;
	margin-bottom: 3px;
}
.topmenutitle a {
	text-indent:3px;
	text-decoration: none;
	padding:3px;
	line-height:14px;
	color: #e47e00;
}

.submenuul {
	margin-top:-1px;
	margin-left: 10px;
	background-color:#ffe9bc;
	background-position: top left;
	background-repeat: repeat-x;
	border-top:1px solid #000000;
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;
	border-left:7px solid #dc9644;

}
.submenuli a {
	padding:3px;
	text-decoration: none;
	color: #e47e00;
}
.submenuli a:hover{
	text-decoration: none;
	background:#dc9644;
	color: #FFFFFF;
}
.submenuli a:active {
	padding:3px;
	text-decoration: none;
}
.submenuli a:visited {
	padding:3px;
	text-decoration: none;
}
/* Text Styles */

.txtlogin {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e47e00;
	padding-right: 2px;
	padding-left: 2px;
	margin:0;
	
}
div.hr {
	height: 5px;
	background: url(../Assets/images/hr.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.2em;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 2px;
	margin-right: 2px;
}
#smtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
/* rounded box background */
div#corners {
	margin:0 5px; 
	background: #f8f8f8; 
	height: inherit;
}
div#corners2 {
	margin: 0 5px;
	background: #f8f8f8;
}
#corners2 h4 {
	font-family: Arial;
	font-size: 12pt;
	letter-spacing: 1px;
	color: #ffffff;
	background: #cc6600;
	padding: 5px 0px 5px 15px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 544;
}
#corners2 h5 {
	font-family: Arial;
	font-size: 12pt;
	letter-spacing: 1px;
	color: #8e4700;
	background: #ff9b20;
	padding: 2px 0px 2px 15px;
	margin: 0px 15px 0px 15px;
	border: 1px solid #000;
}
#h1header {
	font-family: Century Gothic, Verdana, Arial;
	font-size: 20pt;
	font-weight: normal;
	color: #000000;
	margin: 10px 0px 5px 10px;
	padding-top: 1px;
}
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #f8f8f8}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

#top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #e47e00;
	text-align: right;
	padding: 0;
}
#top a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #e47e00;
	text-align: right;
}
#top a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffaa66;
	text-align: right;
}
#top a:visited a:active {
	font-family: Arial, Helvetica, sans-serif;
}
/* Content Text */

.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#000;
	font-weight:normal;
	line-height: 1.2em;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
.content a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	text-decoration:none;
	color:#e47e00;
}
.content a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	text-decoration:underline;
	color:#e47e00;
}
.content a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	text-decoration:none;
	color:#e47e00;
}
.content a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	text-decoration:none;
	color:#e47e00;
}
.content ul {
	color:#000;
	font-weight:normal;
}
.content li {
	color:#000;
	font-weight:normal;
}
.content h1 {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 14pt;
	font-weight: normal;
	color: #CC6600;
	margin-left: 10px;
	margin-top:5px;
}
.content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #CC6600;
	margin-left: 15px;
	line-height:normal;
}
.content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
	color: #CC6600;
	margin-left: 20px;
}
.content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	margin: 0px 0px 2px 0px;
}
#h1container {
	width:100%;
	height: 40px;
	border: 1px solid #000;
	background-image: url(../Assets/images/h1containerbg.gif);
	background-repeat: repeat-x;
}
.h1header {
	font-family: Century Gothic, Verdana, Arial;
	font-size: 20pt;
	font-weight: normal;
	color: #000000;
	margin: 10px 0px 5px 10px;
	padding-top: 1px;
}
.h3	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
	color: #CC6600;
	text-decoration: underline;
	margin-left: 20px;
}
.content img {
	padding: 5px;
	border:0;
	width: inherit;
}
.contentlist ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.2em;
	color: #000000;
}
.contentlist li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.2em;
	color: #000000;
	margin-left: 25px;
}
.contentlist ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.2em;
	color: #000000;
	margin-left: 10px;
}
.bottomborder tr {
	border-bottom: 3px solid #ff6600;
}
#news {
	background: #ffffff;
	width: 85%;
	padding: 5px;
	text-align: left;
	border: 2px solid #ffaa00;
}
#news a {
	font-family: Arial, Helvetica, sans-serif;
	color: #e47e00;
	font-weight: bold;
	text-decoration: underline;
}
#news a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #e47e00;
	font-weight: bold;
}
#news a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #e47e00;
	font-weight: normal;
}
#news a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #e47e00;
	font-weight: normal;
}
#news h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	color: #000000;
	font-weight: bolder;
	height: 10px;
	width: 80%;
	border: 3px #ffaa00;
	border-style: solid;
	background-image: url(../Assets/images/h1bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
#news h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	text-align: left;
	color: #ffaa00;
	margin: 2px;
	font-weight: bold;
}
.news p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
}
#leftmenu {
	width: 75%;
	padding: 5px;
	text-align: left;
}
#leftmenu h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	color: #000000;
	font-weight: bolder;
	height: 10pt;
	width: 80%;
	border: 3px #FFFFFF;
	border-style: solid;
	background: none;
	margin: 1px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
#leftmenu h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
	font-weight: bold;
	margin-bottom:8px;
}
#leftmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	color: #000;
	font-weight: bolder;
	height: 10pt;
	width: 80%;
	background: #ffaa00;
	margin: 1px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 100%;
	padding-right: 100%;
}
#leftmenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	color: #dd8500;
	background: none;
	font-weight: bolder;
	height: 10pt;
	width: 80%;
	margin: 1px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 100%;
	padding-right: 100%;
}
#leftmenu td {
	background: url(../Assets/images/leftmenubg.gif);
	background-position: center;
	background-position: bottom;
	background-repeat: no-repeat;
}
#words {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #ffaa00;
	margin-bottom: 5px;
}
#words a:hover {
	color: #ffaa66;
    font-size: 14pt;
	/*font-weight: bold;
	text-decoration: underline;*/
}
#words a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #ffaa00;
	font-weight: normal;
	margin-bottom: 5px;
}
#words a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #ffaa00;
	font-weight: normal;
	margin-bottom: 5px;
}
#footer {
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #e47e00;
	text-decoration: underline;
	font-weight: normal;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
}
#footer a:active a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#login {
	width: 100%;
	margin-left: 10px;
	padding-left: 10px;
}
#register {
	padding:4em;
}
#register em {color:red;}
.errormessage {color:red;}

.table_style1 {}
.table_style1 td {
	padding:5px;
	}
.tdnumber {
	text-align:right;
	}
#logo {
	float:left;
}
#AdminHeader {
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	border-bottom:1px black solid;
	background-color:white;
}

	

