@charset "UTF-8";
/* CSS Document */

/* Layout */

* { margin:0; padding:0;}
p { margin: 7px 0 7px 0; }
img { border:0 }

img, div { behavior: url(/ss_css/iepngfix.htc); }

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background: url(/ss_images/bodybg.gif) repeat-x top #63abe0;
	/*background: #2f99d9;*/
}
#mainwrap {
	width:950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
#header {
	background: #63abe0; 
	padding: 25px 0 0px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#mainContent {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 5px 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
}
#epsLinks {
	padding: 10px;
	background: #ccc;
	text-align: center;
}
#footer {
/*	padding-top: 15px;
	background: #63abe0; 
*/	color:#DDD;
	text-align:center;
	font: 11px Arial, Helvetica, sans-serif;
	padding-top:10px;
/*	padding-bottom:18px;
*/}
h1, h2 {
	font-size: 15px;
	font-weight: bold;
	color: #63abe0;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-bottom: 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaa;
}
h2 {
	color: #603289;
	font-size: 13px;
}

.column_left  {width:210px; float:left}
.column_right {width:720px; float:left}
.col2 {width:445px; float:left; padding:10px; text-align: center}
.col3 {
	width:290px;
	float:left;
	padding:10px;
}
.col4 {width:210px; float:left; padding:10px;}
.clear 	{clear:both;}


/* Lists */


ol li {
	display:block;
/*	background:url(/ss_images/elements/bullet1.png) 2px 5px no-repeat; 
*/	padding:0px 0px 5px 15px;
}

ul li {
	display:block;
	background:url(/ss_images/elements/bullet1.png) 2px 5px no-repeat; 
	padding:0px 0px 5px 15px;
 	outline:none;
	list-style:none;
}

.download {
	background:url(/ss_images/elements/pdf.gif) -2px 2px no-repeat; 
}


/* Text Styles */
a {
	/*color:#63abe0;*/
	color:#497FA6;
	text-decoration:none;
	}
a:visited {
	color:#13AB68;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
} 

#footer a {
	color:#603289;
}


/* Elements */
.feed-button {
  padding: 5px 0;
}

.feed-button a, .feed-button a:visited {
  color: #444;
  padding: 5px 15px 5px 36px;
  background: #eee url("/ss_images/elements/rss_feed.png") no-repeat 15px 6px;
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #818181;
  border-bottom: 1px solid #565656;
  border-left: 1px solid #d7d7d7;
}

.feed-button a:hover {
  color: #ddd;
  background: #63abe0 url("/ss_images/elements/rss_feed.png") no-repeat 15px 6px;
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #969696;
  border-bottom: 1px solid #646464;
  border-left: 1px solid #f2f2f2;
}

.twitter-button a, .twitter-button a:visited {
  color: #444;
  padding: 5px 15px 5px 36px;
  background: #eee url("/ss_images/elements/twitter.png") no-repeat 15px 3px;
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #818181;
  border-bottom: 1px solid #565656;
  border-left: 1px solid #d7d7d7;
}

.twitter-button a:hover {
  color: #ddd;
  background: #63abe0 url("/ss_images/elements/twitter.png") no-repeat 15px 3px;
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #969696;
  border-bottom: 1px solid #646464;
  border-left: 1px solid #f2f2f2;
}
