* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	line-height: 25px;
	text-align: justify;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background: url(images/BackgroundGradient2.jpg) repeat-x  #242424;
}

h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	font-size: 14px;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}



/** Header Style Starts Here */

#header {
	width: 808px;
	height: 190px;
	align: right;
	background-image:url(images/MobileHeader.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	padding: 0;
	text-indent:-10000px;
	
}

#header h1 {
	margin: 0;
	padding: 40px 0 10px 55px;
	
	text-transform: lowercase;
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
}

/** Menu Style Starts Here */
#menu {
	width: 760px;
	height: 43px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/image01.jpg) no-repeat left top;
}
#menu ul {
	margin: 0;
	list-style: none;
	padding-top: 10px;
	
}
#menu li {
	display: inline-block;

	
}

#menu a {
	
	background: url(images/image06.gif) no-repeat right 50%;
	text-decoration: none;
	color: #FFFFFF;
	padding-bottom: 0;
	padding-left: 13px;
	padding-right: 13px;
	padding-top:13px;
	padding-bottom:13px;
	

	
}

#menu a:hover {
}

#menu .first a  {
	
}

/** Page Style Starts Here */

#page {
	width: 800px;
	margin: auto;
	margin-bottom:50px;
	background-color:#FFFFFF;
	padding: 0;
	overflow:hidden;
	background-image:url(images/MobileFooter.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}
#spons {
	position:absolute;
	margin-left:20px;
	margin-top: 300px;
	}

#page-top {
	background: url(images/image03.jpg) no-repeat left top;
}

#bottom-text {
	clear:both;	
	margin-left: 28%;
	padding-top: 50px;
	padding-bottom: 20px;	
	width: 70%;
	background-color: transparent;
	text-align:left;

	
	
}
#bottom-text .sponsor {
	margin: 0;
	list-style: none;
	padding-top: 0px;

	
}
#bottom-text .sponsor li {
	display: inline;
	padding-right: 0px;

}

#content {
	float: left;
	/*background-color:#FFFFFF; */
	width:100%;
	background:url(images/menuOrnament.jpg) no-repeat left top transparent;
	z-index: 1;
}
#contentInfo {
	float: left;
	width: 70% ;
	margin-left: 28%;
	margin-top: -70px;
	z-index:2;
	font-weight: normal;
	
	
}

#content h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 24px;
	font-weight: normal;
}


#sidebar {
	float: left;
	width: 250px;
	padding: 20px 0 0 20px;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #CFCFCF;
}
/** Footer Style Starts Here */

#footer {
	width: 800px;
	height: 10px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	
}

#footer p {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

img.committee {/* scalable em size class 468px/60px banners */
  width: 55px; /* replaces 468px width */
  height: 70px; /* replaces 60px height */
  }



/**************************************/

/* zeroing padding/margin for all elements */
/*#HCI_dropDownMenu,*/
#HCI_dropDownMenu * { margin:0;padding:0;}
/* "Master" UL (the whole Menu) */
#HCI_dropDownMenu {
	width: 760px;
	position: absolute;
	left: 50%;
	margin-left: -375px !important;

}

#HCI_SubMenu {
	position:relative;
	background:transparent no-repeat 100% 50%;
	width:50em;
	max-width:100%;
	float:left;
	margin-bottom:3.5em;
	height: 0;
	visibility: visible;
		margin-left: 4%;
}
#HCI_SubMenu li {
	
	width:30%;
	max-width:30%;
	text-align:left;
	list-style-type: disc;

	color:#996600;
}

#HCI_SubMenu li a{
color:#165392;
text-decoration:none;
list-style-type:square;
}

#HCI_SubMenu li a:hover{
color:#996600;
}


/* sub-menu ULs */
#HCI_dropDownMenu li ul {

	cursor:default;
	width:48em;
	max-width:100%;
	position:absolute;
	
	height:auto;
	top:2.08em;
	padding:10px 0;
	padding-left:2em !important;
	background-position:0 0 !important;
	left:-9000px;

}
/* All LIs */
#HCI_dropDownMenu li {

	float:left;
	width:auto;
	max-width:17.5%;
	text-align:center;
	list-style-type:none;
	font-weight:bold;
}
/* sub-menu LIs */
#HCI_dropDownMenu li ul li {
	padding:0 10px 0 0;
	border:none;
	width:auto;
	max-width:none;
}
/* All anchors */
#HCI_dropDownMenu li a {
	color:#FFF;

	text-decoration:none;
	display:inline-block;
	float:left;
	padding:0 .2em 0 .2em;
	
	height:2em;
	line-height:2em;
}
#HCI_dropDownMenu li{
	color:#ffa200;
	/*border-left:1px solid #333;*/
	text-decoration:none;
	display:block;
	float:left;
	padding:0 .6em;
	
	height:2em;
	line-height:2em;
}

#last-item-menu {
	/*border-right: 1px solid #333;*/
}

#HCI_dropDownMenu li a:hover {
	color:#ffa200;
	
}

/* sub-menu Anchors */
#HCI_dropDownMenu li ul li a {
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:1.7em;
	height:1.7em;
	font-weight:400;
	border-width:1px;
	border-style:solid;
	border-color:#ccc #999 #999 #ccc;
	color:#666;
	background-position:0 50% !important;
	top: 10px;
}


 img {
 border:none;
 }
/*****************************  COMMITTEE **/
#committeeList {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

ul.comm-index {
	margin-bottom: 3em;
}

ul.comm-index li {
	line-height: 1.3em;
}

#committeeList li {
	margin: 0.8em 0 3.5em 0;
}

#committeeList h3 {
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #ddd;
}

#committeeList li ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#committeeList li ul li {
	margin: 0.4em 0 0.4em 0;
	float: none;
	display: block;
}

#committeeList li ul li img {
	margin-right: 2em;
}

#committeeList li ul li div {
	display: inline-block;
}

#committeeList li ul li div p {
	margin: 0 0 0em 0;
	padding: 0;
}

#committeeList li ul li div p.comm-name {
	font-weight: bold;
}
