body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #c8cdd6;
	background-image: url(images/background_tile-blue.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-bottom: 20px;
}
#header {
	background: #c8cdd6; 
	padding: 0 10px 10px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #036;
	font-size: 2.5em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant: small-caps;
}

#header_address {
	margin-top: -1em;
	font-size: 0.9em;
	color: #036;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 60%;
}

#header_contact {
	float: right;
	padding: 0 10px 0 0;
	margin-top: 10px;
	color: #003366;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	
}
	
#nav {
	
	padding: 10px 10px 10px 22px;
	background-color: #c8cdd6;
	font-family: 	"Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 			1em; 
	font-style: 		normal; 
	font-weight: 		normal; 
	text-align: 		left;
	white-space:		nowrap;
}

#nav a 
	{
	margin: 0;
	padding: 0 30px 0 0;
	text-decoration: none;
	color: #036;
}



#nav a:hover 
	{
	color: #369;
	text-decoration: none;
}

#current
	{
	color: #8E190D !important;
	text-decoration: none;
	font-weight: 		bold;
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
}

#mainContent p {
	color: #000000;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
	text-align: justify;
}

#mainContent ul {
	color: #000000;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
}

#mainContent ol {
	color: #000000;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
}

#sidebarleft {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	background-color: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 20px; /* top and bottom padding create visual space within this div */
	margin: 1em 1em 0 0; 
}

#mainContentRight {
	margin: 0 5em 0 15em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding-top: 10px;
} 

#ContentLeft {
	margin: 1em 5em 2em 1em; 
	padding-top: 10px;
	width: 500px;
} 

#ContentFull {
	margin: 0 2em 2em 1em; 
	padding-top: 10px;
	width: 96%;
}

a:link { color: #333333; text-decoration: none !important; }
a:hover { color: #6699FF; text-decoration: none; }
a:active { color: #6699FF; text-decoration: none; }
a:visited { text-decoration: none; }

h1 
	{
	font-size: 1.3em;
	margin: 1.4em 0 0 0;
	color: #036
}

h2 
	{
	font-size: 1.2em;
	margin: 2em 0 1.2em 0;
}

h3 
	{
	font-size: 1em;
	margin: 2em 0 1.2em 0;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#8ca6d6;
	

}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
}

a:link {  color: #000000; text-decoration: none !important}
a:hover {  color: #6699FF; text-decoration: underline !important}
a:active {  color: #6699FF; text-decoration: none !important}
a:visited {
	color: #666666;
	text-decoration: none !important
}


.title { color: #003366; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 1.4em; font-style: normal; font-weight: bold; line-height: 1.5em; font-variant: small-caps; }


.address { color: #003366; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: .8em; font-style: normal; font-weight: normal; line-height: 1.5em; }


/* .phone_n_email { color: #003366; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: .8em; font-style: normal; font-weight: normal; line-height: 1.5em; } */

.category {
	color: #003366;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.5em;
	text-transform: uppercase;
	margin: 30px 0 0 0;
}

.heading-block { margin-top: 1.5em; margin-bottom: -1em; line-height: 1.2em; }

.company_name { color: #000000; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 1.2em; font-style: normal; font-variant: small-caps; font-weight: bold; }


.company_city { color: #000000; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 0.8em; font-style: normal; font-weight: normal; }


.job_title { color: #000000; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: .8em; font-style: normal; font-weight: bold; }


.job_dates {
	color: #000000;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
}

.body_text_resume { color: #000000; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: .8em; font-style: normal; font-weight: normal; line-height: 1.5em; margin-top: 2em; margin-bottom: 1em; }


.resume_list_item { color: #000000; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: .7em; font-style: normal; font-weight: bold; line-height: 1em; }

.resume_list_descrip { color: #000000; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: .7em; font-style: normal; font-weight: normal; }

.lesstopmargin { margin-top:-1em; }
.morebottommargin { margin-bottom:2em; }


.footer_text { color: #999999; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: .65em; font-style: normal; font-weight: normal; line-height: 1.2em; }


#sidebarleft h1 { color: #999999; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: .7em; font-style: normal; font-weight: bold; line-height: 1.2em; text-transform: uppercase; }



#sidebarleft li {
	list-style-type:disc;
	list-style-position:outside;
	color: #6699FF; 
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	font-size: .8em; 
	font-style: normal; 
	font-weight: normal; 
	line-height: 1.2em; 
}

.photo_credit { font-size: 0.7em; }

.body_text {
	color: #000000;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
	text-align: justify;
}



.reference_text {
	font-size: 0.8em !important;
	line-height: 1.6em !important;
	text-align: left !important;
}


.sample_list p {
	margin-top:0em;
	font-size: 0.8em !important;
}

.sample_link a {
	font-weight:bold;
	color: #F60 !important;
	
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

.collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Style the collapsible content. Note: hidden by default */
.content {
	padding: 0 18px;
	display: none;
	overflow: hidden;
	background-color: #f1f1f1;
}