
/* Global reset
-----------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;	}

body {
	line-height: 1; }

ul, ol	{
	margin-left: 2em;
}
	
table {
	border-collapse: separate; 
	border-spacing: 0;  /* tables still need 'cellspacing="0"' in the markup */
}

caption, th, td {
	font-weight: normal;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, "Trebuchet MS", Tahoma, Verdana, Geneva, sans-serif;
	font-size: 62.5%; /* 1em = 10px \ 1.1em = 11px \ 1.2em = 12px */
	background: #fff;
	color: #666;
	margin: 0 30px;
}


/* Headings and paragraphs
-----------------------------------------------------------------------------------------------*/

p  {
	padding: 0 0 15px;
	line-height: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, "Trebuchet MS", Tahoma, Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 1em;
}

h1	{
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, "Trebuchet MS", Tahoma, Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 2.8em;
	line-height: normal;
}

	h1 span	{
		display: none;
	}


/* Forms
-----------------------------------------------------------------------------------------------*/	

form	{
	margin: 0;
	padding: 0;
	font-size: 1em;
}

input, textarea, select	{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, "Trebuchet MS", Tahoma, Verdana, Geneva, sans-serif;
	border: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

form br	{
	clear: left;
}

legend	{
	display: none;
}

fieldset	{
	border: none;
	position: relative;
	margin: 0;
}

	
/* Links
-----------------------------------------------------------------------------------------------*/	

a,
a:active,
a:visited {
	color: #444;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

a:hover	{
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #dedede;
}


/* Miscellaneous
-----------------------------------------------------------------------------------------------*/	

hr {display: none;}
strong {font-weight: bold;}
em {font-style: italic;}
abbr, acronym {
	border-bottom: 1px dotted #999; 
	cursor: help;
}
			
			
/* Content
-----------------------------------------------------------------------------------------------*/

#wrapper	{
	margin: 30px auto 20px;
	width: 500px;	
}

	#content	{
		border: 1px solid #dedede;
		background: #f6f6f6 url(../images/azid-logo.png) no-repeat bottom right;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding: 30px 30px 60px;
	}
	
		#content p	{
			font-size: 1.2em;
			line-height: 2;
		}


/* Footer
-----------------------------------------------------------------------------------------------*/

#footer	{
	margin: 0 auto 15px;
	width: 500px;
	color: #666;
	text-align: center;
}

	#footer p	{
		font-size: 1em;
		line-height: 1.4;
	}
	
	
/* Hacks
-----------------------------------------------------------------------------------------------*/

.hide {
	position: absolute;
	left: -9999px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block; }
	
/* Hides from IE-mac \*/ 
* html .clearfix {
	height: 1%; }

.clearfix {
	display: block; }
/* End hide from IE-mac */