/* CSS Document 

Filename:  global.css
Created:  4/20/04 by Chris Luksha
Email: cel att echowebservices dott calm
Client: Wendis Cleaning Service
Application: Static Site
Revisions:
--------------------------------
*/

/* Main Content Styles */
@import url(youarehere.css);
body {
	padding: 0;
	margin: 0;
	font-size: small;
	background-color: #fff;
	background-image:url(../images/TileSet.gif);
	background-position: top;
	background-repeat: repeat-x;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
    /*/*/line-height: 155%; /* */
}

#frame {
	width:100%;
	margin: 0px;
	padding:20px 0 10px 0;
	text-align:left;
	background-image:url(../images/cutcornersLt.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#leftcolumn {
	padding:0px;
	float:left;
	width:175px;
	margin-right: 5px;
	margin-bottom: 10px;
}

#leftcolumn p { text-align:center; }

#content {
	padding-right:2em;
	padding-left:15px;
	padding-top:10px;
	margin: 0 auto;
/* This next line will stop the text wrap under the nav, but is troublesome in N7
	float:left;  */
}

#cleaner { clear: both; }

.cntrBoxed {
	border: 1px solid #9F295D;
	width: 80%;
	margin: auto;
	background: #FFF;
}

#footer {
	font-size: smaller;
	border-top: 1px solid #e2e2e2;
	padding-top: .5em;
	margin-top: .5em;
	text-align: center;
	/*/*/line-height: 120%; /* */
}

.testimonial {
	width: 170px;
	padding: 1em;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	background-color: #F7EFCC;
	float: right;
	color: #000;
	font-size: 1em;
	margin-left: 15px;
}

.testimonial P {
	margin-top: -.5em;
}

.LgPhone {
	font-size: 24px;
	font-weight: bold;
	color: #00209F;
	text-align: right;
	margin-right: 20px;
}

a, a:visited {
	color: #00209F;
}

a:hover { color: #780337; }

#footer a, #footer a:visited {
	text-decoration: none;
}

h1, h3, h4, h5, h6 { color: #00209F; }

h2, h3, h4 {font-size: 1em; }

h3, h4 { margin-bottom: -1em; }

h1 {
	font-size: 1.25em;
	margin-bottom: -0.75em;
	padding-top: 1em;
}

h2 {
	font-style: italic;
	font-weight: bold;
}

h4 { font-weight: normal; }

h6 {
	font-size: 1em;
	text-align: center;
} 

.raised { margin-top: -1em; }	

.colored {
	color: #00209F;
	margin-bottom: -1.5em;

}

.faq {
	color: #00209F;
	font-style: oblique;
	font-weight: bold;
}

ul ul {
	list-style: url(../images/rtPointer.gif) none;
}
/* Nav Styles  */

#navcontainer{
	background: transparent;
	width: 175px;
	margin: 0 auto;
	padding: 1em 0;
	font-family: "Century Gothic";
	font-size: .8em;
	text-transform: uppercase;}
ul#navlist{
	text-align: left;
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 1em;
	margin-left: 1em;
	width: 80%;}
ul#navlist li{
	display: block;
	padding: 0;}
ul#navlist li a{
	display: block;
	width: 100%;
	padding: 0.5em 0 0.5em 1.5em;
	border-width: 2px;
	border-color: #D096B0 #651A3B #651A3B #B65B83;
	border-style: solid;
	color: #FFF;
	text-decoration: none;
	background: #9F295D;}
#navcontainer>ul#navlist li a { width: auto; }
ul#navlist li a:hover{
	color: #FFF;
	background: #656DD9 url(../images/navBGDrk.gif);
	border-color: #888CE4 #888CE4 #4F56CA #7D9BE4 ;}
/* This section - leftpadding is a jerry rgging for any bulleted items that are directly 
to the right of the menu.  For whatever reason, leaving this out makes the bullets indent to the left.
The class needs to be applied to both the UL container and the LI item.  */
.leftpadding {
	margin-left: 7em;
	padding-left: 0;
}
.floatrt {
	float: right;
	width: 200px;
	text-align: center;
}
