@charset "utf-8";
/* CSS Document */

p {
	margin:12px 0;
	font-size:12px;
	line-height: 14px;
}

a {
text-decoration:none;
}

.top-line {
border-top: 1px solid #333333;
padding-top: 5px;
}

.top-dashed {
border-top: 1px dotted #333333;
padding-top: 5px;
}

.buttonLink:link, .buttonLink:visited {
	background-image: url('../../img/common/buttonBG.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	display:block;
	width: 194px;
	height:33px;
	line-height:33px;
	color:#fff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin: 10px 0;
}

.buttonLink:active, .buttonLink:hover {
	background-image: url('../../img/common/buttonBG.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

.buttonLinkText {
	padding-left:10px;
}

.blue {
	color:#275787;
}

#homeLogo {
	position:absolute;
	top:22px;
	left:32px;
}

#tagline {
	position:absolute;
	left:256px;
	top:255px;
}

#homeEntorian {
	position:absolute;
	left:832px;
	top:259px;
}

#intEntorian {
	position:absolute;
	left:828px;
	top:130px;
}

#homeNav {
	position:absolute;
	top: 127px;
	left:32px;
}

#homeNav a:link, #homeNav a:visited {
	width:195px;
	margin: 0px;
	padding: 0px;
	border:1px solid #fff;
	border-width: 1px 0 0 0 ;
	color:#fff;
	font-size:14px;
	display:block;
	height: 26px;
	line-height:26px;
	text-decoration: none;
}

#homeNav a:active, #homeNav a:hover, #homeNav a.selected:link, #homeNav a.selected:visited {
	background:#fff;
	color:#000;
}

#homeNav a span {
	padding-left:14px;
}

#sidebar1 #intNav {
	margin-top:0px;
	padding-top:0px;

}

#sidebar1 #intNav div {
	margin:0px;
	padding:0px;
	border:1px solid #726262;
	border-width: 0 0 1px 0;
}

#intNav a:link, #intNav a:visited {
	width:195px;
	margin: 0px;
	padding: 0px;
	color:#333;
	font-size:11px;
	font-weight:bold;
	display:block;
	height: 26px;
	line-height:26px;
	text-decoration: none;
	text-transform:uppercase;
}

#intNav a:active, #intNav a:hover, #intNav a.selected:link, #intNav a.selected:visited {
	color:#f01a26;
}

#intNav a span {
	padding-left:12px;
}

.leftColText {
	margin:6px 0 16px 0;
	font-size:12px;
	font-weight:bold;
	color:#626262;
}

.homeTitle {
	padding-top:16px;
	color:#f01a26;
	font-weight: bold;
	font-size:18px;
	line-height:20px;
}

#mainContent  {
	font-size:12px;
	line-height:18px;
	color:#242424;
}

#rightTitle {
	color:#626262;
	font-weight:bold;
	font-size:14px;
}

#sidebar2 p {
	margin:4px 0;
	font-size: 10px;
}

#roundedTable #top {
	width:510px;
	height: 7px;
	background-image: url('../../img/common/border_T.gif');
	background-repeat: no-repeat;
}

#roundedTable #bottom {
	width:510px;
	height: 7px;
	background-image: url('../../img/common/border_B.gif');
	background-repeat: no-repeat;
}

#rtContent {
	width:508px;
	border:1px solid #76756c;
	border-width: 0 1px;
	font-size:11px;
	line-height:13px;
}

#rtContent div {
	padding: 0 10px;
}

#rtContent p {
	margin:6px 0;
}

#rtContent ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#rtContent li {
	margin: 8px 0px;
	padding:0px;
}

#rtContent a:link, #rtContent a:visited {
	color:#242424;
}

#sidebar1 #intNav div.subNav {
	margin:0px;
	padding:0px;
	border:none;
	padding:0 0 13px 0;
}

#sidebar1 #intNav div.subNav a:link, #sidebar1 #intNav div.subNav a:visited {
	display:inline;
	height:18px;
	line-height:18px;
	color:#726262;
	padding-left:26px;
	text-transform:none;
	font-size:12px;
}

#sidebar1 #intNav div.subNav a:active, #sidebar1 #intNav div.subNav a:hover, #sidebar1 #intNav div.subNav a.selected:link, #sidebar1 #intNav div.subNav a.selected:visited {
	color:#975f17;
}

.intTitle {
	color:#f01a26;
	border:1px solid #627882;
	border-width:0 0 1px 0;
	font-weight: bold;
	font-size: 16px;
	padding-top:8px;
}

.intSubTitle {
	color:#275787;
	font-size: 14px;
	padding-top:4px;
}

#rightGraphicHeader {
	margin-top:26px;
	padding-top:8px;
	border:1px solid #627882;
	border-width: 1px 0 0 0;
}

#mainContent ul {
	list-style-type:square;
}

#mainContent ol, #mainContent ul {
	margin:0px;
	padding:0px;
	margin-left:24px;
}

#mainContent ol li {
	margin:8px 0px;
	padding:0px;
}

.formTable td, .formTable input, .formTable textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#form_box {
	width: 590px;
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	font:0.8em Arial, Helvetica, Sans-serif;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 2px;
}
 
#form_box div {
	padding: 0.2em 0.5em;
}
 
#form_box div.hr {
	border-bottom: 2px solid #e2e2e1;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}
 
#form_box p {
	float: left;
	margin: 4px 0pt;
	width: 120px;
}
 
 
#log {
	width: 590px;
	margin-top: 10px;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;
}

#mainContent a:link, #mainContent a:visited {
	color:#242424;
}

.source, #mainContent .source a:link, #mainContent .source a:visited {
	font-size:11px;
	color:#242424;
}

.rowBack, .alt { background-color:#dee3e7 }

.bbDashed { border-bottom:1px dotted #333; }

.intTitleGold {
	color:#975f17;
	border:1px solid #627882;
	border-width:0 0 1px 0;
	font-weight: bold;
	font-size: 14px;
	padding-top:8px;
}

p.bbDashed {
	margin:0;
	padding:10px 0;
}

tr.bbDashed td { border-bottom:1px dotted #333 }

#ab_profiles div.profile {
border-bottom: 1px dotted #7c807f;
padding-bottom:10px;
}

#ab_profiles div.profile img{ 
padding-top:10px
}