@charset "UTF-8";
/* CSS Document */

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.005em;
	color: #333333;
	line-height: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* pseudo styles */

a:link {
	color: #333333;
}
a:visited {
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}

/* layout - id - styles */

#container {
	text-align: left;
	padding: 0px;
	width: 800px;
	margin: 0px auto 0px auto;
}

#hpcontainer {
	text-align: center;
	padding: 0px;
	width: 800px;
	margin: 0px auto 0px auto;
}

#leftcol {
	float: left;
	width: 300px;
	padding: 0px 0px 0px 60px;
	margin: 0px;
}

#rightcol {
	width: 360px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.005em;
	color: #333333;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 360px;
	padding-top: 0px;
	padding-right: 80px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navbar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: right;
	padding: 0px 0px 20px 0px;
	letter-spacing: 0.001em;
	height: 40px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	letter-spacing: 0.02em;
	text-align: center;
	margin: 0px;
	padding: 6px;
	height: 60px;
	line-height: 12px;
}

#logo {
	background-image: url(graphics/jenny-chase-inc-logo.jpg);
	background-repeat: no-repeat;
	background-position: 360px;
	height: 74px;
	margin: 0px;
	padding: 0px opx 40px 0px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 360px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 20px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* class styles */

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #333333;
}
.teperson {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.05em;
}
.smallBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#rightcol p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}

/* List Styles */

#rightcol ul {
	text-indent: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
#rightcol ul li {
	list-style-type: none;
	margin-bottom: 24px;
	margin-top: 0px;
}

/* Temp logo font */

.textlogo {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 22px;
}

