/* @group General */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 75%;
	font-family: helvetica, arial, Georgia, serif; 
	background: url(../images/bg_left.gif) repeat-y left top;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin: 0 0 10px 0;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 130%;
}

span.h3_small {
	font-size: 70%;
	font-weight: normal;
}

p {
	line-height: 1.5em;
	font-size: 110%;
	margin: 0 0 10px 0;
}
.imgleft{
	float:left;
	margin:0 10px 10px 0;
}
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearFix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearFix {
	height: 1%;
}

.clearFix {
	display: block;
}

.clearFloats {
	clear: both;
}

/* End hide from IE-mac */

div #feedback_div,  div #continue_div {
	display: none;
}

.hideme {
	display: none;
}

#form_div {
	float: left;
}

#form_save label.error {
	background: transparent url(../images/unchecked.gif) no-repeat scroll 0 0;
	color: #EA5200;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 16px;
}

#form_save label.checked {
	background: transparent url(../images/checked.gif) no-repeat scroll 0 0;
}

#form_save label.cleared {
	background: #fff;
}

.yah {
	font-weight: bold;
}

#preview_wrapper {
	padding: 20px;
	font-size: 80%;
}

#wrap {
	width: 999px;
}


/*

@end */

/* @group Header */

#header {
	width: 999px;
	font-family: helvetica, arial, Georgia, serif; 
	height: 230px;
}

#header_top {
	background: url(../images/header_top.jpg) no-repeat;
	text-align: right;
	padding: 0 5px 0 0;
	height: 21px;
	color: #FFFFFF;
}

#header_top a {
	color: #FFFFFF;
}

#header_top p {
	font-size: 100%;
	margin: 0;
}

#header_middle {
	height: 141px;
}
body#privacy #header_middle {
	background: url(../images/header_middle_intro.jpg) no-repeat left top;
}
body#privacy_es #header_middle {
	background: url(../images/header_middle_intro_es.jpg) no-repeat left top;
}

body#intro #header_middle {
	background: url(../images/header_middle_intro.jpg) no-repeat left top;
}
body#intro_es #header_middle {
	background: url(../images/header_middle_intro_es.jpg) no-repeat left top;
}

body#people #header_middle {
	background: url(../images/header_middle_my_household.jpg) no-repeat left top;
}

body#people_es #header_middle {
	background: url(../images/header_middle_my_household_es.jpg) no-repeat left top;
}

body#locations #header_middle {
	background: url(../images/header_middle_my_places.jpg) no-repeat left top;
}

body#locations_es #header_middle {
	background: url(../images/header_middle_my_places_es.jpg) no-repeat left top;
}

body#pets #header_middle {
	background: url(../images/header_middle_my_pets.jpg) no-repeat left top;
}

body#pets_es #header_middle {
	background: url(../images/header_middle_my_pets_es.jpg) no-repeat left top;
}

body#meetingplaces #header_middle {
	background: url(../images/header_middle_emergency_meeting_places.jpg) no-repeat left top;
}

body#meetingplaces_es #header_middle {
	background: url(../images/header_middle_emergency_meeting_places_es.jpg) no-repeat left top;
}

body#contacts #header_middle {
	background: url(../images/header_middle_emergency_numbers.jpg) no-repeat left top;
}

body#contacts_es #header_middle {
	background: url(../images/header_middle_emergency_numbers_es.jpg) no-repeat left top;
}

body#preview #header_middle {
	background: url(../images/header_middle_finish.jpg) no-repeat left top;
}

body#preview_es #header_middle {
	background: url(../images/header_middle_finish_es.jpg) no-repeat left top;
}
#header_middle #logo_link {
	display: block;
	width: 200px;
	height: 141px;
	float: left;
	text-indent: -10000px;	
}
#header_middle #banner_link {
	display: block;
	width: 400px;
	height: 141px;
	float: left;
	text-indent: -10000px;
	margin: 0 0 0 50px;	
}
#header_bottom {
	background: url(../images/header_bottom.jpg) no-repeat;
	height: 58px;
	color: #FFFFFF;
	padding: 10px 0 0 260px;
}

#header_bottom a {
	color: #FFFFFF;
	text-decoration: none;
}

#header_bottom a:hover {
	text-decoration: underline;
}

#header_bottom p {
	font-size: 1em;
	line-height: 1.5em;
}

#header_shadow {
	width: 999px;
	height: 10px;
	position: absolute;
	top: 230px;
	background: url(../images/header_shadow-trans.png) no-repeat left top;
	z-index: 10;
}

#top-links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#top-links ul li {
	float: left;
	margin: 0 10px 0 0;
	border-left: 1px solid #fff;
	padding: 0 0 0 10px;
	font-size: 100%;
}

#top-links ul li:first-child {
	padding: 0;
	border-left: none;
}

#top-links ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#top-links ul li.menu-1-1-2 {
	border-left: none;
}

#top-links ul li.menu-1-2-2 {
	border-left: 1px solid #78c745;
}

