/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color:#339900;}

a:hover {color: #9A6;text-decoration:none;}

body {
	background:#CCCCCC;
	margin: 3% 0;
	background-color: #CAE276;
}
#imge {
  float:right;
  position:relative;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin-left: 10px;
  margin-right: 0px;
  padding: 0px;
  border: 0px;
}
#imgholder {
  background-image:url();
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position:right;
  margin: 0px;
  padding: 0px;
  border: 0px;
} 
p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {list-style-type: none;}
li a:hover{color:#FF3333;}
.main li {list-style-type: none;}
.mainfont {font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;}

h1 {font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 12px;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #994;font-size:12px;}

/* misc */
.usability {	
	color:#3399FF;
	text-decoration:none;
	background:#FFFFFF;
	border-bottom:0px solid #696755;
	padding: 4px 0px 0px 0px;
	}
.usability a:hover {
	color:#3399FF;
	text-decoration:none;
	font-size: 12px;
	background:#FFFFFF;
	border-bottom:0px solid #696755;
	padding: 4px 0px 0px 0px;
	margin: 0; padding: 0;
}
.usability a{
	color:#0033FF;
	font-size: 12px;
	text-decoration:none;
	background:#FFFFFF;
	border-bottom:0px solid #696755;
	padding: 4px 0px 0px 0px;
	margin: 0; padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(http://www.mckillen.net/images/closed.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
color:#0033FF;
margin-bottom: 2px;
}

.treeview li a:hover{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
padding-left: 2px;
color:#0099FF;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(http://www.mckillen.net/images/closed.gif) no-repeat left 1px;
cursor: hand !important;

cursor: pointer !important;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */margin-top:3px;margin-bottom:-10px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

.clearer {clear: both;}
.main_right .padded {padding: 6px 2px 6px 16px;}
.padded {font-size:12px; font:Verdana, Arial, Helvetica, sans-serif; }
.meta {font-size: 10px; color: #666;}
.left {float: left;}
.right {float: right;}
.bitbigger {font-size: 13px;color: #000066;font-weight: bold;}
.emailme {font-size: 10px;}

/* structure */
.container {
	background: url(newcssdesign/img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 750px;
	border: 2px solid #336600;
}

/* header */
.header {
	float: left;
	width: 598px;
	font: normal 2.4em Verdana,sans-serif;
	line-height: 85px;
	text-align: center;	
}

/* structure */
.top {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}
.subnav {
	float: left;
	width: 140px;
	font:12px;
}
.main {
	float: left;
	width: 565px;
	padding:15px;

}
.main_right {
	padding-left:8px;
	float: right;
	width: 142px;
	color: #CCC;
}

/* sub-navigation */
.subnav h1 {
	background: #222;
	color: #FFE;
	font-size:11px; font:Verdana, Arial, Helvetica, sans-serif; 
	line-height: 24px;
	padding-left: 8px;
}
.subnav ul {margin: 0; padding: 0;}

.tree2 li a {
	list-style-type: none;
	background:#EEEEEE;
	color:339900;
	display: block;
	padding: 8px 0 8px 12px;
	width: 130px;
	text-decoration:underline;
	border-bottom: 1px solid #696755;
}

li a {
	list-style-type: none;
	background:#EEEEEE;
	color:339900;
	display: block;
	padding: 8px 0 8px 12px;
	width: 130px;
	text-decoration:underline;
	border-bottom: 1px solid #696755;
}
li.b a {
	list-style-type: none;
	background:#EEEEEE;
	color:339900;
	display: block;
	padding: 8px 0 8px 12px;
	width: 300px;
	text-decoration:underline;
	border-bottom: 1px solid #696755;
}
.tree2 li a:hover {
	list-style-type: none;
	background:#FFC891;
	color: #000;
	text-decoration:none;
	border-bottom: 1px solid #696755;
}

li a:hover {
	list-style-type: none;
	background:#FFC891;
	color: #000;
	text-decoration:none;
	border-bottom: 1px solid #696755;
}

/* footer */
.footer {
	background: url(newcssdesign/img/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}



.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #EEE;}
.footer a:hover {color: #FAFCB0;}

