@import url("clearfix.css");

* {
	padding: 0px;
	margin: 0px;
}

.sidebarlink:hover {
	text-decoration: underline;
	color: #214497;
}
.sidebarlink {
	text-decoration: none;
	color: #214497;
}

.sidebarlink:visited {
	color: #214497;
}

/*a:visited {
	color: blue;
}*/

	a { 
	    color: #004477; 
	} 
	a:hover {
		color: #f26522;
	}

body {
	/* background-image: url(../tplimages/page_bg.png); */
	background-image: url(http://www.shakeout.org/california/media/images/backgrounds/shakeoutbg_test.png);
	background-repeat: repeat-x;
	background-color: #00A3E3;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
}

p {
	margin-bottom: 15px;
}

h1, h2, h3 {
	color: #0072bc;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 15px;
	line-height: 100%;
}

h4 {
	margin:0; 
	font-size:100%; 
	font-weight:normal; 
} 


h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }

h4 {
    color: white;
    background-color: #005b94;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: #004477 1px 1px;
    /* text-indent: 10px; */
    padding: 0px 0px 0px 10px;
    line-height: 24px;
    letter-spacing: 1px;
}

ol, ul {
	margin-left: 20px;
}

.img {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#wrapper {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	_background: none;
	/* background-image: url(../tplimages/wrap_bg.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='tplimages/wrap_bg_ie6.png', sizingMethod='crop'); */
}

#container {
	width: 932px;
	margin: 0 auto;
	background: white;
	padding: 12px 29px 16px 29px;
	position: relative;
	overflow: visible;
}

#content {
	position: relative;
	z-index: 1;
}

/* HEADER */
	#header {
		position: relative;
		z-index: 100;
	}
	
	#header-top-container {
		position: relative;
		margin-bottom: 4px;
		width: 932px;
		height: 168px;
	}
	
	#header-top {
		width: 932px;
		height: 168px;
		background: url(../tplimages/header_bg.png);
		_background: none;
		/* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='tplimages/header_bg.png', sizingMethod='crop'); */
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 2;
	}
	
	.topBarDiv {
		width: 131px; 
		text-align: center; 
		float: left; 
		/* border-right: 1px dotted white; */
	}
	
	.topBarDiv a {
		color: white;
		text-decoration: none;
		font-size: 14px;
		font-weight: normal;
	}
	
	.topBarDiv a:hover {
		text-decoration: underline;
	}
	
	#header-img {
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 1;
		width: 581px;
		height: 168px;
		overflow: hidden;
	}
	
	#logo {
		width: 316px;
		height: 144px;
		background: url(../tplimages/logo.png);
		position: absolute;
		top: 12px;
		left: 19px;
	}

