/* Duo Net Template Stylesheet */

/* this rule stops the 'shorter pages' from jumping to the left -  */
html, body {
	min-height: 100%;
	margin-bottom: 1px;
	color: #FFFFFF;
}

body {
	margin: 0;
	padding: 0;
	color: White;
	background-color: White;
	text-align: center;  /* aligns page center in IE5.5 */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
/* to style the lists on the front page */
ul,li {
	line-height: 1.5em;
	font-size: 14px;
	list-style-type: square;
	color: #ffffff;
	width: auto;
	list-style-image: none;
	text-align: left;
}

/* outer wrapper - holds the rest of the content -ensures that layout is centered */
#wrapper {
	margin: 0 auto;
	width: 1004px;
	background-color: White;
	/* [disabled]text-align: center; */
}

#companyname {
	background-image: url(file://///fileserver/c/Mark/Dreamweaver-by%20Lisa/images/cocounsel.gif);
	background-repeat:no-repeat;
	padding: 0;
	height: 53px;
	background-color: transparent;
}
/* HEADER BACKGROUND AND COMPANY NAME */
#header {
	background-color: rgb(34,61,108);
	width: 34.7em;
	height: 1.9em;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	background-image: url(file://///fileserver/c/Mark/images/header-pic.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 0mm;
	margin-right: auto;
	margin-bottom: 0mm;
	margin-left: auto;
	position: relative;
}
/* BACKGROUND FOR THE TOP NAV */
#topnav{
	height: 39px;
	background-image: url(file://///fileserver/c/Mark/images/navbar-bg.jpg);
	background-repeat: repeat-y;
	background-color: rgb(214,177,86);
	color: rgb(214,177,86);
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 0cm;
	width: 1004px;
}
 
/*navigation styling */
#navBar {
background-color: transparent;
height: 38px;
padding-top: 0;
line-height: 1.55em;
}

#navBar ul {
margin: 0px; 
padding: 4px;
list-style-type: none; 
}
#navBar li {
	display: inline;
	list-style-type: none;
	padding: 8px;
	margin: 0px;
	font-size: 0.7em;
	font-weight: bold;
}

#navBar a {
background: transparent;
border: none;
margin: 0px;
color: #000066;
text-decoration: none;
padding: 0px 15px;
}

#navBar a:link, #navBar a:visited {
color: #000066;
text-decoration: none; 
}

#navBar a:hover {
color: #FFFFFF;
background-color: #000000;
background-color: transparent;
}

#navBar a:active {
	background-color: transparent;
	color: rgb(214,177,86);
	font-weight: normal;
	font-size: 0.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*End NavBar styles */

/* OUTER WRAPPER FOR CONTENT AREA */
#contentwrapper {
	width: 1004px;
	background-repeat: repeat-y;
	overflow: auto;
	background-image: url(images/Globe%20Background%2012%20v%205_1000x650px_low.jpg);
	border-top-right-radius: 0px;
	border-style: solid;
	border-width: thin;
}

/* left column styles */
#contentleft {
	padding-top: 15px;
	padding-left: 45px;
	padding-right: 30px;
	width: 450px;
	float: left;
	/* [disabled]color: #666666; */
	
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-position: center top;
}
/* styles the positioning of the court graphic on the front page so that it is centered in the left column */
.frontpageimg {
	width: 450px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 240px;
	padding-left: 100px;
}

/*  heading styles for the left column */

#contentleft h1 {
	font-size: 1.1em;
	color: #AB8630;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #A58629;
	}
	
#contentleft H2 {
font:  bold 1.1em  Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #AB8630;
}

/* right column - main content area styles */
#contentright {
	width: 389px;
	float: left;
	padding-left: 0px;
	padding-right: 10px;
	color: #FFFFFF;
	background-image: url(file://///fileserver/c/Mark/Dreamweaver-by%20Lisa/images/Globe%20Background%2012%20v%205_right1.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-repeat: no-repeat;
}
/* heading styles for the content area */
#contentright H1{
font: 1.2em  Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #314B7A;
}

#contentright H2 {
font:  bold 1.1em  Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #AB8630;
border-bottom: 1px solid #AB8630;
padding-top: 15px;
}
#contentright H3 {
	color: #AB8630;
	font-variant: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	border-bottom-style: solid;
	margin-top: 0.8cm;
	padding-left: 0.5cm;
}

/* styles the small green text  read more...  text */
.smalltext {
color: #A48624;
margin: 0;
}
/* styles the above text when a link is applied  */
.smalltext a:link, .smalltext a:visited {
color: #A48624;
margin: 0;
}

/* FOOTER AREA */
#footer {
background: url(file://///fileserver/c/Mark/images/footer.gif) no-repeat;
font: .85em Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding: 0;
height: 204px;
}

#footer p{	
padding-top: 10px;
color: #CCC;
font-size: .8em;
}
.footermenu{
font: 0.95em Verdana, Geneva, Arial, Helvetica, sans-serif;
float: right; 
padding-top: 52px; 
padding-right: 25px; 
color: #CCCCCC;
}

.footermenu a:link, .footermenu a:visited{
	color: #CCC;
}
/* BASIC HEADING STYLES */
H1 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 1.0em}
	
