/* -----------------------------------------------------------------------------------------------------------*/
/*
/* File: MainStyle
/* Template: website template styles for parkmeadowsdentists.com
/* Author: John Howard @ anchorstrategies.com
/*
/* CSS Goodies - Just Cut & Paste Styles
/*
/*	padding order: top, right, bottom, left
/*  font-size-adjust: 0.50;
/*	font-family: Geneva, Arial, Helvetica, Sans-Serif;
/*	ul { list-style-type: square }<ul><li style=�list-style-type: disc�>some text</li></ul>
/*  	
/*
/*---------------------------------------------------------------------------------------------------------- */ 



/*  BACKGROUND & BODY  */

body {
	background-image: url(../img/background.gif);
	background-repeat:repeat-x;
	background-color:#b6997e;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/*  h1       */

h1 {
	font-size: 24px;
	font: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #333300;
	line-height:.6pt;
	padding-left: 15px;	
}


/*  h2       */

h2 {
	font-size: 20px;
	font: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #333300;
	line-height:.6pt;
	padding-left: 15px;
}

/*  h3     */

h3 {
	font-size: 12px;
	font: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height:100%;
	padding-left: 15px;	
}

/*  h4    */

h4 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;	
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height:100%;
	padding-left: 15px;
}

/*  h5     */

h5 {
	font-size: 18px;
	font: Trebuchet MS, Arial, Helvetica;
	font-weight: bold;
	color: #000000;
	padding-left:15px;
}

/*  RANDOM QUOTE WITH CSS BOX - */

.randomquote {
	font-size: 12px;
	color:##808080;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-weight: normal;
	text-align:center;
	padding: 8px 8px 8px 8px;
	margin-bottom:15px;
	margin-top:5px;
	background-color: #e0e3e7;
}

/*  hidden text */

.hiddentext {
	position: absolute;
	top: -600px;
	left: 0px;
	z-index: 0;
}

.visibletext {
	position: absolute;
	top: 120px;
	left: 250px;
	z-index: 1;
}


/*  PARAGRAPH TEXT - */

.title {
	font-size: 20px;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-weight: normal;
	color: #3f4b00;
	padding-left: 15px;
}

.pagetitle {
	font-size: 24px;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-weight: bold;
	color: #A2000C;
	padding-left: 15px;
}

.subtitle {
	font-size: 13px;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-weight: bold;
	color: #000000;
	padding-left: 15px;
	padding-right:15px;
}

p {
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height:125%;
	text-align: justify;
	padding-left: 15px;
	padding-right:15px;
}

.para {
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica;
	color: #000000;
	text-align: justify;
	padding-left: 15px;
	padding-right:15px;
}

.addy {
	font-size: 16px;
	font-family: Trebuchet MS, Arial, Helvetica;
	text-align:center;
	font-weight: bold;
	color: #000000;
	padding-top:25px;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #666666;
}

/*  LIST STYLES  */

ul.square {
	list-style-type: square;
	color: #A2000C;
	font-size: 16px;
	font-family: Arial, Helvetica;	
	font-weight: bold;	
	padding-left: 50px;
}

ul.disc {
	list-style-type: disc;
	color: #3f4b00;
	font-size: 14px;
	font-family: Arial, Helvetica;	
	font-weight: normal;
	padding-left: 40px;
	padding-right:40px;		
}

ul.circle {
	list-style-type: circle;
	color: #3f4b00;
	font-size: 14px;
	font-family: Arial, Helvetica;	
	font-weight: normal;
	padding-left: 40px;
	padding-right:40px;	
}

ul.none {
	list-style-type: none;
}

/*  FOOTER TEXT   */

.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	color: #3e3226;
}

/*  FORM INPUT TEXT   */

fieldset {
	border: 1px solid #5b610d;
	width: 230px;
}

legend {
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #7d6561;
	border: 1px solid  #7d6561;
	padding: 5px 5px 5px 5px;
}

input {
	color:#900;
	background:#faf2f0;
	border: 1px solid #7d6561;
	font-family: Arial, Helvetica, sans-serif;
}

select {
	color:#900;
	background:#faf2f0;
	border: 1px solid #7d6561;
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	color:#900;
	background:#faf2f0;
	border: 1px solid #7d6561;
	font-family: Arial, Helvetica, sans-serif;
}

.submit input {
	color:#999;
	background:#03C;
	border: 2px outset #0C9;
}

/*  PRIMARY TEXT LINK ROLLOVER   */

a:link{ color:#000000; font-weight:bold;  text-decoration:none;} 
a:visited { color:#000000; font-weight:bold;  text-decoration:none;}
a:hover { color:#a2000c; font-weight:bold; text-decoration:none; cursor:pointer;}
a:active { color:#000000; font-weight:bold;  text-decoration:none;}

/*  SECONDARY TEXT LINK ROLLOVER   */

  a.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;
	}

a.red:link{ color:#000000; text-decoration:none;} 
a.red:visited { color:#000000; text-decoration:none;}
a.red:hover { color:#FF0000; text-decoration:none; cursor:pointer;}
a.red:active { color:#000000; text-decoration:none;}

/* LEFT SIDE MENU  */

#navMenu ul {
list-style: none;
margin: 0;
padding: 0 0 0 15px;
background-color: #ececff;
}

#navMenu {
width: 250px;
}

#navMenu li {
display:inline;
}

/* mainMenu */

#navMenu li a:link, #navMenu li a:visited {
font-family: Trebuchet MS,Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
font-size: 1.0em;
font-weight: bold;
color: #3f4b00;
height: 12px;
display: block;
background: url(../img/bckMenu.gif);
padding: 5px 0 6px 26px;
}

#navMenu li a:hover {
color: #003366;
background: url(../img/bckMenu.gif) 0 -23px;
padding: 5px 0 6px 25px;
}

/* subMenu */

#navMenu li li a:link, #navMenu li li a:visited {
font-weight: normal;
background: url(../img/bckSubMenu.gif);
padding: 2px 0 3px 30px;
color: #368bdf;
}

#navMenu li li a:hover {
background: url(../img/bckSubMenu.gif) 0 -17px;
padding: 2px 0 3px 30px;
color: #368bdf;
}

/* subSubMenu */

#navMenu li li li a:link, #navMenu li li li a:visited {
background: url(../img/bckSubSubMenu.gif);
padding: 0 0 1px 40px;
}

#navMenu li li li a:hover {
background: url(../img/bckSubSubMenu.gif) 0 -13px;
padding: 0 0 1px 40px;
}

.sub{
 display:none;
}
.subsub{
 display:none;
}

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{
		width:696px;
		height:241px;
		overflow:hidden;
		}
                #slider img{
                    margin:10px;
                }
	span#prevBtn{margin-left:25px;margin-bottom:10px;}
	span#nextBtn{margin-left:25px;margin-bottom:10px;}

/* Easy Slider */


.bullets1{
  font-size:11px;
  font-family:verdana serif;
}