@import url(typography.css);
@import url(styles.css);
@import url(navigation.css);

body {
	color: #333;
	background: #000 url(../images/stripe.png);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
}

a
{
  outline: none;
}
a:link
{
    color: #cc982b;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    text-decoration: none;
}
a:visited
{
    color: #cc982b;
}
a:active
{
    color: #cc982b;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    text-decoration: underline;
}
a:hover
{
    color: #000;
    text-decoration: underline;
}
a:active
{
  outline: none;
}

a:hover { border-bottom-color: #cc9966; }

a.backtotop-lft, a.backtotop-rgt { display: inline; }

a.backtotop-lft { float: left; }

a.backtotop-rgt { float: right; }

th {
	font-family: arial;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
}

ul {     
	margin-left: 30px;
    padding-bottom:2px;
    line-height:20px;
}
#content li{list-style-type: square;}
.services ul{list-style-type: square;  	
margin-left: 2px;
    padding-bottom:2px;
    line-height:20px;
	}
	
hr {
	background-color: #E4E4D7;
	border: none;
	color: #E4E4D7;
	height: 1px;
	margin: 0.2em 0;
}

#container {
	background-color: white;
	margin: 20px auto;
	width: 750px;
	border: solid 4px #b1b082;
}

#containertop {
	font-size: 0.9em;
	height: 18px;
	padding: 7px 8px 4px 8px;
	text-align: right;
}

#header, #menu, #content { margin: 0 5px; }

#header {
	background: transparent url(../images/header-bg.jpg) no-repeat;
	color: black;
	font-weight: bold;
	height: 139px;
}

#phone {
	display: inline;
	float: right;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.5em;
	margin: 120px 50px 0 0;
	text-align: center;
}

#phone strong { font-size: 1.25em; }

/* Begin menus */
#menu, #menu ul { font-family: arial, verdana, helvetica, sans-serif; }

#menu {
	background: #ffffff url(../images/menu-bg.jpg) no-repeat;
	margin-bottom: 2px;
}

#menu li, #menu a { color: #996600; }

#menu li {
	margin: 2px 10px 0 26px;
	padding: 0;
}

#menu a {
	background-color: transparent;
	background-image: none;
	border-bottom: solid 5px transparent;
	font-size: 1em;
	font-weight: bold;
	padding: 6px 0 5px 0;
}

#menu a:hover, #menu a.a {
	background-color: transparent;
	border-bottom-color: #CCCCCC;
}

#menu a em {
	font-style: normal;
	text-decoration: underline;
}

/* 2nd level menus */
#menu ul {
	background-color: #E4E4D7;
	padding: 2px;
}

#menu ul a {
	color: #333;
	font-size: 1em;
}

#content {
	padding: 16px 5px 5px 5px;
}

#breadcrumbs {
	color: #A9A996;
	font-weight: bold;
	margin-bottom: 1.5em;
}

#banner {
	margin: 20px;
	text-align: center;
}

#banner a { border: none; }

#containerbtm {
	text-align: center;
}

#footer {
	background-color:#f9f9f9;
	border: solid 3px #fff;
	border-top: solid 1px #ccc;
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
}

#footer a{
	color:#000}
#footer a em {
	font-style: normal;
	text-decoration: underline;
}
#footer a:hover{
text-decoration:underline;}
#footer a:visited{
text-decoration:none;}
#footer a:active{
text-decoration:none;}

.OuterFooter{ color:#000; padding-top: 5px;}
#flashcontent {
	
	text-align:center;
	margin: auto;
}

/*
    Border div layout
*/
.HeadColhead 
{
    display:block;
    margin: 0px;
	margin-top: 20px;
    padding: 0px;
    background: url(../images/backgrounds/header_gray_1px.gif) repeat-x #e3e3e3;
    color:#000;
    font-size:12px;
    font-weight:bold;
    line-height:25px;
}
.HeadColhead span 
{
    display:block;
    background: url(../images/backgrounds/header_gray_tab_left.gif) transparent no-repeat left top;
    padding:0 0 0 10px;
}
.HeadColhead span span 
{
    display:block;
    background: url(../images/backgrounds/header_gray_tab_right.gif) transparent no-repeat right top;
    padding:0 10px 0 0;
}
.HeadColheadText 
{
    padding:0;
    margin:0;
    background: url(../images/backgrounds/border_gradient_1x40.gif) repeat-x bottom left #ccc;
    color:#000;
}
.HeadColheadText div 
{
    background: #fff; 
    padding:10px 9px 0 9px; 
    margin:0 1px 20px 1px;
}

/*
    Quotes
*/
/*
    Quotes
*/
blockquote.Classy 
{
    padding: 5px;
    margin: 5px;
    background-image: url(../images/adornment/openquote1.gif);
    background-position: top left;
    background-repeat: no-repeat;
    text-indent: 23px;
	width: 370px;
}
blockquote.Classy span 
{
    display: block;
    background-image: url(../images/adornment/closequote1.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 0px 10px 10px 0px; 
}

/*
    Referrals Quotes
*/

.Ref blockquote {
display: block;
padding: 0 20px;
width: 590px;
}

.Ref blockquote:before, .Ref blockquote:after {
color: #ccc;
display: block;
font-size: 700%;
width: 50px;
}


.Ref blockquote:before {
content: open-quote;
height: 0;
margin-left: -0.55em;
}

.Ref blockquote:after {
content: close-quote;
height: 50px;
margin-top: -70px;
margin-left: 610px;
}
