/* Global Defaults */
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #333;
  background-image: url(../images/bg_cloth.jpg);
}
/* Headlines */
h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	line-height: normal;
	color: #C90;
}
h1 {
	font-size: 144%;
	text-align: center;
}
h2 {
	font-size: 133%;
}
h3 {
	font-size: 124%;
}
/* Text Styles */
p, th, td, dd, dt, li, ul, ol, blockquote, q, acronym, abbr, input, select, textarea {
	font: 1em/1.4em Georgia, "Times New Roman", Times, serif;
	padding-top: 0;
}
/*Tables */
table {
	line-height: normal;
	padding: 0;
	margin: 0;
	font-size: 100%;
}
/*nest fixes */
table { 
	font-size: 100%; 
} 
.bg_grey {
	background-color:#CCC;
}
li { 
	font-size: 100%;
}
/*End nest fixes */
blockquote {
float:left;
font-size: 1em;
font-family:Georgia,"Times New Roman",Times,serif;
font-style:italic;
margin:0;
padding:5px;
padding-bottom: 0;
width:14em;
line-height: normal;
}
q {
  font-style: italic;
  font-size: 100%;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
	font-size: .8em;
	line-height: normal;
}
big {
  font-size:1.2em;
  line-height: normal;
}
/* Links and Images */
a:link, a:visited {
	color: #30749C;
	text-decoration: none;
}
a:hover { 
	color: #C90;
	text-decoration: underline;
}
a:active { 
	color: #C93;
	text-decoration: none;
}
img {
	border: none;
	padding: 0;
	font-family: "Comic Sans MS", cursive;
}
/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 100%;
}
label {
cursor: pointer;
}
/*#############DIV ID################*/
#wrapper {
	margin: 0 auto;
	margin-top: 13px;
	width: 700px;
	margin-bottom: 33px;
	background-image: url(../images/page.jpg)
}
#header {
	background: url(../images/header.jpg);
	width: 700px;
	height: 26px;
}
#logo {
	width: 643px;
	height: 140px;
	padding-top: 15px;
	margin: 0 auto;
	background-image: url(../images/logo_flourish.gif);
}
#logo_text {
	padding-bottom: 15px;
	border-bottom: #CCC double;
	margin: 15px;
}
#logo_text a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	color: #666;
	text-decoration: none;
	text-align:center;
	padding-bottom: 25px;
}
#content {
	background: url(../images/bg_content.jpg);
	width: 600px;
	overflow: auto;
	padding: 11px 50px;
	height: 101%;
}
/*menu*/
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { 
display: inline;
}

#navcontainer ul li a
{
font-family:Verdana, Geneva, sans-serif;
text-decoration: none;
padding: .2em .6em;
color: #666;
font-size: .8em
}

#navcontainer ul li a:hover
{
color: #333;
}

/*End Menu*/
.main_col {
	padding-bottom: 15px;
	text-align: center;
}
#clear {
	clear: both;
}
#footer {
	background: url(../images/footer.jpg);
	width: 700px;
	height: 65px;
	padding-top: 35px;
	clear: both;
}
#footer a {

	color: #960;
}
#footer a:hover {
	color: #996;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: .65em;
}
/* Common Classes */
.float_right {
	float: right;
	padding-left: 11px;
}
.smallstuff { font-size: .75em; }
.clear { clear: both; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
/*Funky Typography*/
.amp{ /* Give those ampersands a right sexy look */
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:inherit;
}
/* Styles an introductory paragraph, similar to newspapers. Assign this class to the first paragraph in an article */
p.intro:first-line{
	font-variant:small-caps;
}
/* Styles a drop cap on each paragraph with this class */
p.drop:first-letter{
	float:left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:3em;
	margin-top:-0.5em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
	width: auto;
}
.red {
	color: #F00;
}
/*Large initial letter*/
.initial:first-letter {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
}
p + h2 { 
	margin-top: 1.5em; 
}
.testimonials {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
.drop_shadow {
	text-shadow: 1px 1px 2px #2e2e2e;
}
