/* 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: 8px;
}

body {
	background-color: #FFFFFF;
}

/* FRAMES:
 * Page divided into logical top and bottom frames
 */
#page-frame {
	background-color: #FFFFFF;
}

/* 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, #menu-space, #header-space, #content-space, #legal-space {
	background: #FFFFFF;
}
#title-space {
	margin-top: 40px;
}
#menu-space {
	margin-top: 10px;
	margin-bottom: 20px;
}
#content-space {
	min-height: 300px;
}
#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;
}

h1 {
	font-family: Georgia, serif;
	font-size: 1.9em;
	margin: 0;
	padding: 0;
}

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: #4591db;
	text-decoration: none;
}
a:hover {
	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: #666666;
	font-size: 0.925em;
}

#main-menu ul {
	list-style: none;
	display: inline;
}

#main-menu li {
	display: inline;
}

#main-menu li:before {
	content: '| ';
}

#main-menu li:first-child:before {
	content: '';
}

#main-menu a, #main-menu a:link, #main-menu a:active, #main-menu a:visited {
	color: #666666;
	text-decoration: none;
}

#main-menu a:hover {
	color: #000000;
	text-decoration: underline;
}

#legal-space p {
	font-size: 0.75em;
	color: #999999;
}

