* {
	margin: 0;
}

html, body {
	height: 100%;
	background-repeat: repeat-x;
	background-image: url(http://tyrrel.com/images/grad.jpg);
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;	
	font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
}

.wrapper {
	position: relative;
	width: 800px;
	font-size: 0.9em;
	margin: 0 auto -50px;
	text-align: left;	background-color: white;
	border-right-color: #cccccc;
	border-right-style: dotted;
	border-left-color: #cccccc;
	border-left-style: dotted;
	border-right-width: 1px;
	border-left-width: 1px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 50px; /* .push must be the same height as .footer */
}

.header {
	height: 80px;
}

p {
	line-height: 15px;
	color: #666;
	font: 13px/1.4em arial,sans-serif;
}

.footer {
	background-color: #b3b3b3;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.footer a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	border: 0;
}
.footer p {
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	border-right-color: #cccccc;
	border-right-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-bottom-style: dotted;
	border-left-width: 1px;
	border-bottom-width: 1px;
	height: 20px;
	background-color: #b3b3b3;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	color: #fff;
	font: 0.8em arial,sans-serif;
	text-align: center;
}

/** Logo */

#logo {
	padding-left: 30px;
	float: left;
	height: 45px;
	margin: 0 auto;
	padding-top: 5px;
}

#logo h1, #logo p {
	float: left;
	margin: 0px;
	line-height: normal;
	text-transform: lowercase;
	font-weight: normal;
	color: #000000;
}

#logo p {
	padding: 13px 0px 0px 5px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
}

#logo h1 {
	margin-right: 5px;
	line-height: 38px;
	letter-spacing: -1px;
	font-size: 25px;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

#photo {
	background-repeat: no-repeat;
	background-image: url(/images/p12.jpg);
	background-color: #b3b3b3;
	height: 185px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
	width: 740px;
}

#content {
	padding-top: 30px;
	border-top-color: #b3b3b3;
	border-top-style: solid;
	border-top-width: 4px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
	width: 740px;
}

/* Menu */

#menu {
	padding-right: 30px;
	float: right;
	width: 500px;
	height: 50px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: right;
}

#menu a {
	border-top-style: solid;
	border-top-color: #e6e6e6;
	border-top-width: 3px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-top: 15px;
	display: block;
	float: left;
	height: 17px;
	margin-right: 1px;
	background: #ECECEC;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-size: 14px;
	color: #000000;
}

#menu a:hover {
	border-top-color: #ff8000;
	border-top-style: solid;
	border-top-width: 3px;
	text-decoration: none;
	background: #ECECEC;
}

#menu .current_page_item a {
	background: #000000;
	color: #FFFFFF;
}

#menu .first {
}

/* Contact Window */
  
#form_grid_col1 {
	height: 30px;
	padding-top: 5px;
	float: left;
	width: 75px;
	overflow: hidden;
}

#form_grid_col2 {
	padding-bottom: 5px;
	border-width: 1px;
	height: 30px;
	width: 500px;
	float: left;
	overflow: hidden;
}

textarea#note {
	max-height: 180px;
	max-width: 525px;
	width: 525px;
	height: 120px;
  	resize:none;
  	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
}


.formbutton {
	margin-top: 10px;
	margin-right: 12px;
	text-align: center;
	float: right;
	margin-left: 10px;
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:strong;
	padding: 1px 2px;
	background:url(/images/formbg.gif) repeat-x 10px top;
}


.grLeft {
	float: left;
	padding: 0px;
	border-style: none;
	margin-bottom: 5px;
	margin-left: 0px;
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: 11px; /* font size */ /* border */
	overflow: hidden;
}

.grRight {	
	float: right;
	padding: 0px;
	border-style: none;
	margin-bottom: 5px;
	margin-left: 0px;
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: 11px; /* font size */ /* border */
	overflow: hidden;
}

