/*=================================================================================

Project:		DAVID NEVINS - ACCUPUNCTURE WORKS
Version:		1.0
Last Changed:	12/15/2008
Author:			Daniel Rus

=================================================================================*/


/*=================================================================================

[Table of Contents]

1. GENERAL [style for body, headers, default behaviour of paragraphs, images, links etc]
2. LAYOUT [elements used to define the layout of the site]
	2.1 HEADER
	2.2 SIDEBARS
	2.3 CONTENT
		2.3.1 CONTENT LAYOUT
		2.3.2 CONTENT ELEMENTS
		2.3.3 ARTICLES TEMPLATE
	2.4 FOOTER
3. NAVIGATORS [navigation for the site]
	3.1 TOP NAVIGATOR
	3.2 MEMBERS NAVIGATOR
4. FORMS

=================================================================================*/






/* 1. GENERAL -------------------------------------------------------------------*/

html
{
	height: 100%;
}

body
{
	margin: 0;
	height: 100%;
	background: url(../../general/bgMain.jpg) top center;
	/*font: normal 0.75em/1.6em Georgia, "Times New Roman", Arial;*/
	font: normal 0.75em/1.6em Verdana,Geneva,Kalimati,sans-serif;
	color:#513307;
}

h1
{
	margin: 0 0 1em 0;
	padding: 5px 0 14px 0;
	/*font: bold 1.1em Georgia;*/
	font: bold 1.1em Verdana,Geneva,Kalimati,sans-serif;
	background: url(../../general/needle.gif) no-repeat left bottom;
	color:#513307;
}

h2
{
	margin: 2em 0 0.6em 0;
	padding: 0;
	/*font: bold 1.4em Georgia, "Times New Roman", Arial;*/
	font: bold 1.4em  Verdana,Geneva,Kalimati,sans-serif;
	color: #c4b08a;
}

h6
{
	margin: 1em 2em 2em 2em;
	padding-top: 0.5em;
	/*font: bold 0.9em/1.2em Georgia, "Times New Roman", Arial;*/
	font: bold 0.9em/1.2em Verdana,Geneva,Kalimati,sans-serif;
	text-align: right;
	color: #5f5542;
	border-top: 1px dotted #c4b08a;
}

img
{
	border: none;
}

p
{
	margin: 1em 0.2em;
	text-align:justify;
}

a
{
	color: #ae0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #515151;
}

em
{
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
}

.clearAll
{
	clear: both;
	height: 0px;
	font-height: 1px;
	line-height: 1px;
	overflow: hidden;
}




/* 2. LAYOUT --------------------------------------------------------------------*/

#container
{
	margin: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../../general/bgFooter.jpg) no-repeat bottom center;
}


/* 2.1 HEADER -----------------------------*/

#header
{
	height: 139px;
	background: #342903  url(../../general/bgHeader.jpg) no-repeat top center;
}

#headerContent
{
	width: 1039px;
	margin: 0 auto;
}

#logo
{
	float: left;
	width: 130px;
	padding-left: 58px;
}

#login
{
	float: left;
	width: 287px;
	padding: 10px 20px;
}

.loginField
{
	height: 18px;
	width: 117px;
	margin: 0;
	background: transparent;
	border: 0;
	font: normal 12px Arial;
	color: #555555;
}

.loginButton
{
	float: left;
	margin: 7px 0;
}

#login label,
#search label
{
	float: left;
	height: 18px;
	width: 117px;
	padding: 5px 8px;
	margin: 2px;
	background: url(../../general/fields.png) no-repeat;
}

#login p,
#search p
{
	margin: 0;
	padding: 5px 10px;
}

#login a
{
	color: #ffd07d;
	font-size: 0.9em;
	margin-right: 10px;
}

#login a:hover
{
	text-decoration: underline;
	color: #ffffff;
}

#home
{
	float: left;
	width: 184px;
}

#home a
{
	float: left;
	width: 100px;
	height: 85px;
	text-indent: -9999px;
	background: url(../../general/btHome.gif) no-repeat;
}

#home a:hover { background-position: 0 -85px; }

#contact
{
	float: left;
	width: 100px;
}

#contact a
{
	float: left;
	width: 100px;
	height: 85px;
	text-indent: -9999px;
	background: url(../../general/btContact.gif) no-repeat;
}

