/* 
 _________________________________________________________
|                                                         |
|    DESIGN + http://fullahead.org                        |
|      DATE + 2005.05.12                                  |
| COPYRIGHT + free use if this notice is kept in place    | 
|_________________________________________________________|

*/



/* -- Main layout styles -- */

body {
  padding: 0px;
  font-family: verdana, sans-serif;
  background-color: #fff;
}



/* -- Header layout/display styles -- */

#header {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 800px;
  height: 2em;
  z-index: 100;
}

#header a {
  float: right;
  top: 0px;
  right: 0px;
  width: 8em;
  //width: 100px;
  padding: 5px 10px 5px 10px;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background-color: #666;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  white-space: nowrap;
}

#header a:hover, #header a.active, #header a:active {
  padding-top: 10px;
  background-color: #333;
}

#header a.lastMenuItem {
  border-right: 0px;
}

a .desc {
  display: none;
  text-transform: lowercase;
	color: #de0000;
}

a:hover .desc, a:active .desc, .active .desc {
  display: block;
}


/* -- Image background cells -- */

#template1 {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #aaa url(images/topleft_eye.gif) no-repeat top left;
	width: 254px;
	height: 158px;
	border: 0px;
}

#template2 {
	position: absolute;
	top: 0px;
	left: 254px;
	right: 0px;
	background: #aaa url(images/headerbg.gif) repeat-x top left;
	height: 218px;
	border: 0px;
	//left: 0px;
	//width: 100%;
	//z-index: -1;
}

#template3 {
	position: absolute;
	top: 79px;
	left: 275px;
	background: #aaa url(images/doddridgepi_logo.gif) no-repeat top left;
	width: 515px;
	height: 79px;
	border: 0px;
}

#template4 {
	position: absolute;
	top: 158px;
	left: 0px;
	background: #aaa url(images/left_cameratop.gif) no-repeat top left;
	width: 254px;
	height: 75px;
	border: 0px;
}

#template5 {
	position: absolute;
	top: 218px;
	left: 254px;
	right: 0px;
	background: #aaa url(images/headerline.gif) repeat-x top left;
	height: 5px;
	border: 0px;
	// width: 100%;
	//left: 0px;
	//z-index: -1;
}

#template6 {
	position: absolute;
	top: 233px;
	left: 0px;
	background: #aaa url(images/left_cameraleft.gif) no-repeat top left;
	width: 60px;
	height: 213px;
	border: 0px;
}

#template7 {
	position: absolute;
	top: 233px;
	left: 212px;
	background: #aaa url(images/left_cameraright.gif) no-repeat top left;
	width: 42px;
	height: 157px;
	border: 0px;
}

#template8 {
	position: absolute;
	top: 390px;
	left: 60px;
	background: #aaa url(images/left_camerabottom.gif) no-repeat top left;
	width: 194px;
	height: 56px;
	border: 0px;
}

#template9 {
	position: absolute;
	top: 436px;
	left: 254px;
	right: 0px;
	background: #aaa url(images/subheaderline.gif) repeat-x top left;
	height: 10px;
	border: 0px;
	//width: 100%;
	//left: 0px;
	//z-index: -1;
}

#sidePanel {
	position: absolute;
	top: 446px;
	left: 0px;
	bottom: 0px;
	background: #aaa url(images/left_borderbottom.gif) repeat-y top left;
	width: 254px;
	height: 700px;
	//top: 0px;
	//z-index: -1;
	border: 0px;
}
#sidePanel p {
	//position: absolute;
	//top: 446px;
	//left: 0px;
	color: #ffc;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 2px;
}
#sidePanel a {
	color: #ccccff;
	text-decoration: none;
}
#sidePanel a:hover {
	color: #ffffcc;
	text-decoration: underline;
}


/* -- Header title and subTitle layout/display styles -- */


.title {
  float: left;
  padding: 1em 30px 0 2em;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: -0.15em;
  color: #00F1F4;
}

.subTitle {
  display: block;
  font-size: 0.4em;
  text-transform: lowercase;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}





/* -- Content layout/display styles -- */

#content {
	position: absolute;
	top: 223px;
	left: 254px;
	right: 0;
	height: 213px;
	//width: auto;
	background-color: #fff3ac;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}

#subcontent {
	position: absolute;
	top: 446px;
	left: 254px;
	right: 0;
	bottom: 0px;
	/*background: #fff url(images/detective_badge.gif) no-repeat bottom right;*/
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}


#content p, #subcontent p {  
  margin: 1em 1.2em 1em 1.2em;
  line-height: 1.8em;
	width: 85%;
	//width: 100%;
}

#content a, #subcontent a, #content a:visited, #subcontent a:visited {
  text-decoration: none;
  color: #33a;
}

#content a:hover, #subcontent a:hover {
  color: #be0000;
  border-bottom: 1px solid #33a;
}
#contentTitle {
	position: absolute;
	top: 195px;
	left: 264px;
	background-color: #fff3ac;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 0.8em;
  text-transform: lowercase;
  color: #00F1F4;
  border-bottom: 1px solid #AAA;    
}

.subHeader {
  border: 0px;
}





/* -- Content left site links (large plus icon) -- */

#content a.menuItem, #subcontent a.menuItem {
  display: block;  
  padding: 5px 0 5px 54px;
  background: url(../images/icn_plus.gif) no-repeat center left;
  border: 0px;
}

#content a:hover.menuItem, #subcontent a:hover.menuItem { 
  background: url(../images/icn_plus_on.gif) no-repeat center left;
  border: 0px;
}





/* -- Footer layout/display styles -- */



/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.white {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}






/* -- <ul> tag styles -- */

ul{
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-image: url(../images/li_bullet.gif);
}

li {
  margin-left: 50px;
}



#menu {
	position: absolute;
	top: 233px;
	left: 60px;
	background-color: #000;
	width: 152px;
	height: 157px;
	border: 0px;
	color: #ffe;
	text-align: center;
	font-family: Times New Roman, serif;
	font-size: 11px;
}

#menu a, #menu a:visited {
	position: relative;
	color: #ffe;
	display: block;
	padding-top: 3px;
	padding-bottom: 2px;
	text-decoration: none;
	z-index: 24;
}

#menu a:hover {
	color: #be0000;
	display: block;
	padding-top: 3px;
	padding-bottom: 2px;
	cursor: help;
}

#menu a span {
	display: none;
}
#menu a:hover span {
	display: block;
	position: absolute;
	top: -1em; 
	left: 12em; 
	width: 15em;
	border: 1px solid #000;
	background-color: #fff; //#fff3ac;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	z-index: 101;
}




/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}

.vBottom {
  vertical-align: bottom;
}
