/*
-----------------------------------------------
Site: La Coop
Author: 
Version: 1.0
Last Update: 00/00/00
----------------------------------------------- */

/*  =RESET 
----------------------------------------------------------------------*/
/* Colors
   Body Background:       #fbb040
   Main Text:             #413000
   Links:                 #413000
*/

/* RESET
   GENERIC
   LEFT TOP LEVEL NAV
   MAIN LAYOUT
   FOOTER
   MID LEVEL MAIN NAV
   DYNAMIC BEHAVIOUR MID LEVEL MAIN NAV 
*/

/* v1.0 | 20080212 // Eric Meyer Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
    }
body {
	line-height: 1;
    }
ol, ul {
	list-style: none;
    }
blockquote, q {
	quotes: none;
    }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
    }
/* remember to define focus styles! */
:focus {
	outline: 0;
    }
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
    }
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
    }

/*  =GENERIC
----------------------------------------------------------------------*/  
body {
	margin: 0;
	padding: 0;
	background-color: #fbb040;
	color: #413000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    }


body{
	height: 100%;
	clear: both;
}

p { 
	margin: 0;
	padding: 0;
	color: #675933;
	line-height: 1.5em; 
	}
h1 {
	display: none;
	text-indent: -99999px;
	}
    
/*  =Links and Styles
----------------------------------------------------------------------*/
a:link, a:visited { 
	color: #cc3333;
	text-decoration: none; 
	}
	
a:hover, a:active {
	color: #cc3333;
	text-decoration: underline; 
	}
.black {
	color: #000;
	}
.darkOrange {
	color: #e36f1e;
	}
.darkBrown {
	color: #413000;
	}    
/* 
 =Layout
----------------------------------------------------------------------*/
#outerWrapper {
	/*margin: 50px 0 20px 0;*/
	}			
#wrapper {
    width: 815px;
    margin: 50px auto 0 auto;
    padding: 0;
    text-align: center;
    background-color: #fff;
    /*border: 1px solid red;*/
	}
.container {
    width: 670px;
    height: 665px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
	text-align: left;
	/*border: 1px solid red;*/
    }
.banner {
    float: left;
    position: relative;
    width: 670px;
    height: 125px;
    margin: 0;
	padding: 0;
	/*border: 1px solid blue;*/
    }
    .banner img.logo {
    	position: absolute;
    	top: 45px;
    	left: 0;
		margin: 0;
		padding: 0;
		}
/* Main Tab */		
.contentHome {
    margin: 0;
    padding: 0;
    clear: both;
    width: 670px;
    height: 540px;
    }
/* Tabs */    
.content {
    margin: 0;
    padding: 0;
    clear: both;
    width: 670px;
    height: 540px;
    background: transparent url(../images/curvedBorder.png) no-repeat 0 0;
    }    
	.mainContent {
		position: relative;
		width: 670px;
		height: 418px;
		margin: 0;
		padding: 0;
		/*border: 1px solid red;*/
		}
		.copyBoxWrap {
			float: left;
			width: 440px;
			height: 360px;
			padding: 0;
			margin-top: 50px;
			margin-left: 30px;
			position: relative;
			}
			.scroll-pane {
				width: 440px;
				overflow: auto;
				/*background: #ccc;*/
				float: left;
				}
			#pane3, #pane4, #pane5 {
				height: 360px;
				}
			a.jScrollArrowUp {
				background: url(../images/basic_arrow_up.gif) no-repeat 0 0;
				}
			a.jScrollArrowUp:hover {
				background-position: 0 -15px;
				}
			a.jScrollArrowDown {
				background: url(../images/basic_arrow_down.gif) no-repeat 0 0;
				}
			a.jScrollArrowDown:hover {
				background-position: 0 -15px;
				}
			a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
				background-position: 0 -30px;
				}

.copyright {
	clear: both;
	position: relative;
	width: 815px;
	height: 30px;
    margin: 0 auto;
    font-size: 8px; 
	}
	.copyright p {
		padding: 15px 0 0 100px; 
		}
.bottomContact {
	position: absolute;
	top:-75px;
	left: 100px;
	width: 325px;
	height: 30px;
	margin: 0;
	font-size: 9px;
	}
	.bottomContact p.fgraphic {
		margin: 0 0 0 0;
		padding: 0 0 0 10px;
		background: #fff url(../images/parenth_left.jpg) no-repeat left 50%;
		}
	#bestmark{
		margin: 10px 0 0 0;
		font-size: 1em;
		font-weight: bold;
		padding: 0;
		color: #333;
	}
	#bestmark a{
		font-weight: bold;
		color: #333;
	}
	#bestmark img{
		margin-right: 10px;
		vertical-align: middle;
		width: 30px;
	}
img.cb {
	position: absolute;
	top: 0;
	right: -73px;
	z-index: 1;
	}
img.rightImg {
	position: absolute;
	bottom: -122px;
	right: -73px;
	}
/* Text Control */	
.copyBoxWrap h3 {
	margin: 0;
	padding: 0 0 15px 0; 
	color: #e36f1e;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 12px;    
	}
.copyBoxWrap h4 {
	margin: 0;
	padding: 10px 0 5px 0; 
	color: #413000;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;    
	}
.copyBoxWrap h4.firstSubHead {
	padding: 0 0 5px 0;    
	}		
