﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    	FONT-SIZE: 12px;
    	FONT-WEIGHT: normal;
    	LETTER-SPACING: normal;
    	TEXT-TRANSFORM: none;
    	WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #000000;
}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	24px;
	font-weight:	bold;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	20px;
	font-weight:	bold;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	18px;
	font-weight:	bold;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	16px;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5,TH	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	14px;
	font-weight:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6,P,TD,TR	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}		
	
.menu H6, .menu P, .menu TD, .menu TR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}			
			
A { text-decoration:underline; }
A img { text-decoration:none; border:0; }

A:link	
{
	text-decoration:	none;
	color:	#003399;
	}		
A:visited	{	
	text-decoration:	none;
	color:	#990000;
	}		
A:active	{	
	text-decoration:	none;
	color:	#003399;
	}			
A:hover	{	
	text-decoration:	underline;
	}		
	
.white A:link	{	
	text-decoration:	none;
	color:	#ffffff;
	}		
.white A:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	}			
.white A:active	{	
	text-decoration:	none;
	color:	#ffffff;
	}		
.white A:hover	{	
	text-decoration:	underline;
	color:	#fdfe96;
	}
	
.AllVertical TD	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;
	}

*#external { background: url(/CityOfWichita/Images/Icons/yellow_arrow.gif) left top no-repeat; padding-left: 10px; }
*#bullet { background: url(/CityOfWichita/Images/Icons/bullet.gif) left top no-repeat; padding-left: 12px; }
*#pdf { background: url(/CityOfWichita/Images/Icons/pdf_sm.gif) left top no-repeat; padding-left: 16px; }
*#email { background: url(/CityOfWichita/Images/Icons/envelope_yellow[1].gif) left top no-repeat; padding-left: 24px; }
*#fax { background: url(/CityOfWichita/Images/Icons/fax_icon.gif) left top no-repeat; padding-left: 24px; }
*#printer { background: url(/CityOfWichita/Images/Icons/printer[1].gif) left top no-repeat; padding-left: 24px; }
*#phone { background: url(/CityOfWichita/Images/Icons/telephone-icon-yellow[1].gif) left top no-repeat; padding-left: 24px; }
*#top { background: url(/CityOfWichita/Images/Icons/top_arrow.gif) left top no-repeat; padding-left: 24px; }
*#fix { background: url(/CityOfWichita/Images/Icons/web.gif) left top no-repeat; padding-left: 48px; }
*#handicap { background: url(/CityOfWichita/Images/Icons/wheelchair8.gif) left top no-repeat; padding-left: 16px; }
*#new { background: url(/CityOfWichita/Images/Icons/new2.gif) left top no-repeat; padding-left: 16px; }
*#powerpoint { background: url(/CityOfWichita/Images/Icons/powerpoint.gif) left top no-repeat; padding-left: 16px; }

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

*#photo {
	padding:15px;
	border-top:1px #EEE solid;
	border-bottom:1px #EEE solid;
	border-left:1px #EEE solid;
	border-right:1px #EEE solid;
}
/* Left Column */
#contact {
	padding:10px;
	font-size:xx-small;
}

#contactperson {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ecedec;
	border-bottom-width: 2px;
}

#leaving {
	font-size: xx-small;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Breadcrumb Navigation */
#breadcrumb {
	padding-top: 11px;
	padding-bottom: 11px;
	margin-bottom: 11px;
	font-size: x-small;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ecedec;
}

/* Title */
#title {
	font-size: Large;
	font-weight: bold;
}

/* Blue Bar */
#bar {
	width:100%;
	background-color:#cdd1e0;
	padding:3px;
	font-weight:bold;
	font-size:medium;
}

/* Right Column */
#right-column {
	padding-top:15px;
}

#PrinterFriendly {
	font-size: xx-small;
	border-bottom-color:white;
	border-bottom-style:solid;
	border-bottom-width:2px;
	padding-bottom: 5px;
	margin-bottom:10px;
}

#adobe {
	padding:10px 0 10px 0;
	margin-top:10px;
	margin-bottom:10px;
	border-top:2px white solid;
	border-bottom:2px white solid;
}

#links {
	padding-left:3px;
}

#links p{
	line-height:1em;
}

#graybar {
	padding: 3px;
	color: black;
	font-weight: bold;
	font-size: small;
}

.bar {
	background-color:#cdd1e0;
	padding:5px;
	font-weight:bold;
}
#PhotoGallery {
	
}
.Filmstrip {
	background-image:url(/CityOfWichita/Images/filmstrip.gif);
	background-color:black;
	background-repeat:repeat-x;
	height:18px;
	width:100%;
	clear:both;
}
#PGHeading {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}

#PGButtons {
	text-align:right;
	font-size:x-small;
	float:right;
}

/* two column layout */
.LeftColumn2 {
	position:absolute;
	left:13px;
	right:14px;
	top:101px;
	width:160px;
	background-color:#ecedec;
}

.RightColumn2 {
	margin-left:213px;
	margin-bottom:26px;
}

.LeftColumn3 {
	width:160px;
	margin-left:15px;
	margin-right:40px;
	background-color:#ecedec;
	float:left;
}


.RightColumn3 {
	overflow:hidden;
	float:right;
}


/* column container */
#colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#fff;        /* Left column background colour */
}
/* holy grail 3 column settings */
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:#fff;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	background:#ecedec;    	/* Right column background colour */
}
#col1wrap {
    float:right;
	width:50%;
	position:relative;
	right:100%
}
#col1pad {
	margin:0 15px 0 415px;
	overflow:hidden;
}
#col1 {
    width:100%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:160px;
	position:relative;
	margin-left:-50%;
	left:215px;
	overflow:hidden;
	background-color:#ecedec;
}
#col3 {
    float:left;
    width:170px;
    position:relative;
    left:15px;
    overflow:hidden;
}

/* Footer */
#footer {
	background-color: #545488;
	color: white;
	font-size: xx-small;
	clear:both;
    width:100%;
    padding:5px;
    margin:0;

}
