﻿/* CSS Document */

/************************************/
/* HTML Tag Overrides */
/************************************/
html {
     overflow: -moz-scrollbars-vertical;
}

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background:#ffffff url(images/Page_Bg.gif) repeat-x;
	color:#6D6D6D;
	font-size:.9em;
}

a:link {color:#6E95AD}
a:visited {color:#6E95AD}
a:hover {color:#6E95AD}

/************************************/
/* Template IDs */
/************************************/

/************************************/
/* GENERAL */
/************************************/
#MainWrapper {
	width:940px;
	margin:9px auto 0 auto;
	background-color:#fff;
}
#MainWrapperTop {
	width:940px;
	height:10px;
	background:url(images/MainWrapper_Top.gif) no-repeat;
	font-size:1px;
}
#MainWrapperContent {
	width:920px;
	padding:0 10px 10px 10px;	
}
#MainWrapperBottom {
	width:940px;
	height:10px;
	background:url(images/MainWrapper_Bottom.gif) no-repeat;
	font-size:1px;
}
#Header {
	width:919px;
	height:240px;
	background:url(images/Header_Bg.gif) no-repeat;
}
#HeaderButtons {
	left:450px;
	top:40px;
	position:relative;
	width:300px;
}
#HeaderLogo {
	left:60px;
	top:40px;
	position:relative;
	width:190px;
}
#ContentHolder {
	width:919px;
	margin:10px 0 10px 0;
}
#MenuColumn {
	float:left;
	width:210px;
	margin-right:9px;
	background-color:#396E8F;
}
#MenuColumn ul, #MenuColumn li {
	list-style:none;
	margin:0;
	padding:0;
}
#MenuColumn ul a:link, #MenuColumn ul a:visited {	
	width:190px;
	display:block;
	text-decoration:none;	
	text-align:right;
	color:white;
	padding-right:20px;
	padding-top:15px;	
	font-weight:bold;
	font-size:1em;
}
#MenuColumn ul a:hover 
{	
	text-decoration:underline;	
}
#PageContentColumn {
	float:left;
	width:700px;
}
#PageContentColumn a, a:visited {
	color:#6E95AD;
}
#Content {
	float:left;
	width:470px;
	margin-right:10px;
	color:#484848;
}
#Content a, a:visited {
	color:#EDA05A;
}
#Content h1 {
	width:460px;
	height:31px;
	background-color:#234E6F;
	color:#BACCD8;
	margin-top:0;
	padding-top:9px;
	padding-left:10px;
	font-size:1.25em;
}
#Content h2 {
	color:#214865;
	margin-bottom:0;
	padding-bottom:0;
	font-size:1.25em;
}
#Content h3 {
	color:#484848;
	margin-bottom:0;
	padding-bottom:0;
	font-size:1em;
}
#Content p {
	margin-top:0;
	padding-top:0;
}
#ContentRightColumn {
	float:left;
	width:220px;
	color:#E47F1B;
}
#PhotoHolder {
	height:240px;
	background-color:#E47F1B;
}
#ContentRightColumn h2 {
	color:#B96716;
	font-size:1.3em;
	margin-bottom:0;
	padding-bottom:0;
}
#ContentRightColumn a, a:visited {
	color:#E47F1B;
}



#ContentRightColumn ul {
	margin-top:0;
	padding-top:0;
}
#SideBar {
	float:left;
	width:220px;
	background:url(images/SideBarHeader_Bg.gif) no-repeat #E47F1B;
	color:white;
	padding-top:55px;
}
#FooterHolder {
	width:920px;
	height:230px;
}
#FooterLeftColumn {
	float:left;
	width:790px;
	height:230px;
	background:url(images/Footer_Left.gif) no-repeat top left #8CC63E;
	margin-right:40px;
}
#FooterRightColumn {
	float:left;
	width:90px;
	height:230px;
	background:url(images/Footer_Right.gif) no-repeat;
}
#EmailSignup {
	width:290px;
	padding:70px 0 0 60px;
	color:white;
}
#EmailSignup img {
	margin-bottom:10px;
}
#EmailSignup .Textbox {
	background:url(images/EmailSignup_Bg.gif);
	border:0;
	padding:7px 5px 0 5px;
	margin-bottom:10px;
	width:280px;
	height:23px;
	font-weight:bold;
	color:#666;
}
#EmailSignup a {
	color:white;
	font-size:.8em;
}
#CopyrightInfo {
	text-align:right;
	color:white;
	padding:20px 30px 0 0;
}
#CopyrightInfo a {
	color:white;
}

/************************************/
/* PORTAL */
/************************************/
#PortalLeftColumn {
	float:left;
	width:350px;
	margin:10px 10px 0 0;
}
#PortalRightColumn {
	float:left;
	width:340px;
	margin-top:10px;
}


	
/************************************/
/* Content Classes */
/************************************/

/************************************/
/* GENERAL */
/************************************/
.BlueText {
	color:#BACCD8;
}

/*HEADERS*/
.GraphicHeader {
	background-repeat:no-repeat;
	text-indent:-9000em;
	overflow:hidden;
	height:12px;	 
	text-align:left;
}
h1#About {
	background-image:url(images/470x40_SASHTO-AboutTitle.gif);
}
h1#Contact {
	background-image:url(images/470x40_SASHTO-ContactTitle.gif);
}
h1#PrivacyPolicy {
	background-image:url(images/470x40_SASHTO-PrivacyTitle.gif);
}
/************************************/
/* PORTAL */
/************************************/
.ConferenceBox {
	width:330px;
	height:110px;
	background:url(images/ConferenceBox_Top.gif) no-repeat #E47F1B;
	padding:10px 0 0 10px;
}
.ConferenceBox img {
	float:left;
	width:110px;
	height:110px;
}
.ConferenceBoxInfo {
	float:left;
	width:220px;
	height:110px;
	font-size:.7em;
	color:white;
}
.ConferenceBoxInfo h2 {
	font-size:1.3em;
	color:white;
	margin:0;
	padding-top:0;
	padding-left:10px;
}
.ConferenceBoxInfo p {
	margin:0;
	padding:0;
	font-size:1em;
	padding:0 10px 0 10px;
	height:65px;

}
.ConferenceBoxInfoLink {
	font-size:1em;
	background-color:#B96716;
	margin-top:4px;
	padding:5px 0 0 9px;
	height:20px;
}
.ConferenceBoxInfoLink a, a:visited {
	color:#EBC205;
}

.ConferenceBoxEnder {
	background:url(images/ConferenceBox_Bottom.gif) no-repeat;
	width:340px;
	height:10px;
	font-size:1px;
	margin-bottom:10px;
}

/************************************/
/* CONFERENCE */
/************************************/

.SideBarItem {
	padding:0 10px 0 10px;
}
.SideBarItem h3 {
	font-weight:bold;
	padding-bottom:0;
	margin-bottom:0;
	font-size:.9em;
}
.SideBarItem p {
	padding-top:0;
	margin-top:0;
	font-size:.9em;
}
.SideBarItem a, a:visited {
	color:white;
}
.SideBarItemDivider {
	width:220px;
	height:20px;
	background-color:#B96716;
	margin:20px 0 20px 0;
}
.ContentWrapper {
	padding-left:10px;
	padding-right:10px;
	margin-top:0;
	padding-top:0;
}

