@charset "UTF-8";

body {
	color: #000000;
	background: #293e65;
	font-size: 62.5%;
}

/************ main IDs ************/
#wrapper {
	width: 700px;
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	padding: 0;
	margin: 0;
	float:left;
	background: url(../images_site/bg_banner_2.jpg) no-repeat 0px 0px;
	height: 150px;
}

#mainContent {
	background: #FFFFFF;
	margin: 0;
	padding: 15px 0 20px;
	float:left;
}

#footer {
	margin: 0;
	padding: 0;
	float:left;
	background: url(../images_site/bg_banner_1.jpg) no-repeat 0px 0px;
}

/************ navigation place markers ************/
#homePage a#homeBtn, 
#createPage a#createBtn,
#browsePage a#browseBtn, 
#tipsPage a#tipsBtn, 
#answersPage a#answersBtn, 
#contactPage a#contactBtn, 
#aboutPage a#aboutBtn,
#supportPage a#supportBtn {
	color: #2f4775;
	background-color: #ecf2fb;
}


/************ align_left ************/
.align_left {
	width: 200px;
	margin: 0;
	padding: 0;
	float:left;
}

/************ align_right ************/
.align_right {
	width: 500px;
	margin: 0;
	padding: 0;
	float:right;
	font-size: 1em;
}

.align_right p, h1, h2, h3, h4, h5, h7 {
	padding-bottom: 1.2em;
	padding-right: 20px;
	padding-left: 20px;
}

.align_right h1,h4, h7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #5e92f1;
	font-size: 2.2em;
	padding-top: 4px;
}

.align_right h2,h3,h4, h5 {
	font-weight: bolder;
	margin-top: 0.5em;
	margin-bottom: -0.5em;
}

.align_right h6 {
	letter-spacing: 1em;
	font-size:.7em;
	font-weight: bolder;
	color: #000000;
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	text-align: right;
	border-bottom: 2px solid #99CC99;
}

.align_right h7 {
	font-size:1.2em;
	color: #ff900b;
}

h3.question:first-letter {
	color: #5e92f1;
	font: bold 2.6em Georgia, "Times New Roman", Times, serif;
	float: left;
}

.align_right ul, ol {
	list-style: square outside;
	margin-left: 4em;
	margin-bottom: 1em;
}

.align_right li {
	margin-bottom: .5em;
}

.align_right a:link {
	text-decoration: underline;
}

.align_right a:visited {
	text-decoration: underline;
	color: #663300;
}

.align_right a:hover {
	color: #FB00FB;
}


/************ Main navigation ************/
.mainNav ul {
	padding: 0;
	margin:0;
	display: block;
}

.mainNav li {
	display: inline;
}

.mainNav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size:1.1em;
	padding: 10px 15px;
	margin:auto;
	list-style: none;
	text-align: center;
	width :110px;
	text-decoration: none;
	color: #dd7d0a;
	display: block;
	letter-spacing: -0.02em;
}

.mainNav a:link {
	text-decoration: none;
}

.mainNav a:visited {
	text-decoration: none;
}

.mainNav a:hover {
	text-decoration: none;
	color: #2f4775;
	background-color: #92B8EA;
}

/************ Regions navigation ************/

.mainNav .regions {
	display: none;
}

.mainNav .regions a {
	font-size:0.8em;
	padding: 4px 10px;
	margin:auto;
	text-align: center;
	display: block;
	color: #333333;
	background: #C9D4EC;
	border: thin solid #DFE5F3;
}

.mainNav .regions a:link {
	text-decoration: none;
}

.mainNav .regions a:visited {
	text-decoration: none;
}

.mainNav .regions a:hover {
	text-decoration: none;
	background: #99cc99;
	color: #0D2C53;
}

#browsePage .mainNav .regions{
	display: inline;
}

#browsePage .regions a#selectedRegion{
	background: #DFE5F3;
}


/************ misc ************/
#footer .copyright {
	background: #C6DEFF;
	width:460px;
	color: #2B68B0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
}

#header .topCat img {
	position: absolute;
	left: 540px;
	top: 37px;
}

#header .googleAds {
	position: absolute;
	left: 710px;
	top: 200px;
	width:160px;
	height:600px;
}

.logo {
	margin-left: 14px;
	margin-top: 15px;
}

.sponsor {
	margin-left: 42px;
	margin-top: 17px;
}

.smallText {
	font-size: .75em;
}

.smallerText {
	font-size: .5em;
}

/************ list of memorials ************/

#browsePage #wrapper #mainContent .align_right ul {
	list-style: square outside;
	margin-left: 3em;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

/************ memorial details ************/

.petPhoto {
	padding: 20px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.petDetails {
	background: #C6DEFF;
	display:none;
	margin-top: 10px;
	margin-bottom: 25px;
	padding: 20px;
	margin-right: 0px;
}

.petDetails p, .petDetails h1, .petDetails h2  {
	padding-left: 0;
	background: #C6DEFF;
}

.petDetails a.closeBtn {
	background: #000000;
	cursor: default;
	font-size: 0.6em;
	color: #FFFFCC;
	text-decoration: none;
	font-weight: bolder;
	float: right;
	padding: 4px 12px;
	margin-right: 10px;
}

/************ regions ************/

#browsePage #wrapper #mainContent .align_right .navCountries {
	padding: 0;
	margin:0 20px;
	background-color: #DFEAF5;
	list-style: square inside;
}

#browsePage #wrapper #mainContent .align_right .navCountries ul {
	margin: 5px 0px 0px 3px;
	padding-left: 20px;
	width:125px;
	float:left;
	list-style: square;
	line-height: .95em;
	font-size: .8em;
	font-weight: bold;
}

#browsePage #wrapper #mainContent .align_right .navCountries li {
	margin: .1em 0px .5em 5px;

}

#browsePage #wrapper #mainContent .align_right .navCountries a:link {
	color: #000000;
	text-decoration: none;
}

#browsePage #wrapper #mainContent .align_right .navCountries a:visited {
	color: #000000;
	text-decoration: none;
}

#browsePage #wrapper #mainContent .align_right .navCountries a:hover {
	text-decoration: underline;
}

.navCountries .headingCountries {
	padding: 5px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: .9em;
	text-align: center;
	background-color: #99cc99;
	margin-top: 10px;
}
.align_right p {
	font-size: 1.3em;
	line-height: 1.6em;
	margin-bottom: .4em;
}

