
/** Default Element styles **/

i, pre, li, b, td, div	{
	font-size: 14px;
	font-family: Arial;
	color: #333333;
}

a	{
	color: #8C2C20;
}

input	{
	padding: 1px 1px 1px 1px;
	margin-top: 0px;
}

input, select, option	{
	font-family: Arial;
}

img {
	border: 0;
}

img.pic 	{
	border: 1px solid #DFDFDF;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

/** Main layout styles **/
body	{
	background-color: #660000;
	background-image: url(/images/layout/wdoi-bg.jpg); /* RobP dark red   */
	background-repeat:repeat-x;
}

#main	{
	border: 1px solid #666666; /* RobP gray */
	border-top: 1px solid #666666;/* RobP gray */
}

#content	{
	background-color: #fff;
	min-height: 560px;
	padding: 10px;
}

#content_email_wrapper	{
	background-color: #fff;
	width: 779px;
}
#content_email	{
	background-color: #fff;
	padding: 20px;
}

/** Basic Custom Element Styles **/
a.strong	{
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
a.strong:hover	{
	text-decoration: underline;
}

/** Quote Styles **/
.quote .quote_wrapper	{
	position: relative;
	background-color: #eee;
	padding: 15px 10px 20px 10px;
	border: 1px solid #bbb;
	z-index: 3;
	left: -4px;
	top: -4px;
	height: auto;
}
.quote .quote_wrapper_outer	{
	background-color: #999999;
	z-index: 1;
	width: 90%;
	left: 5%;
	position: relative;
}
.quote .lquote, .quote .rquote	{
	font-size: 76px;
	font-family: Garamond;
	color: #ADADAD;
	overflow: hidden;
	width: 40px;
}
.lquote {
	float: left; 
	position: relative;
	height: 40px;
	width: 50px;
	top: -5px;
}
.quoted {
	clear: right; 
	position: relative;
}

.quote .author {
	position: relative;
	margin-top: 15px;
	text-align: right;
	width: 100%;
	

}
.quote .rquote {
	position: relative;
	float: right;
	overflow: hidden;
	height: 40px;
	bottom: 30px;

}
/** Error messages **/
#error	{
	background: #fff url(/images/icons/warning.gif) top left no-repeat;
	padding-left: 30px;
	padding-top: 10px;
	height: auto;
}
#error blockquote, #error p	{
	margin: 0 5px 0 30px;
}
#error p	{
	font-weight: bold;
}
#error blockquote.error_message	{
	margin: 0 5px 0 40px;
}
#error blockquote.link	{
	text-align: center;
	margin-top: 5px;
}

/** Bottom Nav **/
#bottom_nav {
	margin-top: 10px;
	text-align: center;
	color: #FF9982;
	font-size: 11px;
}
#bottom_nav div {
	color: #FF9982;
	font-size: 11px;
}
#bottom_nav #primary a {
	color: #ddd;
	text-decoration: none;
	font-size: 11px;
}
#bottom_nav #primary a:hover {
	text-decoration: underline;
}
#bottom_nav #secondary a {
	color: #B34E3D;
	text-decoration: none;
	font-size: 11px;
}
#bottom_nav #secondary a:hover {
	text-decoration: underline;
}
#bottom_nav #copy  {
	margin-top: 5px;
	font-size: 12px;
}

h3 a	{
	text-decoration: none;
	color: #333333;
}

/* navigation */
#course_nav	{
	background-image: url('/images/layout/nav-gray-bg.gif'); 
	color: #FFFFFF;
	font: normal 13px Arial;
	height: 26px;
	padding-left: 6px;
	margin: auto;
}
#course_nav .nav_link, #course_nav .nav_link_highlight	{
	padding: 5px 10px 0 20px;
	float: left;
}
#course_nav .nav_link	{
	background: url('/images/layout/nav-bullet.gif') 7px 10px no-repeat;
}
#course_nav .nav_link_highlight	{
	background: url('/images/layout/nav-bullet-over.gif') 5px 10px no-repeat;
}
#course_nav .nav_link a, #course_nav .nav_link_highlight a 	{
	color: #FFFFFF;
	text-decoration: none;
}
