body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #660000;
}
h1, p {
	margin: 0px;
}
ul,ol {
	margin: 0px;
}
#page {
}
/* titlebar styles */

#titlebar {
	height: 70px;
	padding-top: 20px;
}
#titlelogo {
}
#titlelogo h1 {
	height: 0px;
	margin-left: -800px;
	color: #ffffff;
}
#titlelogo img {
	padding: 10px;
	padding-bottom: 4px;
	border: none;
}
#titlelogo p {
}
#titlesleeve {
}


/* content styles */
#content {
	padding-top: 40px;
}
#leftcontent {
}
.banner {
	background-image: url(http://www.cartercawthorne.com/demo/mediacomms/images/reference/bigstockphoto_Opened_Magazine_18735.jpg);
	background-position: right 100px;
height: 60px;
margin-bottom: 20px;
margin-top: -10px;
}
#maincontent {
}
#maincontent h1 {
}
#maincontent h2 {
	font-family: Georgia;
	font-family: Tahoma, Verdana, Arial;	
	font-size: 1.3em;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
#maincontent p {
	margin-top: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	margin-right: 20px;
	font-family: Verdana;
	font-family: Tahoma, Verdana, Arial;
	line-height: 1.5em;
	text-align: left;
	font-size: 0.825em;
	margin-right: 0px;
	text-align: justify;
}
#maincontent p.keyline:first-line {
	text-transform: uppercase;
	color: #993333;
	color: #333333;
	font-weight: bold;
}
#maincontent p.keyline:first-letter {
	font-family: Georgia;
	font-family: Tahoma, Verdana, Arial;	
	color: #993333;
	font-weight:bold;
	font-size: 3.2em;
	font-size: 3.0em;
	float: left;
	padding-top: 6px;
	margin-right: 2px;
}
.button {
	margin-right: 10px;
	margin-bottom: 4px;
	margin-top: 4px;
	width: 100px;
	float: left;
}
#maincontent ul {
	margin-top: 6px;
	margin-bottom: 18px;
	margin-left: 30px;
	list-style-type: disc;
	width: 300px;
	border-bottom: dotted 1px #cccccc;
}
#maincontent li {
	font-size: 0.825em;
	line-height: 1.5em;
	padding-bottom: 6px;
	padding-top: 4px;
	color: #333333;
	border-top: dotted 1px #cccccc;
	margin-left: -40px;
	text-align: justify;
}
#maincontent p.contact:first-line{
	font-weight: bold;

}
#maincontent p.contact:first-letter {
	color: #663333;
	font-size: 1.25em;
}
/*footer styles */

#footer{
	background-color: #F5F0EB;
	text-align: center;
	color: #333333;
	font-size: 0.6em;
}
#footer p {
	padding-top: 10px;
}

/* quote boxes */
#quote {
	float: right;
	width: 220px;
	margin-right: 20px;
	margin-top: 0px;
	color: #D3BCA7;
	text-align: center;
}
#quote p {
	margin: 0px;
	width: auto;
	margin-top: -18px;
	margin-left: 30px;
	margin-right: -10px;
	font-family: Arial;
	font-weight: bold;
	font-size: 22pt;
	text-indent: -20px;
	line-height: 0.9em;
	text-align: left;
	letter-spacing: -0.05em;
}
#quote span {
	margin: 0;
	font-family: Verdana;
	font-size: 22pt;
	word-spacing: -0.1em;
}
#quote img {
	margin-top: -18px;
}
/* quote boxes class */
#maincontent .quote {
	float: right;
	width: 220px;
	margin-top: 0px;
	color: #cccccc;
	text-align: center;
}
#maincontent .quote p {
	margin: 0px;
	width: auto;
	margin-top: -18px;
	margin-left: 30px;
	margin-right: -10px;
	font-family: Arial;
	font-weight: bold;
	font-size: 22pt;
	text-indent: -20px;
	line-height: 0.9em;
	text-align: left;
	letter-spacing: -0.05em;
}
#maincontent .quote span {
	margin: 0;
	font-family: Verdana;
	font-size: 22pt;
	word-spacing: -0.1em;
}
#maincontent .quote img {
	margin-top: -18px;
}
.center {
text-align: center;
}

/*_______________________________________
menu */

#mainmenu {
	width: 200px;
	font-family: Tahoma, Verdana, Arial;
}
#mainmenu ul {
	list-style-type: none;
	font-weight: bold;
	
}
#menuheader {
	margin-top: -10px;
	margin-left: -34px;
}
#menuheader li {
	margin-bottom: 2px;
	padding: 2px;
	float: left;
	width: 10em;
}
#menuheader a {
	width: 160px;
	padding: 4px;
	font-size: 1.6em;
	text-decoration: none;
	color: #666666;
}
#menuheader a:hover {
	color: #333333;
}
#menuheader li ul{
	/*display: none;*/
	float: left;
	margin-left: 0px;
}
#menuheader li:hover ul {
	/*display: block;	*/
}

#menuitem {
	margin-bottom: -10px;
}
#menuitem li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	font-weight: bold;
	margin-left: -36px;
}
#menuitem a {
	font-size:0.875em;
	color: #999999;
	float: left;
	width: 8em;
}
#menuitem a:hover {
	
	color: #993333;
}
.clearer{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
