@import url(header.css);

.social-link-wrap {
	margin: 0 auto;
	text-align:center
	}

#contentWrap *, #sidebar * {
  /*outline: 1px solid black;*/
}

/* General Styles */
p, ul, table {
	color: #2f6681;
}
a:focus {
    outline: none;
}    
strong {
	font-weight: bold;
}
h1, h2, h3, h4, h5 {
	color: #444;
	margin-bottom: 1em;
}
h3 a {
  text-decoration: none;
  color: #444;
}
h1 {
  font-size: 197%;
}
h2 {
	font-size: 167%;
}
h3 {
	font-size: 138.5%;
}
h4 {
  font-size: 108%;
}
p {
  margin-bottom: 1em;
}
ul {
  margin-left: 2em;
  margin-bottom: 1em;
}
ul li {
	list-style: disc outside;
}

/* Quote 
***************/

blockquote {
	color: #2f6681;
	font-style: italic;
	width: 21em;
	*width: 20em;
}
cite {
	color: #2f6681;             
	border-top: 1px solid #CCC;
	display: block;
	padding-top: 0.5em;	
	margin-top: 1em;
	margin-bottom: 1em;
}





/* Container */
#container {
	margin-top: 3em;
}
 
/* Box */
.box {
  clear: both;
  float: left;
  width: 100%;
  _width: 99%;  /* ie6 hack */
  margin-bottom: 1em;
  border: 1px solid #CCC;
  background-image: url(../img/box_bot_white.jpg);
  background-color: white;
  background-repeat: repeat-x;
  background-position: bottom left;
  text-align: justify;
}
.box h3, .box h2{
  background-image: url(../img/box_top_white.jpg);
  background-repeat: repeat-x;
  padding: 0.25em;
  border-bottom: 1px solid #CCC;
  margin: 0;
  text-align: center;
}
.box .wrap h3, .box .wrap h4 {
  background: none;
  padding: 0;
  /*border: none;*/
  margin-bottom: 1em;
  text-align: left;
}
.box .wrap {
  float: left;  
  display: inline; /* ie6 hack */
  padding: 1em;
}
.box .text {
  float: left;
}
.box .text p {
	margin-left: 1em;
}
.box p {
  color: #2f6681;  
}
.box .image {
  float: left;
}
.box .image .wrap {
  border: 1px solid #CCC;
}
.box .image img {
  width: 100%;
}

.alert {
  display: none;
  
  position: fixed;
  top: 17%;
  left: 50%;
  
  margin-left: -13em;
  width: 26em;
}
.alert .wrap {
  width: 24em;
}

/* Small box styles, overwridden elsewhere */

.box .image {
  width: 35%;
}
.box .text {
  width: 65%;
}

/* Footer */

#ft {
	margin-top: 1em;
}
#ft p {
	margin-top: 1em;
	text-align: center;
}

/* Clickable */

.hover, #quote:hover {
	background: white;
	cursor: pointer;
}

.more {
  text-align: right;
  margin-bottom: 0;
}

.small {
	text-align: left;
}

/* Ads */
#ads {
	margin-bottom: 10px;
}
#ads2 {
	margin-top: 10px;
}
