/*
Author: Sean Eldridge
Date: 29/1/09
Description:
This CSS document provides general layout
and tag elements for the
John Van Ross Acupuncture Website
*/


/*Get the styles for links pages*/
@import url(../css/links.css);

/* LAYOUT ELEMENTS */

#Wrapper {
	width: 920px;
	margin-top: 0px;
	padding-top: 0px;
}

#Header {
	height: 50px;
	width: 910px;
}

#Logo {
	height:200px;
	width:910px;
}

#Content-Wrapper {
	position: relative;
	top:260px
	left: 0px;
	width: 920px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#Sidebar {
	float:left;
	top: 0px;
	width:274px;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}

#Content {
	float:left;
	top: 0px;
	left:274px;
	width: 628px;
	margin: 0px;
	padding: 0px;
}

#Column-End {
	clear:top;
	float:right;
}


#Footer {
	clear:both;
	width:910px;
	height: 93px;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/Footerbg.jpg);
	background-repeat:no-repeat;
}

/*TAG ELEMENTS*/

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

body {
	background-color:#CCFFCC;
	margin-top: 0px;
	padding-top: 0px;
}

img {
	text-decoration: none;
	border: 0px;
}

#Sidebar ul {
	margin-top: 5px;
	margin: 5px;
	padding: 7px;
}

#Sidebar li {
	margin-top:0px;
	margin-left: 7px;
	padding-left: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#003300;
	font-size:13px;
	list-style-type: circle;
	border-bottom: dotted 1px #003300;
}

#Sidebar a {
	color:#003300;
	text-decoration: none;
}


.bullet {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
}

#Content h1 {
	margin-top: 25px;
	margin-left: 20px;
	color:#003399;
	font-size:32px;
	font-weight:normal;
}

#Content h2{
	margin-top: 15px;
	margin-left: 20px;
	color:#003399;
	font-size:24px;
	font-weight:normal;
}

#Content .nav-table {
	margin-left: 10px;
}

	#Content p {
	margin: 10px 20px 0px 20px;
	text-align:justify;
}

#Content a {
color:#003399;
}

#Content li{
	background-image:url(images/nav-bg-std.gif);
	background-repeat:repeat-x;
	padding: 10px 10px 10px 10px;
	display:inline;
	list-style: none;
}

#Content table {
	margin-left: 25px;
}

#Content td {
	font-size:12px;
}

#Content .form-style {
	margin: 15px 150px 10px 45px;
	color:#333333;
	font-size:12px;
	padding-left: 5px;
}

#Content .catalogue {
	float:left;
 	margin: 10px 15px 25px 60px;
}

#Content .specials-table {
	clear:both;
	float:right;
	margin: 100px 30px 0px 25px;
	border: #FF6600 2px solid;
	text-align: center;
	color:#333333;
	text-decoration:none;
	}

#Content .grey-text {
	border-bottom:  #FF6600 2px solid;
	color:#333333;
}

#Content .left-img {
	float:left;
	margin: 20px;
	border: 2px solid #003300;
}

#Content .right-img {
	float:right;
	margin: 20px;
	border: 2px solid #003300;
}

.soundbyte {
	padding-top: 15px;
	margin-left: 25px;
	padding-left: 25px;
	padding-right: 15px;
	margin-bottom: 15px;
	color:#003399;
	font-size:18px;
	font-weight:normal;
}

blockquote {
	margin: 10px;
 	padding: 0 0 25px 25px;  
    background:#FFFFCC;
	border: 2px solid;
	border-color:#003300;
	font: 14px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #0033CC;
}

#Footer p {
	margin-top: 0px;
	margin-left: 300px;
	padding-top: 0px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}

#Footer ul {
	margin-left: 300px;
	margin-top: 20px;
	color: #FFFFFF;
	font-size:12px;
	text-align:center;
}

#Footer li {
	display:inline;
	list-style: none;	
	color:#FFFFFF;
}

#Footer a {
	color:#FFFFFF;	
}

#Footer a:visited {
	color:#FFFFFF;	
}

a.endeavourit {
	font-size:10px;
	color:#99CC66;
	text-align:right;
}
