/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.4 Arial, Verdana, sans-serif;
  background:#cccccc url(../images/page-bg.gif) repeat-x top left;
  text-align: center; 
  min-width: 760px;
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

p, li {
  font-size: 1.4em;
}

h1, h2, p {
  margin: 1em 0;
}

#wrapper {
  width: 930px; 
  margin: 0 auto; 
  text-align: left;
  background: #fff url(../images/wrapper-bg.gif) repeat-y left top;
  border: 3px solid #fff;
}

#branding h1 {
  margin: 0;
  text-indent: -5000px;
  background: #fff url(../images/header.gif) no-repeat top left;
  height: 95px;
}

#branding {
  height: 95px;
  background-color:#fff;
}

#content { 
  width: 715px;
  float: right; 
}

#flash-holder {
	height: 231px;
	margin-top: 4px;
	margin-bottom: 2px;
}

#main-content {
	background: #fff url(../images/content-bg.gif) repeat-x top left;
	padding: 5px;
}

#main-content p, li {
	font-size: 1.2em;
}

.content-column-1 {
	width: 300px;
	float: left;
	padding-right: 20px;
	margin-left: 20px;
	border-right: 1px dashed #6D6D6D;
}

.content-column-2 {
	width: 300px;
	float: left;
	padding-right: 20px;
	margin-left: 20px;
}

#main-content ul {
	margin-left: 25px;
}

#mainNav { 
  width: 210px; 
  float: left; 
} 

#side-navigation {
	background-color: #005A8E;
	height: 231px;
	margin-top: -10px;
	border-bottom: 4px solid #fff;
}

#side-navigation ul {
	margin-left: 15px;
	margin-top: -10px;
	margin-bottom: -5px;
	font-size: 0.85em;
	list-style: none;
}

#side-navigation li a {
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	background: url(../images/bullet-bg.gif) no-repeat left center;
}

#side-navigation li a:hover {
	text-decoration: underline;
}

#side-information {
	padding: 5px;
	color: #fff;
	width: 180px;
	margin: 0 auto;
}

#side-information p {
	line-height: 18px;
	font-size: 1.1em;
}

#read-more-button {
	text-align: right;
	margin-right: 10px;
}

#side-information h1 {
	color: #1E3FB3;
	border-left: 3px solid #1E3FB3;
	padding-left: 5px;
	font-size: 1.8em;
}

#footer { 
  clear: both; 
  background:#fff url(../images/footer-bg.gif) no-repeat top left;
  border: 4px solid #fff;
} 

#footer p {	
	font-size: 1.1em;
}

.clear {
	clear: both;
}

.alignright {	
	float: right;
	font-size: 0.8em;
	font-weight: bold;
}

.divider {
	height: 2px;
	border-bottom: 1px dashed #1E3FB3;
}

.picright {
	float: right;
	width: 175px;
	margin-left: 20px;
	margin-right: 5px;
}

.pic-right {
	float: right;
	width: 275px;
	margin-left: 20px;
	margin-right: 5px;
}

.smalltext {
	font-size: 0.8em;
}

/* Quotations markup */
.blockquote{
width: 623px;
margin: 0 auto;
background: url(../images/alt_quote_start.gif) 5px 5px no-repeat;
position: relative;
padding: 5px;
font-size: 1.1em;
margin-top: -7px;
}

.blockquote-short{
width: 623px;
margin: 0 auto;
background: url(../images/alt_quote_start-short.gif) 5px 5px no-repeat;
position: relative;
padding: 5px;
font-size: 1.1em;
margin-top: -7px;
}

#secondaryContent > blockquote {

}

p.quoteBody {
color: #363636;
font-size: 145%;
line-height: 1.2em;
font-weight: bold;
height: 45px;
padding: 0px 10px 0 15px;
margin-right: 20px;
text-align: left;
background: url(../images/alt_quote_end.gif) bottom right no-repeat;
}

p.quoteCite {
color: #9d0a0e;
font-size: 115%;
font-weight: bold;
text-align: right;
padding-right: 15px;
padding-bottom: 10px;
margin-bottom: 0;
margin-top: -12px;
}

p.quoteBody-short {
color: #363636;
font-size: 145%;
line-height: 1.2em;
font-weight: bold;
height: 25px;
padding: 0px 5px 0 15px;
margin-right: 20px;
text-align: left;
}

p.quoteCite-short {
color: #9d0a0e;
font-size: 115%;
font-weight: bold;
text-align: right;
padding-right: 20px;
padding-bottom: 10px;
margin-bottom: 0;
margin-top: -19px;
}
