/* CSS for Susan Bolenbaugh's Web Page */

body{
	margin:0px;
	padding:6px;
	border:0px;
	background-color: #262626;
	text-align:center;
	font-family: helvetica;
	color: #dcd0d0;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#susansFullPage{
	position:relative;
	width:100%;
	margin:0px;
	padding:0px;
	border:0px;
}

#susansContainer{
	position:relative;
	width:888px;
	height:auto;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin:4px;
	padding:2px;
}

#susansHeader{
	width:100%;
	height:180px;
}

/*Menu*/

#susansNavBar{
	position:relative;
	width: 100%;
	height: 28px;
	background-color: #919090;
	border:2px solid #fd4a4a;
	padding-right: 0px;
	padding-left: 0px;
	Padding-top: 18px;
	Padding-bottom: 14px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

#menu{
	float: left;
	width: 890px;
	height: 22px;
	padding-left: 0px;
}

#menu ul{
	font-family: 'Tangerine', cursive;
	font-size: 3.6em;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 890px;
	list-style-type: none;
}

#menu ul li{
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 68px;
	color: #4660a8;
	display: inline;
	list-style-type: none;
	width: auto;
}

#menu ul li a:link,
#menu ul li a:visited{
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding-left: 4px;
	display: block;
	height: 30px;
	line-height: 30px;
	float: left;
	width: auto;
	font-weight: bold;
}

#menu ul li a:hover,
#menu ul li a:active{
	Color: #fd4a4a;
	line-height: 30px;
	height: 30px;
	padding-left: 4px;
	text-align: center;
	display: block;
	float: left;
	width: auto;
}

h4{
	width: 100%;
	font-family: "helvetica";
	text-align: center;
	font-weight: bold;
	color: #dcd0d0;
	font-size: 24px;
	margin-top: 2px;
	margin-bottom: 2px;
}

h4 a{
	color: #7eafeb;
}


#aboutSusanContent{
	float: left;
	width: 416px;
	background-color: #dcd0d0;
	border:2px solid #59431c;
	padding-right: 08px;
	padding-left: 16px;
	Padding-top: 12px;
	Padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:left;
	font-size:18px;
	color:#59431c;
	font-weight:normal;
}

#imgSusan{
	float: right;
	padding:0px;
	margin-top: 20px;
}


#susansContactContent{
	float: right;
	width: 460px;
	height: auto;
	background-color: #dcd0d0;
	border:2px solid #59431c;
	padding-right: 18px;
	padding-left: 18px;
	Padding-top: 10px;
	Padding-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align:left;
	color:#59431c;
	font-size:18px;
	font-weight:normal;
}

.imgSusan2{
	float: left;
	padding:0px;
	margin-bottom: 10px;
}

.printBox{
	position:relative;
	width:144px;
	height:auto;
	background-color: #dcd0d0;
	border:2px solid #59431c;
	padding-right: 08px;
	padding-left: 16px;
	Padding-top: 12px;
	Padding-bottom: 8px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 7px;
	color:#59431c;
	font-size:18px;
	font-weight:normal;
}

.highLightbox{
	position:relative;
	width:900px;
	height:auto;
	background-color: #dcd0d0;
	border:2px solid #59431c;
	padding-right: 08px;
	padding-left: 16px;
	Padding-top: 12px;
	Padding-bottom: 8px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 7px;
	color:#59431c;
	font-size:18px;
	font-weight:normal;
}

















#footer
{
	clear: both;
	width:100%;
	height: 24px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 12px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #919090;
	border: 2px solid #fd4a4a;
}

a.footer:link, a.footer:visited {
	color: #ffffff;
	text-decoration: none;
}

a.footer:hover, a.footer:active {
	color: #fd4a4a;
}




/*END*/