
/* global reset */

	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,
	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-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}


	html {	font-size: 62.5%; }

	:focus {
		outline: 0;
	}

	body {
		font-size: 1em;
		line-height: 1;
		color: black;
		background: white;
	}

	ol, ul {
		list-style: none;
	}

	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}
	
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}
	
	strong { font-weight: bold; }
	em { font-style: italic;}

/* global utility classes */

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix { display: inline-block; }

	/* Hides from IE-mac \*/
		* html .clearfix { height: 1%; }
		.clearfix { display: block; }
	/* End hide from IE-mac */

	.inline { display: inline; }
	.block { display: block; }
	.none { display: none; }
	.visible { visibility: visible; }
	.hidden { visibility: hidden; }
	.center { text-align: center; }
	.left { text-align: left; }
	.right { text-align: right; }
	
/* DeGabrielle.com styles */

	html { font-size: 62.5%;}
	
	body {
		color: #000;
		font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
		width: 985px;
		margin: 0 auto;
		background: #fff url(../new/images/body_bg.gif) 50% 0 repeat-y;
	}
	strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
		body.home {
			background: #fff;
		}
		
			* html body {
				width: auto;
				margin: 0;
			}
			
			*:first-child+html body {
				width: auto;
				margin: 0;
			}
		
	a, a:link, a:visited, a:hover, a:active {
		color: #990000;
		text-decoration: none;
		font-weight: bold;
	}

	a:hover {
		color: #666;
		text-decoration: underline;
	}
	
	body.home a:hover {
		color: #990000;
		text-decoration: underline;
	}

/* container styles */
	
	.container {
		width: 985px;
		margin: 0 auto;
	}
	
		* html .container {
			width: 985px;
			padding-left: 1px;
		}
	
		*:first-child+html .container {
			width: 985px;
			padding-left: 1px;
		}
		
/* layout styles */

	.right-col {
		float: right;
		width: 385px;
	}
		
			* html .right-col {
			width: 385px;
			}
			
		*:first-child+html .left-col {
			width: 150px;
			}
			*:first-child+html .right-col {
			width: 385px;
			}
	
		.primary-nav a, .primary-nav a:link, .primary-nav a:visited, .primary-nav a:hover, .primary-nav a:active {
			color: #666;
		}
		
		.primary-nav a:hover {
			color: #990000;
		}
	
	.content-wrapper {
		float: left;
		width: 600px;
	}
	
/* banner styles */

	.banner {
		height: 92px;
		overflow: hidden;
		background:  url(../new/images/banner_bg.gif) repeat-x;
		margin-bottom: 0px;
		position: relative;
	}
	
		.banner .logo a {
			background:  url(../new/images/logo.gif) no-repeat;
			width: 256px;
			height: 92px;
			display: block;
			text-indent: -9999em;
		}
			.banner .left-corner {
			position: absolute;
			background:  url(../new/images/nav_left_corner.gif) no-repeat;
			width: 23px;
			height: 30px;
			bottom: 0px;
			left: 600px;
		}

		.banner .primary-nav {
			position: absolute;
			background:  url(../new/images/nav_bg.gif) repeat-x;
			height: 30px;
			width: 351px;
			bottom: 0px;
			left: 623px;
		}
	.banner .right-corner {
			position: absolute;
			background:  url(../images/nav_right_corner.gif) no-repeat;
			width: 11px;
			height: 30px;
			bottom: 0px;
			left: 974px;
		}
	
			.banner .primary-nav li,
			.banner .primary-nav a {
				float: left;
				display: block;
			}
			
			.banner .primary-nav li {
				font-size: 1em;
				margin-left: -1px;
				padding: 10px 10px 0px 10px;
				font-weight: bold;
			}
			.banner .primary-nav li.current {
			background:  url(../images/nav_bullet.gif) no-repeat;
		}
		
/* content styles */

	.content {
		padding: 2em 3em;
	}
	
		.content h1 {
			font-family: "Times New Roman", serif;
			font-size: 2.2em;
			color: #999;
			margin-bottom: 1em;
			font-style: italic;
			font-weight: normal;
		}
		
			body.home .content h1 {
				color: #fff;
			}
		
		.content h2 {
			font-size: 1.2em;
			font-weight: bold;
			margin-bottom: 1em;
		}
		
		.content p,
		.content ul,
		.content ol {
			font-size: 1.2em;
			line-height: 1.4em;
			margin-bottom: 1em;
		}
		
			.content ul ul {
				font-size: 1em;
				margin-top: .5em;
			}
		
			.content .bio p {
				font-size: 1em;
				line-height: 1.2em;
			}
			
			.content .blockquote {
				width: 245px;
				padding: 10px;
				font-family: "Times New Roman", serif;
				background: #999;
				color: #fff;
				float: right;
				margin: 0 0 10px 20px;
			}
			
				.content .blockquote p {
					font-size: 1.3em;
					line-height: 1.2em;
					font-style: italic;
				}
				
				.content cite {
					font-size: 1em;
					line-height: 1.2em;
					margin-bottom: 2em;
					margin-left: 30px;
					display: block;
					font-style: italic;
				}
				
				.content .blockquote cite {
					font-size: 1em;
					line-height: 1.2em;
					font-family: verdana, arial, sans-serif;
					display: block;
					margin-bottom: 0;
					font-style: normal;
					color: #fff;
				}
		
		.content ul {
			list-style: square;
			margin-left: 14px;
		}
		
		.content ol {
			list-style: decimal;
			margin-left: 22px;
		}
		
		.content li {
			margin-bottom: 1em;
		}
		
		.content .bio {
			float: right;
			width: 116px;
			height: 180px;
			font-weight: bold;
		}
		
		.dir-map {
			float: right;
			margin: 0 0 20px 20px;
		}
/* home styles */

.home-header {
background: #a4d2fb;
width: 600px;
height: 270px;
}
.home-image {
position: relative;
top: 88px;
left: 20px;
}
.home-dots {
position: relative;
top: 111px;
left: 552px;
}
.home-content {
	background: #ececde;
	margin: 0 auto;
	width: 985px;
}
.home-content p {
	color: #666;
	width: 720px;
	font-size: 12pt;
	line-height: 26px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 200px;
}
/* left-col styles */
	
	.left-col {
		background:  url(../new/images/left-col_bg.gif) no-repeat;
		padding-top: 80px;
	}
	
		.left-col li {
			font-size: 1em;
			margin-bottom: 1.5em;
			font-weight: bold;
			margin-left: 20px;
			padding-left: 38px;
		}
		
		.left-col li.current {
			background:  url(../new/images/left-col_current_li_bg.gif) no-repeat;
		}

/* hCard Microformat styles */

	.vcard {
		font-size: 1.2em;
		line-height: 1.5em;
		margin-bottom: 3em;
	}
	
		.vcard .fn {
			font-weight: bold;
		}
		
		.vcard .org {
			display: none;
		}
		
	