.headerBar {max-width: 932px; margin: 0 auto; background-color: #005B94; border-radius: 5px; min-height: 25px;}
.headerItem {padding-left: 12px; padding-right: 12px; min-height: 25px;}
.headerItem a {display: inline-block; color: #ffffff; font-size: 14px; text-decoration: none; text-align: center;}
	
.headerLinks:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 0px;
	max-height: 0px;
	line-height: 0px;
}
	
	#header-nav {
		width: 100%;
		/* font-weight: bold;
		line-height: 22px;
		background: url(../xecaten/header_nav_bg.png) no-repeat;
		text-transform: uppercase; */
		min-height: 25px;
		margin-bottom: 8px;
		background-color: #005B94;
		vertical-align: middle;
		border-radius: 5px;
		color: white;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 14px;
		position: relative;
		z-index: 1000;
	}
	
	#header-nav-content {
		width: 922px;
		min-height: 21px;
		padding-top: 1px;
	}
	
	#connect-with-eca {
		font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
		font-weight: bold;
		font-size: 10px;
		color: #FFFFFF;
		text-transform: none;
		margin-left: 30px;
		width: 250px;
		height: 21px;
		display: inline;
		overflow: hidden;
	}
	
	#connect-with-eca span, #connect-with-eca a {
		margin: 0px 14px;
		display: block;
	}
	
	#connect-with-eca a {
		/* width: 50px;
		height: 21px;
		background-image: url(../tplimages/social_icons.gif);
		background-repeat: no-repeat; */
	}
	#connect-with-eca a#facebook { background-position: 0px 0px; }
	#connect-with-eca a#twitter { background-position: -50px 0px; }
	#connect-with-eca a#myspace { background-position: -100px 0px; }
	#connect-with-eca a#facebook:hover { background-position: 0px -21px; }
	#connect-with-eca a#twitter:hover { background-position: -50px -21px; }
	#connect-with-eca a#myspace:hover { background-position: -100px -21px; }
	
	#contact-us {
		display: block;
		width: 115px;
		height: 21px;
		color: white;
		text-decoration: none;
		text-align: center;
		/* border-left: 1px dotted white;
		border-right: 1px dotted white; */
		overflow: hidden;
	}
	#contact-us:hover { text-decoration: underline; }
	
	#languages {
		width: 140px;
		text-align: center;
		/* border-right: 1px dotted white; */
		cursor: pointer;
		position: relative;
		display: inline-block;
		margin-top: -25px;
		font-size: 14px;
		/* background: url(../tplimages/languages_bg.gif) no-repeat; */
	}
	
	#languages ul {
		margin-left: 0px;
		list-style: none;
		list-style-type: none;
		position: absolute;
		top: 19px;
		left: 0px;
		z-index: 2000;
		display: none;
	}
	#languages:hover ul { display: block; }
	
	#languages ul li {
		width: 140px;
		height: 16px;
		/* border-top: 1px dotted white; */
		background: #005B94;
		border-bottom: 1px solid #014C73;
	}
	
	#languages ul li:last {
		width: 140px;
		height: 16px;
		/* border-top: 1px dotted white; */
		background: #005B94;
	}
	
	#languages ul li a:hover { background: #075384; }
	
	#languages ul li a {
		display: block;
		width: 100%;
		height: 100%;
		color: white;
		text-decoration: none;
		font-size: 12px;
	}

	#alliance {
		float: left;
		width: 140px;
		height: 21px;
		text-align: center;
		/* border-right: 1px dotted white; */
		cursor: pointer;
		position: relative;
		z-index: 100;
		background: url(../tplimages/languages_bg.gif) no-repeat;
	}
	
	#alliance ul {
		margin-left: 0px;
		list-style: none;
		list-style-type: none;
		position: absolute;
		top: 21px;
		left: 0px;
		z-index: 100;
		display: none;
	}
	#alliance:hover ul { display: block; }
	
	#alliance ul li {
		width: 140px;
		height: 21px;
		border-top: 1px dotted white;
		background: #005B94;
	}
	#alliance ul li a:hover { background: #075384; }
	
	#alliance ul li a {
		display: block;
		width: 100%;
		height: 100%;
		color: white;
		text-decoration: none;
	}
	
	#search {
		display: inline-block;
		margin-left: 20px;
		height: 21px;
		overflow: hidden;
	}
	
	#search label {
		float: left;
	}
	
	#search input#search-bar {
		width: 106px;
		height: 11px;
		border: 1px solid white;
		margin: 4px 10px 0 4px;
		font-size: 9px;
		float: left;
	}
	
	#search input#go-button {
		width: 35px;
		height: 21px;
		float: left;
	}


.object {
        margin-left: 12px;
        margin-right: 12px;
        margin-bottom: 12px;
}

.object img {
        border: solid 1px #888888;
}

.object .caption {
        font-family: Verdana, Arial, Geneva, sans-serif;
        font-size: 8.5pt;
        line-height: normal;
}

.object .caption a {
        font-family: Verdana, Arial, Geneva, sans-serif;
        font-size: 8.5pt;
        line-height: normal;
}

.object .caption .zoomlink {
        float: right;
        border: solid 1px #eeeeee;
        /*
        background-color: #f8f8f8;
        */
        margin-right: 0px;
        margin-left: 0px;
        position: relative;
        /*
        padding: 2px;
        */
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 4px;
        padding-left: 2px;

        /* left: 4px; */
        width: 46px;
        text-align: right;
}

.object .caption .zoomlink:before {
                content: url("/core/public/Roots/zoom.png");
}

.object .source {
        font-family: Verdana, Arial, Geneva, sans-serif;
        font-size: 7pt;
        font-style: italic;
        line-height: normal;
}


/* END HEADER */

#left-container {
	width: 179px;
	float: left;
	margin-right: 7px;
}

#left-container-bottom {
	width: 179px;
	height: 8px;
	background: url(../tplimages/left_container_bottom.png);
	font-size: 0px;
	line-height: 0px;
}

