/* Elite Selection */
@import url("global.css");
@import url("nav.css");


/* Details */
div#details {
	color:#adadad;
	height:40px;
	line-height:3em;
	text-align:right;
	font-size:.9em;
}
div#details a {
	color:#adadad;
}
div#details a:hover {
	color:#adadad;
	background:#000;
}

/* Banner */
div#banner {
	margin:0 0 .1em;
}
div#logo {
	background:#171717;
	padding:10px;
}
div#logo.home {
	float:left;
	padding:72px 0;
	text-align:center;
	width:290px;
}

div#flash_banner {
	float:left;
	width:460px;
}

/* content */
div#content {
	background: url("../images/core/content_bg.gif") repeat-y;
	border-bottom:1px solid #fff;
}
div#content div.leftcol {
	float:left;
	width:509px;
}
div#content div.rightcol {
	float:left;
	width:240px;
}
div#content h1.home {
	background: url("../images/core/h1_home.jpg") no-repeat;
	height:131px;
	width:509px;
	margin:0 0 .1em;
}
div#content div.copy {
	border:1px solid #d1d1d1;
	color:4e4e4e;
	font-size:1.2em;
	line-height:1.8em;
	padding:0 10px;
	width:487px;
}
div#content div.copy p {
	margin:1em 0;
}
div#content div.copy h1, 
div#content div.copy h2, 
div#content div.copy h3, 
div#content div.copy h4, 
div#content div.copy h5, 
div#content div.copy h6 {
	border-bottom:1px solid #d1d1d1;
	padding:.5em 0;
	margin:.5em 0;
	font-weight:normal;
}
div#content div.copy h1 {font-size:1.3em;}
div#content div.copy h2 {font-size:1.2em;}
div#content div.copy h3 {font-size:1.1em;}
div#content div.copy h4 {font-size:1em;}
div#content div.copy h5 {font-size:.9em;}
div#content div.copy h6 {font-size:.8em;}

div#content div.copy ul {
	margin:1em 0 1em 3em;
}

div#content h1.hdr {
	background:#000;
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.7em;
	font-weight:normal;
	padding:1em .5em;
	text-transform:uppercase;
}

div#content div.copy .hdr {
	color:#bb0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
}
div#content div.copy .hdr a {
	color:#bb0000;
}

div#content h2.hdr {
	color: #000 !important;
}

div#content h2.hdr span {
	color: #FF0000;
}

div#content div.copy div.list {
	border:1px solid #dcdcdc;
	margin:1em 0;
	padding:0 .5em;
}
div#content .larger {
	font-size:1.2em;
}
div#content .smaller {
	font-size:.8em;
}
div#content div.img-r {
	float:right;
	padding:1em;
}
div#content div.img-l {
	float:left;
	padding:1em;
}
div#content img.img-bdr {
	border:1px solid #eee;
}
div#content input, div#content select, div#content textarea  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
}

/* panels */
div.panel {
	/*font-size:.9em;*/
	line-height:1.8em;
	margin:0 0 0 .1em;
	padding:.5em 0;
	width:240px;
}
div.panel a {
	color:#fff;
}
div.panel a:hover {
	color:#fff;
}
div.panel h1 {
	color:#fff;
	font-size:1.7em;
	font-weight:normal;
}
div.panel h2 {
	font-size:1em;
	font-weight:normal;
	text-align:left;
	margin:0 5px;
	padding:5px;
	display: block;
}
div#red a:hover {
	background:#390000;
}
div#red {
	background: #5C0000 url("../images/core/red_bg.gif") repeat-x;
	border-bottom:1px solid #fff;
	color:#edb9b9;
}
div#red div.list, div#red h1 {
	border-bottom:1px dashed #794949;
	margin:0 5px;
	padding:5px;
	width: 220px;
}
div#red div.list {
	float: left;
	clear: both;
	width: 220px;
	display: block;
}
div#red p {
	margin:0 5px;
	padding:5px;
}

.list ul { margin-left: 25px; }
.list ul li {}

.templatebullet { margin: 0; padding: 0;}

div#blk a:hover {
	background:#000;
}
div#blk {
	background: #2a2a29 url("../images/core/blk_bg.gif") repeat-x;
	color:#b0b0b0;
}
div#blk h1 {
	border-bottom:1px dashed #545454;
}
div#blk div.list, div#blk h1, div#blk p {
	margin:0 5px;
	padding:5px;
}

/* footer */
div#footer {
	background:#000;
	color:#b0b0b0;
	line-height:2em;
	padding:10px;
	width:730px;
	font-size:.9em;
}
div#footer div.leftcol {
	float:left;
}
div#footer div.rightcol {
	float:right;
}
div#footer ul {
	list-style-type: none;
}
div#footer ul li {
	display:inline;
}
div#footer ul li a {
	color:#b0b0b0;
	margin:0 .5em 0 0;
	width:auto;
}
div#footer ul li a:hover {
	color:#fff;
	background:none;
}
div#footer h1.webfirm {
	background: url("../images/core/webfirm.gif") no-repeat;
	height:21px;
	width:136px;
}

.accountingjobs {color: #B0B0B0;}
