/* Victoria North CSS Document 

colours

green - #b5cb25
gray - #666165
pink - #ff5f7e


*/

#wrapper	{
	width: 778px;
	height: 100%;
	margin: auto;
	border: solid 1px #666165;
}

#leftCol {
	top: 0;
	left: 0;
	width: 230px;
	height: 300px;
	float: left;
	background-image: url(images/leftCol_bkg.jpg);
	background-repeat: no-repeat;
}

#rightCol {
	top: 0;
	left: 230px;
	width: 548px;
	float: right;
	background-image: url(images/rightCol_bkg.jpg);
	background-repeat: no-repeat;
}

body	{
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666165;
}

.content	{
	top: 220px;
	width: 548px;
}

/* NAVIGATION */
.nav {
	top: 132px;
	height: 38px;
	width: 546px;
	clear: both;
	display: block;
}

.nav ul {
	margin: 0;
	padding: 0;
}

.nav li {
	display: inline;
	list-style-type: none;	
}

.nav a {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	font-weight: bold;
	text-decoration: none;
	height: 38px;
	line-height: 38px;
	padding: 5px 8px 5px 0;
}

.nav a:link { 
	color: #666165; 
}

.nav a:visited { 
	color: #666165; 
}

.nav a:hover { 
	color: #ffffff;
}

.nav a:active { 
	color: #ff5f7e; 
}


/* FOOTER */
.footer	{
	display: block;
	background-color: #666165;
	color: #ffffff;
	width: 778px;
	padding: 5px 0 5px 0;
	clear: both;	
}

.foot	{
	color: #b5cb25;
	font-weight: bold;
}

.footText	{
	margin-left: 10px;
}


/* CONTENT STYLING */
.treatments	{
	width: 400px;
	display: block;
	float: left;
	padding: 10px 10px 10px 100px;
	margin: 10px 0 10px 0;
	clear: both;
}

.treatments img	{
	border: 0;
}


.content p	{
	padding-right: 8px;
}

h1	{
	font-size: 1.6em;
	color: #b5cb25;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 8px; 
}


h2	{
	font-size: 1.4em;
	color: #b5cb25;
	padding: 10px 0 10px 0;
	font-weight: bold;
	border-top: solid #ff5f7e 1px;
	border-bottom: solid #ff5f7e 1px;
	margin-top: 30px;
}

h3	{
	font-size: 1.2em;
	color: #b5cb25;
	padding: 3px 0 3px 0;
	font-weight: bold;
	border-bottom: solid #e7dde4 1px;
	margin-top: 20px;
}


h4	{
	font-size: 1.1em;
	color: #b5cb25;
	font-weight: bold;
	border-bottom: solid #e7dde4 1px;
}

blockquote	{
	padding: 6px;
	background-color: #fdecf4;
	font-size: 0.85em;
	line-height: 22px;
	width: 230px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #b5cb25;
	margin: 6px 6px 20px 6px;
}

.right	{
	float: right;
}

.left	{
	float: left;
}

.warn	{
	color: #ff5f7e;
	font-size: 0.85em;
}


.faqlist ul {
	margin: 0;
	padding: 0;
}

.faqlist li {
	display: inline;
	list-style-type: none;	
}


.faq	{
	padding: 3px 6px 3px 0;
	font-size: 1.05em;
	font-weight: bold;
	margin-top: 30px;
	line-height: 38px;
}

.faq:link {
	color: #b5cb25;
	text-decoration: none;
}

.faq:visited { 
	color: #b5cb25; 
}

.faq:hover {
	color: #ff5f7e;	
}

.faq:active { 
	color: #ff5f7e; 
}

.plink:link { 
	color: #666165; 
	text-decoration: underline;
}

.plink:visited { 
	color: #666165; 
	text-decoration: underline;
}

.plink:hover { 
	color: #fff; 
	text-decoration: none;
	background-color: #b5cb25;
}

.plink:active { 
	color: #ff5f7e; 
	text-decoration: none;
}

.bkm	{
	font-size: 0.785em;
	text-align: right;
	color: #ffffff;
	padding-right: 10px;
	text-decoration: none;
}

.bkm a:link {
	color: #ffffff;
	text-decoration: none;
}

.bkm a:visited { 
	color: #ffffff; 
}

.bkm a:hover { 
	color: #b5cb25;
}

.bkm a:active { 
	color: #ff5f7e; 
}

.clear	{
	clear: both;
}

.per	{
	text-align: right;
	padding-right: 10px;
	font-size: 0.85em
}

.per a:link {
	color: #666165;
}

.per a:visited { 
	color: #666165; 
}

.per a:hover { 
	color: #ff5f7e;
}

.per a:active { 
	color: #ff5f7e; 
}

.logoBox	{
	width: 768px;
	background-color: #ffffff;
	clear: right;
	display: block;
	height: 100px;
	padding: 5px;
}

.display	{
	margin-top: 30px;
	margin-left: 90px;
}

.shortpage	{
	margin-top: 200px;
	display: block;
	clear: both;
	width: 400px;
}

/* -- Form -- */

form	{
	width: 360px;
	margin: 0 0 20px 60px;
	border: solid #666165 1px;
	background-image: url(images/formback.jpg);
	background-repeat: repeat-y;
}

p.formhead { 
	margin: 6px 0 0 20px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	color: #b5cb25; 
	font-weight: bold; 
	text-decoration: none; 
}

input {
	margin: 6px 0 0 15px;
}

textarea {
	margin: 6px 0 0 15px;
}

.sender	{
	margin: 10px 0 20px 160px;
}


/* IMAGES */

.picR {
	float: right;
	margin: 10px 10px 10px 5px;
}

.picRb {
	float: right;
	margin: 6px;
	border: solid #666165 1px;
	clear: left;
}

.picL {
	float: left;
	margin: 20px 0 20px 0;
	clear: both;
}

.picLb {
	float: left;
	margin: 10px 0 0 0;
	border: solid #666165 1px;
	clear: left;
}

.picCb {
	margin: 0 0 0 80px;
	border: solid #666165 1px;
}

.picC {
	float: none;
	margin: 10px 10px 10px 175px;
}

.picLogo	{
	float: left;
	margin: 5px;
	display: inline;
}

.picTitle	{
	padding: 20px 0 24px 28px;
	clear: both;
}


