/* CSS Document */
body {
	background-color: #88b4e1;
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(/images/background2.jpg);
	background-repeat: repeat-x;
	line-height: 1.4em;
}
h1 {
	color: #336;
	font-size: 1.6em;
	padding: 3px;
	line-height: 1.5em;
}

h2 {
	color: #336;
	font-size: 1.3em;
	padding: 3px;
	line-height: 1.4em;
}
h3 {
	text-decoration: underline;
	margin-left: 20px;
}

p {
	line-height: 1.4em;
}
ol li {
	margin-bottom: 7px;
}
ul li {
	list-style-image: url(/images/blueBullet.png);
	padding-bottom: 5px;
	padding-left: 5px;
	list-style-position: outside;
}
#navRow {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	text-align: left;
}
#navRow p {
	margin-left: 15px;
	font-size: .9em;
}
.outline {
	border: thin solid #003366;
}

#mainContent {
	margin-right: 20px;
	margin-left: 20px;
}

#leftNav {
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #996666;
}

#rightNav {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #993366;
}
#navigation {
	font-family: Garamond, "Lucida Sans", "Palatino Linotype", "Trebuchet MS";
}
#navigation a:link {
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin: 3px;
	padding: 2px;
}
#navigation a:visited {
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin: 3px;
	padding: 2px;
}
#navigation a:hover {
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC3300;
	margin: 3px;
	padding: 2px;
}
.important {
	color: #CC3333;
}


#share {
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
	clear: both;
}
#shareThis {
	float: right;
	clear: both;
	margin-bottom: 30px;
	margin-top: 10px;
}
.meetingsTable td {
	border: 1px solid #999;
}
/* Action icons */

/* If the url ends with the following file extentions, add these icons */
a[href $='.pdf'] { 
   background: url(/images/pdf.jpg) center right no-repeat;
   padding-right: 15px;
   /*padding-bottom: 10px;*/
}
a[href $='.zip'] { 
   background: url(/images/homepageimages/zipIcon.gif) center right no-repeat;
   padding-right: 20px;
}
a[href $='.txt'] { 
   background: url(/images/homepageimages/textIcon.gif) center right no-repeat;
   padding-right: 18px;
}
a[href $='.doc'] { 
   background: url(/images/homepageimages/wordIcon.gif) center right no-repeat;
   padding-right: 20px;
}
a[href $='.xls'] { 
   background: url(/images/homepageimages/xls.gif) center right no-repeat;
   padding-right: 20px;
}
a[href $='.wav'] { 
   background: url(/images/homepageimages/wav.gif) center right no-repeat;
   padding-right: 20px;
}
a[href $='.mov'] { 
   background: url(/images/homepageimages/quicktime.gif) center right no-repeat;
   padding-right: 20px;
}
a[href $='.csv'] { 
   background: url(/images/homepageimages/csvImage.jpg) center right no-repeat;
   padding-right: 20px;
}

/* End if the url ends with the following file extentions, add these icons */

/* If the url starts with the following items, add these icons */
a[href ^="mailto:"] {
   background: url(/prototype/images/mailto.gif) center right no-repeat;
   padding-right: 20px;
}

a[href ^="http://"] {
	background: url(/images/external.png) center right no-repeat;
	padding-right: 13px;
}
a[href ^="https://"] {
	background: url(/prototype/images/lock_icon.gif) center right no-repeat;
	padding-right: 18px;
}
/* End if the url starts with the following items, add these icons */
/* End action icons */

.plank {
	font-family: Arial, Helvetica, sans-serif;
	color: #930;
	text-decoration: underline;	
}