@charset "UTF-8";
/* CSS Document */

/* layoutstyles.css */
/* Universal style rule */
*{
	/* Block all browser default margins and padding */
	margin: 0;
	padding: 0;
	height: auto;
	color: #333;/* Temporary borders *//* border: dashed 1px #f00; */
}



#wrapper{
width: 700px;
/* Center the wrapper */
/* Put 20px margin above the wrapper */
/* Set right and left to auto for centering */
margin: 20px auto 20Px auto;
background-color:#FFF;
border: 0 thin 0 thin;
}

#branding{
	background-color:#000;
	height:90px;
}

#navbar{
	height:auto;
}

#titlebar{
	text-align:left;
	line-height:1.8em;
	letter-spacing:-0.05em;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:1.5em;
	font-style:italic;
	background-image:url(images/gradient.jpg);
	color:#7F0000;
	text-transform: uppercase;
	height: 45px;
	text-indent: 2em;
}


#leftcolumn{
	/* Remember, content left margin must match this width */
	width:150px;
	height:auto;
	float:left;
	background-color:#eee;
	overflow:auto;
	border-bottom:groove;
	border-bottom-color:#FFF;
	color: #900;
		}
		
	
#eventstitle {
	background-color:#E6E6E6;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:small;
	width:146px;
	border-bottom:groove;
	border-bottom-color:#FFF;
	text-align:center;
	color:#333;
	height:1.5em;
	font-weight: bold;
	bottom: .5em;
}

#events {
	font-family:Helvetica, sans-serif;
	font-size:small;
	border:thick;
	width:137px;
	height:auto;
	margin-bottom:10px;
	text-align:right;
	color:#333;
	overflow:hidden;
	line-height: 15px;
}

#extras {
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	border:thick;
	width:150px;
	height:auto;
	margin-bottom:0px;
	color:#FFF;
	overflow:hidden;
	line-height: 15px;
	float: left;
	background-color: #FFF;
	border-right-color: #CCC;
}

#headline1 {
	font-family:Helvetica, sans-serif;
	font-size:small;
	border:thick;
	width:97%;
	height:auto;
	margin-bottom:1em;
	text-align:left;
	color:#FFF;
	overflow:hidden;
	line-height: 15px;
	border-right-color: #333;
	border-bottom-color: #333;
}

#headline2 {
	font-family:Helvetica, sans-serif;
	font-size:small;
	border:thick;
	width:97%;
	height:auto;
	margin-bottom:1.5em;
	text-align:left;
	color:#FFF;
	overflow:hidden;
	line-height: 15px;
	border-right-color: #333;
	border-bottom-color: #333;

}
#headline3 {
	font-family:Helvetica, sans-serif;
	font-size:small;
	border:thick;
	width:97%;
	height:auto;
	margin-bottom:1em;
	text-align:left;
	color:#FFF;
	overflow:hidden;
	line-height: 15px;
	border-right-color: #333;
	border-bottom-color: #333;

}
#headline4 {
	font-family:Helvetica, sans-serif;
	font-size:small;
	border:thick;
	width:97%;
	height:auto;
	margin-bottom:1em;
	text-align:left;
	color:#FFF;
	overflow:hidden;
	line-height: 15px;
	border-right-color: #333;
	border-bottom-color: #333;

}
#headline5 {
	font-family:Helvetica, sans-serif;
	font-size:small;
	border:thick;
	width:97%;
	height:auto;
	margin-bottom:1em;
	text-align:left;
	color:#FFF;
	overflow:hidden;
	line-height: 15px;
	border-right-color: #333;
	border-bottom-color: #333;

}
#headline6 {
	font-family:Helvetica, sans-serif;
	font-size:small;
	border:thick;
	width:97%;
	height:auto;
	margin-bottom:1em;
	text-align:left;
	color:#FFF;
	overflow:hidden;
	line-height: 15px;
	border-right-color: #333;
	border-bottom-color: #333;

}
/*********** RIGHT COLUMN SECTION ***************/

#rightcolumn{
	background-color:#EEE;
	width:14em;
	float:right;
	margin: 0 0 2px 0;
	padding:10px;
	line-height:1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666;
	border-top:thin #808080;
	border-bottom:groove #808080;
}

