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

* { font-size: 99%; margin: 0; padding: 0; }

html { height: 100%; }

body {
	margin: 0px;
	text-align: center;
	background-color: #FFF;
	color: #666;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	width: 625px;
}
p, ul, li, h1, h2, h3  { margin: 0 0 .8em 0; }

p {
	text-align:left;
	margin: 0em 0 0.9em;
}


/* Headings ________ */
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
}
/* =Body Content
----------------------------------------------- */
#container {
	height: auto;
	width: 595px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}
#group-container {
	height: auto;
	width: 570px;
	padding: 0px 15px 5px;
	margin-top: 10px;
}
#top {
	height: auto;
	width: 570px;
	
}
#content {
	height: auto;
	width: 570px;
}
#content-left {
	float: left;
	height: auto;
	width: auto;
}
#content-center {
	height: auto;
	width: 240px;
	float: left;
	padding-left: 25px;
	text-align: center;
}
#content-center-1 {
	height: auto;
	width: 240px;
	float: left;
	text-align: center;
}
#content-right {
	float: right;
	height: auto;
	width: auto;
}
#content-right-1 {
	float: right;
	height: auto;
	width: 164px;
	padding-right: 5px;
}
#block-q-highlight  {
	height: auto;
	width: 100px;
	float: left;
}
#box-l {
	height: auto;
	width: 125px;
	float: left;
}
#box-r {
	height: auto;
	width: 125px;
	float: right;
}
#box-c {
	height: auto;
	width: 125px;
	float: left;
	padding-left: 35px;
}
#content-2 {
	clear: both;
	height: auto;
	width: 565px;
}
#content-bottom {
	float: left;
	height: auto;
	width: 585px;
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 15px;
	clear: both;
}
/* =Anchors
----------------------------------------------- */
a img { border: none; }

a:link {
	background: transparent;
	text-decoration: none;
	color: #666;
	line-height: 1em;
	font-size: 11px;
}

a:visited, a:hover, a:focus, a:active {
	background: transparent;
	color: #3399cc;
	text-decoration: none;
	font-size: 11px;
}

/* =Misc
----------------------------------------------- */
.small {
	text-align: center;
	font-size: 11px;
	font-style: italic;
	color: #600;
}
.pstyle-1 {
	text-align: center;
	line-height: 100%;
	margin: 0px;
}
.pstyle-1 a {
	text-align: center;
	line-height: 100%;
	margin: 0px;
	color: #03F;
}
.button-calculate {
	color: #FFF;
	background: url(../addisons/helpers/images/adbutton.jpg);
	text-align: center;
}
#button {
	font-weight: bold;
	color: #39F;
	background-color: #FFC;
	text-align: center;
	height: 20px;
	width: 45px;
	float: none;
}
.button {
	visibility: hidden;	
	
	
}
.buttontest {
	font-weight: bold;
	color: #CCC;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-bottom: 15px;
}
.align-center {
	text-align: center;
}

#block-q-highlight, #block-q-highlight-top {
	height: auto;
	width: 450px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 40px;
	padding: 15px;
}
#block-q-highlight {
	background: #ECFFFF;
	border: medium double #3399cc;

}
#block-q-highlight-top {
	background: #FFF;
	border: medium double #999;

}