#contact a:hover { background-position: 0 -85px; }

#title
{
	clear: both;
	background: url(../../general/bgAcupunctureWorks.png) no-repeat top center;
	height: 44px;
}

#search
{
	float: left;
	width: 220px;
	padding: 10px 0 10px 20px;
	color: #ffd07d;
}


/* 2.2 SIDEBARS ---------------------------*/

#sidebarLeft
{
	float: left;
	width: 280px;
}

.boxLeft
{
	width: 274px;
	background: url(../../general/bgBoxLeft.gif) repeat-y;
}

.boxLeftBottom
{
	background: url(../../general/bgBoxLeftBottom.gif) no-repeat bottom;
}

.boxLeftTop
{
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 10px;
	background: url(../../general/bgBoxLeftTop.gif) no-repeat;
}

#sidebarRight
{
	float: left;
	width: 230px;
	padding-left: 5px;
	text-align: right;
}

.boxRight
{
	width: 226px;
	background: url(../../general/bgBoxRight.gif) repeat-y;
	text-align: left;
}

.boxRightBottom
{
	background: url(../../general/bgBoxRightBottom.gif) no-repeat bottom;
}

.boxRightTop
{
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 10px;
	background: url(../../general/bgBoxRightTop.gif) no-repeat;
}

ul.news
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
}

ul.news li
{
	border-bottom: 1px dotted #a1855b;
	padding: 10px 0 10px 24px;
	background: url(../../general/iconLink.gif) no-repeat 0 10px;
}

ul.news li a
{
	color: #3d3d3d;
	font-weight: normal;
}

ul.news li a:hover
{
	color: #ab0000;
}

.boxNewsletter
{
	width: 242px;
	height: 222px;
	margin-top: 5px;
	padding: 10px 16px;
	background: url(../../general/bgBoxNewsletter.jpg) no-repeat;
	/*font: normal 0.9em/1em Georgia, "Times New Roman", Times, serif;*/
	font: normal 0.9em/1em Verdana,Geneva,Kalimati,sans-serif;
}

.labelNewsletter
{
	float: left;
	height: 18px;
	width: 157px;
	padding: 5px 8px;
	margin: 2px;
	background: url(../../general/fieldNewsletter.png) no-repeat;
}

.fieldNewsletter
{
	height: 18px;
	width: 157px;
	margin: 0;
	background: transparent;
	border: 0;
	/*font: normal 12px Arial;*/
	font: normal 12px Verdana,Geneva,Kalimati,sans-serif;
	color: #555555;
}


/* 2.3 CONTENT ----------------------------*/

/* 2.3.1 CONTENT LAYOUT -------------------*/

#contentHolder
{
	width: 1025px;
	margin: 0 auto;
	padding: 10px 7px 120px 7px;
}

#content
{
	float: left;
	width: 510px;
	background: url(../../general/bgContent.gif) repeat-y;
}

#contentBottom
{
	background: url(../../general/bgContentBottom.gif) no-repeat bottom;
}

#contentTop
{
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 10px 10px 50px 10px;
	background: url(../../general/bgContentTop.gif) no-repeat top;
}

#contentFull
{
	background: url(../../general/bgContentFull.gif) repeat-y center;
}

#contentBottomFull
{
	background: url(../../general/bgContentFullBottom.gif) no-repeat bottom;
}

#contentTopFull
{
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 10px 10px 50px 10px;
	background: url(../../general/bgContentFullTop.gif) no-repeat top;
}


/* 2.3.2 CONTENT ELEMENTS -----------------*/

.coffeLink
{
	background: url(../../general/iconLink.gif) no-repeat left bottom;
	padding-left: 24px;
	font-size:1em;
}

.holderPic
{
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	margin: 1em 0;
}

.downloadList
{
	margin: 10px;
	padding: 0;
	list-style: none;
}

.downloadList li
{
	text-align: right;
	padding: 4px;
	border-bottom: 1px dotted #dacbad;
	line-height: 23px;
}

.downloadList li span
{
	float: left;
	width: 350px;
	text-align: left;
}

.downloadList img { vertical-align: middle; }


/* 2.3.3 ARTICLES TEMPLATE ----------------*/

