/***** SKIP LINK *****/
/* Users with screenreaders can skip right to the content.        *
 * The absolute-positioned DIV fixes an IE6 bug where it visually *
 * skips to the content, but the keyboard focus remains up top.   */
#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 0 0 0;
	padding: 0;
}


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

#Utilities a {
	color: #808080;
}

.utility_selected {
	color: black;
	font-weight: bold;
}

/***** MAIN BODY *****/

body {
	margin: 0;
	padding-top: 14px;

	background-image: url(http://www.customdisability.com/images/background.gif);
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: smaller;

	min-width: 700px; /* used to avoid problems in some browsers when page is wider than window */
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
	background: white url(http://www.customdisability.com/images/pine-cone-big.gif) bottom right no-repeat;

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

	width: 700px;
}


#bodytext {
	position: relative; /* makes this appear on top of the tab reflections */

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

	padding: 10px 10px 10px 160px;
	margin: 0 0 0 0;
}

#bodytext h1 {
	font: normal bold 150% Arial;

	margin: 0 0 1ex 0;
}

#bodytext h2 {
	font: normal bold 100% Arial;

	margin: 0 0 1ex 0;
}

#bodytext h3, #bodytext h4, #bodytext h5 {
	font: normal bold 100% Arial;
}

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

.column {
	float: left;
}

.clearColumns {
	clear: both;
}

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



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

#navbar {
	clear: both;

	position: relative;
	top: -9px;

	width: 700px;
	height: 74px;
	
	vertical-align: bottom;
}


.navbar_reflect {
	/* Position this exactly below the people on the right */
	position: absolute;
	right: 0px;
	bottom: -41px;

	width: 194px;
	height: 41px;

}

#tabs {
	display: inline;
	margin: 0 0 0 1ex;
	padding: 0;

	/* Bottom-align div that holds all tabs */
	position: absolute;
	bottom: 0px;

}


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


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

.tab {
	background: url(http://www.customdisability.com/images/tab.gif) top right no-repeat;

	position: relative;
} 

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

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

	border-left: solid 1px #333;
	position: relative;
}

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

.tab_reflect {
	position: absolute;
	left: 1px;
	top: 20px;

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

	width: 70px;
	height: 15px;
	
}

.tab_selected {
	background: url(../images/tab-selected.gif) top right no-repeat;

	vertical-align: bottom;
	position: relative;
} 

.label_selected {
	color: black;
	font-weight: bold;

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

	border-left: solid 1px #333;
	position: relative;
}

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


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

	background-color: white;

	width: 70px;
	height: 15px;
	
}


/***** BREADCRUMBS & SUBNAVIGATION *****/


#breadcrumbs {
	position: relative;
	font-size: 85%;

	margin: -10px 0 0 0;
	padding: 12px 0 5px 0;
}

#breadcrumbs em {
	color: #808080;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;

	margin: 0px;
	padding: 1ex;
}

#subnav {
	width: 150px;
	float: left;
	padding-top: 1ex;

	position: relative; /* makes this appear on top of the tab reflections */
	z-index: 9999;
}

#subnav em {
	color: #808080;
	font-size: 85%;
	font-weight: bold;
	font-style: normal;

	padding: 1ex;
}

#subnav ul {
	list-style: none;

	margin: 0;
	padding: 0;
}

#subnav li {
	margin: 1ex 1ex 2ex 1ex;
	padding: 0;

	font-weight: bold;
}

#subnav #selected {
	color: black;

	border-top: solid 1px #333;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;

	padding: 2px;
	margin-left: 1px;

	position: relative;
	left: -1px;

	z-index: 1000;
}

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


#bodybottom {
	clear: both;

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

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

#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 *****/
dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1em 0;
}