.copyBoxWrap h5 {
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	color: #413000;
	font-size: 10px;
	line-height: 12px;    
	}
.copyBoxWrap h5.firstSubHead {
	margin: 0;
	padding: 0 0 5px 0;
	color: #413000;
	font-size: 10px;
	line-height: 12px;    
	}
.requestBox {
	margin: 10px 0 0 0;
	}
.copyBoxWrap h6 a:link, .copyBoxWrap h6 a:visited {
	margin: 0;
	padding: 15px 0 0 0;
	color: #e36f1e;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	text-decoration: underline;    
	}
.copyBoxWrap h6 a:hover, .copyBoxWrap h6 a:active {
	color: #fbb040;
	text-decoration: none;    
	}				
.copyBoxWrap p { 
	padding: 0 15px 5px 0;
	}
.copyBoxWrap ul {
	margin: 3px 0 0 0; 
	padding: 0;
	list-style-type: disc;
	list-style-position: inside;
	color: #675933;
	}
	.copyBoxWrap ul li {
		margin: 0; 
		padding: 0 0 5px 0;
		font-size: 11px;
		}
.copyBoxWrap ul.physicians {
	margin: 5px 0 0 0;
	}
.copyBoxWrap ul.contactList {
	margin: 5px 0 5px 0; 
	padding: 0;
	list-style-type: none;
	color: #675933;
	}           
            
/*  =MID LEVEL MAIN NAV 
----------------------------------------------------------------------*/     
#mainNavWrap {
    float: right;
    width: 670px;
    margin: 0;
    padding: 0;
    }    
    ul#mainNav {
        margin: 50px 0 0 0;
        padding: 0;
        overflow: hidden;
        color: #413000; 
        font-size: 11px;
        white-space: nowrap;
        /*border: 1px solid red;*/
        } 
        #mainNav li {
            float: left;
            margin: 46px 0 0 20px;
            padding: 0 8px 0 5px;
            display: inline;
            float: left;
            list-style-type: none;
			background: #fff url(../images/parenth.jpg) no-repeat right 50%;
            }
            #mainNav li.last {
				margin-right: 0;
				}
            #mainNav li.main_Logo {
                width: 205px;
                height: 58px;
                margin: 0 55px 0 0;
                padding: 0;
                display: block;
                border: none;
                background: none;
                z-index: 100;
                }
                #mainNav li.main_Logo a {
					width: 182px;
                	height: 58px;
					display: block;
					padding: 0;
					}
                /* Mid Level Nav- Style */
                #mainNav .blockLink a:link, #mainNav .blockLink a:visited {
                    color: #413000;
                    font-size: 12px;
                    /*font-weight: bold;*/
	                text-decoration: none;
	                outline: none; /* Firefox Outline */
                    }
                #mainNav .blockLink a:hover, #mainNav .blockLink a:active {
                    color: #fbb040;
	                text-decoration: none;
                    }                           
                             
/*  =DYNAMIC BEHAVIOUR
----------------------------------------------------------------------*/ 
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none;
	clear: left;
	margin: 0;
	padding: 0;	
    }
.ui-tabs-hide {
	display: none; /* for accessible hiding: position: absolute; left: -99999999px */
    }   
.ui-tabs-nav-item {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; list-style: none;
    }
/* Selected- Main Tabs */
#mainNav li.ui-tabs-selected .on {
	color: #e36f1e !important;
    }
    
/*  =FORM 
----------------------------------------------------------------------*/
.formWrap {
    margin: 15px 15px 0 15px;
    padding: 10px 10px;
    float: left;
    position: relative;
    border: 1px solid #000;
    background-color: #fff;
    text-align: center;
    }
.formInnerWrap {
    float: left;
    width: 500px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    }
h3.formHeadline {
	padding: 0 0 10px 0;
	text-transform: uppercase;
	color: #e36f1e;
	}
.formWrap .form_row {
    margin: 5px 0;
    padding: 3px;
    text-align: left;
    }
.form_row img {
    margin: 0 0 20px 0;
    }
.form_row p {
    margin: 0 0 10px 0;
    }

/* Style for your INPUT, TEXTAREA, SELECT elements */
.myinputstyle {
	width: 300px;
	margin: 0;
    padding: 2px;
    background: #ffffff url(../images/fomrBkrd.gif) repeat-x bottom left;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 11px;
    line-height: 14px;
    color: #413000;
    border: 1px solid #413000;
    }
select.myinputstyle {
	width: 250px;
    }
textarea.myinputstyle	{
	width: 300px;
	height: 100px;
    }
/* Style for your LABEL elements */
.mylabelstyle {
	float: left;
	width: 120px;
	padding: 3px 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #413000;
    }    
.formWrap input:hover,
.formWrap textarea:hover,
.formWrap select:hover	{
	border: 1px solid #e36f1e;
	background: #ffffff url(../images/fomrBkrd.gif) repeat-x bottom left; 
    }
.formWrap input:focus,
.formWrap textarea:focus,
.formWrap select:focus	{
    border: 1px solid #e36f1e; 
	background: #ffffff url(../images/fomrBkrd_top.gif) repeat-x top left; 
    }
input.submitButton {
    width: 75px;
    padding: 0;
    background-color: #fff;
    font-size: 9px;
    text-transform: uppercase;
    cursor: pointer;
    height: 18px;
}