#top-links ul li.menu-1-1-2, #top-links ul li.menu-1-2-2 {
	font-size: 150%;
}

#top-links ul li.menu-1-1-2 a, #top-links ul li.menu-1-2-2 a {
	color: #009ad2;
}
#Map {
	width:300px;
	height:300px;
}
#header_middle #Map {
	margin: 0px;
	padding: 0px;
}

#header_middle img {
	margin: 0px;
	padding: 0px;
}

/* @end */

/* @group Content */

/* @group Nav */
#nav {
	background: #e3e3e2;
	border-bottom: 3px solid #333;
}
#nav ul {
	list-style: none;
	float: left;
}
#nav.en ul {
	margin: 0 0 0 250px;
	display: inline;
}
#nav ul li {
	float: left;
	border-left: 1px solid #333;
	font-size: 120%;
}

#nav ul li:first-child {
	border-left: none;
}
#nav ul li a {
	display: block;
	padding: 6px;
	text-decoration: none;
	color: #000;
}
body#intro #nav ul li#intro_link a, body#intro_es #nav ul li#intro_link a,
body#locations #nav ul li#places_link a, body#locations_es #nav ul li#places_link a,
body#people #nav ul li#household_link a, body#people_es #nav ul li#household_link a,
body#pets #nav ul li#pets_link a, body#pets_es #nav ul li#pets_link a,
body#meetingplaces #nav ul li#em_meeting_places_link a, body#meetingplaces_es #nav ul li#em_meeting_places_link a,
body#contacts #nav ul li#em_numbers_link a, body#contacts_es #nav ul li#em_numbers_link a,
body#preview #nav ul li#print_link a, body#preview_es #nav ul li#print_link a {
	font-weight: bold;
	color: #fff;
	background: #db6b08;
}

/* @end */

/* @group List */

#list_div {
	float: left;
	width: 250px
}
#list_div .container {
	padding: 15px;
}
#list_div h2 {
	font-size: 140%;
	font-weight: bold;
}
#list_items {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#list_items .item {
	padding: 5px 0;
	border-top: 1px solid #ccc;
}
#list_items .item .delete, #list_items .item .edit {
	display: block;
	width: 16px;
	height: 16px;
	padding: 2px;
	float: left;
}
#list_items ul {
	list-style: none;
	margin: 0 0 0 5px;
	clear: both;
}

#list_items ul li {
	font-size: 110%;
	line-height: 1.5em;
}
/* @end */

/* @group Main */

#main {
	float: left;
	width: 449px;
}
#main .container {
	padding: 15px;
}
#main ul {
	margin: 0 0 0 30px;
}
#main ul li {
	line-height: 1.5em;
	font-size: 110%;
}
#main #form_save p span {
	display: block;
}
#main #form_save p span.words_left, #main #form_save p span.words_left span,
#main #form_save p span.char_left, #main #form_save p span.char_left span  {
	color: #666;
	font-size: 90%;
}

#main #form_save p span.words_left span, #main #form_save p span.char_left span {
	display: inline;
}
#main #form_save p .fields {
	border: 1px solid #333;
	background: #fff;
	color: #000;
	padding: 3px;
	width: 250px;
}
#main #form_save p #state {
	width: 250px;
}
.btn_step, #btn_nextStep, #btn_saveItem, #form_cancel_link {
	-moz-border-radius-topleft: 5px; 
   	-moz-border-radius-topright: 5px;
   	-moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px; 
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	text-decoration: none;
	text-align: center;
	padding: 5px;
} 
.btn_step, #btn_nextStep {
	color: #fff;
	background: #db6b08;
	border: 2px solid #b2570e;

}
#btn_saveItem {
	font-size: 100%;
	color: #000;
	background: #9fd067;
	border: 2px solid #769b4d;


}
#form_cancel_link {
	font-size: 100%;
	color: #000;
	background: #ccc;
	border: 2px solid #666;
}

/* @group Print/Finish */
body#preview {
	background: none;
}
body#preview #list_div {
	display: none;
}
body#preview #main {
	width: 699px;
}

/* @end */

/* @end */

/* @group Extra Sidebar */

#extra_sidebar {
	float: left;
	width: 300px;
}
#processing_plan{
	color:#CFCFCF;
}
#download_plan{
	display:none;
}
.important_tip{
	width: 251px;
	margin: 10px 5px;
	padding: 10px 10px 10px 25px;
	background: #fbf2b9 url(../images/exclamation.gif) no-repeat 5px 10px;
	border: 2px solid #ed6;
}
.tips {
	width: 251px;
	margin: 10px 5px;
	padding: 10px 10px 10px 25px;
	background: #fbf2b9 url(../images/lightbulb.gif) no-repeat 5px 10px;
	border: 2px solid #ed6;
}
.tips h3 {
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 5px 0;
}
.tips p {
	font-size: 100%;
}
.tips ul {
	margin: 0 0 0 20px;
}

.tips ul li {
	font-size: 100%;
	line-height: 1.5em;
}
.examples{
	color:#666666;
	font-size: 85%;
}
/* @end */

/* @end */