/*
-----------------------------------------------
AMRG
Author:   Soapbox Studio
Version:  Sept 12, 2006
----------------------------------------------- */

/* Backgrounds
----------------------------------------------- */
.bkg {
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-y;
}
.main_bkg {
	background-image: url(../images/main_bkg.jpg);
	background-repeat: no-repeat;
}

/* General Styles
----------------------------------------------- */

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	margin-bottom:8px;
}
a.body:link {
	font-weight: bold;
	color: #8c0f04;
	text-decoration: underline;
}
a.body:visited {
    font-weight: bold;
	color: #8c0f04;
	text-decoration: underline;
}
a.body:hover {
    font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.header_red {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #8c0f04;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top:-5px;
}
.subheader_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8c0f04;
	text-decoration: none;
	line-height: 18px;
}
.body_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8c0f04;
}
.subheader_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
.box_top {
	width:549px;
	height:13px;
	background: url(../images/box_top.jpg) no-repeat;
}
.box_loop {
	width:519px;
	padding: 0px 15px 0px 15px;
	background: url(../images/box_loop.jpg) repeat-y;
}
.box_bottom {
	width:549px;
	height:13px;
	background: url(../images/box_bottom.jpg) no-repeat;
}
.testimonial_by_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8c0f04;
	font-style:italic;
}

.tq1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #8c0f04;
	font-style:italic;
}

.testimonal_large
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #757575;
}

.img_border {
	border: 1px solid #8c0f04;
}
.small_testimonials_red {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #8c0f04;
}
.small_testimonials_quote {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #8c0f04;
}
.small_testimonials_header {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #757575;
}
.small_testimonials_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.small_testimonials_by {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style:italic;
	color: #8c0f04;
}

/* Sidebar
----------------------------------------------- */
.sidebar_nav {
	background-image: url(../images/sidebar.jpg);
	background-repeat: no-repeat;
	border: 1px solid #8c0f04;	
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8c0f04;
	text-decoration: none;
	line-height: 19px;
}
a.nav:link {
	font-weight: bold;
	color: #8c0f04;
	text-decoration: none;
}
a.nav:visited {
    font-weight: bold;
	color: #8c0f04;
	text-decoration: none;
}
a.nav:hover {
    font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#why_amri {
	height:400px;
	width:172px;
	background: url(../images/why_amri_bkg.png) no-repeat;
	margin-top:10px;
	margin-bottom: 10px;
}
#small_testimonials {
	width:154px;
	border: 1px solid #8c0f04;
	background: #f4f0ea;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	text-align:center;
	padding: 8px 8px 8px 8px;
}

/* Main
----------------------------------------------- */

#main_banner {
	width:549px;
	margin-top:25px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #434343;
	text-align:center;
}
#large_testimonials {
	width:549px;
	margin-top:10px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	color: #757575;
	text-align:left;
}
#large_register {
	width:549px;
	margin-top:10px;
	text-align:center;
}
.content {
	width:549px;
}
#cert_register {
	width:255px;
	height:182px;
	background: url(../images/acls_cert.png) no-repeat;
	text-align:center;
	padding-top:60px;
	position: relative;
}
#recert_register {
	width:255px;
	height:182px;
	background: url(../images/acls_recert.png) no-repeat;
	text-align:center;
	clear:both;
	float:right;
	padding-top:60px;
	position: relative;
}

/* Footer
----------------------------------------------- */
.footer {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #afafaf;
	text-decoration: none;
}
a.footer:link {
	font-weight: normal;
	color: #afafaf;
	text-decoration: underline;
}
a.footer:visited {
    font-weight: normal;
	color: #afafaf;
	text-decoration: underline;
}
a.footer:hover {
    font-weight: normal;
	color: #000000;
	text-decoration: underline;
}


blockquote {
	position: relative;
	text-indent: 2em;
}
.bqstart,
.bqend { font-size: 300%; }
.bqstart {
	text-indent: 0;
	position: absolute;
	top: -0.2em;
	left: 0;
}
.bqend {
	position: absolute;
	margin-top: -0.2em;
	right: 0;
	text-indent: 0;
}
