/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

* {
margin: 0;
}
html {
	height: 100%;}

body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
}
#site_info,.push {
height: 90px;
clear: both;
}

html 	{ text-align : center;  }

body { 
position : relative; 
width : 770px; 
margin : 0 auto; 
text-align : left; 
background: #dfe8ec;}

div#content { 
position : relative; 
width : 100%;
 height: 410px;
overflow: visible;}




div#content_main {
	position:absolute;
	left :4px;
	width:267px;
	top: 0px;
	}
	
div#content_text {
	position: absolute;
	left : 40%;
	width : 60%;
	top: 5px;
}

#content_text p {
	position: relative;
	margin-top: 40px;
	margin-left:40px; 
}

#content_text li {
	margin-left: 50px;
	margin-right: 30px;
	margin-top:10px;
	list-style: none;
}
  
div#content_sub {
	position: absolute;
	left : 40%;
	width : 60%;
	top: 5px;
}
 
#content_sub p {
	position: relative;
	margin-top: 20px;
}


#content_sub h2 {
	position:absolute;
	float:left;
	margin-left:30px;
	top:46px;
	z-index: 5;
	font-size:150%;
}

div#content_main ul {
	float: left;
	margin-left: 20px;
	margin-right: 10px;
}

div#content_main ul h2 {
	font-size:150%;
	font-weight:bold;
	float: right;
	margin-left:5px;
}
div#content_main ul h3 a:hover img { 
	width: 153px;
	height: 125px;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #333;	
}

div#content_main ul h3 a:hover img {
	z-index: 100;}
	
div#content_main ul h3 img {
	position: absolute;
	float: right;
	padding:1px;
	height:95px;
	width:123px;
	border: 2px solid #FFF;
}
div#content_main ul h2 {
	position: absolute;
	text-align:center;
	padding:1px;
	height:20px;
	width:130px;
	}
li#title1 h2  {top: 25px; left:4px;}
li#title2 h2 {top: 25px; left: 149px;}
li#title3 h2 {top: 170px; left: 4px;}
li#title4 h2 {top: 170px; left: 149px;}
li#title5 h2 {top: 320px; left: 4px;}
li#title6 h2 {top:320px; left: 149px;}

li#page1 h3 img {top:50px; left:10px;}
li#page2 h3 img {top:50px; left:155px;}
li#page3 h3 img {top:195px; left:10px}
li#page4 h3 img {top:195px; left:155px;}
li#page5 h3 img {top:345px; left:10px;}
li#page6 h3 img {top:345px; left:155px;}

#content a {
	color:#71c17c;
	text-decoration:underline;
}

#content a:hover {
color: #366;
text-decoration:none;
}

#content a:active {
color: #366;
text-decoration:none;
}

div#branding, div#nav_main, div#site_info {
width : 100%; }

img.figure {
	float: inherit;
	margin-top: 75px;
	margin-left: 15px;
	}


/* =si_clear_children */
.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */
