/* Style sheet for Alicia's Permanent Beauty */

* { /* take away all preset margins and padding */
	margin:0px;
	padding:0px;
}

body {
	background-color:#CCC;
	font-size:0.9em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	min-width:725px;
	/*background: url("../images/body_bg.gif");*/
}

/*Main area where all components are nested in*/
#main {
	width:725px;
	margin:10px auto;
	background-color:#FFFFFF;
	/*text-align:left;*/
	border: 1px #333333 solid; /*outside border around the #main area*/
}

/* HEADER */
#header {
	height:130px;
}
#header #headerlogo {
	background:url(../images/AliciaPBBanner.gif) no-repeat;
	margin-top:0px; /*space between the #main and the header logo*/
	width:725px;
	height:130px;
	position:absolute;
	border-bottom: 1px #333 solid; /*border line at the bottom of the banner image */
}

/* Top menu*/
#header #headermenu ul {
    position:relative;
	list-style:none; /*remove bullets*/
	text-transform:uppercase;
	margin-left:450px;
	top:110px;	
}
#header #headermenu li {
	display:inline; /* change li so they display next to each other */
	width:150px;
	height:30px;
}

#header #headermenu a {
	float:none;
	color:#FFFFFF;
	height:30px;
	margin-left:20px;
	text-decoration:none;
}

#header #headermenu a:hover {
	text-decoration:underline;
	color:#FFF;
}

#header #headermenu a.current {
	/*background:#FFDFB0;*/
	text-decoration:underline;
	cursor:default;
	border-left:#999 1px solid;
	border-right:#999 1px solid;
	color:#000;
}

/* CONTAINER This is the area that will contain content and the side menu*/
#container {
	background-color:#FFFFFF;
	clear:both;
	margin:0px 0px 0px 0px;
}

/* SIDEMENU */
#container #sidemenu {
	width:264px;
	position:relative;
	float:left;
	min-height:300px;
	/*border:#999 10px solid;*/
	/*background:url(../images/nawg-sidemenu-bg.png);*/
}

#container #sidemenu h2 {
	margin:10px 10px;
	/*text-indent:-9999px;*/
	border:none;
	/*background:url(../images/nawg-sidemenu-title.png) no-repeat 4px 4px;*/
	height:26px;
}

#container #sidemenu ul {
	margin:5px 0px;
}
#container #sidemenu li {
	display:block;
}

#container #sidemenu a {
	list-style-type:disc;
	list-style-position:inside;
	display:block;
	width:151px;
	color:#111;
	font-size:.9em;
	padding-left:14px;
	margin-left:10px;
	margin-top:11px;
	/*background:url(../images/side-menu-a-icon.png) no-repeat 0px 4px; /* add bullet move 4px down*/
}

#container #sidemenu a:hover {
	/*background:url(../images/side-menu-a-icon-hover.png) no-repeat 0px 4px;*/
	text-decoration:none;
	/*border-right:#707 5px solid;*/
}

#container #sideimage {
	position:relative;
	background-image:url(../images/WomanFace.gif);
	height:397px;
	width:264px;
	margin-top: 1px;
	border-right: 1px #333 solid;
	background-repeat: no-repeat;
}

/* CONTENT */
#container #content {
	margin:1px 25px 0px 275px; /*add a lot of margin on left so floated menu is not covered */
	background:#fff;
    color:#666666;
	text-align:left;
	/*font-style: italic;*/
	/*border:#aaa 0px solid;*/
	padding: 15px 10px 5px 10px;

}


#container #content p { /* add some padding to content paragraphs */
	padding: 5px 10px 2px 0px;
	/*position:relative;*/
}

#container #content pre {
	/*border:#ccc 1px solid;*/
	margin:0px 10px 2px 0px;
	padding:0px 0px 0px 10px;
	/*background:#F1F5EB;*/
	position:relative;
	text-align:justify;
}

#container #content a {
	color:#666666;
}

#container #content a:hover {
	text-decoration:none;
	color:#000;
}

/* FOOTER */
#footer {
	clear:both;
	padding-top:5px;
	padding-bottom:5px;
	font-size:.7em;
	color:#FFFFFF;
	background:url(../images/footer.gif) no-repeat;
	height:25px;
	border-top:#333 1px solid;
	margin:0px 0px 0px 0px;
	text-align:center;
}

#footer ul, #footer li {
	list-style:none;
	display:inline;
}
#footer a {
	padding:0px 10px;
	color:#FFF;
}
#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}
/* GENERAL */
h1 {
	font-size:medium;
	letter-spacing:2px;
	border-bottom:#333333 1px dashed;
	color:#333333;
	padding-left:4px;
}

h2 {
	font-size:small;
	letter-spacing:0px;
	color:#333333;
	padding-left:4px;
	padding-top:4px;
	}
	
p.justify {
	text-align:justify;
}
	
acronym {cursor:help;}
.center {text-align:center;}
.clear {clear:both;}
.hide {position:absolute;left:-9999px;} /* hide from view but still readable for screen readers */
.photoright {
	position:relative;
	margin:8px 6px 2px 6px;
	float:right;
}
.photoleft {
	float:left;
	margin:0px 0px;
	}
