/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #fff;
}

p {
	margin-bottom: 1em;
	line-height: 1.5em;
	}
	
hr { margin: 1em 0;}

a {
	
	}
a:hover {
	text-decoration: underline;
}

h2, h3 {
	margin: 1em 0;
}

h3 {
	background: #eee;
	padding: .25em;
}

ol, ul {
	margin-left: 2em;
	margin-bottom: 1em;
	line-height: 1.5em;
}

ol li {
	margin-bottom: 1.5em;
}

img { border: none;}

#wrapper { 
 margin: 0 auto;
 width: 722px;
}
#header {
 width: 700px;
 color: #333;
 padding: 10px;
 height: 100px;
 margin: 10px 0px 5px 0px;
}
#navigation {
	font-size: 1.25em;
	width: 700px;
	color: #999;
	padding: 10px;
	margin: 0px 0px 5px 0px;
}
#navigation a, #footer a, #navigation a:visited, #footer a:visited {
	color: blue;
	text-decoration: none;
}
#content { 
 width: 700px;
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 10px;
}
#footer { 
 width: 700px;
 color: #333;
 border-top: 1px dotted #ccc;
 margin: 2em 0px 10px 0px;
 padding: 10px;
}

.currentpage {
	font-weight: bold;
}

.pullout {
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.25em;
}

.photo_right {
	background: #FAFAFA;
	border: none;
	color: #888;
	padding: .5em;
	clear: right;
	float: right;
	margin-left: 1.571em;
	text-align: right;
}

.widget-right {
	margin-left: 1.5em;
	float: right;
}

.signatories li{
	font-size: 1.25em;
	line-height: 1.5em;
	list-style-type: circle;
}

.signatories a, .signatories a:visited {
	text-decoration: none;
}
.signatories a:hover {
	text-decoration: underline;
}



.signatories img {
	margin: 1em;
}

.highlight {
	background: #edff25;
}

.social-icons {
	float: left;
}
