/*
#################################
RESET
#################################
*/

body, div, th, td, h1, h2, h3, h4, h5, h6, ul, ol, li, form, input, textarea { 
	padding: 0;
	margin: 0;
}

img { 
	border: 0;
}

a:focus {
	outline: none;
}

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

th {
	font-weight: bold;
	font-style: normal;
	text-align: left;
}


/*
#################################
BASICS
#################################
*/


body {
	background-color: #e3e3e3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	text-align: center;
}


h1 {
	margin: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #95cbe5;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #95cbe5;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #95cbe5;
}

a:link, a:visited {
	color: #888888;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #AAAAAA;
	text-decoration: underline;
}

hr {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-left: 0px;
	border-style: solid; border-color: #D3D3D3;
}


/*
#################################
HEADER
#################################
*/


#header {
	margin: 0 auto;
	width: 930px;
	height: 171px;
	background-color: #fafafb;
	text-align: left;
	border-bottom: solid 1px #e3e3e3;
}


#nav {
	float: right;
	width: 693px;
	height: 141px;
	padding: 15px;
	background-image: url(header_bg.jpg);
	background-repeat: repeat-y;
}

#logo {
	float: left;
	width: 200px;
	height: 171px;
}


/*
#################################
NAVIGATION
#################################
*/


#nav_parent_wrap {
	float: right;
	width: 100px;
}


#nav_child_wrap {
	float: right;
	width: 140px;
}

#nav_child_child_wrap {
	float: right;
	width: 300px;
}


.nav_divider_wrap {
	float: right;
	width: 1px;
}


#header ul {
	list-style: none;
}


#header a {
	display: block;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #805E7C;
	text-transform: uppercase;
	text-decoration: none;
}

#nav_parent a {
	font-size: 14px;
	font-weight: bold;
	width: 95px;
	padding: 0 0 3px 20px;
}


#nav_child_1 a, #nav_child_2 a {
	font-weight: bold;
	width: 120px;
	padding: 0 0 3px 20px;
}


#nav_child_1_child_1 a, #nav_child_2_child_1 a, #nav_child_2_child_2 a {
	font-weight: normal;
	text-align: right;
	width: 280px;
	padding: 0px 20px 3px 0px;
}


#header a:link, #header a:visited {
	color: #805E7C;
	text-decoration: none;
}

#header a:hover, #header a:visited:hover {
	color: #999999;
}


#nav_child_1_child_1 a:hover, #nav_child_2_child_1 a:hover, #nav_child_2_child_2 a:hover {
	background-image: url(nav_indicator.png);
	background-repeat:no-repeat;
	background-position: 285px 1px;
}

#nav_child_1_child_1 a:visited:hover, #nav_child_2_child_1 a:visited:hover, #nav_child_2_child_2 a:visited:hover {
	background-image: url(nav_indicator.png);
	background-repeat:no-repeat;
	background-position: 285px 1px;
}

.nav_divider {
	height: 141px;
	width: 1px;
	background-color: #805E7C;
}

/*
#################################
CONTAINER
#################################
*/


#container {
	margin: 0 auto 50px auto;
	width: 930px;
	background-color: #ffffff;
	text-align: left;
}


/*
#################################
CONTENT
#################################
*/


#content {
	width: 510px;
	float: right;
	padding: 50px 100px 50px 0;
	background-color: #ffffff;
}

#content ul, #content ol  {
	padding: 0 0 0 40px;
}

.slideshow {
	float: right;
	padding: 0 0 25px 25px;
}

.slideshow img {
	padding: 5px;
	border: 1px solid #dddddd;	
}



/*
#################################
SIDE PANEL
#################################
*/



#side_panel {
	width: 220px;
	margin: 0 0 70px 0;
	padding: 50px 0 50px 40px;
	font-size: 12px;
}


.side_panel_box {
	margin: 0 0 30px 0;
	width: 220px;
	height: 220px;
	background-image: url(sidebar_box.png);
	background-repeat: no-repeat;
}


.side_panel_box_content {
	padding: 20px;
}


.quote, .appointment {
	padding: 0px 0px 10px 25px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #777777;
	font-weight: bold;
}

.quote {
	background: url(quote.png) no-repeat left top;
}


.appointment {
	background: url(calendar.png) no-repeat left top;
}


/*
#################################
FORM
#################################
*/


.form_input {
	width:300px;
	border: #CEDFDE solid 1px;
}

.form_select {
	border: #CEDFDE solid 1px;
} 

.form_textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width:300px;
	height:150px;
	border-style: solid;
	border-width: 1px;
	border-color: #CEDFDE;
}


/*
#################################
BUTTONS
#################################
*/

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
	