﻿/* reset browser styles */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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, th, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

html, body {width:100%; display: table;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

ol { padding-left: 1.4em; list-style: decimal;}
ul {padding-left: 1.4em; list-style:square;}

table {border-collapse: collapse; border-spacing: 0;} 

/* end reset browser styles */


body { font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; font-size: 11pt; color: #4d4c4c; background: #e1ecf7; line-height: 22px }


/*-----------------------------------------------------------Template-Elements-------------------------------------------------------------------------------------------------------------------------------*/

#top {width:100%; height: 5px; background:#fff}

header {margin: 0 auto; width:1000px; height: 95px; background:#e1ecf7}
header section.left {float:left; width:600px; padding:35px 0 0 5px;}
header section.right {float:right;}
header section.right p {color:#9aa2aa; font-size:13pt; margin:44px 5px 0 0}

nav {margin:0 auto; width:100%; background: url('images/design/nav.jpg') repeat-x; height: 62px;}
nav .content {margin: 0 auto; width:1000px; padding-left:25px;}

article {margin: 0 auto; width:100%; overflow:auto; background: #fff url('images/design/article-bg.png') no-repeat center top}
article .appointment {margin: 70px auto 40px auto; width:1000px; padding-left:80px}
article .content {margin: 0 auto; width: 1000px; background: url('images/design/content-bg.png') no-repeat center top; min-height:520px;}
article .content table {margin-left:40px;}
article .content p, h1, h2, h3, h4, ul, ol {padding: 0 40px}
 
footer {margin:0 auto; width:100%; background: url('images/design/footer.jpg') repeat-x; height: 200px; padding-top:40px; font-family:Arial, Helvetica, sans-serif; font-size:10pt; color:#6c6969}
footer a {color: #6c6969}
footer a:visited {color:#6c6969}
footer a:hover {color:#6c6969}


/*-----------------------------------------------------------Index-Elements-------------------------------------------------------------------------------------------------------------------------------*/


article .appointment section.left {float:left; width:500px; margin-top:70px}
article .appointment section.right {float:left;}

.featured {width: 94%; margin:30px auto 20px auto; font-size:9pt}



/*-----------------------------------------------------------Elements-------------------------------------------------------------------------------------------------------------------------------*/

a {	color: #7593a7; text-decoration:none}
a:active {color: #7593a7; text-decoration:none}   
a:visited {color: #7593a7; text-decoration:none}
a:hover {color: #0178b2; text-decoration:underline}

ul, li {line-height:25px; margin-left:30px;}
img {border-width: 0px; }

h1 { font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; font-size: 18pt; color: #7593a7; font-weight:normal; margin: 10px 0 10px 0}
h2 { font-family: "Trebuchet MS"; font-size: 14pt; color: #7593a7; font-weight:normal; font-style:italic; margin: 30px 0 10px 0}
h3 { font-family: "Trebuchet MS"; font-size: 12pt; color: #7593a7; font-style:italic; margin: 10px 0 10px 0 }

p {margin: 20px 0}

hr {width:92%}

input, textarea { padding: 5px;background: #fff; font-size: 9pt; color: #333; font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; border: 1px solid #ccc; 
                  margin-bottom:5px; height:21px; width:330px; resize: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;
                  box-shadow: inset 0 2px 8px rgba(0,0,0,0.2); 
                }

.submit { background: #58838a;	-webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;
   	 cursor:pointer; width: 100px; height: 30px; border: none; color: #fff}


/*-----------------------------------------------------------Classes-------------------------------------------------------------------------------------------------------------------------------*/

.image_border { -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
                -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
                background-color: #fff;
                border: 1px solid #ccc;
                padding: 3px;  
                margin: 7px 0 7px 30px;
              }
 
.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }
 
.fade:hover {opacity: 0.6;}

.center {text-align:center}
.right {text-align:right}
.hover img:hover { opacity:0.7 }
.contact {float:left; width:500px}
.appt {float:right; margin-right:35px;}



