@charset "UTF-8";

/* 
----------------------------------------------------
Author: Chip Martucci
© 2008 Craftwork Media LLC, All Rights Reserved 
---------------------------------------------------
*/


/* 
CONTENT 
--------------------------------------------- 
*/

#content p {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

#content img {
	/*float: left;*/
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}

#content h3 {
	color: #666666;
	font-size: 16px;
	padding-top: 0px;
}

#content ul {
	list-style-position: inside;
	list-style-image: url(../images/dec_arrow.gif);
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
}

#content a:link, #content a:visited {
	color: #0084BE;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

#content .block {
	padding-bottom: 15px;
}

#content-main {
	width: 475px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content-main p {
	padding-right: 10px;
}

#right-column {
	width: 210px;
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
}
#right-column td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#right-column p {
	width: 225px;
}
#right-column h4 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-style: normal;
}

#right-column blockquote {
	color: #78BFDF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	margin-left: 0px;
	padding-left: 0px;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	margin-top: 0px;
	padding-top: 0px;
}
#content-main .block .right {
}

#content-right-1 {
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	background-image: url(../images/dec_callouts-horiz-divider.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
                                                                                                                               