@charset "UTF-8";

/* origional colors 
header - #FEE286
body - #efe5d0 */

/* current colors
header - #FFCC66, rgb(255,204,102)
main - #FFF2B2, rgb(255,242,178) 
borders - #A0522D,
links -  #CC4C1A, */

body  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-right: auto;
	margin-left: auto;
	padding-left:5px;
	width:1010px;
}

h1, h2, h3, h4 {padding-left:10px;}
p, li {padding-left:10px; padding-right:10px;
	font-family: Verdana, Geneva, sans-serif;}
hr {
	width:90%;
	color:#A0522D;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}



/* Div styles **************************************** */
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	width: 1000px;
	background-color: #FCDEAC;
}
#header {
	text-align: center;
	width: 1000px;
	background-color: #FFF;
}
#main {

}
#sidebar {
	background-color: #FFCC66;
	clear: left;
	float: right;
	height: 700px;
	width: 20%;
	background-color: #FFCC66;
}

#footer {
	color: #600;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	width: 1000px;
	background-color: #E9A344;
}


/* navigation styles ************************************** */
a:link {
	color:  #CC4C1A;
}
a:visited {
	color:  #CC4C1A;
}
a:hover {
	color: #63C;
}
a:active {
	color:  #CC4C1A;
}

#naviagtion {
	font-size:large;
	background-color: #E9A344;
}

#naviagtion a:link {
	text-decoration: none;
	color: #CC4C1A;
	
}
#naviagtion a:visited {
	text-decoration: none;
	color: #CC4C1A;
}
#naviagtion a:hover {
	text-decoration: underline;
	color:#63F;
}
#naviagtion a:active {
	text-decoration: none;
	color: #CC4C1A;
}



/* class styles ***************************************** */
.references {
	text-align: center;
	line-height: 1.8em;
}
.qualities {
	color: #954b4b;
}
.collegues {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	text-decoration: underline;
}
.who {
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	text-align: right;
}
.italic {
	font-family:"Comic Sans MS", cursive; 
	font-style:italic;
	font-size:16px;}
.title {
	font-size:55px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
}
.quote {
	font-family:"Monotype Corsiva", cursive, serif;
	font-size:24px;
	width:90%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-style: italic;
}
.onpage {
	font-size: 24px;
	font-weight: bold;
}
.bold {font-weight:bold;}
.right {text-align:right; padding-right:20px;}
.center {margin-left:auto; margin-right:auto; text-align:center;}
.small {font-size: 10px;}

#smalllinks {text-align:center; font-size:small}

/* div styles ***************************************** */
#contactform {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
}
#contactform #form {
	background-color: #FFF;
	border: 1px solid #C63;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-right: 10px;
	padding-right: 10px;
}



#contactform td {padding-left:5px;}
#office_schedule {
	width: 650px;
	right: 20px;
	font-weight: bold;
	margin-left: 40px;
	padding: 5px;
	border: medium inset #A0522D;
}
.iframe_map {
	height: 200px;
	width: 200px;
	margin-left: 50px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	
}

