/* THIS IS WHERE YOU PUT YOUR CLIENT STYLE OVERRIDES FOR COLOR, ETC. */

/* THIS STYLESHEET WILL ONLY HAVE STYLE ATTRIBUTES WITHIN IT. TO APPLY SPECIFIC STYLES TO A CLIENT, MAKE A STYLE.CSS IN THE CLIENT STYLESHEETS DIRECTORY AND ADD IN YOUR DIVS AND CLASSES. IF THERE ARE ANY QUESTIONS, CONTACT A STYLE PERSON FOR ASSISTANCE */


body, body.webprogram {	
	/* fallback (Opera) */
           background: #EEEEEE;
	/* Mozilla: */
	   background: -moz-linear-gradient(top, #E4E4E4, #FFFFFF);
	/* Chrome, Safari:*/
	   background: -webkit-gradient(linear,
	         left top, left bottom, from(#E4E4E4), to(#FFFFFF));
	/* MSIE */
	   filter: progid:DXImageTransform.Microsoft.Gradient(
	        StartColorStr='#E4E4E4', EndColorStr='#FFFFFF', GradientType=0);
	font-family: Helvetica,Arial,sans-serif;
	background-repeat: no-repeat;
	}
a:visited {
    color: #551A8B;
    text-decoration: none;
}

.wrap {
	background-color: transparent;
	}
	
/* Logo_topmenu section */

.logo {
	background-image: url('../images/sswrlogo.gif');
	background-repeat: no-repeat;
	height: 100px;
	}
	
.logo_menu {
	background-color: #FFFFFF;
	}

.topmenu {
	padding-top: 5px;
	}
	
.topmenu li {
	display: inline;
}

.topmenu li a {
	display: inline;
	padding: 3px;
	font-size: .85em;
	color: #0000EE
	}

.topmenu li a:visited {
	color: #551A8B;
    text-decoration: none;
	}
	
.contact li a{
	color: #000000;
	}
	
.contact li a:visited{
	color: #000000;
	}

/* Header title section */
.headertop {
	background-image: url('../images/header1.jpg');
	color: #FFFFFF;
	width: 100%;
	height: 111px;
	text-align: left;
    text-indent: 8%;
    width: 100%;
	}

.conference {
	font-size: 3.5em;
	}

.I {
		font-family: times, serif;
		color: #CCCC9D;
		}

.conftitle {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 4;
	width: 150px;
	}
		
/* Regular banner section */
.bannerimage {
	background-image: url('../images/banner_city2014.jpg');
	background-repeat: no-repeat;
	height: 186px;
	}

.banner {
	height: 186px;
	}
	
.registration {
	color: #FFFF00;
    float: right;
    font-family: Veranda,Arial,Helvetica,san-serif;
    font-size: 2em;
    font-weight: bold;
    padding-top: 5px;
	}

.titlesection{
	padding-top: 60px;
	}
	
.title1 {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 1.3em;
	line-height: 35px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-left: 10px;
	width: 500px;
		}
		
.title2 {
	background-color: #000000;
    color: #FFFFFF;
    font-size: 1.3em;
    line-height: 35px;
    margin-left: 40px;
    padding-left: 10px;
    width: 500px;
		}
		
/* Navigation and Sidebar */

.navigation {
	background-color: #FFFFFF;
	}

.sidebar h5, .sidebar_priority h5 {
	background-color: #FFFFFF;
	color: #FF6600;
	}

/* Content */
.content {
	background-color: #FFFFFF;
	}

.sidebar h4, .sidebar_priority h3, .content h2  {
	background-color: #FFFFFF;
	color: #0066DD;
	font-size: 1.2em;
	}

.subtext {
		margin-top: 20px;
		}
	
.session .number {
	background-color: #FFFFFF;
	color: #FF662A;
	}
	
.item .itemnumber, .itemset .itemnumber {
    margin-right: 2em;	
	color: #FF662A;
	font-weight: bold;
	}

.client {
		font-size: 1.2em;
		}

/* Footer */

.footer {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	}



		
/* Corrections for minimizing site */

/* Corrections for minimizing site */

html#range_3 .topmenu {
	font-size: .85em;
	}
	
html#range_2 .topmenu {
	font-size: .75em;
	}
	
html#range_1 .topmenu, html#range_0 .topmenu {
	display: none;
	}

html#range_0 .logo {
	background-image: url('../images/sswrlogo.gif');
	background-position: top right;
	background-repeat: no-repeat;
	height: 100px;
	}
	
html#range_0 .headertop{
	display: none;
	}

html#range_0 .bannerimage {
    display: none;
	}
	
html#range_0 .banner {
    background-image: url('../images/header1.jpg');
	background-repeat: no-repeat;
    border-bottom: 2px groove #666666;
    height: auto;
    margin: 0 -10px;
    min-height: 2em;
    padding: 0 0 10px;
	margin-right: 1%;
}

html#range_0 .banner h1 {
    background-color: transparent;
	}

html#range_0 .banner h1 div.bannertitle {
		background-color: transparent;
		}
	
html#range_0 .item .itemnumber {
    background-color: #FFFFFF;	
	color: #FF662A;
	margin-top: 0.5em;
    text-indent: 1em;
	}

html#range_0 .item .itemtitle, html#range_0 .itemset .itemnumber {
    margin-left: 6em;
    }

html#range_0 .content {
	width: auto;
	}
	
html#range_0 .banner h1 {
	padding-top: 40px;
	margin-right: 20px;
	background: transparent;
	}
	
html#range_0 .banner {
    background-image: url('../images/header1.jpg');
    background-color: #2EA934;
    border-bottom: 2px groove #2EA934;
    }	
    
html#range_0 .banner h1 div.bannertitle {
    background: transparent
    }	