.clear {
    clear:both;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
.yui-overlay,.yui-panel-container{visibility:hidden;position:absolute;z-index:2;}.yui-panel{position:relative;}.yui-panel-container form{margin:0;}.mask{z-index:1;display:none;position:absolute;top:0;left:0;right:0;bottom:0;}.mask.block-scrollbars{overflow:auto;}.masked select,.drag select,.hide-select select{_visibility:hidden;}.yui-panel-container select{_visibility:inherit;}.hide-scrollbars,.hide-scrollbars *{overflow:hidden;}.hide-scrollbars select{display:none;}.show-scrollbars{overflow:auto;}.yui-panel-container.show-scrollbars,.yui-tt.show-scrollbars{overflow:visible;}.yui-panel-container.show-scrollbars .underlay,.yui-tt.show-scrollbars .yui-tt-shadow{overflow:auto;}.yui-panel-container.shadow .underlay.yui-force-redraw{padding-bottom:1px;}.yui-effect-fade .underlay,.yui-effect-fade .yui-tt-shadow{display:none;}.yui-tt-shadow{position:absolute;}.yui-override-padding{padding:0!important;}.yui-panel-container .container-close{overflow:hidden;text-indent:-10000em;text-decoration:none;}.yui-overlay.yui-force-redraw,.yui-panel-container.yui-force-redraw{margin-bottom:1px;}.yui-skin-sam .mask{background-color:#000;opacity:.25;filter:alpha(opacity=25);}.yui-skin-sam .yui-panel-container{padding:0 1px;*padding:2px;}.yui-skin-sam .yui-panel{position:relative;left:0;top:0;border-style:solid;border-width:1px 0;border-color:#808080;z-index:1;*border-width:1px;*zoom:1;_zoom:normal;}.yui-skin-sam .yui-panel .hd,.yui-skin-sam .yui-panel .bd,.yui-skin-sam .yui-panel .ft{border-style:solid;border-width:0 1px;border-color:#808080;margin:0 -1px;*margin:0;*border:0;}.yui-skin-sam .yui-panel .hd{border-bottom:solid 1px #ccc;}.yui-skin-sam .yui-panel .bd,.yui-skin-sam .yui-panel .ft{background-color:#F2F2F2;}.yui-skin-sam .yui-panel .hd{padding:0 10px;font-size:93%;line-height:2;*line-height:1.9;font-weight:bold;color:#000;background:url(http://yui.yahooapis.com/2.8.1/build/assets/skins/sam/sprite.png) repeat-x 0 -200px;}.yui-skin-sam .yui-panel .bd{padding:10px;}.yui-skin-sam .yui-panel .ft{border-top:solid 1px #808080;padding:5px 10px;font-size:77%;}.yui-skin-sam .container-close{position:absolute;top:5px;right:6px;width:25px;height:15px;background:url(http://yui.yahooapis.com/2.8.1/build/assets/skins/sam/sprite.png) no-repeat 0 -300px;cursor:pointer;}.yui-skin-sam .yui-panel-container .underlay{right:-1px;left:-1px;}.yui-skin-sam .yui-panel-container.matte{padding:9px 10px;background-color:#fff;}.yui-skin-sam .yui-panel-container.shadow{_padding:2px 4px 0 2px;}.yui-skin-sam .yui-panel-container.shadow .underlay{position:absolute;top:2px;left:-3px;right:-3px;bottom:-3px;*top:4px;*left:-1px;*right:-1px;*bottom:-1px;_top:0;_left:0;_right:0;_bottom:0;_margin-top:3px;_margin-left:-1px;background-color:#000;opacity:.12;filter:alpha(opacity=12);}.yui-skin-sam .yui-dialog .ft{border-top:none;padding:0 10px 10px 10px;font-size:100%;}.yui-skin-sam .yui-dialog .ft .button-group{display:block;text-align:right;}.yui-skin-sam .yui-dialog .ft button.default{font-weight:bold;}.yui-skin-sam .yui-dialog .ft span.default{border-color:#304369;background-position:0 -1400px;}.yui-skin-sam .yui-dialog .ft span.default .first-child{border-color:#304369;}.yui-skin-sam .yui-dialog .ft span.default button{color:#fff;}.yui-skin-sam .yui-dialog .ft span.yui-button-disabled{background-position:0 -1500px;border-color:#ccc;}.yui-skin-sam .yui-dialog .ft span.yui-button-disabled .first-child{border-color:#ccc;}.yui-skin-sam .yui-dialog .ft span.yui-button-disabled button{color:#a6a6a6;}.yui-skin-sam .yui-simple-dialog .bd .yui-icon{background:url(http://yui.yahooapis.com/2.8.1/build/assets/skins/sam/sprite.png) no-repeat 0 0;width:16px;height:16px;margin-right:10px;float:left;}.yui-skin-sam .yui-simple-dialog .bd span.blckicon{background-position:0 -1100px;}.yui-skin-sam .yui-simple-dialog .bd span.alrticon{background-position:0 -1050px;}.yui-skin-sam .yui-simple-dialog .bd span.hlpicon{background-position:0 -1150px;}.yui-skin-sam .yui-simple-dialog .bd span.infoicon{background-position:0 -1200px;}.yui-skin-sam .yui-simple-dialog .bd span.warnicon{background-position:0 -1900px;}.yui-skin-sam .yui-simple-dialog .bd span.tipicon{background-position:0 -1250px;}.yui-skin-sam .yui-tt .bd{position:relative;top:0;left:0;z-index:1;color:#000;padding:2px 5px;border-color:#D4C237 #A6982B #A6982B #A6982B;border-width:1px;border-style:solid;background-color:#FFEE69;}.yui-skin-sam .yui-tt.show-scrollbars .bd{overflow:auto;}.yui-skin-sam .yui-tt-shadow{top:2px;right:-3px;left:-3px;bottom:-3px;background-color:#000;}.yui-skin-sam .yui-tt-shadow-visible{opacity:.12;filter:alpha(opacity=12);}