#addressblock{
	background-color:#fffffe;
	float:right;
	margin: 0 2em 0 0;
	padding:6px;
	line-height:.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#333;
	border-top:thin #808080;
	border-bottom:groove #808080;
}

/* Unvisited and visited links in rightcolumn */
#rightcolumn, #whatsonthispagecontent a:link, #rightcolumn, #whatsonthispagecontent a:visited  {
	color:#666;
	text-decoration:none;
}
/* Hover links in rightcolumn */
#rightcolumn, #whatsonthispagecontent a:hover{
	color:#900;
}

/* Active link in rightcolumn */
#rightcolumn, #whatsonthispagecontent a:active{
}

#emailalerts {
	background-color:#EEE;
	font-family:"Courier New", Courier, monospace;	
	width:14em;
	font-size:small;
	font-weight:bold;
	border-bottom:groove;
	border-bottom-color:#900;
	text-align:center;
	color:#900;
	margin-bottom:1em;
}

#whatsonthispage {
	background-color:#EEE;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:14em;
	font-size:small;
	font-weight:bold;
	border-bottom:groove;
	border-bottom-color:#900;
	letter-spacing:-5;
	text-align:center;
	color:#630000;
	margin-bottom:1em;
}
#whatsonthispagecontent {
	background-color:#EEE;
	width:14em;
	float:right;
	margin: 0 0 2em 0;
	padding:10px;
	line-height:2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666;
	border-top:thin #808080;
	border-bottom:groove #808080;
}

/*********** HOMEPAGE CONTENT SECTION ***************/
#content {
	/* Remember, left margin must match leftcolumn width */
	margin-left:160px;
	color:#000;
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	margin-right:2em;
	
}

/* Styles h1, h2, and h3 style rules in the content division */
#content h1 {
	font-family:Verdana, Geneva, sans-serif;
	color:#780000;
	font-weight:bold;
	font-style:italic;
	font-variant:normal;
	letter-spacing:-5%;
	font-size:1.5em;
	margin-top:0.75em;
	/* background-image:url(images/heading2.gif); 
	background-repeat:no-repeat; */
}

#content h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#780000;
	font-weight:bold;
	font-style:normal;
	/* font-variant:small-caps; */
	letter-spacing:-5%;
	width:400px;
	font-size:1.25em;
	margin-top:0.5em;
}

#content h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#780000;
	font-weight:normal;
	font-style:normal;
	font-variant:small-caps;
	font-size:1em;
	margin-top:0.5em;
}

/* Unvisited and visited links in content */
#content a:link, #content a:visited {
	color:#333;	/* text-decoration:none; */
	/*font-weight:bold; */
}
/* Hover links in content */
#content a:hover{
	color:#900;
	text-decoration:none;
}
/* Active link in content */
#content a:active{
	color:#666;
	text-decoration:none;
}

/* Applies to unordered lists in the content division */
#content ul{
padding-left:40px;
}

/* Spacing between the lines */
#content p{
	line-height:1.25em;
	padding:0.5em;
	margin-left:0.5em;
	color: #000;
}

/************** INSIDE PAGE CONTENT *****************/

#pagecontent {
	color:#333;
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:x-small;
	margin: 0 2em 0 2em;
	height:auto;
	line-height:2em;
	border:none;
	margin-left: 2em;
}

/* Styles h4, h5, and h6 style rules in the content division  (Used mostly in subpages) */
#pagecontent h4 {
	font-family:Verdana, Geneva, sans-serif;
	color:#777;
	font-weight:bold;
	font-style:italic;
	letter-spacing:-5%;
	font-size:1.5em;
	margin-top:0.5em;
	margin-bottom:.25em;
	line-height:2.5em;
	background-image:url(images/heading2.gif);
	background-repeat:no-repeat;
	text-transform: uppercase;
}

#pagecontent h5{
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	font-weight:bold;
	font-style:italic;
	letter-spacing:-5%;
	font-size:1.25em;
	margin-top:0.75em;
	line-height:1.8em;
	text-transform: uppercase;
	
}

#pagecontent h6{
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color:#630000;
	font-weight:bold;
	letter-spacing:-10;
	font-size:1.25em;
	margin-top:0.5em;
	text-transform: none;
	text-align:center;
	line-height: 3em;
}

