/* Generic Reset Styles for Cross Browser*/

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Start Site Styles */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #003366;
	background-image: url(../images/bg_clouds.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

img { 
	vertical-align: top;
 	border: none; 
}

/* Links */

A:link    	{ color: #3399CC; text-decoration: none }
A:active  	{ color: #3399CC; text-decoration: none }
A:visited 	{ color: #3399CC; text-decoration: none }
A:hover  	{ color: #33CCFF; text-decoration: underline }

/* Start Layout Styles */

#wrap {	
	margin:0 auto;
	padding: 0;
	width: 960px;
	background-color: #FFF;
	min-height: 650px;
}

#container {	
	margin:0 auto;
	padding: 0;
	width: 960px;
	background: #FFF;
}

#Header {
	width: 960px;
	height: 159px;
	margin: 0;
	padding: 0;
}

#SideNavContainer	{
	width: 168px;
	line-height: 37px;
	font-size: 12px;
	padding-left: 52px;
	padding-top: 25px;
	color: #33CC33;
	float: left;
	background-image: url(../images/bg_SideNav1.jpg);
	background-repeat: no-repeat;
}

#mainContent	{
	padding-top: 30px;
	padding-right: 20px;
	width: 710px;
	text-align: justify;
	float: left;
	font-size: 14px;
}

#Buttons	{
	padding: 10px 0;
	float: left;
}

#Footer	{
	height: 20px;
	color: #6CF;
	font-size: 10px;
	text-align: center;
	width: 100%;
	
}

/* Start Navigation Styles */

	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 3em;
		margin-bottom : 1px;
		width: 11em;
	}
	
	#nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		color : #33CC33;
		font-weight : bold;
		text-decoration : none;
		background-color : white;
		border-bottom : 1px solid #ccffcc;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color: #66CC66;
		background-color : #CCFFCC;
	}
	

/* Headers */

h1 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #006699;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 18px;
	line-height: 36px;
	color: #006699;
	text-align: left;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #003366;
	font-style: normal;
}


h4 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #3399CC;
	font-style: normal;
}

h5 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #003366;
	font-style: italic;
}



/* Pic Layout */

.PicFloatLeft {
	margin-bottom: 6px;
	margin-right: 6px;
	float: left;
}

.PicFloatRight {
	margin-top: 5px;
	margin-bottom: 6px;
	margin-left: 19px;
	margin-right: 10px;
	float: right;
}

/* Text Styles */

.quoteTxt {
	font-size: 11px;
	line-height: 15px;
	color: #666;
}

/* A Survivor Speaks Styles */

#caseStudy	{
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	padding: 5px 5px 10px 5px;
	top-margin: 15px;
}

#exhibitionBox	{
	border: #CCC solid 1px;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	padding: 5px 5px 10px 10px;
	top-margin: 15px;
}

