/***************************************************************
	CSS written by Adam T. Gregory - 02/10/2008
***************************************************************/

/* #content: Sets the width of the site.  Make changes here to convert to a fixed width site. */

#content {
	height: 100%;
	min-height: 100%;
	text-align: left;
}

#content, #width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "960px" : "94%");
	max-width: 960px;
	margin: 0 auto;
}

#content[id], #width[id] {
	width: 960px;
	height: auto;
}

/* #header: Holds the header menu and header images */

#header {
	position: relative;
	height: 110px;
	background-image: url(../images/V2DHeaderBG.jpg);
	background-position: top;
}

#headerMenu {
	float: left;
	width: 100%;
	clear: both;
}

#headerMenu ul {
	margin: 0;
	padding: 0;
}

#headerMenu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#headerMenu li a {
	float: left;
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	font-weight: 500;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0.5em;
	padding-bottom: 6px;
	padding-left: 0.5em;
	color: #444600;
}

#headerMenu li a:hover {
	color: #ff7f00;
	padding-top: 3px;
}

#headerMenu li a.here {
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #999999;
	border-top-color: #404040;
	border-bottom-color: #404040;
}

#headerMenu li a.last {
	margin-right: 0;
}

/* Sets where the header images will go */

#header img.left {
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 15px;
}

#header img.right {
	position: absolute;
	z-index: 0;
	top: 50px;
	right: 15px;
}

/* #main: Holds the main navigation, #mainL2: Holds second level navigation */

#main {
	position: relative;
	height: 85px;
	background-image: url(../images/V2DMain.jpg);
}

#mainL2 {
	position: relative;
	height: 15px;	
}

#mainMenu {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 42px;	
}

#mainMenu ul {
	margin: 0;
	padding: 0;
}

#mainMenu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainMenu li a {
	float: left;
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size:.9em;
	font-weight: 400;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0.5em;
	padding-bottom: 6px;
	padding-left: 0.5em;
	color: #636600;
}

#mainMenu li a:hover {
	color: #ff7f00;
	padding-top: 3px;
}

#mainMenu li.here a {
	color: #ff7f00;
	padding-top: 3px;
}

#mainMenu li a.last {
	margin-right: 0;
}

#mainMenuL2 {
	float: left;
	width: 100%;
	clear: both;
	background-color: #afbd21;		
}

#mainMenuL2 ul {
	margin: 0;
	padding: 0;
}

#mainMenuL2 li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainMenuL2 li a {
	float: left;
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size:.9em;
	font-weight: 400;
	padding-top: 3px;
	padding-right: 0.5em;
	padding-bottom: 6px;
	padding-left: 0.5em;
	color: #ffffff;
}

#mainMenuL2 li a:hover {
	color: #ff7f00;
	padding-top: 3px;
}

#mainMenuL2 li a.here {
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #999999;
	border-top-color: #404040;
	border-bottom-color: #404040;
}

#mainMenuL2 li a.last {
	margin-right: 0;
}


/* .sideMenu: The side bar menu */

ul.sideMenu {
	margin: 0;
	padding: 0;
}

.sideMenu li {
	display: inline;
	/* Needed since IE fails when you give it list-style: none; */  
 	list-style-image: url(../../../_development/css/test2.gif);
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: 400;
}

.sideMenu li a {
	display: block;
	margin: 0.2em 0;
	padding: 3px 5px;
	text-decoration: none;
	color: #ff7f00;
}

.sideMenu li a:hover {
	color: #ff7f00;
	background-color: #e6ee9b;
}

/* Active menu item */
.sideMenu li.here {
	display: block;
	padding: 5px;
	color: #ff7f00;
	background-color: #edf3ba;
}

/* Submenu of active menu item */
.sideMenu li.here ul {
	margin: 0;
	padding: 0;
}

.sideMenu li.here ul li a {
	padding-left: 35px;
	color: #636600;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.55em;
	font-weight: 400;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 12px 5px;
}
.sideMenu li.here ul li a:hover {
	color: #ff7f00;
	background-color: #e6ee9b;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 12px 5px;
}

.sideMenu li.here ul li.active a {
	display: block;
	background-color: #e6ee9b;
	
}


