/*
Name:     Les Proctor Direct
By: 	  Les Proctor Direct
URL:      http://www.itsjustdm.com
Date:     June 8, 2007


Color Palette

	tan 	e6e2af
	khaki 	a7a37e
	white 	efecca
	blue 	046380
	black 	002f2f

*/

html, body, td #container {
	min-height: 90%;
	height: 90%;
}

html>body #container {
   	height: auto;
	}

body {
	background-color: #a7a37e;
	background-image: url(images/Dot.jpg);
	background-repeat: repeat;
	background-position: 50%;
	}
	
a:link {
  color:#046380;
  text-decoration:none;
  }
a:visited {
  color:#046380;
  text-decoration:none;
  }
a:hover {
  color:#002f2f;
  text-decoration:underline;
  }

a img {
  border-width:0;
  }
  
table#container {
	width: 720px;
	background-color: #efecca;
	color: #666;
	font-size: 12.5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: thick solid #046380;
	border-bottom: thick solid #046380;
	min-height: 90%;
	height: 90%;
	}
	
#logo {
	height: 60px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(images/top.jpg);
  }

.dm {
	display: none;	
  }

#pic {
	height: 200px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #efecca;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #efecca;
  }

.logo {
	position: relative;
	left: 10px;
	top: 0px;
  }

#identity {
	position: relative;
	right: 20px;
	top: 14px;
	width: 240px;
	clear: both;
	float: right;
  }
  
.identity {
	color: #133463;
	font-size: 12px;
	font-weight: lighter;
  }

#nav {
	height: 40px;
	background-color: #efecca;
  }

#middle{
	width: 720px;
	background-image: url(images/middle.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	}
	
#main {
	width: 420px;
	height: 350px;
	line-height: 1.6em;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 30px;
	}
	
#sidebar {
	width: 240px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
	
#subnav {
	position: relative;
	right: 10px;
	bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  }
  
#bottom {
	height: 30px;
	background-image: url(images/bottom.gif);
  }

/* --- Nav --- */

#navcontainer {
	background-color: #efecca;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #efecca;
	
	}

#navlist
{
	margin: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 80px;
}

#navlist ul, #navlist li
{
	margin: 0;
	display: inline;
	list-style-type: none;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 20px;
	text-decoration: none;
	color: #999;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 20px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
	{
	background: transparent;
	color: #365FB7;
	border-bottom: 2px solid #a7a37e;
	}

#navlist a:hover { color: #365FB7; }

.title {
	font-size: 10.5px;
}

.img {
	padding:5px;
	border:1px solid #ddd;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 6px;
	margin-bottom: 8px;
  }


/*--- Sidebar ---*/

#sidebar ul {
  border-bottom:1px dotted #ccc;
  }

#rightnavcontainer
	{
	color:#133463;
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	font-size: 9.5px;
	clear: both;
	float: right;
	position: relative;
	right: 35px;
	}

#rightnavlist
	{
	width: 200px;
	list-style:none;
	margin-top: 0;
	margin-bottom: 1.2em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1.2em;
	padding-left: 0;
	}

#rightnavlist li
	{
	list-style: none;
	margin: 0;
  	padding:0 0 .25em 15px;
	text-indent:-10px;
  	line-height:1.8em;
	border-top: 1px solid #a7a37e;
	}

#rightnavlist li a { text-decoration: none; }

#dynrightnavlist li
	{
	list-style: none;
	margin: 0;
  	padding:0 0 .25em 15px;
	text-indent:-18px;
  	line-height:1.8em;
	border-top: 1px solid #a7a37e;
	}

#dynrightnavlist li a { text-decoration: none; }



/*--- Text Styles ---*/

.quote {
	font-size: 9px;
	}

#quote {
	position: relative;
	top: 1px;
	}

.identity {
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	line-height: 1.6em;
}

.target {
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	line-height: 2em;
}

.bullet {
}

.item {
	list-style-image: url(images/bullet.jpg);
	margin-bottom: 3px;
	margin-top: 3px;
}

.header {
	margin-bottom: 3px;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #002f2f;
	font-weight: lighter;
}

.subhead {
	margin-bottom: 3px;
	margin-top: 5px;
	font-size: 11.5px;
	color: #046380;
}

.id {
	height: 40px;
	font-size: 10.5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
  }

.portfoliohead {
	font-size: 11px;
	font-weight: bold;
}

.portfoliotext {
	font-size: 9.5px;
	padding-left: 10px;
}

/*--- Forms ---*/

.texttitle {
	FONT-WEIGHT: bold; FONT-SIZE: medium; COLOR: #000080; FONT-FAMILY: arial
}
.formcontainer {
	FONT-SIZE: small;
	FONT-FAMILY: "Trebuchet MS";
	border: 1px dotted #999999;
	line-height: 1.6em;
	width: 340px;
	padding: 8px;
	position: relative;
	left: 10px;
}

.fieldname {
	BORDER-TOP-WIDTH: 0px; FONT-WEIGHT: bold; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 11px; BORDER-BOTTOM-WIDTH: 0px; VERTICAL-ALIGN: top; BORDER-RIGHT-WIDTH: 0px;
}
.fieldval {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	FONT-SIZE: 10px;
	BORDER-BOTTOM-WIDTH: 0px;
	VERTICAL-ALIGN: top;
	FONT-FAMILY: arial;
	BORDER-RIGHT-WIDTH: 0px;
	font-weight: normal;
}

.listing {
	BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: black 1px solid; PADDING-LEFT: 2px; FONT-SIZE: x-small; PADDING-BOTTOM: 2px; BORDER-LEFT: black 1px solid; WIDTH: 550px; PADDING-TOP: 2px; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: arial; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: left
