@import url(nav.css);
@import url(dropmenu.css);
@import url(table.css);

/* @group Reset */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote
{
	padding:  0;
	margin:  0;
}
h1,h2,h3,h4,h5,h6,pre,code { font-size:  1em; }
a { text-decoration:  none; }
a img { border: none; }

/* @end */

/* @group Standard Elements */

body {
	color: #4e4e4e;
	font: normal normal 0.75em Tahoma;
	margin: 0px 0px 0px 0px;
	background-image: url(../imgs/core/bg.jpg);
	background-repeat: repeat-x;
}

div {
	margin: 0px 0px 0px 0px;
}

img, div {
    behavior: url("/css/resources/iepngfix.htc");
}

h1 {
    font: normal normal 1.6em Georgia;
    padding-bottom: 0.8em;

}
h2 {
    font-size: 1.4em;
    padding-bottom: 0.5em;
}
h3 {
    font-size: 1.3em;
    padding-bottom: 0.3em;
}

a,a:link,a:visited {
	color: #9d1f61;
	text-decoration: none;
}
a:hover{
    	text-decoration: underline;
}
li {
   list-style-position: inside;
}

/* @end */

/* @group Container ids */

#bsWrap {
	width: 800px;
	margin: 0 auto;
	min-height: 100%;
}
* html #bsMain {height:100%} 

#bsHeader {
    position: relative;
    height: 139px;
}

#bsInnerWrap1, #bsInnerWrap2 {
    width: 860px;
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 0 auto;
}
#bsInnerWrap1:after, #bsInnerWrap2:after {
    content:" ";
    display:block;
    clear:both;
}
#bsRight1, #bsRight2 {
    float:right;
    width:240px;
}
#bsMain1, #bsMain2 {
    margin-left: 25px;
    margin-right:280px;
} 
#bsMain2 {
    margin: 20px 20px 20px 20px;
    font-size: 1em;
    padding-left: 20px;
}
#bsRight2 {
    margin: 25px 10px 20px 10px;
    padding-right: 40px;
}

p.blurb {
	font: normal normal 1.15em Tahoma, regular;
	line-height: 200%;
}

#demoerror {
    float: left;
    padding: 20px 2% 0 2%;
    width: 49%;
    margin: 5px 0 5px 0;
}
#demoregister {
    float: left;
    padding: 20px 2% 20px 2%;
    width: 49%;
    margin: 5px 0 35px 0;
}
#register {
    float: left;
    padding: 20px 2% 20px 2%;
    width: 49%;
    border-right: 1px solid #333;
    margin: 5px 0 35px 0;
}
#loginregister emph {
    font-style: italic;
}

#login {
    float: left;
    padding: 20px 2% 20px 2%;
    width: 39%;
}
#loginregister li {
    text-align: right;
    list-style-type: none;
    padding: 5px 15px 0px 0px;
}

#logout {

}

.container
{
    margin: 0 0 0 0;
    width:  940px;
    background: url(../imgs/core/border_b.gif) no-repeat bottom left;
}
.contained
{
    margin: 0;
    padding:  10px 20px 10px 20px;
    background: url(../imgs/core/border_t.gif) no-repeat top left;
}

#demo {
	float: right;
	width:  240px;
	margin: 25px 10px 20px 10px;
    padding-right: 40px;
    padding-top: 110px;
}
#demo span {
	vertical-align: middle;
	margin: 0 auto;
}
.demolink {
    font:  normal normal normal 1.2em Tahoma,regular;
    color: #4e4e4e;
    line-height: 1.3em;
    margin: 10px 0 0 0;
}

#footer {
    padding: 0 40px 0 40px;
    clear:  both;
    margin: 75px auto 10px auto;
    font-size: 0.8em;
}

/* @end */

.emph
{
    font-style: italic;
}

.logo {
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: 1;
}
.logo img {
	vertical-align: top;
}
.logo img.logotext {
	padding: 25px 0 0 0;
}
.logo h2 {
    font:  italic normal normal 17px Georgia,serif;
    color: #fff;
    display: inline;
    position: absolute;
    right: 16px;
    bottom:  0px;
}

.login {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
        color: #c0470d;
}

.login a {
	color: #c0470d;
}

.login li {
	list-style-type: none;
	display: inline;
}

ul.hotlinks li {
	list-style-type: none;
	padding: 0 0 10px 0;
}

a.btn_orange, a.btn_orange span {
   position: relative; /* Elements move out of bounds to avoid overlap. */
   float: left; /* Wrap background images around elements according to content width. */
   background: url("../imgs/core/btn_orange.png") no-repeat; /* Draw same background image only once for each. */
   color: #fff;
   font:  normal normal normal 1.2em Tahoma,regular;
}

a.btn_orange {
   left: 15px; /* Nudge to the right to account for the left cap's outside movement. */
   margin-right: 15px; /* Fill space to the right, which is opened from relative positioning. */
   background-position: right; /* Move background for right-side cap. */
}
a.btn_orange span {
    right: 15px; /* Nudge to the left, outside of container so its background isn't visible. */
    padding-left: 55px; /* Indent text. */
    padding-right: 30px;
    display: block; /* Occupy entire button shape. */
    height: 50px; /* Occupy entire button height. */
    line-height: 50px; /* Center text on the button */
    cursor: pointer; /* IE < 8 */
}
a.btn_orange:hover{
    text-decoration: underline;
}


body.smallheader, body.smallheaderBare {
    color: #4e4e4e;
    font: normal normal 0.75em Tahoma;
    margin: 0 auto;
    width: 95%;
    min-width: 800px;
}

body.smallheader {
    background-image: url(../imgs/core/bgsmall.jpg);
    background-repeat: repeat-x;
}
body.smallheaderBare {
    background-image: none;
}

#bsHeaderSm {
	position: relative;
	height: 109px;
}
#bsHeaderSm2 {
	position: relative;
	height: 57px;
}
#footersm {
	clear:  both;
	margin: 10px auto;
	font-size: 0.8em;
}

.bsContent {
	margin: 0 40px;
}
.bsContent h2 {
	
}

.logosm {
	position: absolute;
	top: 3px;
	left: 25px;
	z-index: 1;
	width:  600px;
}
.logosm img {
	vertical-align: top;
}
.logosm img.logotextsmall {
	padding: 10px 0 0 0;
}

.logosm ul.loginsmall {
	display: inline;
	position: absolute;
	left: 105px;
	bottom:  24px;
}

.loginsmall {
	margin-top: 0px;
	margin-right: 0px;
}

.loginsmall, .loginsmall a {
	font:  normal normal normal 1.0em Georgia,serif;
	color: #c0470d;
}

.loginsmall li {
	list-style-type: none;
	display: inline;
}
.loginsmall  li.divider {
    color: #4e4e4e; 
}

ul.listbtns {
    list-style-type: none;
}
ul.listbtns li {
    padding: 5px 20px;
}
ul.listbtns li a {
    height: 50px;
    padding: 12px 15px 0 15px;
    font-size: 1.2em;

}
.more {
    display: none;
}