H2 {
font: 1.0em  Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #B0B742;
}	
/* menu styles in the footer */


/* BASIC LINK STYLES */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	font-size: 1em;
	text-align: left;
	color: #F5F412;
}

/* CLEARER DIV USED TO CLEAR FLOATED DIVS */
.clearit {
clear: both;
font-size: 1px; /*for IE*/
height: 0;
line-height: 0px;
}
/* styles the image so that it sits either left or right of content text */
.imgright {
float: right; 
padding-left: 6px; 
padding-right: 0px;
padding-top: 6px;
}
.imgleft {
float: left; 
padding-left: 6px; 
padding-right: 15px;
padding-top: 6px;
}

/***** Begin laying out the contact form *****/

#contentleft form {
	margin: 10px 20px 15px 15px; 
	width: 450px;
}
#contentleft legend{
padding:10px;    /*gives a bit of padding between the border and the text*/
color: #304975;
font-size: 130%;
font-weight: bold;
}

/*#contentleft .hand, #contentleft .print {
	display: none;
}*/
/*
#contentleft p.sent {
   color: #414129;
	background-color: #f1f1f1;
	border: 1px solid #70704E;
	padding: 5px;
	margin: 0 43px 25px 15px;
}*/

#contentleft input, #Content select {
	background-color: #FCFDFE;
		color: #304975;
	border: 1px solid #577DA2;
	margin: 0;
	width: 180px;
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
	padding: 2px;
}

#contentleft select {
	padding: 0;
	width: 165px;
}

#contentleft textarea {
	background-color: #FCFDFE;
		color: #304975;
	border: 1px solid #577DA2;
	margin: 0 20px 0 0;
font-family: "Courier New", Courier, monospace;
	font-size: 120%;
	padding: 2px;
	width: 350px;
}

#contentleft textarea:focus, #contentleft input:focus, #contentleft select:focus {
	color: #A7BADA;
		background-color: #EEF4F9;
		color: #304975;
	border: 1px solid #577DA2;
}

.labelfloat {
	float: left;
	padding-top: 20px;
	width: 420px;
}

#contentleft label {
	color: #304975;
	font-size: 85%;
	padding-top: 5px;
	display: block;
}

#contentleft fieldset {
padding:10px;
border: 1px solid #577DA2;
width: 420px;
font-size: 100%;
}
#contentleft #submit {
border: 1px solid #577DA2;
background: #41659F;
color: #EDEDED;
margin-top: 10px;
}
/* END FORM STYLES */
#wrapper #contentwrapper #contentleft table tr td img {
	text-align: center;
	padding-left: 25px;
}
#wrapper #contentwrapper #contentleft {
	text-align: center;
}
#wrapper #contentwrapper #contentleft {
	text-align: left;
}
#wrapper #contentwrapper #contentright {
	text-align: left;
	width: 470px;
}
#wrapper #contentwrapper #contentright div p strong {
	font-family: Georgia, Times New Roman, Times, serif;
}
#Header1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	position: absolute;
	text-align: left;
	margin-right: 90%;
	margin-left: 1%;
	float: left;
	width: 1.244cm;
	height: 1.164cm;
	top: 3px;
	left: -8px;
}
.HeadingLeft {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.6em;
	color: #FFF;
	text-align: left;
	margin-left: 0mm;
	margin-right: 1cm;
	left: 1.746cm;
	margin-top: 0.5cm;
	margin-bottom: 1cm;
	position: absolute;
	top: 0px;
	height: 20px;
}
.HeadingCenter {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	margin-right: 8cm;
	margin-left: 4cm;
	margin-top: 0.8cm;
	margin-bottom: 1cm;
	left: 29px;
	width: 518px;
	top: -22px;
	position: absolute;
	visibility: visible;
	height: 89px;
}
#wrapper #contentwrapper #contentright div div ul li ul li a {
	font-size: 15px;
}
#wrapper #contentwrapper #contentleft h3 {
	font-size: 1.3em;
	color: #AB8630;
	text-align: center;
	margin-left: 0cm;
	border-bottom-style: solid;
	margin-top: 0.43cm;
}
#wrapper #contentwrapper #contentright h5 {
	text-align: left;
}
#wrapper #contentwrapper #contentright h2 b {
	color: #AB8630;
}
#wrapper #contentwrapper #contentleft div dl {
	list-style-image: none;
	list-style-type: none;
}
#wrapper #contentwrapper #contentleft div dl dt {
	list-style-type: disc;
}
#wrapper #header div #MenuBar2 li #headerrightlink {
	color: #FFFFFF;
	background-color: #003366;
	text-decoration: underline;
	padding-top: 0.4cm;
}
#wrapper #header .HeadingLeft1 img {
	padding-left: 0cm;
}
#wrapper #header .Headingleft2 {
	float: left;
	height: 1.191cm;
	width: 1cm;
	position: absolute;
	left: 4px;
}
.PageMenuBar {
	height: 1cm;
	width: 0.8cm;
	background-color: #FFCC33;
	color: #003366;
	text-align: center;
}
td ul a {
}
