/* @override 
	http://localhost/css/main.css
	http://localhost/theme/read_clinic/css/main.css
	http://www.iron20.ca/theme/read_clinic/css/main.css
*/

/* -- RESET --*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* define focus styles! */

:focus {
	outline: 0;
}

/* Main components */


html {
} 

body {
	margin: 0;
	font: 16px Georgia, "Times New Roman", Times, serif;
		background-image: url(../images/background_base.png);

} 


/* LAYOUT */ 

#main {
	background-image: url(../images/background_base.png);
	overflow: hidden;
} 

#header {
	height: 155px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background_header.png);
} 

#panel {
	height: 400px;
	width: 100%;
	background-color: #dcdfcc;
	position: absolute;
	top: -391px;
	z-index: 999;
/*box-shadow*/
-webkit-box-shadow:0 0 5px #515f42;
   -moz-box-shadow:0 0 5px #515f42;
        box-shadow:0 0 5px #515f42;
	left: 0;
}

#panel-i {
	height: 300px;
	width: 864px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#panel1{
	float: left;
	margin-top: 24px;
	width: 287px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-right: 32px;
}

.contactframe {
	width: 530px;
	height: 384px;
	border-style: none !important;
	background-color: transparent;
}

iframe {
	border-style: none;
	background-color: transparent;
}

#panel1 h3{
	font-size: 2em;
	color: #455435;
	margin-bottom: 10px;
}

#panel1 p{
	font-size: 1.1em;
	color: #433933;
	line-height: 1.55em;
}

#panel1 a{
	color: #455435;
	border-bottom: 2px solid #455435;
	text-decoration: none;
}

#panel1 a:hover{
	color: #1d6281;
	border-bottom: 0px;
}


#button {
	position: absolute;
	top: 401px;
	right: 27px;
	z-index: 999;
	width: 130px;
}

#button a{
	color: #8f9f88;
	text-decoration: none;
	position: relative;
	font: italic .9em Georgia, "Times New Roman", Times, serif;
	height: 22px;
	width: 63px;
	background: url(../images/temp.png) no-repeat -1px bottom;
	display: block;
	text-align: center;
	margin-top: 6px;
	right: -12px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	top: -7px;
}

#button a:hover{
	color: #515f42;
}


#header-i{
	width: 864px;
	margin-right: auto;
	margin-left: auto;
	height: 155px;
}

#header-i img{
	margin-top: 15px;
	margin-left: 3px;
}

#nav {
	width: 100%;
	height: 89px;
	background-image: url(../images/background_menu.png);
	z-index: -999;
} 

#nav-i {
	width: 864px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	top: 23px;
	position: relative;
	height: 43px;
	z-index: 99;
}

#nav-i ul{
}

#image {
	width: 100%;
	height: 224px;
	top: 225px;
	background-image: url(../images/background_image.png);
} 

#image-i{
	width: 864px;
	margin-right: auto;
	height: 224px;
	position: relative;
	margin-left: auto;
	overflow: visible;
}


#image-i img{
	margin-left: -136px;
	position: relative;
}

#copy {
	width: 864px;
	margin: 20px auto;
}


#copy a{
	color: #455435;
	border-bottom: 2px solid #455435;
	text-decoration: none;
}

#copy a:hover{
	color: #1d6281;
	border-bottom: 0px;
}

#copy .imagelink{
	border-style: none;
}


.first{
	float: left;
}

.last{
	float: right;
}

.column{
	background-color: red;
}


#column1 {
	float: left;
	width: 412px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
} 

#column2 {
	float: right;
	width: 412px;
	margin-top: 10px;
	margin-bottom: 20px;
} 


#copy h1{
	color: #515f42;
	font-size: 2.6em;
	line-height: 1em;
	margin-bottom: 20px;
}

#copy h2{
	color: #515f42;
	font-size: 1.4em;
	line-height: 1em;
	margin-top: 1.9em;
	margin-bottom: .5em;
}

#copy h3{
	font-size: 1.3em;
	margin-top: 1.9px;
	line-height: 1.9em;
}

#copy h4{
	color: #515f42;
	font-size: 2em;
	text-align: center;
	border-bottom: 2px solid #525f44;
	line-height: 1.9em;
}

#copy p{
	font-size: 1em;
	margin-bottom: 1em;
	line-height: 1.9em;
	text-align: justify;
}

#copy strong{
	font-weight: bold;
}

#copy ul {
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type: none;
	font: bold .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #eef2e6;
	padding: 20px;
/*border-radius*/
-webkit-border-radius:20px;
   -moz-border-radius:20px;
        border-radius:20px;
}


#copy ul li {
	list-style-position: outside;
	padding-left: 31px;
	background: url(../images/bullet.png) no-repeat 0 4px;
	margin-top: 7px;
	line-height: 1.5em;
	border-bottom: 1px dotted #525f44;
	margin-bottom: .5em;
	padding-bottom: .5em;
}

#copy ul li:last-child{
	border-bottom-style: none;
}

#copy ol {
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type: none;
	font: bold .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #eef2e6;
/*border-radius*/
-webkit-border-radius:20px;
   -moz-border-radius:20px;
        border-radius:20px;
	padding: 10px;
}

#copy ol li {
	list-style-position: outside;
	padding-left: 31px;
	line-height: 2em;
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin-top: 7px;
}

#copy ol li h2{
	margin-top: 0;
}

.image-w-border {
	border: 10px solid white;
		/*box-shadow*/
-webkit-box-shadow:0 0 5px #515f42;
   -moz-box-shadow:0 0 5px #515f42;
        box-shadow:0 0 5px #515f42;
	margin-top: 10px;
}

#footer {
	height: 259px;
	width: 100%;
	bottom: 0;
	background-image: url(../images/background_footer.png);
} 

#footer-i{
	height: 259px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#footer1{
	float: left;
	margin-top: 24px;
	width: 400px;
	margin-left: 16px;
}

#footer1 h3{
	font-size: 2em;
	color: #455435;
	margin-bottom: 10px;
}

#footer1 p{
	font-size: 1.1em;
	color: #433933;
	line-height: 1.55em;
	font-style: italic;
}

#footer1 a{
	color: #455435;
	border-bottom: 2px solid #455435;
	text-decoration: none;
}

#footer1 a:hover{
	color: #1d6281;
	border-bottom: 0px;
}

#footer1 p.mice{
	margin-top: 14px;
	text-transform: uppercase;
	color: #677c51;
	font: bold .6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer2{
	width: 426px;
	float: right;
}

.mice2{
	text-align: right;
	font-size: .7em;
	color: #5d5048;
	margin-right: 17px;
	margin-top: 1px;
}

.service{
	margin-top: 22px;
	margin-left: 261px;
}

.map{
}
.clear {
	clear: both;
}

#temp {
	/*box-shadow*/
-webkit-box-shadow:0 0 5px #515f42;
   -moz-box-shadow:0 0 5px #515f42;
        box-shadow:0 0 5px #515f42;

}
