@charset "utf-8";
/* CSS Document */
/* Universal style rule */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #5a5d80; /* lt periwinkle */
}
#wrapper {
	position: relative;
	margin: 0 auto; /* Set right and left to auto for centering */
	width: 62em; /* lowest resolution 1024x768 */
}
#branding {
	float: left;
	width: 62.5em;
	height: 10em;
	background-color:#727899; /* periwinkle */
	color: #000033; /*navy */
	font-family: papyrus, georgia, verdana;
	padding:1em 0 0 1.5em;
}
#brandingImg {
	float:left;
	background-color:#727899; /* periwinkle */
	font-family: papyrus, georgia, verdana;
	width:100%;
	height:100%;
}
#separator {
	float: left;
	color:#FF3300;
	background-color: #ff3300; /*burnt orange */
	height: .45em;
	width: 100%;
}
#navbar {
	float: left;
	width:62em;/* Set to any width */
	height:1.5em;/* match to link height */
	font-family: Verdana, Geneva, Arial, Helvitica, Sans-Serif;
	background-color:#000033; /* navy */
	color:#ebebeb; /* lt gray */
}
/* For centered navbar only */
#navbar #centeringdiv {
	width:62em; /*Must be equal to, or slightly greater than, actual navbar width */
	margin:0 auto;
}
/* For centered navbar only. Put in last li tag */
.borderright {
	border-right:solid 1px #ccc;
}
#navbar ul {
	list-style-type:none; /* Remove bullets from unordered list */
}
#navbar li {
	float:left; /* Make list horizontal */
}
/* All links, and links in unvisited and visited states */
#navbar li a, #navbar li a:link, #navbar li a:visited {
	display:block; /* required to set width and height */
	width: 8.78em;
	height:1.5em; /* Match to navbar height */
	background-color:#000033;  /* navy */
	color:#ebebeb; /* lt gray */
	text-decoration:none;
	text-align:center;
	line-height:1.5em; /* Match to navbar height */
	border-left:solid 1px #ccc;
	outline-style:none;/* Remove dotted border from Firefox */
}
/* Hover and active links */
#navbar li a:hover, #navbar li a:active, #navbar li.selected a:link, #navbar li.selected a:visited {
	background-color:#344274; /* dk periwinkle*/
	color:#FFFFFF; /* white */
}
#maincontainer {
	float: left;
	width: 62em;
	background-color: #727899; /* periwinkle */
}
#content {
	float:left;
	margin: 1em;
	background-color:#ebebeb;
	color: #000033;/*#344274;/*#4c6782;*/
	width: 45.75em;
	padding: 1em;
	font-size:.75;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-family: calibri, Geneva, Arial, Helvetica, sans-serif;
}
#testimonial {
	float: left;
	width:12em;
	margin-top: 1em;
	background-color: #9fafd1;/*#857caa;/*#666699;*/
	color:#000033;
	font-family: eras medium itc, georgia, verdana;
	font-size: 90%;
	line-height:1.5em;
	padding: .25em;
}
#footer {
	float: left;
	width: 65.75em;
	background-color:#344274; /* dk periwinkle*/
	color:#FFFFFF; /* black */
	text-align: left;
	font-size:90%;
	font-family: eras medium itc, georgia, verdana;
	padding: 1.5em;
	clear:both;
}
#footer a:link {
	color:#ebebeb;
}
#footer a:visited {
	color:#999999; /* med gray */
}
#footer a:hover {
	color:#999999; /* med gray */
	text-decoration: underline;
}
/* used on main page */
#hands {
	position:absolute;
	top: 2px;
	left: 48.55em;
	width: 5em;
	height: 10.75em;
}
/* used on main page */
#caption {
	float:left;
	width: 14em;
	padding: 0 1em 1em 0;
	font-size:75%;
	line-height:1.5em;
	color: #000033; /*navy */
	text-align:center;
}
/*#leftColumn {
	float:left;
	padding-right: 1em;
	}
*/
/* used in Teens */
.image {
	/*width: 10em;*/
	float:left;
	padding:0 1em 1em 0;
}
/* used in Teens */
.ulpadding {
	padding-left:2em;
}
/* used in Interiors */
/*.ulpaddingmore {
	padding-left:6em;
	
}*/
.whitefont {
	color:#FFFFFF;
}
#hands {
	float:left;
	width: 5em;
	height: 10.75em;
}
/*.lineHeight200 {
	line-height:2em;
}
.lineHeight125 {
	line-height:1.25em;
}*/
.newspaper {
	text-align: justify;
	text-justify: newspaper;
}
