@import "fonts.css";
@import "subNav.css";
a {
	color:#0068b3;
}
#container {
	margin:0px auto;
	width:950px;
	height:auto;
	border:1px solid #ccc;
	font-family:Arial;
	font-size:11px;
}
input, select {
	font-size:11px;
}
#header {
	width:inherit;
}
#headerImg {
	float:left;
	width:457px;
	height:102px;
	background-image:url(/images/web/header.gif);
	background-repeat:no-repeat;
}
#headerImg a {
	display:block;
	width:457px;
        height:102px;
}
#headerLinks {
	position:relative;
	float:right;
	top:40px;
	right:20px;
	width:200px;
	height:55px;
	color:#9d9d9d;
}
#headerLinks a {
	color:#0068b3;
}
#headerLinks #separater {
	position:absolute;
	right:74px;
	top:3px;
	height:10px;
	border-left:1px solid #9d9d9d;
}
#headerLinks #account {
	position:absolute;
	width:auto;
	height:10px;
	right:0px;
}
#headerLinks #moniker {
        position:absolute;
        width:auto;
        height:10px;
	right:80px;
}
#headerLinks #support {
	clear:both;
	position:absolute;
        width:auto;
        height:10px;
        right:0px;
	top:15px !important;
	top:18px;
}
#headerLinks #phone {
        position:absolute;
        width:auto;
        height:20px;
        right:0px;
        top:30px !important;
	top:33px;
	color:#666;
}


#navbar {
	clear:both;
	width:inherit;
	height:30px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px dashed red;
}
#breadCrumbs {
	padding-top:10px;
	padding-bottom:10px;
	margin-left:30px !important;
	margin-left:15px;
	float:left;
	color:#727272;
}
#breadCrumbs a {
	text-decoration:none;
	color:#727272;
}
#breadCrumbs #breadOn {
	color:#d10a0a;
}
#generalBox {
	font-size:14px;
}
#about {
       	clear:both;
        width:840px;
        height:auto;
        margin:-20px auto 10px auto;
	padding-bottom:15px;
	color:#6d6d6d;
	border-bottom:1px solid #9d9d9d;

}
#sectionDivider {
	width:950px;
	height:96px;
	margin:0px auto;
	background-image:url(/images/web/sectionDivider.gif);
}
#footer {
	clear:both;
	width:550px;
	height:auto;
	margin:10px auto 10px auto;
	text-align:center;
	color:#6d6d6d;
}
#footer a {
	color:#6d6d6d;
}
#legal {
	clear:both;
	width:220px;
	margin:10px auto 0px auto;
	text-align:center;
	color:#919191;
}
#legal a {
        color:#919191;
}

#emailHeader {
	width:904px;
	margin:0px auto;
}
#emailForm {
	width:902px;
	margin:0px auto;
	padding-top:15px;
	padding-bottom:15px;
	border-left:1px solid #a6a6a6;
	border-bottom:1px solid #a6a6a6;
	border-right:1px solid #a6a6a6;
}
#eventTitle {
        clear:both;
        position:relative;
        width:auto;
        height:30px;
        margin:0px 0px 0px 30px;
}
#eventTitle #submitBtn {
        position:absolute;
        right:0px;
        top:3px;
}
#eventLeftSide {
        position:relative;
        float:left;
        width:590px;
        height:inherit;
}
#eventRightSide {
        float:right;
        width:380px;
        height:auto;
        border:1px solid blue;
}
#generalContainer {
	clear:both;width:890px;margin:0px auto;height:auto;
}
.error{
	color:red;
}
.clearMe{
        clear:both;
        height:0px;
        margin:0px;
        font-size:1px;
        line-height:0px;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}












