/*
Version 1.0
15 May, 2006
*/

* { margin:0; padding:0 }

body { font:0.9em Arial, Tahoma, Verdana, sans-serif; text-align:center; padding:10px; }
p { margin-bottom:10px; }
ul { margin-left:15px; margin-bottom:20px; }
img { border:0; }

#container {
	width:850px;
	margin:0 auto;
	text-align:left;
	border:1px solid;
	background-color: #ffffff;
}
#ucsd {
	padding-top: 10px;
}
#logo {
	text-align:center;
	height: 121px;
}
#tagline {
	padding:10px;
	background-color:#0076cc;
	text-align:center;
	font:1.3em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	color:#ffffff;
}

#intro img { width:800px; height: 210px; margin:0; padding:0;}
#subcontainer {
	background:url(../images/bg-content.gif) top center no-repeat;
	padding-top:27px;
}

#content {
	float:right;
	width:595px;
	margin:10px 5px 10px 5px;
	padding:10px;
	border:1px solid;
}
html>body #content {
	width:595px;
	margin:10px;
}
#content h1 {
	font:2.0em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	margin-bottom:20px;
}

#subcontent {
	float:left;
	width:180px;
	margin-left:2px;
	padding:10px;
	border-left:1px solid;
	border-right:1px solid;
	font-size:0.8em;
}
html>body #subcontent {
	margin-right:3px;
	width:182px;
}
#subcontent h3 {
	font-size:1.2em;
	margin-bottom:20px;
}

#extra1 { }
#extra1 h4 {
	font-size:1.2em;
	margin-bottom:10px;
}

#extra2 {
	clear:both;
	height:50px;
	background:url(../images/bg-menu.gif) top center no-repeat;
	text-align:center;
	line-height:50px;
	border-top:5px solid;
	border-bottom:20px solid;
}
#extra2 p { margin:0; }

#footer { clear:both; text-align:center; font-size:0.8em; padding-top:20px; }

.clear { clear:both; height:0px; line-height:1px; font-size:1px; }
.floatleft { float:left; vertical-align:top; }
	.floatleft img { margin-right:10px; }
.floatright { float:right; vertical-align:top; }
	.floatright img { margin-left:10px; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Start Nav */
#menu_holder {
	height: 25px;
	background: url(../images/bg-menu.gif) top center repeat-x;
	text-align: center;
	z-index: 10;
	position: relative;
	border-top: 1px solid #b7b7b7;
}

#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font:0.9em Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 2px;
	position: relative;
	height: 25px;
	line-height: 25px;
	b/ackground-color: #336699;
	background:url(../images/bg-menu-divider.gif) right no-repeat;
}

#menu li a {
	line-height: 25px;
	color: #666666;
	text-decoration: none;
	width: 168px;
	height: 25px;
	display: block;
	b/ackground-color: #b6e44f;
	z-index: 10;
}

/* Added .selected selector with same state as hover */
#menu li a:hover, #menu li a.selected {
	color: #0076cc;
	background-color:#ffb300;
}

/* dropdown lists' background-image and position */
#menu li ul {
	background: url(../images/bg_nav_dd.gif) top center repeat-x;
	display: none;
	position: absolute;
	/*top: 5px;*/
	top: 25px;
	left: -15px;
	padding-top: 0;
	padding-bottom: 0;
	list-style: none;
	z-index: 10;
	border: 1px solid #b4b4b4;
	border-top: 2px solid #a7a7a7;
}
/* drop down list width */

#menu li.news ul,
#menu li.news ul li {
	/*width: 200px;*/
}
#menu li ul li {
	height: 25px;
	line-height: 25px;
	text-align: left;
	padding: 0;
	margin: 0;
	background-image: none !important;
}
/* secondary list items */
#menu li ul li a {
	display: block;
	padding: 0px 20px;
	height: 25px;
	line-height: 25px;
	border: none;
	b/ackground-color: #b6e44f;
	color: #016287;
	background-image: none;
}
/* submenu hover state background-color */
#menu li ul li a:hover {
	background-color: #bbbbbb;
	background-image: none;
}
#menu li ul li a:hover {
	color: #0076cc;
}
#menu li:hover ul, #menu li.over ul { display: block; }


