#skipLink {
	display: none;
}

#skipTarget {
	position: absolute;
	font-size: 1px;
}

/***** HEADER *****/

#header {
	width: 700px;
	margin: 0;
	padding: 0;
}

#logo {
	float: left;
}

#Utilities {
	float: right;
	color: #808080;
	margin: 0;
	padding: 0;
}


#Utilities li {
	display: inline;
	margin-left: 1.5ex;
}

#Utilities a, #Footer a {
	color: #808080; /* Medium Gray */
	border-bottom: solid 1px #ccc; /* Pale Gray */	
}

#Utilities a:hover, #Footer a:hover {
	color: #808080; /* Medium Gray */
	border-bottom: solid 1px #808080; /* Medium Gray */	
}
.utility_selected {
	color: black;
	font-weight: bold;
}

/***** BODY *****/
body {	margin: 0;
	padding-top: 14px;
	min-width: 700px; /* avoids bugs in some browsers if page is wider than window */

	background: #e7e1cf url(../images/home/background.gif) repeat-x;

	font: smaller Arial, sans-serif;
}

a, a:hover {
	text-decoration: none;
}

#page {
	background-color: white;

	margin: 0 auto; /* center page in window */
	padding: 0;

	width: 700px;
}

#bodytext {
	position: relative;

	border-left: solid 1px #808080;
	border-right: solid 1px #808080;

	padding: 0px 10px 10px 10px;
	margin: -22px 0 0 0;
}

#bodytext p {
	margin: 0;
}

#bodytext h1 {
	font: normal bold 115% Arial;
	color: #063; /* Dark Green */
	margin: 0 0 1ex 0;
}

#bodytext h2 {
	font: normal bold 115% Arial;
	color: #666; /* Dark Gray */
	margin: 4px 0 1ex 0;
}

#bodytext h3, #bodytext h4, #bodytext h5 {
	font: normal bold 100% Arial;
	color: #063; /* Dark Green */
}

#bodytext p {
	margin: 0 10px 1em 0;
}

#bodytext a, #breadcrumbs a, #subnav a {
	color: #063; /* Dark Green */
	border-bottom: solid 1px #cce0d6; /* Pale Green */
}

#bodytext a:hover, #breadcrumbs a:hover, #subnav a:hover {
	color: #063; /* Dark Green */
	border-bottom: solid 1px #063; /* Dark Green */
}

a.no_underline, #bodytext a.no_underline,
#breadcrumbs a.no_underline, #subnav a.no_underline {
	border-bottom: 0;
}


a:hover.no_underline, #bodytext a:hover.no_underline,
#breadcrumbs a:hover.no_underline, #subnav a:hover.no_underline {
	border-bottom: 0;
}

.column {
	float: left;
}

.clearColumns {
	clear: both;
	padding: 0;
	font-size: 1px;
}

/* Fix IE bug with the "Holly Hack"; hides from IE5-mac \*/
#hollyhack {
	height: 1%;
} 


/***** FEATURES *****/

#feature1 {
	float: left;
	width: 27%;
	margin: 0 10px 0 0;
}

#feature2 {
	float: left;
	width: 27%;
	margin: 0 10px 0 17px;
}

#feature3 {
	float: left;
	width: 33%;
	margin: 0 0 0 17px;
}

#feature1 ul, #feature2 ul, #feature3 ul {
	margin-left: 15px;
	padding: 0;
}

.featureBorder {
	float: left;
	height: 160px;
	width: 1px;
	padding-right: 1em;
	background: white url(../images/home/feature-border.gif) top left no-repeat;
}

#newsletter {
	float: right;
	padding: 7px;
	width: 200px;

	border: dotted 1px #063; /* Dark Green */
	background-color: #cce0d6; /* Pale Green */

	color: #063; /* Dark Green */
	font-weight: bold;
	font-size: 90%;
	text-align: center;
}

#newsletter p {
	margin: 0 0 5px 0;
}

/***** TAB NAVIGATION *****/

#navbar {
	clear: both;

	position: relative;
	top: -9px;
	vertical-align: bottom;

	width: 700px;
	height: 206px;
	padding: 0;
	margin: 0;
}

#mainGraphic {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	padding: 0;
	margin: 0;
	border: 0;

	width: 700px;
	height: 206px;
}

#tabs {
	display: inline;
	position: absolute;
	left: 0;
	bottom: 40px;
	z-index: 1;

	margin: 0 0 0 1ex;
	padding: 0;
}

#tabs li {
	position: relative;
  	float: left;
	list-style: none;

	margin: 0 -10ex 0 0; /* Space tabs closely */
	padding: 0;
}

.tab {
	position: relative;
	background: url(../images/tab.png) top right no-repeat;
} 

.label {
	position: relative;
	color: white;
	font-weight: bold;

	margin: 0 14ex 0 0;
	padding: 2px 0 2px 1ex;

	border-left: solid 1px #333;
}

.label a {
	color: white;
	text-decoration: none;
}

.tab_reflect {
	position: absolute;
	left: 1px;
	top: 20px;
	width: 70px;
	height: 15px;

	background: url(../images/tab-reflect.gif) top left no-repeat;
}

.tab_selected {
	position: relative;
	background: url(../images/tab-selected.gif) top right no-repeat;
	vertical-align: bottom;
} 

.label_selected {
	position: relative;
	margin: 0 14ex 0 0;
	padding: 4px 0 0 1ex;

	color: black;
	font-weight: bold;
	border-left: solid 1px #333;
}

.label_selected a {
	color: black;
	text-decoration: none;
}


.tab_reflect_selected {
	position: absolute;
	left: 1px;
	top: 20px;
	width: 70px;
	height: 15px;
	z-index: 0;

	background-color: white;
}

/***** FOOTER *****/


#bodybottom {
	clear: both;

	font-size: 5px;
	height: 5px;

	border: solid 1px #808080;
	border-top: 0;

	background: #063 url(../images/footer.gif) repeat-x;  /* Dark Green */
}

#Footer {	
	width: 700px;

	color: black;

	font-size: 80%;
	margin: 0 auto;
}

.FooterLeft {
	clear: left;
	float: left;

	margin: 0;
	padding: 0;

	color: #808080;
}

.FooterLink {
	list-style-type: none;
	float: left;

	padding: 0 2ex;

	border-left: solid 1px #808080;
}

.FirstFooterLink {
	list-style-type: none;
	float: left;
	padding-right: 2ex;
}

.FooterLeft a {
	color: #808080;
}

.FooterRight {
	float: right;
	text-align: right;

	color: #808080;
}

/***** TAGS *****/
img {
	border: 0;
}



/***** DIMA Promotion *****/

#DIMA a {
	color: #666;
}