/*Page Display*/
* {
margin: 0;
padding: 0;
}

a img {
border: none;
}

a {
outline: none;
}

html {
overflow-y: scroll;
height: 100%;
}

body {
	background: #000;
	height: 100%;
}

div#page-wrap {
width: 775px;
margin: 0 auto;
min-height: 100%;
position: relative;
} 

.clear {
clear: both;
}

/*Header*/
div#header {
height: 184px;
width: 775px;
}

/*Form*/
input.input_text {
margin: 2px;
font-family: Arial, Helvetica, Sans Serif;
border: 1px solid #000;
font-size: 14px;
width: 140px;
height: 20px;
}

textarea#textarea {
margin: 2px;
font-family: Arial, Helvetica, Sans Serif;
border: 1px solid #000;
font-size: 14px;
width: 140px;
height: 80px;
}

input#submit {
margin: 2px;
}

/*Sidebar*/
div#sidebar {
	width: 181px;
	background: url(images/sidebar_bg.jpg) center repeat-y;
	float: left;
	position: absolute;
	bottom: 78px;
	top: 185px;
	border-bottom: 1px solid #fff;
	
}
div #sidebar h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}


div#pen_pic {
height: 118px;
width: 181px;
}

div#naela_logo {
	padding-top: 20px;
	padding-left: 0px;
}

div#naela_logo p {
	color: white;
	font-family: Arial, Helvetice, Sans Serif;
	padding: 20px;
	font-size: 12px;
}

/*Navigation*/
a#home {
background: url(images/nav_home.jpg) center bottom no-repeat;
display: block;
width: 181px;
height: 31px;
text-indent: -9999px;
}

a#about {
background: url(images/nav_about.jpg) center bottom no-repeat;
display: block;
width: 181px;
height: 33px;
text-indent: -9999px;
}

a#estate {
background: url(images/nav_estate.jpg) center bottom no-repeat;
display: block;
width: 181px;
height: 33px;
text-indent: -9999px;
}

a#trusts {
background: url(images/nav_trusts.jpg) center bottom no-repeat;
display: block;
width: 181px;
height: 32px;
text-indent: -9999px;
}

a#wills {
background: url(images/nav_wills.jpg) center bottom no-repeat;
display: block;
width: 181px;
height: 34px;
text-indent: -9999px;
}

a#probate {
background: url(images/nav_probate.jpg) center bottom no-repeat;
display: block;
width: 181px;
height: 32px;
text-indent: -9999px;
}

a#family {
background: url(images/nav_family.jpg) center bottom no-repeat;
display: block;
width: 181px;
height: 34px;
text-indent: -9999px;
}
a#blog {
	background: url(images/nav_blog.jpg) center bottom no-repeat;
	display: block;
	text-indent: -9999px; 		
	height: 34px;
	width: 181px;
}

a#elder {
background: url(images/nav_elder.jpg) center bottom no-repeat;
display: block;
width: 181px;
height: 34px;
text-indent: -9999px;
}

a:hover#home, a:hover#about, a:hover#estate, a:hover#trusts, a:hover#wills, a:hover#probate, a:hover#family, a:hover#blog, a:hover#elder{
background-position: center top;
}

/*Body*/
div#body {
background: #fff;
width: 594px;
font-family: Arial, Helvetica, Sans Serif;
color: #000;
float: right;
min-height: 880px;
}

div#body p {
padding: 10px;
font-size: 14px;
}

div#body h2 {
padding-left: 10px;
}

ul {
padding-left: 40px;
padding-right: 10px;
}

li {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}

div#body img.left {
float: left;
padding-right: 5px;
}

div#body img.right {
float: right;
padding-left: 5px;
}


/*Footer*/
div#footer {
color: #fff;
font-size: 10px;
font-family: Arial, Helvetica, Sans Serif;
height: 78px;
line-height: 13px;
}
