/* Mission Trail Poodle Club website*/
/* Main CSS file */

#DIV {
	border: 1px solid;
}

HTML	{
	height: 100%;
}
	
BODY {
	width: 100%;
	background: #FFFFFF url(../images/bg.gif) no-repeat left top;
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: "Calibri", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: smaller;
}

H2 {
	padding: 0 10px;
	font-weight: bold;
	text-align: center;
	color: #a0410d;
}

H2.fp_news_title {
	color: #999999;
	font-family: "Lucida Calligraphy", "Calibri", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
	text-align: left;
}

H3 {
	color: #a0410d;
	font-weight: bold;
	margin: 1.6em auto 0 auto;
}

H3.group {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 0;
	text-align: left;
}

H4 {
	border-bottom: 1px dotted;
	clear: right;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0;
	margin-right: 10px;
}

P {
	margin: 0;
	padding: 0.5em 0;
}

A {
	color: #4858a8;
	text-decoration: none;
}

A:hover, A:active	{
	text-decoration: underline;
}
	
P.major, A.major {
	font-weight: bold;
}

A.page {
	font-style: italic;
}

A IMG {
	border-width: 0;
}

/* Major DIV definitions */
#logo {
	position: absolute;
	left: 63px;
	top: 26px;
	margin: 0;
	padding: 0;
	width: 133px;
	height: 133px;
	clear: none;
}

#main_column {
	width: 100%;
}
	
#header	{
	margin-left: 204px;
	padding: 0 10px;
}

.link_box {
	float: right;
	clear: left;
	padding: 10px 8px 0 8px;
	text-align: center;
	line-height: 12px;
	font-size: smaller;
	font-weight: bold;
}

#content_box {
	margin-left: 204px;
	padding: 10px;
}

#navi_box {
	float: left;
	width: 184px;
	margin: 120px 10px 10px 10px;
	padding: 0;
	text-align: center;
}

.navi_title {
	margin: 0;
	height: 12px;
	overflow: hidden;
	background: url(/images/top-navi.gif) no-repeat top left;
}

.navi_footer {
	margin: 0;
	height: 12px;
	overflow: hidden;
	background: url(/images/bottom-navi.gif) no-repeat top left;
}

.navi_el {
	margin: 0;
	padding: 0 10px;
	line-height: 112%;
	font-size: medium;
	font-weight: bold;
	background: #FFFFFF url(/images/bg-navi.gif) repeat-y top left;
}

#navi_stripe {
	margin: 5px 15px;
	padding: 0.4em; 
	border-top: 1px dotted #bebebe;
	border-bottom: 1px dotted #bebebe;
}

#news_box {
	float: right;
	width: 220px;
	margin: 0;
	padding: 0;
}

.box_title {
	margin: 0;
	padding: 8px 60px 0 30px;
	min-height: 20px;
	color: #a0410d;
	font-family: "Lucida Calligraphy", "Calibri", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: normal;
	font-weight: bold;
	line-height: 24px;
	background: url(/images/top-news.gif) no-repeat top left;
}

.boxed {
	padding: 5px 28px 5px 30px;
	background: #FFFFFF url(/images/bg-news.gif) repeat-y top left;
}

.boxed UL {
	font-weight: bold;
	line-height: 160%;
}

.box_footer {
	margin: 0;
	height: 22px;
	overflow: hidden;
	background: url(../images/bottom-news.gif) no-repeat top left;
}

UL.brief {
	font-weight: normal;
	line-height: 120%;
	padding-left: 1em;
}
UL.brief LI {
	padding-left: 0;
}

#copyright {
	float: right;
	clear: both;
	width: auto;
	height: 64px;
	margin: 10px 10px 10px 260px;
	padding: 0 0 0 50px;
	background: url(../images/mtpc-logo64.gif) no-repeat left top;
	text-align: right;
	font-weight: bold;
	font-size: smaller;
	line-height: 160%;
}

/* Misc tag modifiers*/
DIV.showcase {
	margin: 0 1.6em 0.6em 1.6em;
	text-align: center;
	font-size: smaller;
	font-weight: bold;
	line-height: 120%;
}

DIV.showcase IMG	{
	margin: 0;
	padding: 2px;
	border: 1px solid #a0410d;
}

IMG.inline	{
	padding: 5px;
	border: none;
}

IMG.divider	{
	margin: 5px 0;
}

UL.paragraphs {
	margin: 10px 240px 10px 10px;
	padding: 10px;
	font-weight: bold;
	line-height: 160%;
	border-bottom: solid 1px #bebebe;
}

DIV.info_box {
	margin: 0 20px;
	padding: 5px 10px;
	border: 1px solid #bebebe;
	font-size: medium;
}

SPAN.techinfo {
	color: #bebebe;
	font-style: italic;
}

SPAN.quote {
	font-style: italic;
}

.hi-light {
	color: #a0410d;
	font-weight: bold;
}
