/*
Color Scheme

	Orange: #CC6600
	Blue: #333366

*/

/*******************************************/
/*                 Global                  */
/*******************************************/
body {
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;	
	text-align: left;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color: #CC6600;
}

a:hover {
	text-decoration: underline;
}

/*******************************************/
/*                Wrapper                  */
/*******************************************/
#wrapper {
	float: right;
	width: 100%;
	margin-left: -200px;	
}

/*******************************************/
/*                 Header                  */
/*******************************************/
#header {

}

#header #dardenSolutionsLogo {
	margin: 10px 5px 0 0;
}

/*******************************************/
/*                  Menu                   */
/*******************************************/
#menu {
	float: left;
	width: 195px;
	border-right: 1px solid #333366;
	border-top: 1px solid #333366;
	border-bottom: 1px solid #333366;
	margin-bottom: 10px;
	line-height: 150%;
}

#menu li {
	list-style: none;
	padding: 5px 0 5px 0;
	margin: 0 0 0 -25px;
}


#menu .selectedMenuItem {
	background-color: #CC6600;
	color: #FFFFFF;
	padding: 5px;
}

.menuList a:link, .menuList a:visited, .menuList a:hover {
	font-weight: bold;
	color: #333366;
}

.subMenuList a:link, .subMenuList a:visited, .subMenuList a:hover {
	font-weight: normal;
}


/*******************************************/
/*                 Extra                   */
/*******************************************/
#extra {
	float: left;
	clear: left;
	width: 175px;
	background-color: #333366;
	border-right: 1px solid #333366;
	border-bottom: 1px solid #333366;
	padding: 10px;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-top: -10px;
}

#extra a:link, #extra a:visited, #extra a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*******************************************/
/*                Content                  */
/*******************************************/
#content {
	margin: 0 0 0 200px;
	padding: 5px;
	line-height: 175%;	
}

/*******************************************/
/*                 Footer                  */
/*******************************************/
#footer {
	clear: both;
	width: 98.5%;
	padding: 5px;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #CC6600;
	text-align: center;
	margin: 0 0 10px 0;
}

#footer a:link, #footer a:visited, #footer a:hover {
	color: #FFFFFF;
}


/*******************************************/
/*          Specific Formatting            */
/*******************************************/
h2 {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CC6600;
	padding: 5px;
}

.callout {
	float: right;
	color: #000000;
	padding: 5px;
}

.callout img {
	border: 1px solid #000000;
}

.tagLine {
	font-weight: bold;
	font-size: 14px;
	font-variant: small-caps;
}

.paragraphLead {
	font-weight: bold;
}

.code {
	font-family: Courier;
	font-size: 9px;
	margin: 0 0 0 20px;
}

.featureList {
	list-style: none;
}

.featureList li {
	margin: 10px 0 10px 0;
}

#demo {
	background-color: #000000;
	font-weight: bold;
	color: #333366;
	text-align: right;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

#demoLink, #demoLink a {
	font-weight: bold;
	color: #333366;
	text-align: center;
}
#closeDemo:hover, #demoLink:hover {
	text-decoration: underline;
	cursor: pointer;
}

#closeDemo, #closeDemo a {
	color: #FFFFFF;
}

.definition, #conferences {
	width: 200px;
	border: 1px solid #000000;
	margin: 10px;
}

.term, #conferences_header {
	font-weight: bold;
	font-size: 13px;
}

ul#conference_list {
    list-style: none;
    margin: 0 0 0 -40px;
}

.pronunciation {
	color: #CC6600;
}

.partOfSpeech {
	font-style: italic;
}

.highlight {
	font-weight: bold;
}

#applicationList {
	font-weight: bold;
}

.contact {
	margin: 20px;
}

.contactName {
	font-weight: bold;
}

.announcement {
	margin: 20px 0 20px 0;
}

.announcementLine {
	text-align: center;
	line-height: 200%;
	font-weight: bold;
	font-size: 16px;	
}