

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/
body, html {
	height:100%; /* needed for container min-height */
	}
* {
	padding:0;
	margin:0;
	}
h1, h2, h3, h4, h5, h6, p, blockquote, label, ul, ol, dl, fieldset, address { 
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
li, dd { 
	margin-left:15px;
	}
fieldset {
	padding: .5em;
	}
.hide	{
	display:none;
	}
.clear	{
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	}
img	{
	border:none;
	}
a img	{
	border:none;
	}

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body	{
	margin: 0;
	padding: 0;
	background:#ffffff;
	color:#4a4a4b;
	font-size:1em;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

/* This class sets the width and position for all rows 
.inside{
	width:80%;
	min-width:65em;
	max-width:85em;
	margin:0 auto;
}*/
p, li	{
	font-size:.8em;
	line-height:1.10em;	
	color:#4a4a4b;
	}
a	{
/*	font-size:.95em;*/
	color:#4a4a4b;
	text-decoration:none;
	outline:none;
	}
a:hover	{
	color:#929293;
	}
.here	{
	color:#929293;
	}
h1	{
	font-size:1.25em;
	color:#4a4a4b;
	font-weight:bold;
	}

h2	{
	font-size:1.15em;
	color:#4a4a4b;
	font-weight:normal;
	}
h3	{
	font-size:1.0em;
	color:#4a4a4b;
	font-weight:normal;
	}
h4	{
	font-size:.95em;
	color:#4a4a4b;
	font-weight:normal;
	}

h5	{
	font-size:.90em;
	font-style:italic;
	color:#4a4a4b;
	font-weight:normal;
	}
h6	{
	font-size:90em;
	color:#4a4a4b;
	font-weight:normal;
	}


/*-----------------------------------------------------------------------------------------------
  Body & Wrapper
-----------------------------------------------------------------------------------------------*/

#wrapper	{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2em; /* allows space for the footer to always appear at the bottom of the page */
/*	margin-bottom:20px;*/ /* allows space for the footer to always appear at the bottom of the page */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	}	

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/

#header {
/*	background-color: #83DACF;*/
/*	visibility:hidden;*/
	height:40px;
	float:left;
	border-bottom:15px solid #BEC1A8;
	width:100%;
	}
#title	{
	float:left;
	display:inline; /* to deal with the IE Doubled float margin bug */
	margin-top:15px;
	margin-left:5px;
	}
#subtitle	{
	float:left;
	display:inline; /* to deal with the IE Doubled float margin bug */
	margin-top:23px;
/*	margin-right:5px;*/
	margin-left:5px;
/*	font-size:80%;*/
	}

/*-----------------------------------------------------------------------------------------------
  Main navigation
-----------------------------------------------------------------------------------------------*/

#mainmenu	{
/*	background-color:lime;*/
/*	visibility:hidden;*/
	float:right;
/*	height:20px;*/
	padding:22px 5px 0px 0;
	width:220px;
	}
#mainmenu li	{
/*	background-color:#6699FF;*/
	display:inline;
	float:right;
	}
#mainmenu a	{
	font-size:90%;
	}
#navigation	{
	}

/*-----------------------------------------------------------------------------------------------
  Content
-----------------------------------------------------------------------------------------------*/

.content	{
/*	background-color:blue;*/
/*	visibility:hidden;*/
	clear:both;
	float:left;
	display:block; /* to deal with the IE Doubled float margin bug */
	width:900px;
	height:auto !important;  /*real browsers */
	height:100%;  /*IE6: treated as min-height*/
	min-height:100%;  /* real browsers */
	}

/*-----------------------------------------------------------------------------------------------
  Primary
-----------------------------------------------------------------------------------------------*/
#primary	{
	float:left;	
	clear:none;
	display:block; /* to deal with the IE Doubled float margin bug */
/*	height:100%;*/
	width:500px;
	}
.contentblock	{
	margin-bottom:2em;
	border-left:1px solid #BEC1A8;
	border-right:1px solid #BEC1A8;
	padding:0 15px 15px 15px;
}
#primary p	{
	margin:1.5em 0 0 0;
	}
#primary ul	{
	width:85%;
	list-style-type:square;
	margin:.75em 0 .75em 20px;
	}
#primary li	{
	padding: .2em 0 .2em 0;
	}
#primary a, #secondary a, #tertiary a	{
	text-decoration:underline;
	}
#primary h2	{
	margin-top:15px;
	border-bottom:3px solid #BEC1A8;
	}
#primary h3	{
	border-bottom:1px solid #BEC1A8;
	margin:1.5em 0 0 0;
	}
#primary h4	{
	margin:1em 0 0 0;
	font-style:italic;
	border-bottom:1px dotted #BEC1A8;
	padding:3px;
	}