.articlesList
{
	margin: 20px 0;
}

.articlesList ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.articlesList ul li
{
	padding: 4px;
	border-bottom: 1px dotted #dacbad;
	line-height: 23px;
	padding-left: 36px;
	background: url(../../general/iconTeaCup.gif) no-repeat left 4px;
}

.back
{
	text-align: right;
	margin: 1em 0;
}

.orderedList li
{
	line-height: 1.3em;
	margin: 1em 0;
	text-align: justify;
}


/* 2.4 FOOTER -----------------------------*/

#footer
{
	width: 1039px;
	height: 110px;
	margin: -110px auto 0 auto;
	text-align: center;
	color: #9a7951;
}

#footer ul
{
	margin: 0 auto;
	padding: 20px 0;
	list-style: none;
}

#footer ul li
{
	display: inline;
	padding: 0 8px;
}

#footer ul li a
{
	color: #cbae7d;
}

#footer ul li a:hover
{
	text-decoration: underline;
	color: #3d3d3d;
}

#footer p { text-align: center; }




/* 3. NAVIGATORS ----------------------------------------------------------------*/

/* 3.1 TOP NAVIGATOR ----------------------*/

#navigator
{
	height: 124px;
	background: url(../../general/bgTitle.png) repeat-x bottom;
}

#navigator ul
{
	width: 1039px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#navigator ul li
{
	float: left;
}

#navigator ul li a
{
	float: left;
	height: 74px;
	text-indent: -9999px;
	outline: none;
}

.about { width: 85px; background: url(../../general/btAbout.gif) no-repeat 0 -74px; }
.faq { width: 88px; background: url(../../general/btFAQ.gif) no-repeat 0 -74px; }
.office { width: 89px; background: url(../../general/btOffice.gif) no-repeat 0 -74px; }
.articles { width: 102px; background: url(../../general/btArticles.gif) no-repeat 0 -74px; }
.testimonials { width: 136px; background: url(../../general/btTestimonials.gif) no-repeat 0 -74px; }
.conditions { width: 236px; background: url(../../general/btConditions.gif) no-repeat 0 -74px; }
.links { width: 82px; background: url(../../general/btLinks.gif) no-repeat 0 -74px; }
.research { width: 106px; background: url(../../general/btResearch.gif) no-repeat 0 -74px; }
.partners { width: 115px; background: url(../../general/btPartners.gif) no-repeat 0 -74px; }

#navigator ul li a:hover { background-position: 0 0; }


/* 3.2 MEMBERS NAVIGATOR ------------------*/

.members_navigator ul
{
	margin: 0;
	padding: 10px;
	list-style: none;
}

.members_navigator ul li
{
	display: inline;
	padding: 0 20px 0 14px;
	background: url(../../general/arrow.gif) no-repeat left center;
}






/* 4. FORMS ---------------------------------------------------------------------*/

form
{
	margin: 0;
	padding: 0;
}

.formHolder
{
	margin: 20px auto;
	width: 320px;
}

label
{
	float: left;
	width: 130px;
}

form p { padding: 8px 0; }
form br { clear: left; }

.formField
{
	float: left;
	height: 18px;
	width: 170px;
	margin-bottom: 2px;
	background-color: #ffedf6;
	border: 1px solid #c8b99b;
	/*font: normal 12px Arial;*/
	font: normal 12px Verdana,Geneva,Kalimati,sans-serif;
	color: #555555;
}

.formSelect
{
	float: left;
	width: 170px;
	margin-bottom: 2px;
	background-color: #ffedf6;
	border: 1px solid #c8b99b;
	font: normal 12px Arial;
	color: #555555;
}


.formTextarea
{
	height: 100px;
	width: 300px;
	margin-bottom: 2px;
	background-color: #ffedf6;
	border: 1px solid #c8b99b;
	/*font: normal 12px Arial;*/
	font: normal 12px Verdana,Geneva,Kalimati,sans-serif;
	color: #555555;
}

input.formField:focus
{
	border-color: #988269;
}

textarea.formTextarea:focus
{
	border-color: #988269;
}

.formButtons
{
	margin: 10px 0;
}

.formNotes
{
	font-size: 0.9em;
}

.postMessage
{
	width: 320px;
	margin: 30px auto;
}


















