
/******	
*******	DAYSTATE MAIN STYLES
*******	© 2007
****************************************************/


	
/****** global reset and body 
****************************************************/

*
	{
	position: relative;
	}
	
body
	{
	background-color: #fff;
	text-align: left;
	font: 100% arial, sans-serif;
	color: #000;
	}

img
	{
	border: 0;
	}


/****** structure divs <ID>
****************************************************/


#header
	{
	position: relative;
	background-color: #fff;
	width: 720px;
	}
	
#header ul, #header ul li
	{
	visibility: hidden;
	display: none;
	}
		
	
#wrapper
	{
	width: 650px;
	margin: 0 auto;
	}
	
#content_wrapper
	{
	display: none;
	}

#main_wrapper
	{
	float: none;
	}

		
#content
	{
	width: 600px;
	position: relative;
	float: none;
	white-space: wrap;
	}	

	
#mainnav
	{
	display: none;
	visibility: hidden;
	}	
	
#outerright
	{
	display: none;
	visibility: hidden;
	}
		
#glossary
	{
	display: none;
	visibility: hidden;
	}


/****** tables 
****************************************************/


table, td
	{
	font-size: 11px; 
	color: #000;
	}
	
	
	
.tablecolumntitle, th.tablecolumntitle 
	{
	font-size: 11px; 
	color: #000;
	padding: 0 5px 0 0;
	vertical-align: bottom;
	}

table h3
	{
	font-size: 12px;
	color: #000;
	padding: 0;
	margin:0;
	font-weight: bold;
	}


.table_data 
	{
	padding: 6px 10px;
	}

.width100
	{
	width: 100px;
	}
	
.width160
	{
	width: 160px;
	}
.table_data_both 
	{
	padding: 6px 10px;
	border:solid #000;
	border-width:0 1px;
	}

.table_data_left 
	{
	border:solid #000;
	border-width:0 0 0 1px;
	padding: 6px 10px;
	}

.table_data_right
	{
	border:solid #000;
	border-width:0 1px 0 0;
	padding: 6px 10px;
	}

.tableheadseparator 
	{
	background-color: #000;
	}

.odd 
	{
	background-color: #fff;
	}

.even 
	{
	background-color: #fff;
	}

/****** plain typography 
****************************************************/

h1, h2, h3, h4, h5, h6, p
	{
	font-weight:normal;
	margin: 0.5em 0;	
	line-height: 1.6em;
	}
	
	

#header h1
	{
	z-index: 28;
	}


h2
	{
	position: relative;
	font: normal 1em/1em verdana, sans-serif;
	padding: 0.5em 0;
	}


#header h2
	{
	display: none;
	visibility: hidden;
	}
	
h3
	{
	font-size: 11pt;
	color: #000;
	}

h4
	{
	font-size: 9pt;
	}
	
	
h5
	{
	font-size: 11px;
	font-weight: normal;
	}
	
#content h2
	{
	font: normal 22px georgia, serif;	
	text-indent: none;
	}


/****** leftnav h4 specific backgrounds
****************************************************/


h4#repo_basics
	{
	margin: 0;
	border-bottom: 2px solid #000;
	}

h4#repo_variations
	{
	margin: 18px 0 0 0;
	border-bottom: 2px solid #000;
	}
	

	

/****** standard links colouring
****************************************************/


a:link, a:visited, a:active, a:hover
	{
	text-decoration: underline; 
	color: #000;
	}

	
/****** paragraphs
****************************************************/


p 
	{ 
	margin-bottom: 20px; 
	font-size: 12px;
	}

/* ---- text size in IE/WIN --------------- */

/* \*/

* html body p { font-size: 0.78em; }

/* */
	


p.hideme {
	margin: 0 auto;
	display: none; 
	height: 10px;
	background: transparent url() repeat-x;
	text-indent: -10000px;
	}

#top_right_nav, #glossary
	{
	font-size: 10pt;
	}

#top_right_nav a
	{
	text-decoration: none;
	padding: 0 3px;
	}
	
p.breadcrumb
	{
	font-size: 11px;
	margin: 0 0 18px 0;
	}

p.breadcrumb strong
	{
	font-weight: bold;
	}

p.breadcrumb a, p.breadcrumb strong a
	{
	text-decoration: none;
	}


	
/****** strong, emphasis, acronym and abbreviation
****************************************************/


strong
	{
	font-weight: bold;
	}

em
	{
	font-style: italic;
	}

acronym, abbr
	{
	cursor: help;
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.3em;
	}
.u
	{
	text-decoration: underline;
	}

	
/****** horizontal top <ul> navigation
****************************************************/



#nav 
	{
	float:none;
	width:100%;
	position: relative;
	height: 19px;
	margin: 0; 
	padding: 0;
	border-top: 1px solid #fff;
	border-bottom: 4px solid #99AEC3;
	background-color: #fff;
	}
 
#nav ul 
	{
	list-style:none;
	float:none;
	margin: 0; 
	padding: 0;
	font-size:0.7em;
	position: relative;
	text-transform:lowercase;
	}
  
#nav li 
	{
	float:none;
	position: relative;
	display:block;
	}
  
