/*CONTENT CLASSES*/


html, body {
/*background-color: #65909A;*/
background-color: #53868B;
font-size:100%;
margin: 0;
padding: 0;
text-align:center;
}


body > #nav {
	position: fixed;
}

.intro
	{
	FONT-SIZE: 12px;
	LINE-HEIGHT: 26px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	text-align: left;
	color: #666666;
	padding-bottom: 18px;
}



a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #00688b;
	background-color: transparent;
}


#page-wrapper {
	
	text-align:  left;
	width:800px; 
	height:800px;
	margin: 10px auto;
	
	 
	border: 0px none #000000; 
}

/*

#page-heading h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
}

#page-heading h3 a {
	display: block;
	text-align:  center; 
	text-decoration: none;
	color:  #ffffff;
	background-color: 000000;	
	width: 200px;
	margin-left: 250px;
}
*/


#page-heading {
	background-image: url(images/cc_heading.jpg);
	background-position: left top; 
	background-repeat: no-repeat;
	border: 0px solid red;
	width:100%;
	height: 162px; 
	padding: 20px;
	/*float: left;*/
	background-color: #ffffff;
	margin: 0;
	border-right:2px solid #666666;
}




#page-body {
	
	width:800px; 
	float: left;
	border: 0px solid red;
	padding: 20px;
	background-color: #ffffff;
	border-right:2px solid #666666;

}


#page-footer {
	
	width:800px; 
	/*float: left;*//* removed float left for footer and added clear*/
	clear:both;
	padding: 20px;
	background-color: #ffffff;
	border-right:2px solid #666666;
border-bottom:2px solid #666666;
}


.sig {
	/* text-decoration: none; */
	color: #2F4F4F;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1;
	padding-top: 0;
	/* vertical-align: bottom;*/
	margin: 0;
	text-align: center;
	line-height: 20px;
	font-size: 11px;
	}

.credit {

font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
font-size: 10px;
	}

td {
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: left;
	line-height: 200%;
	}
p {
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: left;
	line-height: 200%;
	}
	
	
	h1
	{
	text-decoration: none;
	color: #22316c;
font-family: Helvetica, Arial,  sans-serif;

margin-bottom: 6px;
margin-top: 0px;
text-align: left;
	font-size: 16px
	}	
	
	
	h2
	{
	text-decoration: none;
	color: #22316c;
font-family: Helvetica, Arial,  sans-serif;

margin-bottom: 0px;
margin-top: 0px;
text-align: left;
	font-size: 12px
	}	
	
	
	
	
.list {
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: left;
	line-height: 200%;
	}

	
	
	.dark {
	
	color: #1B3F8B;
	font-weight: bold;
	}
	
	.picture_right {
	
	position: relative;
	display: inline;
	padding: 0;
	float: right;
	margin: 5px 5px 0 15px;
	FONT-SIZE: 10px; 
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
text-align: center;
}



.picture_left {

	position: relative;
	display: inline;
	padding: 0;
	float: left;
	margin: 0px 5px 5 0px;
FONT-SIZE: 10px; 
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
text-align: center;
}


.pullout_right {
	background-color: #fff;
	position: relative;
	display: inline;
	padding: 2px;
	float: right;
	width: 250px;
	margin: 5px 0px 0 10px;
	FONT-SIZE: 12px; 
    font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
    font-weight: normal;
    font-style: italic;
    color: #666666;
    border-top: 1px dotted #778899;
     border-bottom: 1px dotted #778899;
text-align: left;
}



.pullout_left {
	background-color: #fff;
	position: relative;
	display: inline;
	padding: 2px;
	float: left;
	width: 250px;
	margin: 5px 10px 0 0px;
	FONT-SIZE: 12px; 
    font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
    font-weight: normal;
    font-style: italic;
    color: #666666;
    border-top: 1px dotted #778899;
     border-bottom: 1px dotted #778899;
text-align: left;
}






/*additional left div */
#left {
float:left;
width:24%;
display:table;
border-collapse:collapse;
table-layout:fixed;

}
/* changes to content width float parameters */
#content {
width:68%;
float:right;
border: 0px solid red;
/*margin-left: 10em;*/
margin-right: 1em;
} 


hr 

{color: #fff; background-color: #fff; border: 1px dotted #778899; clear: both; border-style: none none dotted; }



#nav {
font-family: Arial, Helvetica, sans-serif;
	position: relative;/*absolute;
	top: 5em;
	left: 3px;/*1em;*/
	width: 9em;/*14em;*/
	margin:0;
	padding:5px 0 0 0; /* Annie this pushes menu over to left hand side of left div*/
	border: 0px solid red;
}


#nav ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#nav li {
	font-size: 80%;
	width:8em;
	border-bottom: 1px dotted #778899;
	margin-bottom: 0.7em;
	white-space:nowrap;
}
	
	
	#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #2A4F6F;
	background-color: transparent;
}
#nav a:hover {
	color: #778899;
}









#linkedin {
	text-decoration:none;
	position: relative;
	left: 575px;
	top: 22px;
}

#linkedintext {
	font: 80% Arial,sans-serif;
	color:#0783B6;
}

#rsslink {
	position: relative;
	left: 570px;
	top: 25px;
}
#navigation {
text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	border: 0px solid red;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 140px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited { 
	padding: 3px 20px 2px 20px; 
	color: #FFFFFF;
	background-color: #008b8b;
	text-decoration: none;
	border: 1px solid #2F4F4F;
}
#navigation a:hover {
	color: #ffffff;
	background-color: #802A2A;
}




/***** Global Classes *****/
.clear { clear: both; }
.hide { display: none; }
.show { display: block; }
.img { border: 0px; }
.float-left { float: left !important; }
.float-right { float: right !important; }
.image-left, .image-right { margin: 0 0 5px 0; } 
.image-left { float: left !important; margin-right: 15px; }
.image-right { float: right!important; margin-left: 15px; }
.image {  margin-left: 4px; margin-right: 4px; }
.image-border { border: 1px solid #0000ff; padding: 5px; }
.align-left { text-align: left !important; }
.align-center { text-align: center !important; }
.align-right { text-align: right !important; }
.align-justify { text-align: justify !important; }
.align-middle { vertical-align: middle !important; }
.align-bottom { vertical-align: bottom !important; }
.hand { cursor: pointer; }
.auto-height { height: auto !important; }
.auto-width { width: auto !important; }



	
*/

