@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #124E91;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
}
#container {
	width: 772px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #012F53;
	background-image:url(../images/contbg.png);
	background-repeat:repeat-y;
	margin-top: 10px; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom:10px;
	margin-left:auto;;
	margin-right:auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding-left:auto;
	padding-right:auto;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding-left:6px;
	border:0;
	width: 772px;
}

#header {
	margin: 0 0 0 0;
	padding-top:0px;
}

#breadCrumb {
	color:#FFFFFF;
	font-size:0.8em;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0 15px 10px;
}

#breadCrumb a {color:#FFFFFF; text-decoration:none;}
#breadCrumb a:hover {color:#FFFFFF; text-decoration:underline;}


#side-a {
	float: left;
	width: 380px;
	margin-left:10px;
	
}

#questionTop {
	background-image:url(../images/qa_bg_top.png);
	background-repeat:no-repeat;
	height:59px;
}

#question {
	background-image:url(../images/info_blue_top_bg.png);
	background-repeat: repeat-y;
	color:#012f53;
	text-align:left;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size:1.0em;
	font-smooth:always;
	font-weight:bold;
	padding:10px 15px 15px 10px;
}

#answer {
	background-image:url(../images/answer_bg.png);
	background-repeat:repeat-y;
	color:#F7F7F7;
	text-align:justify;
	line-height:1.5;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size:0.7em;
	font-smooth:always;
	font-weight:bold;
	margin:0;
	padding:10px 30px 20px 10px;
	min-height:255px;
}

#answer a {color:#FFFFFF; text-decoration:underline;}
#answer a:hover {color:#FFFFFF; text-decoration:underline;}


#location {
	background-image:url(../images/info_blue_top_bg.png);
	background-repeat: repeat-y;
	color: #012f53;
	text-align:left;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size:0.8em;
	font-smooth:always;
	font-weight:normal;
}

#questionBottom {
	background-image: url(../images/info_blue_bottom.png);
	background-repeat:no-repeat;
	height:35px;
}

#side-b { 
	float:left;
	width: 380px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#profile_top {
	background-image:url(../images/profile_bg_top.png);
	background-repeat:no-repeat;
	height:59px;
}

#profile {
	background-image:url(../images/info_blue_top_bg.png);
	background-repeat:repeat-y;
	color:#000000;
	line-height:1.5;
	text-align:justify;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size:0.8em;
	font-smooth:always;
	font-weight:bold;
	margin:0;
	padding:0px 25px 0px 10px;
	min-height:480px;
}

#profileBottom {
	background-image:url(../images/profile_bg_bottom.png);
	background-repeat:no-repeat;
	height:120px;
	text-align:center;
}

#case {
	margin-left:-15px;
}

#footer {
	clear: both;
	padding-top:10px;
}

#socialBadges {
	padding:10px 5px 10px 5px;
}

#disclaimer {
	text-align:justify;
	color: #FFFFFF;
	font-size:0.7em;
	padding-left:20px;
	padding-right:20px;
}

#disclaimer a {color:#FFFFFF; text-decoration:none;}
#disclaimer a:hover {color:#FFFFFF; text-decoration:underline;}
