/******************************************************* // casedotedu core elements // *****************************************************/

/* Reset CSS */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

*						
	{
	margin:0; 
	padding:0;
	}

body
	{
	font-size:12px;
	font-family:Helvetica, Arial, Geneva, sans-serif;
	letter-spacing:normal;
	*font-size:small;
	*font:x-small; 
	font-weight:100;
	}

/* Remove possible quote marks from <q>/<blockquote> */
blockquote	
	{
	color:#ff6600;
	font-size:27px;
	font-weight:bold;
	width:150px;
	line-height:21px;
	float:right;
	}

blockquote:before, blockquote:after, q:before, q:after 
	{ 
	content: ""; 
	}
	
blockquote, q 
	{ 
	quotes: "" ""; 
	}

/* Image replacement */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

.replace
	{
	outline: none;
	display: block; 
	position:relative; 
	/*\*/ 
	overflow:hidden;
	 /**/
	 text-decoration:none;
	} 

.replace span
	{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; 
	text-decoration:none;
	}

/* Link styles */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/
	
h1 a
	{
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
	}

h4 a
	{
	font-weight:bold;
	text-decoration:underline;
	}

h4 a:hover
	{
	text-decoration:underline;
	}

a
	{
	text-decoration:none;
	}

a:hover
	{
	text-decoration:underline;
	}

p a
	{
	text-decoration:underline;
	}

p a:hover
	{
	text-decoration:underline;
	}

/* Heading styles */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/
h1
	{
	margin:0; 
	padding:0;
	font-size:20px;
	}

h2
	{
	padding:0; 
	margin:0px;
	font-weight:bold;
	letter-spacing:.01em;
	font-size:20px;
	}

h3					
	{
	padding:0; 
	font-weight:bold; 
	font-size:18px;
	}

h4
	{ 
	font-weight:normal;
	font-size:16px;
	}

h5
	{ 
	font-weight:normal;
	font-size:15px;
	}

h6
	{ 
	font-weight:normal;
	font-size:14px;
	}

/* General formatting and styles */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/
p						
	{
	padding-bottom:15px; 
	line-height:159%;
	}

ul
	{
	margin:0px 0 18px 25px;
	}
	
li
	{
	margin:3px 0; 
	}

dl					
	{
	color:#011E3F;
	}

dt
	{
	margin:20px 0 0;
	font-weight:bold;
	}
dd					
	{}