@import url("forms.css");
/* --- Basic html --- */
body {
	background: #CCCC99 url(http://www.ascentgroup.com/images/sand.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
p {
	line-height: 18px;
	margin: 0px;
}
a:link, a:visited {
	text-decoration: none;
	color: #0A4C80;
}
a:hover, a:active {
	text-decoration: underline;
}
a img {
	border-style: none;
}
ul {
	list-style-type: disc;
	margin: 12px;
	padding: 0px;
}
li {
	line-height: 16px;
	padding: 0px;
	margin: 10px;
}
h1 {
	background: url(http://www.ascentgroup.com/images/ag_logo_907.png) no-repeat 20px 10px;
	text-indent: -999px;
	margin: 0px;
	z-index: 3;
	line-height: 100px;
}
h1 a {
	background: url(http://www.ascentgroup.com/images/ag_logo_907.png) no-repeat;
	height: 85px;
	width: 135px;
	left: 20px;
	top: 10px;
	position: absolute;
}
/* --- Layout --- */
#wrapper {/* contains everthing, centers page*/
	width: 777px;
	background: #FFFFFF;
	margin: 8px auto;
	position: relative;
}
#branding {/* top content, logo*/
	z-index: 1;
	background: #1D3348 url(http://www.ascentgroup.com/images/bluetop.jpg) no-repeat;
	height: 100px;
	width: 777px;
}
#maindiv1 {/* main content div, has minimum height for newer browsers */
	background: url(http://www.ascentgroup.com/images/shade.gif) no-repeat;
	padding: 20px 30px;
	border-right: 1px solid #1D3348;
	border-bottom: 1px solid #1D3348;
	border-left: 1px solid #1D3348;
	min-height: 400px;
}
#footer {
	background: url(http://www.ascentgroup.com/images/footer.gif) no-repeat;
	font-size: 11px;
	height: 30px;
	clear: both;
	padding-left: 30px;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
}
#footer li {
	float: left;
	position: relative;
	padding-right: 30px;
	line-height: 30px;
	margin: 0px;
}
/* --- Float, space, divide --- */
.cleardiv {
	clear: both;
}
.clearLine {
	clear: both;
	border-bottom: 1px solid #000000;
	height: 5px;
	margin: 15px 0px;
}
.clearShadow {
	background: url(http://www.ascentgroup.com/images/shade.gif) no-repeat center;
	clear: both;
	padding: 20px 0px;
}
.floatrt {
	float: right;
}
.floatlft {
	float: left;
}
.addspace {
	margin: 15px;
	padding: 0px;
}
/* --- Navigation bars --- */
#navbar {
	background: #E7ECF1;
	background: url(http://www.ascentgroup.com/images/nav_vert.gif);
	height: 23px;
	width: 550px;
	z-index: 2;
	left: 224px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	top: 74px;
}
#navbar ul {
	list-style-type: none;
	margin: 0px;
}
#navbar li {
	width: 109px;
	line-height: 23px;
	text-align: center;
	border-right: 1px solid #CCCCCC;
	float: left;
	margin: 0px;
}
#navbar a {
	display: block;
	height: 23px;
}
#navbar a:hover, .selected a {
	background: #29455F;
	color: #FFFFFF;
}
.selected a:visited {/* so link stays white */
	color:#FDFDFD}
#publinks {
	background: #CCCAAA url(http://www.ascentgroup.com/images/pubs_vert.gif) repeat-x;
	border: 1px solid #1D3448;
	height: 32px;
	line-height: 32px;
}
#publinks ul {
	list-style-type: none;
	margin: 0px;
}
#publinks li {
	float: left;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	line-height: 32px;
}
#publinks a {
	padding: 0px 1em;
}
.pubhead {
	font-size: 11px;
	font-weight: normal;
	float: left;
	margin: 0px 0px 0px 30px;
}
/* --- Main content --- */
#flashBox {/* the Flash container */
	float: right;
	height: 400px;
	width: 270px;
}
#flashBox2 {
	float: right;
	height: 400px;
	width: 400px;
}
#flashBox p, #flashBox2 p {/* Alt content if Flash unavailable */
	margin: 20px;
}
#imageviewer {
	margin: 10px 0px 0px 10px;
}
#content1 { /* Set width creates left column */
	width: 430px;
	float: left;
}
#content1 p {
	margin-bottom: 8px;
}
.content2 {
	width: 460px;
	float: right;
	margin-bottom: 20px;
}
 /* White paper content */
 #longdoc {
}
#longdoc p {
	text-indent: 1em;
	margin: 8px 0px 0px;
}
#longdoc h3 {
	font-size: 16px;
	line-height: 22px;
	margin: 0px;
}
#longdoc h4 {
	font-size: 14px;
	margin: 15px 0px 0px;
}
#longdoc h5 {
	font-size: 13px;
	margin: 10px 0px 0px;
}
#longdoc img {
	margin: 15px;
}
/* --- Big link bars - a class for dl tag (definition list), also on reply pages */
.mainLinks {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	width: 400px;
	float: left;
}
.mainLinks dt {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	text-indent: 20px;
	margin-top: 25px;
}
.mainLinks dt a {
	font-weight: normal;
	display: block;
	height: 30px;
}
.mainLinks a:link, .mainLinks a:visited {
	color: #FFECBD;
	background: url(http://www.ascentgroup.com/images/linkbar.jpg) repeat-y;
	text-decoration: none;
}
.mainLinks a:hover {
	background: #487096;
	color: #FFFFFF;
	text-decoration: underline;
}
.mainLinks dd {
	margin-top: 3px;
	padding: 0px;
	margin-left: 30px;
}
/* --- Inset boxes ---  */
.insetbox { /* about page shaded bkgrd*/
	background: #F6F3DD;
	float: right;
	width: 250px;
	border: 1px solid #1D3348;
	margin: 0px 0px 15px 15px;
}
.insetbox2 { /* sda pub info pages*/
	float: right;
	width: 250px;
	border: 1px solid #1D3348;
	clear: right;
	margin: 0px 0px 15px 15px;
}
.insetbox3 {/*on thanks-redirect pages*/
	float: right;
	width: 250px;
	border: 1px solid #1D3348;
	margin-top: 25px;
}
.insetbox3 h3 {/*thanks pages message head*/
	font-size: 15px;
	border-bottom: 1px solid #000000;
	margin: 15px;
	padding-bottom: 3px;
	text-align: center;
}
.insetbox h4, .insetbox2 h4, .insetbox3 h4 {
	font-size: 14px;
	margin: 15px;
	padding: 0px;
	line-height: 17px;
}
.insetbox p, .insetbox2 p, .insetbox3 p {
	line-height: 16px;
	padding: 0px;
	margin: 15px;
}
/* --- SDA publications main --- */
.pubitem {
	width: 340px;
	float: left;
	margin: 0px 0px 20px 10px;
	height: 160px;
}
.pubitem h5 {
	font-size: 14px;
	margin: 0px;
	padding: 30px 30px 10px 0px;
}
.pubitem p {
	line-height: 16px;
	margin: 0px 0px 6px;
	font-size: 12px;
}
.pubitem img {
	float: left;
	margin: 15px 15px 0px;
}
.pubTitleNew {
	background: url(http://www.ascentgroup.com/sda/images/new.gif) no-repeat 130px 0px;
}
/* --- Order buttons, links --- */
.orderlink {/*Order Now button*/
	font-weight: bold;
	text-align: center;
	margin: 15px;
}
.orderlink a {
	display: block;
	font-size: 16px;
	line-height: 28px;
	width: 220px;
	background: #1D3348;
}
.orderlink a:link , .orderlink a:visited {
	color: #FDFDFD;
}
.orderlink a:hover {
	background: #990033;
}
.orderline {/*bottom of pub and services pages*/
	margin-top: 20px;
}
/* --- text styles --- */
.pagehead {
	border-bottom: 1px solid #000000;
	margin: 0px 0px 15px;
	font-size: 14px;
	position: relative;
}
.pagehead2 {
	border-bottom: 1px solid #000000;
	margin: 0px;
	font-size: 14px;
	position: relative;
}
.pagepath {
	font-size: 11px;
	margin: 4px 0px 15px;
}
.pagepath li {
	display: inline;
	margin: 0px;
}
.contact {
	float: right;
	width: 260px;
	margin-left: 35px;
}
.copyright {
	float: right;
	width: 290px;
	font-size: 11px;
	line-height: 30px;
	margin: 0px;
}
.smalltxt {
	font-size: 12px;
}
.smallertxt {
	font-size: 11px;
}
.longtxt {
	text-indent: 1em;
	margin-bottom: 8px;
}
.linklist {
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
.linklist a {
	background: url(http://www.ascentgroup.com/images/arrow.gif) no-repeat 0px 4px;
	padding-left: 35px;
	display: block;
	text-indent: -10px;
	width: 260px;
}
.listoptions {
	background: url(http://www.ascentgroup.com/images/arrow.gif) no-repeat 0px 10px;
	padding-left: 35px;
	display: block;
	text-indent: -10px;
	line-height: 30px;
}
.tightlist {
	margin: 10px 0px 10px 20px;
	list-style-type: none;
}
.tightlist li {
	margin: 0px;
	line-height: 18px;
}
.title1 {
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 12px;
}
.title2 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.columnhalf {
	margin: 0% 0% 0% 4%;
	float: left;
	width: 45%;
	display: inline;
}
.columnhalf ul {
	list-style-type: none;
	margin: 0px;
}
.columnhalf li {
	font-size: 11px;
	margin: 0px 0px 12px;
	line-height: 12px;
}
.center {
	text-align: center;
}
.boldtxt {
	font-weight: bold;
}
.txtred {
	color: #CC0000;
}
.titleInText {/*to reference a publication in running text*/
	font-style: italic;
	font-weight: bold;
}
