/* CSS Document
www.eatrightNY.com
New York Dietetic Association website
Created by Webnoxious  11/10/06 -ZD
Hexidecimal Colors for NYSDA:
Dark Red: #771317
Highlight Red: #B26067

*/

/* Testing Spans and Divs keep border on 0px;  */

div {
	border: 0px solid black;
}

span {
	border:0px solid red;
}


/* ================== Main Structural Divs ================ */

body {
	margin:0px;
	text-align:center;
}

#siteWrapper {
	width:800px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
	height: 100%
}	

#contentWrapper {
	width:800px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
	height: 100%
}


#flash {
	width:800px;
	}

#navigation {
	width:790px;
	background-color:#771317;
	text-align:left;
	color:#FFFFFF;
	padding-left:10px;
	padding-top:5px;
	vertical-align:middle;
	
	}



#colWrapper {
	display:inline;
	width:800px;
}


#leftCol {
	float:left;
	width:250px;
	
}

#rightCol {
	position:relative;
	left:10px;
	float:left;
	width:530px;
	
}



#footer {
		width:800px;
		position:relative;
	left:10px;
	float:left;
	
}


/* ===================   Copy and Content Div ================== */


#leftContent {
	float:left;
	text-align:left;
	padding-left: 10px;
	padding-top:45px;
	padding-bottom:30px;
}

#rightContent {
	float:left;
	text-align:left;
	padding-left: 20px;
	padding-top:40px;
	padding-bottom:30px;
}




/* ===================  Copy Classes ==================== */

.copy {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	text-decoration:none;
}

.mainTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#771317;
}

.secTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#771317;
}

.updatesTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#B26067;
}

.NYSDAFooter {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	text-decoration:none;
}


/* =============== Navigation Classes =================== */

.nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	}

.nav:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#B26067;
	text-decoration:none;
}
.nav1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	background-color: transparent;
}
.nav1:visited {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#999999;
	background-color: transparent;
}
.nav1:hover {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#B26067;
	background-color: transparent;
}
.nav2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	background-color: transparent;
}
.nav2:visited {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#999999;
	background-color: transparent;
}
.nav2:hover {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#B26067;
	background-color: transparent;
}
.nav3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	background-color: transparent;
}
.nav3:visited {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#771317;
	background-color: transparent;
}
.nav3:hover {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#B26067;
	background-color: transparent;
}

.search {
	float:right;
}




/*  ========== drop Down menus ============ */



.menu {
width:850px; 
font-size:11px;
position:relative;
z-index:100;
font-family:Arial, Helvetica, sans-serif;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
/* width:50px; */
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
/* width:50px; */
position:relative;
}


/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
/*width:50px; */ 
height:30px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
/* background:#8F0000; */
padding-left:10px; 
line-height:29px;
}

.menu ul li {
	background:#8F0000;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
/*
width:50px;
w\idth:50px;
*/
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#984B4E bottom right no-repeat;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#8F0000 bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#8F0000  bottom right no-repeat;
}



/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
/*width:150px; */
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
/* width:150px; */
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#984B4E; 
color:#FFF; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
/* width:129px; */
z-index:3000; 
/* yet another hack for IE6 width of the secondary pull downs*/
}
* html .menu ul ul a{
/*
width:150px;
w\idth:129px;
*/
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#984B4E;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#8F0000;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}




/* width and text properties of about */
.about {
text-align:left;
width:35px;
}
/* width and text properties of officers */
.officers {  /* this was officers and is now job opportunties */
text-align:left;
width:90px;
}
/* width and text properties of members */
.members {
text-align:left;
width:50px;
}
/* width and text properties of calendar */
.calendarNav {
text-align:left;
width:50px;
}
/* width and text properties of resources */
.resources {
text-align:left;
width:100px;
}
/* width and text properties of legislation */
.legislation {
text-align:left;
width:130px;
}
/* width and text properties of districts */
.districts {
width:48px;
text-align:left;
}
/* width and text properties of students */
.students {
width:50px;
text-align:left;
}

.search {
}


/* width of about drop down */
#aboutUL li {
	width:92px;
	z-index:300;
}

/* width of officers or now jobs drop down */
#officersUL li {
	width:90px;
	z-index:300;
}

/* width of about drop down */
#memberUL li {
	width:92px;
}
/* width of about drop down */
#calendarUL li {
	width:72px;
}
/* width of about drop down */
#resourcesUL li {
	width:123px;
}
/* width of about drop down */
#legislationUL li {
	width:120px;
}
/* width of about drop down */
#districtsUL li {
	width:82px;
}
/* width of about drop down */
#studentsUL li {
	width:87px;
}
.req_field_mark {
	color:#FF0000;
	font-size:10px;
}
.message_alert {
	font-weight:bold;
	color:#FF0000;
	text-align:center;
}
#searchDivIE6 {
	padding: 3px 5px 3px 125px;
	color:#FFF;
	margin-top:1px;
	font-size:11px;
	height:24px;
}
#searchDivIE6 {
	padding: 3px 5px 3px 125px;
	color:#FFF;
	margin-top:1px;
	font-size:11px;
	height:24px;
}
#searchDiv {
	padding: 3px 5px 3px 20px;
	color:#FFF;
	margin-top:1px;
	font-size:11px;
	height:24px;
}
input.navbtn{
   color:#fff;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#984B4E;
   border:1px solid;
   border-top-color:#8F0000;
   border-left-color:#8F0000;
   border-right-color:#8F0000;
   border-bottom-color:#8F0000;
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
