/*
Style Name: My Seattle Chiropractor
Description: CSS Style Sheet for MySeattleChiropractor.com
Author: Nicole Wick, 2010
Author URI: www.ultimatepractice.com
*/

*{
	margin:0px;
	padding:0px;
	border:0px;
}

/* Typography*/
body{
	text-align:center;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background:#999;
	vertical-align:top;
}

#footer{
	color:#fff;
	font-size:10px;
}

@fontface{
	font-family:"Gabrielle";
	src: url(font/Gabrielle.oet); /* IE */
	src: local ("Gabrielle"), url(font/Gabrielle.ttf) format("truetype"); /* non-IE */
}

.specialLink{
	font-weight:normal;
	color:#000;
}
/* End Typography */


/* Classes */
.inputButtons{
	border:0px;
}

.clear{
	clear:both;
}
/* End Classes */


/* Various Tags */
p{
	padding:5px 10px;
	line-height:17px;
}

fieldset{
	border:solid 1px #000;
	margin:10px 20px;
	padding:10px;
}

legend{
	font-weight:bold;
	font-size:14px;
}

input{
	margin:5px 10px;
	padding:0 0 0 5px;
	border:solid 1px #000;
}

textarea{
	border:solid 1px #000;
	padding:0 0 0 5px;
}

.inputButtons input{
	border:0px;
}

hr{
	padding:5px 10px;
}

label{
	padding:0 0 0 5px;
}

table{
	padding:15px 10px;
	vertical-align:top;
}

select{
	padding:0 0 0 5px;
	border:solid 1px #000;
}

img{
	padding:5px;
}

img a{
	text-decoration:none;
}

table{
	vertical-align:top;
}
/* end Various Tags */


/* Layout*/
#wrapper{
	width:840px;
	background:#fff;
	vertical-align:top;
	margin:20px auto;
	padding:15px 0px;
}

#insideWrap{
	width:798px;
	background:#fff;
	margin:0px auto;
	border-left:solid #72bf4a 2px;
	border-right:solid #72bf4a 2px;
}

#header{
	width:800px;
	background:#fff;
	height:250px;
	border-right:solid 2px #72bf4a;
	background-image:url(images/header.png);
	margin:0px auto;
}

#menu{
	width:800px;
	margin:200px 0px 0px 0px;
	height:50px;
	float:left;
	border-left:solid 2px #72bf4a;
}

#main{
	width:598px;
	float:left;
	background:#fff;
	text-align:left;
}

#sidebar{
	width:200px;
	float:left;
	background:#fff;
	text-align:left;
}

#footer{
	clear:both;
	width:798px;
	background:#72bf4a;
	height:50px;
	text-align:center;
	margin:0px auto;
	border-left:solid 2px #72bf4a;
	border-right:solid 2px #72bf4a;
	padding:3px 0px 0px;
}
/* End Layout*/


/* Links */
a, a:visited{
	font-weight:bold;
	color:#72bf4a;
	text-decoration:none;
}

a:hover{
	color:#f9ee49;
	font-weight:bold;
	text-decoration:none;
}

#sidebar a, #sidebar a:visited{
	color:#72bf4a;
}

#sidebar a:hover{
	color:#f9ee49;
}

#footer a, #footer a:hover, #footer a:visited{
	color:#ff9;
	text-decoration:none;
}

.specialLink a, .specialLink a:visited{
	color:#000;
	text-decoration:none;
	font-weight:normal;
}

.specialLink a:hover{
	color:#72bf4a;
	text-decoration:none;
	font-weight:normal;
}
/* End Links */


/* Headers */
h1{
	font-family:"Gabrielle", Georgia, "Times New Roman";
	font-size:36px;
	padding:10px 10px 20px;
	color:#72bf4a;
}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	padding:3px 10px;
}

h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	padding:2px 10px;
}

#sidebar h3{
	color:#72bf4a;
	font-family:"Gabrielle", Georgia, "Times New Roman";
	text-align:center;
	padding:10px;
	font-size:24px;
}

h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#c30;
	padding:2px 10px;
}

h5, h6{
	padding:1px 10px;
	font-size:14px;
	font-weight:bold;
}

h5{
	font-family:Georgia, "Times New Roman", Times, serif;
}

h6{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#menu h6{
	color:#fff;
	padding:0 0 10px 0;
	font-weight:normal;
}
/* End Headers */


/* Lists */
ul{
	padding:10px;
	margin:0 0 0 25px;
}

ul li{
	padding:2px 0 2px 0px;
	text-indent:0px;
}

ol{
	padding:10px;
	margin:0 0 0 25px;
}

ol li{
	padding:2px 0 2px 0px;
	text-indent:0px;
}

#menu ul{
	padding:10px 20px 20px 0px;
	list-style:none;
}

#menu ul li{
	float:left;
	padding:0px 30px 10px 0px;
}

#menu ul a{
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

#menu ul a:hover, #menu ul a:visited{
	color:#ff9;
	text-decoration:none;
}
/* End Lists */
