/* Autodesk Research Public Site CSS
 * autodeskresearch.public.css
 *
 *
 */

/* Strip common elements of margins and padding */
body, div {
	margin: 0;
	padding: 0;
}

/* New paragraph spacing */
p {
	padding: 0;
	margin: 0;
	margin-bottom: 16px;
}

body {
	background-color: #FFFFFF;
}

/* FRAMES:
 * Page divided into logical top and bottom frames
 */
#page-frame {
	background-color: #FFFFFF;
	background-image: url(../img/background_page_king.png);
	background-repeat: no-repeat;
}

/* Top frame encompasses title frame and bottom, content frames */
#title-frame, #content-frame {
	background-color: #FFFFFF;
	width: 976px;
	margin: 0 auto 0 auto;		/* Center the frames */
}


/* SPACES:
 * Content inside frames appears in spaces
 */
#title-space {
	background-image: url(../img/background_header_king.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 976px;
}
#menu-space {
	float: right;
	text-align: right;
	width: 688px;
	height: 32px;
	margin-top: 128px;
}
#content-space {
	background-image: url(../img/background_content.png);
	background-repeat: no-repeat;
	min-height: 300px;
	padding-top: 64px;
}
#legal-space {
	margin-top: 40px;
	text-align: center;
}


/* MENU LISTS:
 * Removing formatting for menu lists
 */
ul#main-menu {
	margin: 0;
	padding: 0;
}
ul#main-menu {
	display: inline;
}



body, p, td, li {
	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.3em;
}

h1 {
	font-family: Georgia, serif;
	font-size: 1.9em;
	margin: 0;
	padding: 0;
	padding-bottom:16px;
}

h2 {
	font-family: Georgia, serif;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	padding-top: 25px;
	padding-bottom: 5px;
}

h3 {
	font-family: Georgia, serif;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 5px;
	font-weight: normal;
}
h3 em {
	font-size: 0.80em;
	font-weight: normal;
}

h4 {
	font-family: sans-serif;
	font-size: 1.10em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 5px;
}
h4 em {
	font-size: 0.90em;
	font-weight: normal;
}

p.bottommargin {
	margin-bottom: 20px;
}

p.bottomborder {
	border-bottom: 1px dotted #DFDFDF;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

img {
	border: 0px;
}

a, a:link, a:active, a:visited {
	color: #255832;
	text-decoration: none;
}
a:hover {
	color: #B7423C;
/*	text-decoration: underline;*/
}

ul.bulleted {
	list-style-image: url(../img/bullet.gif);
	line-height: 1.6em;
	margin-top: 0;
	padding-left: 2.5em;
}
ul.bulleted li {
	padding-left: 0.25em;
}

ul.unstyled {
	margin: 0;
	padding: 0;
	list-style: none;	
	line-height: 1.3em;
}
ul.unstyled li {
	margin: 0;
	padding: 0;
}


#main-menu * {
	color: #FFFFFF;
}

#main-menu ul {
	list-style: none;
	display: inline;
}

#main-menu li {
	color: #FFFFFF;
	display: inline;

	font-family: Georgia, serif;
	font-size: 1.20em;
}

#main-menu li.spacer {
	margin-left:10px;
	margin-right: 10px;
}

#main-menu a, #main-menu a:link, #main-menu a:active, #main-menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#main-menu a:hover {
	color: #FFD303;
/*	text-decoration: underline;*/
}

#legal-space p {
	font-size: 0.75em;
	color: #999999;
}