#menu li.thanks { background-image: none !important; }

/***********/
/* END MENU */
/***********/



/*------------*/
/* Start Nav */
#nav_holder {
	height: 25px;
	padding: 0;
	background: url(../images/bg-menu.gif) top center repeat-x;
	text-align: center;
	position: relative;
	border-top: 1px solid #b7b7b7;
}

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font:0.9em Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0px;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 2px;
	position: relative;
	height: 25px;
	line-height: 25px;
	background:url(../images/bg-menu-divider.gif) right no-repeat;
	b/ackground-color: #336699;
}

#nav li a {
	line-height: 25px;
	color: #666666;
	text-decoration: none;
	width: 119px;
	height: 25px;
	display: block;
	b/ackground-color: #cccccc;
	z-index: 5;
}

/* Added .selected selector with same state as hover */
#nav li a:hover, #nav li a.selected  {
	color: #0076cc;
	background-color:#ffb300;
}


/* dropdown lists' background-image and position */
#nav li ul {
	background: url(../images/bg_nav_dd.gif) top center repeat-x;
	display: none;
	position: absolute;
	/*top: 5px;*/
	top: 25px;
	left: -15px;
	/*filter: alpha(Opacity=90);
	-moz-opacity: .90;
	opacity: .90;*/
	/*padding-top: 25px;*/
	padding-top: 0px;
	padding-bottom: 0px;
	list-style: none;
	border: 1px solid #b4b4b4;
	border-top: 2px solid #a7a7a7;
}
/* drop down list width */


#nav li.about_us ul li a {
	width: 110px;
}
#nav li.research ul li a {
	width: 210px;
}
#nav li.what_is_autism ul li a {
	width: 110px;
}
#nav li.parents ul li a {
	width: 150px;
}
#nav li.pediatricians ul li a {
	width: 160px;
}
#nav li.join ul li a {
	width: 135px;
}

#nav li.about_us ul {
	width: 150px;
}
#nav li.research ul {
	width: 250px;
}
#nav li.what_is_autism ul {
	width: 150px;
}
#nav li.parents ul {
	width: 190px;
}
#nav li.pediatricians ul {
	width: 200px;
}
#nav li.join ul {
	width: 175px;
}

#nav li ul li {
	height: 25px;
	line-height: 25px;
	text-align: left;
	padding: 0;
	margin: 0;
	background-image: none !important;
}
/* secondary list items */
#nav li ul li a {
	display: block;
	padding: 0px 20px;
	line-height: 25px;
	height: 20px;
	border: none;
	b/ackground-color: #cccccc;
	color: #016287;
	background-image: none;
}
/* submenu hover state background-color */
#nav li ul li a:hover {
	background-color: #bbbbbb;
	background-image: none;
}
#nav li ul li a:hover {
	color: #0076cc;
}
#nav li ul ul li.resources ul,
#nav li ul ul li.resources ul li a {
	width: 150px;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
}

/* 2ndary submenus */
#nav li.resources ul {
	background: url(../images/bg_nav_dd.gif) top center repeat-x;
	position: absolute;
	/*top: 5px;*/
	margin-top: -40px;
	margin-left: 200px;
	/*padding-top: 25px;*/
	padding-top: 0px;
	padding-bottom: 0px;
	list-style: none;
}
#nav li.resources ul {
	border: none;
	background-color: #d8d8d8 !important;
	color: #000000;
	display: none;
	width: 150px;
}
#nav li.resources ul li {
	width: 150px;
	background-color: #d8d8d8 !important;
}
#nav li.resources ul li a { width: 110px !important; }
#nav li.resources:hover ul, #resources li.over ul {
	display: block;
}

#nav li.join { background-image: none !important; }

/***********/
/* END NAV */
/***********/