#pagecontent ol {
	margin-left:3em;
	line-height:1.8em;
	width:90%;
	list-style-type:upper-roman;
	}
	
#pagecontent ul {
	margin-left:3em;
	line-height:1.8em;
	width:90%;
	list-style-type:circle;
}

/********************* Directory page styles ****************/

#dircategory, #contact, #officers, #grievanceofficers, #emailalertsheader, #uupmainofficers {
	font-weight: bold;
	width:40%;
	float:left;
	margin-left:3em;
	text-align:left;
	margin-right: 1em;
}


#prodelegatestitle {
	width:50%;
	float:right;
	}
	
#professionaldelegates {
	width:45%;
	float:left;
	margin-left:1em;
	height:22em;
	overflow:auto;
	border-bottom:groove #666;
	
}
#acadelegatestitle {
	width:50%;
	float:right;
}

#academicdelegates {
	clear:right;
	margin-left:52%;
	}
	
#statewide {
	clear:left;
}

/* Unvisited and visited links in pagecontent */
#pagecontent a:link, #content a:visited {
	color:#333;	/* text-decoration:none; */
	/*font-weight:bold; */
}
/* Hover links in pagecontent */
#pagecontent a:hover{
	color:#900;
	text-decoration:none;
}
/* Active link in pagecontent */
#pagecontent a:active{
	color:#666;
	text-decoration:none;
	clear: right;
}


/********************* Directory page styles ****************/
#agreement, #graphic {
	float:right;
	padding:10px;
	}
	
#logo {
	float:right;
	padding:10px;
	}
	
#photo {
	float:right;
	padding:10px;
}

#quote{
	float:right;
	margin: 0 0 10px 0;
	width:6em;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-large;
	color:#630000;
	line-height:1.25em;
	font-style:oblique;
}

#smallquote{
	float:inherit;
	clear:both;
	margin: 0 0 10px 0;
	width:auto;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	color:#630000;
	line-height:4em;
	font-style:oblique;
}


#onecolumndtop {
	width:70%;
	margin-right:5px;
}

#columnheader {
	float:left;
	clear:left;
	width:90%;
	margin-left: 2em;
}

#twocolumnsl {
	width:49%;
	float:left;
	height:auto;
	margin-bottom:1em;
	}

#twocolumnsr {
	width:50%;
	height:auto;
	float:right;
}

#columnfooter {
	clear:left;
	margin-left:1em
	}

#twocolumnsalt {
	width:60%;
	float:left;
	height:auto;
}

#top {
	float:right;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:xx-small;
	text-decoration:none;
	width:4em;
}

/************** EMAIL ALERTS CONTENT *****************/

#emailalertscontent {
	margin: 1em 3em 0 3em;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	border-color: #F00;
	height: auto;
	line-height:1.25em;
	
}

#lastmodified {
	font-size:xx-small;
	text-indent: 1em;
	height: 2em;
}






/******************* Photos ****************/
#Photobox {
	width:320px;
	padding: 2px;
	border: 0px solid #999999;
	text-align: center;
	margin-top: 0.5em;
	}

#Photoboxcaption {
	width:324px;
	padding: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	text-align:center;
	color:#666;
	height: 2.5em;
	}





/***** ALTERANTE NAVIGATION SECTION **********/

#altnav {
	background-color:#fff;
	clear:left;
	border-top: solid 0px #A00;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(images/gradient2.jpg);
	height: auto;
	line-height: 4em;
	text-decoration:none;
	color:#000;
	font-size:0.7em;
}

/* Unvisited and visited links in altnav div */
#altnav a:link, #altnav a:visited {
	color:#000;
}
/* Hover links in altnav div */
#altnav a:hover{
	color:#900;
	text-decoration:none;
}
/* Active link in altnav div */
#altnav a:active{
	color:#00F;
	text-decoration:none;
}
/************ Footer ***************/
#footer {
	height:40px;
	clear:left;
	
}
#mediumquote {
	margin: 0 0 5px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	color:#630000;
	line-height:normal;
	font-style:oblique;
	padding: 1em;
	clear: left;
	background-color: #FFF5FD;
}
news {
	padding: 10px;
	border: 1;
}

