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

body {
	margin: 0;
	padding: 0;
	/*background-image: url(/images/BGAlll.jpg);
	background-repeat: repeat;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer {
	background-image: url(/images/redesign01/Footeer-trans.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 100px;
	width: 707px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	color: #FFFFFF;
	clear: both;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c71203;
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b8b8b8;
}
#navigation {
	height: 42px;
	margin-left: -2px;
	margin-bottom: 10px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #166baf;
}
#wrapper {
	width: 667px;
	margin: 0 auto;
	background-image: url(/images/redesign01/BGWrapper-trans.png);
	background-repeat: repeat-y;
	padding: 0 20px 10px 20px;
}
/*#rightborder {
	position: relative;
	background-image: url(/images/BGRight-trans.png);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0px;
	margin-right: -12px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
*/
img.storypic {
	padding: 3px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
h1 {
	height: 228px;
	background-image: url(/images/redesign02/BGTop.jpg);
	background-repeat: repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1 span {
	background-image: url(/images/BGH1-trans.png);
	width: 707px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 228px;
	text-indent: -9999px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#home-b h1 span {background-image: url(/images/BGH1b.jpg);}
#home-c h1 span {background-image: url(/images/BGH1c.jpg);}

#callout {
	float: right;
	width: 222px;
	padding: 10px;
	margin: 0 0 0 10px;
}
#callout h2 {
	padding: 0;
	margin: 0;
	background: none;
}

#footer a {
	color: white;}
	
#random-images {
	position: absolute;
	height: 228px;
	width: 707px;
	top: 0;
	left: 50%;
	margin-left:-353px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: none;
}

.rounded-corners {
	border: 1px solid black;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    behavior: url(http://www.psi-solutions.org/styles/border-radius.htc);
    border-radius: 20px;
	position:relative;
}

.light-blue {
	background-color:#C2EBF6;	
}
.light-blue h3 {
	color: #007293;
	text-align:center;
}
.medium-blue {
	background-color:#99DFF0;
	color: #007293;
}
.light-orange {
	background-color:#FFD6A0;
}
.light-orange h3 {
	color: #007293;
	text-align:center;
}
.light-yellow {
	background-color:#FFFAA3;
}
.yellow {
	background-color:#FFF323;
}
.orange {
	background-color:#FFB048;
}
.dark-gray {
	background-color:#636466;
}
.almost-black {
	background-color:#241F20;
}
#experts {
	font-size: 12px; 	
}
#experts h3 {
	color: white;
	font-size: 14px;
	padding:10px;
	text-align:center;
}
#experts h4 {
	color: black;
	font-size: 14px;
	padding:10px;
	text-align:center;
	border-bottom:1px solid black;
	margin:0 -10px;
}
#experts a {
	color: #CC120E;
	font-style:italic;
	text-decoration:none;
}
.left-half {
	float: left;
	width: 50%;
}
.right-half {
	float: right;
	width: 50%;
}
.left-third {
	width: 33%;
	float: left;
	padding: 10px;
	margin-right: 25px;
}