/* #page: Holds the main page content. */

#page {
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 4em;
	background-image: url(../images/V2DContentBG.jpg);
	background-repeat: no-repeat;
	position: relative;
}

/* #footer: The page footer - will stick to the bottom if not enough content. */

#footer {
	float: left;
	width: 100%;
	clear: both;
	margin-top: -2.8em;
	background-color: #564139;
	padding-bottom: 4em;
	color: #FFFFFF;
	font-size: 1.1em;
}

/* .sideMenu: The side bar menu */

ul.footerMenu {
	margin: 0;
	padding: 0;
	text-align: left;
}

.footerMenu li {
	display: inline;
	/* Needed since IE fails when you give it list-style: none; */  
 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: 400;
}

.footerMenu li a {
	display: block;
	text-decoration: none;
	color: #ff7f00;
	margin-top: 0.1em;
	margin-right: 0;
	margin-bottom: 0.1em;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.footerMenu li a:hover {
	color: #ff7f00;
	
}

/* Active menu item */
.footerMenu li.here {
	display: block;
	padding: 0px;
	color: #ff7f00;
	
}

/* Submenu of active menu item */
.footerMenu li.here ul {
	margin: 0;
	padding: 0;
}

.footerMenu li.here ul li a {
	padding-left: 35px;
	color: #636600;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.55em;
	font-weight: 400;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 12px 2px;
}
.footerMenu li.here ul li a:hover {
	color: #ff7f00;
	
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 12px 2px;
}

/* Sets the width of the footer content */
#footer #width {
	position: relative;
	z-index: 3;
	font-size: 0.85em;
	padding-top: 27px;
	text-align: left;
	padding-left: 0px;
}

/* Width classes used by the site columns */

.width100 {
	width: 100%;
}

.width75 {
	width: 74%;
}

.width60 {
	width: 59%;
}

.width50 {
	width: 49.7%;
}

width40 {
	width: 39.7%;
}

.width33 {
	width: 32.7%;
}

.width25 {
	width: 24.7%;
}

.width90 {
	width: 89.7%;
}

.width20 {
	width: 20%;
}

.width10 {
	width: 8.7%;
}

/* Alignment classes */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

/* Generic display classes */

.clear {
	clear: both;
}

.block {
	display: block;
}

.small {
	font-size: 0.8em;
}

.green {
	color: #a1ff45;
}

.red {
	color: #ea1b00;
}

.grey {
	color: #666666;
}

.grey a {
	color: #afbd21;
}

.grey a:hover {
	color: #ff7f00;
}

.gradient {
	margin-bottom: 2em;
}

.contentroundcorners{
	display:block
}

.contentroundcorners *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#edf3ba
 }
 
.contentroundcorners1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f7f9e1;
  border-right:1px solid #f7f9e1;
  background:#f1f6cb
 }
 
.contentroundcorners2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fdfdf8;
  border-right:1px solid #fdfdf8;
  background:#f0f5c7
 }
 
.contentroundcorners3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f0f5c7;
  border-right:1px solid #f0f5c7;
 }
 
.contentroundcorners4{
  border-left:1px solid #f7f9e1;
  border-right:1px solid #f7f9e1
 }
 
.contentroundcorners5{
  border-left:1px solid #f1f6cb;
  border-right:1px solid #f1f6cb
 }
 
.contentroundcornersfg{
  background:#edf3ba
 }

.sidemenuroundcorners{
	display:block
}

.sidemenuroundcorners *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#EDF3BA
 }
 
.sidemenuroundcorners1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f7f9e1;
  border-right:1px solid #f7f9e1;
  background:#f1f6cb
 }
  
.sidemenuroundcorners2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fdfdf8;
  border-right:1px solid #fdfdf8;
  background:#f0f5c7
 }
 
.sidemenuroundcorners3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f0f5c7;
  border-right:1px solid #f0f5c7;
 }
 
.sidemenuroundcorners4{
  border-left:1px solid #f7f9e1;
  border-right:1px solid #f7f9e1
 }
 
.sidemenuroundcorners5{
  border-left:1px solid #f1f6cb;
  border-right:1px solid #f1f6cb
 }
 
.sidemenuroundcornersfg{
  background:#EDF3BA
 }

