* {
	margin: 0px;
	padding: 0px;
}


body {
	background: url(images/bg.gif) repeat-x #375d81;
	/*Below sets a base for em percentage used. x-small generally is about 12px*/
	font-size: x-small;		
}

	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 	
	color: #000;
	/*font percentage based on base declared in body tag*/
	font-size: 120%;
	margin: 10px 10px 10px 20px;
	line-height: 1.5em;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 220%;
	color: #77a3a6;
	margin: 20px 20px 0px 20px;
	font-weight: normal;
	
}


h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	color: #77a3a6;
	padding: 10px 0px 0px 20px;
	font-weight: normal;
	text-decoration: underline;
}


h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	text-decoration: underline;
	padding: 10px 0px 0px 20px;
	font-weight: bold;
}



h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #500201;
	padding: 10px 0px 0px 20px;
	font-weight: normal;
}

span{
	text-decoration: underline;
}


/*
ul{
  	

}
*/

#pagetext li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.gif);
	color: #333;
	line-height: 1.5em;	
	margin-left: 40px;
}


/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color: #000;
	text-decoration: none;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;	
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	margin: 0px auto;
}


div#container { 
	width:1000px; 
	margin: 0px auto;
	position: relative;
	}
	

div#header { 
	background: url(images/header.jpg);
	width: 562px;
	height: 254px;
	position: relative;
 }
 


/*container for pagetext and left coloum */


div#pagetext {
	width: 562px;
	float: left;
	display: inline;
	margin: 0px;
	background:  url(images/bg_wrapper.gif) repeat-y #fff;
		
}



div#content{
	background: url(images/pagetextbg.gif) repeat-x;
	width: 562px;

}
div#leftside{
	width: 428px;
	background-repeat: no-repeat;
	float: left;
	display: inline;
	position: relative;
}


div#audio{
	position: absolute;
	left: 279px;
	top: 215px;
}




div#bottom {
	width: 562px;
	height: 48px;
	background: #fff;
	clear: both;
	background: url(images/footer.gif);
}

 
 div#links {
 	width:990px;
	color: #333;
	padding: 5px 0px 20px 0px;
	margin: 0px auto;
	clear: both;
 }


 
 div#login{
 	width: 770px;
	text-align: right;
	clear: both; 
	font-size: 10px;
	margin: 0px auto;
 }
 
 div#login a:link {
 	color: #fff;
	font-weight: bold;

 }
 

 /* ----------------- IMAGE ELEMENTS ----------------- */


.right{
	float: right;
}

.left{ 
	float: left;
}



.right img{
	margin: 5px;
	border: 1px dotted #ccc;
	padding: 4px;
}

.left img{
	margin: 5px;
	border: 1px dotted #808080;

	padding: 10px;

}

 #copyright {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	margin: 0px auto 0px auto;
	width: 980px;
	padding-left: 12px;
 }
 
 #copyright img{
 	float: right;
	margin-top: -22px;
 }
 
  #copyright a{
 	color: #fff;
	}
	

#video{
	position: absolute;
	width: 166px;
	height: 44px;
	left: 813px;
	top: 253px;
}
	


/* ---------------------- nav ---------------------- */

#navcontainer{
	width: 1000px;
	height: 35px;
	position: absolute;
	z-index: 50;
	top: -3px;
	left: 0px;
}

/* NAVIGATION CONTAINER */
div#nav {
margin: 0px 0px 0px 10px;
padding: 10px 0px 10px 0px;
}
	
div#nav li a.current, div.nav li a.current:hover{
	background: url(images/nav_hover1.gif) top left no-repeat;
	color: #336699;}
	
div#nav li a.current span, div.nav li a.current:hover span{
	background: url(images/nav_hover2.gif) top right no-repeat;}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:10px;

} 

div#nav li {
	list-style: none;
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	padding-left: 0px;
	/*width: 100px;*/
	color:#fff;
	text-decoration:none;
	background:url(images/nav_off1.gif) top left no-repeat;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
div#nav li a span {
	display: block;
	padding: 3px 22px 5px 22px;
	background: url(images/nav_off2.gif) top right no-repeat;
	text-decoration: none;
	}

/**/* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background: url(images/nav_hover1.gif) top left no-repeat;
	color: #336699;}

div#nav li a:hover span {
	background: url(images/nav_hover2.gif) top right no-repeat;}
	 /* ----------------- end NAVIGATION ----------------- */
	
/* ----------------- UTILITY NAVIGATION ----------------- */

	ul#utilitynav {
	text-align:center;
	padding: 0px;
	margin:0px auto;
	
	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #fff;
		display: block;
		float: left;
		font-size: 10px;
		font-weight: bold;
		padding: 0px 18px 0px 18px;
		text-decoration: none;	
		margin-bottom: 20px;
	}
	
	
	ul#utilitynav li a:hover {
		color: #fff;
		width: auto;
		text-decoration: underline;
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #ff0;
		width: auto;
		text-decoration: underline;
	}



.clear{
	clear: both;
}


.column1{
	width: 240px;
	float: left;
	color: #fff;	
	margin-top: 10px;
	margin-left: 20px;
	display: inline;	
}


.column2{
	width: 240px;
	height: 75px;
	float: left;
	color: #fff;
	margin-top: 50px;
	margin-left: 30px;
	padding: 20px 0px 20px 0px;
	background: url(../abcsandiego/images/bg_address.gif);
	border-top: 1px dotted #808080;
	border-bottom: 1px dotted #808080;
	display: inline;
}

.center{
	text-align: center;
}

.map{
	float: right;
	margin: 10px 10px 5px 0px;
	border: 1px solid #000;
}

.credit{
	margin-left: 20px;
}

.cta img{
	display: inline;
}

address{
	
	color: #333;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

address a:link{
	color: #660000;
}


 table{
	width: 500px;
	
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
	font-size: 12px;
}

table tr{
	padding-bottom: 5px;
}

 th{
	background: #015b7e;
	color: #fff;
	font-size: 12px;
	height: 21px;
	text-align: left;
	padding: 5px;
	text-align: center;
	border-right: 1px solid #fff;
	text-align: center;
}

td{
padding: 5px;
border-bottom: 1px solid #ccc;
}