/* LEFT NAV */	
	ul#left-nav {
		margin-left: 0px;
		width: 100%;
		height: 216px;
		background: #004a80;
		border-bottom: 1px solid #7c8cb3;
		list-style: none;
		list-style-type: none;
	}
	
	ul#left-nav li {
		width: 100%;
		height: 25px;
		margin-bottom: 2px;
		display: block;
		list-style: none;
		list-style-type: none;
		background-image: url(../tplimages/nav.png);
		background-repeat: no-repeat;
	}
	
	li#home { background-position: 0px 0px; }
	li#prepare { background-position: 0px -25px; }
	li#survive { background-position: 0px -50px; }
	li#recover { background-position: 0px -75px; }
	li#know-your-risk { background-position: 0px -100px; }
	li#resources { background-position: 0px -125px; }
	li#news { background-position: 0px -150px; }
	li#alliance { background-position: 0px -175px; }
	
	li#home:hover { background-position: -179px 0px; }
	li#prepare:hover { background-position: -179px -25px; }
	li#survive:hover { background-position: -179px -50px; }
	li#recover:hover { background-position: -179px -75px; }
	li#know-your-risk:hover { background-position: -179px -100px; }
	li#resources:hover { background-position: -179px -125px; }
	li#news:hover { background-position: -179px -150px; }
	li#alliance:hover { background-position: -179px -175px; }
	
	ul#left-nav li a {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		overflow: hidden;
	}
/* END LEFT NAV*/

/* QUICK LINKS */
	#quick-links-container {
		width: 162px;
		background: #214497;
		border-left: 1px solid #506cad;
		border-right: 1px solid #152b5f;
		padding: 8px 8px 3px 7px;
	}
	
	#quick-links-header {
		color: white;
		font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
		font-weight: bold;
		font-size: 15px;
		text-align: center;
		margin-bottom: 5px;
	}
	
	.quick-links-cap {
		width: 162px;
		height: 6px;
		background-image: url(../tplimages/quick_links_caps.gif);
		background-repeat: no-repeat;
		font-size: 0px;
		line-height: 0px;
	}
	#quick-links-top { background-position: 0px 0px; }
	#quick-links-bottom { background-position: 0px -6px; }
	
	#quick-links-content {
		background: white;
		width: 140px;
		padding: 0px 11px;
	}
	
	#quick-links-content a {
		width: 100%;
		border-top: 1px solid #c4c4c4;
		border-bottom: 1px solid #c4c4c4;
		padding: 15px 0;
		background-position: center center;
		background-repeat: no-repeat;
	}
	#quick-links-content a.first { padding-top: 0px; border-top: none; background-position: center top; }
	#quick-links-content a.last { padding-bottom: 0px; border-bottom: none; background-position: center bottom; }
	
	#quick-links-content a#shakeout { background-image: url(../tplimages/shakeout_logo.png); height: 78px; }
	#quick-links-content a#levels { background-image: url(../tplimages/levels.png); height: 116px; }
	#quick-links-content a#drop-cover-holdon { background-image: url(../tplimages/dch.png); height: 61px; }
/* END QUICK LINKS */

#main-content {
	float: left;
	width: 932px;
}

.box-wrapper {
	border: #039 1px solid; /* #c8dbf4; */
	background: #d1e0eb url(../tplimages/box_bg.png) repeat-x;
	padding: 0px;
	/* float: left; */
	overflow: hidden;
	display: table-cell;
	vertical-align: top;
}

.box {
	/* background: #d1e0eb url(../tplimages/box_bg.png) repeat-x; */
	padding: 16px 16px;
	line-height: 17px;
	height: 100%;
	margin-left: 5px;
	margin-bottom: 7px;
}

.box-float-group { float: left; }

.boxes {  margin-bottom: 7px; }

.spacer { width: 10px; display: table-cell; }

.full { width: 929px; margin-bottom: 7px; display: block; }
.half { width: 460px; margin-right: 7px; }
.third { width: 303px; margin-right: 7px;}
.quarter { width: 230px;}
.three-quarters { width: 687px; }
.last-box { margin-right: 0px; }
.top-box, .bottom-box { margin-bottom: 7px; }

#left-boxes, #right-box { margin-bottom: 7px; }
#left-boxes { width: 546px; }

/* FOOTER */
#footer {
	width: 918px;
	height: 11px;
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	/* background: url(../xecaten/footer_bg.png) no-repeat; */
		background-color: #005B94;
		border-radius: 5px;
	clear: both;
	padding: 31px 7px;
	margin-top: 7px;
}

#footer a {
	color: white;
	text-decoration: none;
	padding: 0px 5px;
	border-right: 1px solid #4093bc;
	height: 11px;
	line-height: 11px;
}
#footer a:hover { text-decoration: underline; }
#footer a.last-link { border-right: none; }
/* END FOOTER */

#bottom{ position:relative; margin:0 auto; min-height:25px; display:block;width:1006px; }
#year{ width:938px; color:#fff; margin:0 auto; padding-bottom:15px; font-size:9px;}
#year img{ margin-bottom:-5px; border: 0 none;}