#primary img	{
	margin-left:125px;
	display:inline; /* to deal with the IE Doubled float margin bug */
	border:1px solid #BEC1A8;
	}	
/*-----------------------------------------------------------------------------------------------
  Secondary
-----------------------------------------------------------------------------------------------*/

#secondary	{
/*	background-color:#0099FF;*/
/*	visibility:hidden;*/
	width:200px;
	float:left;
	clear:none;
	margin:15px 0px 15px 0px;
	display:block; /* to deal with the IE Doubled float margin bug */
	}
#secondary .imageblock	{
/*	background-color:#009999;*/
	padding-left:13px;
	padding-bottom:10px;
	float:left;
	}	
#secondary .coverimage	{
	width:170px;
	height:170px;
	border: 1px solid #b5bab5;
	overflow:hidden;
	}
#secondary .captionblock	{
	float:right;
	font-size:.6em;
	font-style:italic;
	padding-right:15px;
	color:#929293;
	}
/*.captionblock p	{
	font-size:70%;
	}*/
#secondary #coverimage	img	{
/*	width:170px;
	height:170px;
*/	}
#secondary .textblock	{
/*	background-color:#009999;*/
	width:200px;
/*	height:200px;*/
	float:left;
	clear:left;*/
}
#secondary .textblock h2	{
	font-size:80%;
	font-weight:700;
	letter-spacing:0.1em;
	text-transform:uppercase;
	border-bottom:1px dotted #b5bab5;
	padding-left:3px;
	padding-top:6px;
	padding-bottom:3px;
	margin:10px 10px 10px 10px;
}
#secondary h3	{
	border-bottom:1px solid #BEC1A8;
	margin:1.5em 0 0 0;
	}
#secondary h4	{
	margin:1em 0 0 0;
	font-style:italic;
	border-bottom:1px dotted #BEC1A8;
	padding:3px;
	}

#secondary .textblock p	{
	text-align:left;
	margin:5px 10px 5px 10px;
}
#secondary .textblock ul	{
	list-style-type:square;
	margin-left:20px;
	}
#secondary .textblock ul li	{
	padding:.2em 0 .2em 0;
	font-size:70%;
	}
#secondary .textblock p img	{
/*	border:1px solid #b5bab5;
*/}

/*-----------------------------------------------------------------------------------------------
  Tertiary
-----------------------------------------------------------------------------------------------*/

#tertiary	{
/*	background-color:#0099FF;*/
/*	visibility:hidden;*/
	width:200px;
	float:right;
/*	clear:right;*/
	margin:15px 0px 50px 0px;
	display:block; /* to deal with the IE Doubled float margin bug */
}
#tertiary .textblock	{
/*	background-color:#009999;*/
	width:200px;
/*	height:200px;*/
	float:left;
	clear:left;
	display:block;
}
#tertiary h3	{
	border-bottom:1px solid #BEC1A8;
	margin:1.5em 0 0 0;
	}
/*#tertiary h4	{
	margin:1em 0 0 0;
	font-style:italic;
	border-bottom:1px dotted #BEC1A8;
	padding:3px;
	}*/
#tertiary .textblock h4	{
	font-size:90%;
	border-bottom:1px dotted #b5bab5;
	padding-left:3px;
	padding-top:6px;
	padding-bottom:3px;
	margin:0px 15px 10px 15px;
}
/*#tertiary .textblock p	{
	text-align:center;
	margin-bottom:20px;
}*/
#tertiary .textblock p	{
	text-align:left;
	margin:5px 10px 5px 10px;
}
#tertiary .textblock ul	{
	list-style-type:square;
	margin-left:20px;
	}
#tertiary .textblock ul li	{
	padding:.2em 0 .2em 0;
	font-size:70%;
	}
#tertiary .textblock p img	{
/*	border:1px solid #b5bab5;
*/}
#tertiary .imageblock	{
/*	background-color:#009999;*/
	width:170px;
	height:170px;
	float:left;
	}
#tertiary .coverimage	{
	width:170px;
	height:170px;
	border: 1px solid #4a4a4b;
	overflow:hidden;
	}
#tertiary .captionblock	{
	float:right;
	font-size:.6em;
	font-style:italic;
	color:#929293;
	}
#linkedin	{
	padding:6px 0 5px 0;
}


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

#footer	{
/*	background-color:pink;*/	
/*	visibility:hidden;*/
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height:2em;
	margin-top:-4em; /* positions the footer so it fits within the viewport without needing to scroll */
/*	border-top:1px solid #BEC1A8;
*/	}
#footer p	{
	font-size:0.7em;
	line-height:1em;	
	color:#506270;
	padding: 5px 5px 2px 5px; 
	}
#copyright	{
	float:left;
	padding-left:215px;
	}	
#attributes	{
	visibility:hidden;
	float:left;
	clear:none;
	}	