#nav a
	{
	float:none;
	height: 19px;
	display:block;
	position: relative;
	text-decoration:none;
	white-space:nowrap;
	padding: 4px 8px 4px 0;
	}


#nav a:hover
	{
	font-weight: bold;
	}

#nav .here a,  #nav .here a:hover
	{
	font-weight: bold;
	}
	
	
	
/****** unordered lists (leftnav)
****************************************************/


#leftnav ul
	{
	list-style: none;
	}

#leftnav ul li
	{
	font-size: 11px;
	}

#leftnav ul li a
	{
	display: block;
	color: #000;
	padding: 3px 0 3px 20px;
	width: 142px;
	border-bottom: 1px solid #000;
	text-decoration: none;
	}

#leftnav ul li a.here
	{
	color: #000;
	text-decoration: underline;
	}

#leftnav ul li a.here:hover 
	{
	color: #000;
	}
	
#leftnav ul li a:hover
	{
	color: #000;
	text-decoration: underline;
	}
		
blockquote
	{
	border: 1px solid #000;
	padding: 20px;
	margin: 0;
	font-size: 11px;
	}
	
/****** definition lists (outerright)
****************************************************/

	
dl#links
	{
	background-color: #fff;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	}

#links dt
	{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	margin: 0 0 0 8px;
	}

#links dd 
	{
	font-size: 11px;
	margin: 10px 8px 10px 10px;
	}

#links dd a
	{
	display: block;
	padding: 0 15px;
	background: transparent url(images/arrow_8x7.gif) no-repeat 0px 5px;
	}


h4#trivia
	{
	margin: 18px 0 1px 0;
	height: 15px;
	}
	
p#visitor
	{
	font-size: 8pt;
	margin: 18px 0 10px 0;
	text-decoration: underline;
	height: 15px;
	}	
	
#outerright h5
	{
	padding: 10px 14px 10px 10px;
	}
		
/****** main image specific definition lists 
****************************************************/

dl#main
	{
	padding: 0;
	margin-bottom: 50px;
	}
	
#your_guide_registration dl#main
	{
	margin-bottom: 15px;
	}

#main dt
	{
	font-size: 10pt;
	color: #000;
	font-weight: bold;
	}

#main dd 
	{
	margin: 10px 0;
	font-size: 11px;
	padding: 0 0 5px;
	list-style-type: square;
	}


/****** miscellaneous classes 
****************************************************/


.clear 
	{ 
	clear: both; 
	}

.left 
	{ 
	float: none; 
	}

.right 
	{ 
	float: none;
	}
	
.logo_img
	{
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 100;
	}
	
	
.leftimage
	{
	float: none;
	padding: 0 15px 10px 0;
	}	
	

/****** heading (h2) IDs
****************************************************/

#content h2
	{
	height: 25px;
	font-size: 18pt;
	font-family: georgia, serif;
	}


#homepage #leftnav
	{
	margin-top: 50px;
	}


/****** homepage/homebox specific IDs
****************************************************/

.homebox h3
	{
	margin: 0;
	padding: 0 0 5px 0;
	}


.homebox h3 a
	{
	text-decoration: underline;
	}

.homebox
	{
	margin: 0 0 15px 0;
	}
	
.homebox p 
	{
	font-size: 11px;
	margin: 0 0 10px;
	}

.homebox p.more a
	{
	display: block; 
	text-decoration: underline;
	}
	
p.homebottom
	{
	margin: 0 0 50px 0;
	}
	

.return_top
	{
	display: block;
	background: transparent url(images/return_to_top.gif) no-repeat top left;
	padding: 0 0 25px 20px;
	font-size: 11px;
	text-decoration: none;
	}
	


/****** footer stuff 
****************************************************/


#footer 
	{
	clear:both;
	float: none;
	position: relative;
	margin: 50px 0;
	}
  
  
#footer p 
	{
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #000;
	padding: 0 0 20px 0;
	float: none;
	}
 
 .top
 	{
 	margin: 32px 0 0 0;
 	}
 	

#content ul	
	{
	font-size: 11px;
	list-style-type: square;
	padding: 20px;
	}

#content li a
	{
	text-decoration: underline;
	color: #000;
	}





/****** tables
****************************************************/	

table, td
	{
	font-size: 11px; 
	color: #000000;
	}

.tablecolumntitle, th.tablecolumntitle 
	{
	font-size: 11px; 
	color: #000000;
	padding: 0 5px 0 0;
	vertical-align: bottom;
	}



.table_data 
	{
	padding: 6px 10px;
	}


.tableheadseparator 
	{
	background-color: #000;
	}

.odd 
	{
	background-color: #f2f3f5;
	}

.even 
	{
	background-color: #e6eaee;
	}






/****** hacks
****************************************************/
	
	
/* ---- IE-Win footer containment bug fix - hidden from IE5-Mac  \*/
* html #footer p 
	{
	height:1%;
	}
	
	
/* 	Resume IE5-Mac 	*/


/* 	only IE5-Mac */

/*\*//*/
 
#glossary
	{
	width: 880px;
	} 
/**/

* html #sitemap #content ul li a, * html #sitemap #content li li a
	{
	height:1%;
	}
	
	
.clearfix:after 
	{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline-table;}

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