/* =Global	
____________________________________________________________________________ */

body {
	font: 13px Arial, helvetica, sans-serif;
	text-align: justify;
	color: #393733;
	background-color: #f6f6f6;
	line-height: 1.4;	
}	

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
}

#container {
	background-color: #fff;
	width: 900px;
	margin: 10px auto;
	padding: 13px;	
}

.fltleft { /* Apply to images you want floated left */
	float: left;
	margin: 0 1.2em 1em 0;
	padding: 0 0 0 0;
}

.fltright { /* Apply to images you want floated right */
	float: right;
	margin: 0 0 1em 1.2em;  /* t r b l */
	padding: 0 0 0 0;
}

.clear {clear:both;}

/* =Header
____________________________________________________________________________ */

#header {
	background: url(/graphics/motingttl.jpg) no-repeat;
	height: 140px;
	clear: both;
	margin-bottom: 20px;	
}

#header h1 {
      font: 3em arial, sans-serif;
      padding: 85px 0 0 700px;	/* t r b l */
      font-weight: normal;
      margin: 0;        
}

#header a:hover {
	text-decoration: none;
}

#header a {
	text-decoration: none;
	color: #fff;
}

/* =Navigation
____________________________________________________________________________ */

#navigation {
	font-family: Arial, "MS Trebuchet", sans-serif;
	background-color: #6399b1;;
	color: #fff;
	width: 200px;
	xfloat: right;
	margin: -8px 0 30px 0;
	padding-top: 14px;	
}

#navigation ul {
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
}

#navigation ul {
	list-style-type: none;
	margin: 1em 0 0 0;
	padding: 0;
}

#navigation li#lftbot {
	text-align: center;
	background-color:#527E92; 
	margin: 20px 0 0 0; 
	padding: 5px 13px;
}

#navigation li.lstitem {
	text-align: left;
	margin: 0 0 0 0; 
	line-height: 1;
	padding: 0 0 .3em 2.6em; /* t r b l */
}

#navigation li.lsttitle {
	margin: 0 0 3px 0;
	display: block;
	line-height: 1;
	margin: 0 0 0 0; 
	padding: 0 0 .3em 1em;
}

#navigation li {
	margin: 0 0 10px 0;
	display: block;
	line-height: 1.7;
	padding: 0 0 0 1em;
}

#navigation a:hover {
        text-decoration: underline;
	color: #fff;
}

#navigation a {
	color: #feffd7;
        font-weight: bold;
	text-decoration: none;
}

li.current {
	background-color: #4C7587;
}
/* =Center Search
-----------------------------------------*/
#navigation h3 {
	margin: .3em 1em;
}

input.c-search, input.email-subscribe {
	width: 150px;
}

/* =Content
____________________________________________________________________________ */

#content {
	width: 680px;
	float: right;
	line-height: 1.7;
	min-height: 400px;	
}

#content h1 {
	font-size: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #527E92;
        margin: .2em 0 -.2em 0;	/* t r b l */
}

#content h2 {
	font-size: 1.2em;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #527E92;
        margin: .2em 0 -.8em 0;	
}


#content a {
	color: #0040b6; 
	text-decoration: none;
/*	border-bottom: 1px solid #ddd; */
}

#content a:visited {
	color: #5999DE;
	text-decoration: none;
}

#content a:hover {
	background-color: #5999DE;
	color: #fff;
}

#content_main {
        padding-right: 2em;
	margin-bottom: 20px;
}

/*
<blockquote class="rightbox">
<p class="fltright">
bljfks jfsdlk fskljfs jfksdfs
</p>
</blockquote>
*/
blockquote.rightbox {
	float: right;
	margin: 0 0 1em 1.2em;
	font-size: 1.2em;
	font-family: georgia, "times", serif;
	font-style: italic;
	width: 212px;
	border-top: 2px solid #eee;
	border-bottom: 1px solid #eee;
        padding: 10px 5px;
        display:block;
        color: #666;
        line-height: 1.6;
}
blockquote.address {
	float: center;
	font-size: 1em;
	font-family: arial, sans-serif;
	font-weight: bold;
        display:block;
        line-height: 1.4;
}

/* =Bottom Band
____________________________________________ */

#bot_band {
	background-color: #F3F0E7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	clear: both;
	height: 30px;
	margin: 0;
        position: relative;
        overflow: hidden;
}

#bot_band h2 {
	padding: 0 1em;
}

/* =Site Info
____________________________________________________________________________ */

#copyrightnotice {
        background: url(/graphics/motingbtl.jpg) no-repeat center left;
	font-size: 90%;
	clear: both;
	padding: .5em 0 .5em 70px;	
}
#copyrightnotice p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#copyrightnotice a {
	color: #AB2F2F;
	text-decoration: none;	
}

/* Testimonial
________________________________________________*/
.tesblock {
	border: 1px solid #000066;
	padding: 0em 1em 0em 1em; /* t r b l */
	margin: .5em 1em .5em 1em; /* t r b l */
	}

p.tesby {
        text-align: right;
        padding-top: 0em;
	padding-bottom: 0em; 
        margin-top: -10px;
	font-weight: bold;
        font-style: normal;
        font-size: .9em;
        }



