@charset "UTF-8";
/* CSS Document */


/*** CSS page reset ***/
/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0; line-height:normal;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal; line-height:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%; line-height:normal;}q:before,q:after{content:'';}
/*** END CSS page reset ***/

body{ background: url(../../images/bg.gif) repeat; color:#000; font-family:Verdana, Arial, sans-serif; font-size:12px}
.cr { clear:both}
.floatL{ float:left}
.floatR { float:right}
a { text-decoration:none; color:#000}
a:hover {color:#882029}
.space { padding-bottom:30px}
.center { text-align: center}
.smallText { font-size:10px; color:#808080;}
.border { border:#808080 2px solid;}
.small{ font-size:10px}
.red { color:#882029}
.textR { text-align:right}
h2 { font-weight:bold; color:#917e5d; font-size:12px}

/*****layout*****/
#indexStrip {background-color:#DED1BA; height: 350px; width: 100%;margin:0 auto; position: absolute; top:100px; z-index:0;}
#main { width:900px; margin: 0 auto; position:relative; z-index:1;}
#footer { background: url(../../images/footer.gif) repeat-x bottom center; height:82px;}
#indexImage { padding-bottom:70px}
#mainContents { background:url(../../images/mainTop.gif) no-repeat top left #fff; min-height:135px; height:auto!important; height:135px; padding: 100px 20px 20px 20px;}
h3 { color:#333333; font-size:12px; font-weight:normal; text-align:center; text-transform:uppercase; line-height:1.5em}

/****table****/
table.general { width:700px; margin:0 auto; border:none; padding:20px 0;}
.general td, .general th{ vertical-align:top; padding:5px}

/*****header*****/
#nav {font-size:14px; font-family:"avenir-medium", sans-serif; font-weight:bold; padding:20px 0 10px 0;}
#nav li {float:left;}
#nav li a:link,#nav li a:active, #nav li a:visited,#nav li a:focus{padding-left: 19px; padding-right:8px; height:30px}
#nav li a:hover { background:url(../../images/flowerIcon.gif) no-repeat 0 40%; }

h1 { position: absolute; background:url(../../images/logo.gif) no-repeat; top:10px; left: 650px; width:216px; height:74px;}
h1 a { display:block; width:216px; height:74px;}
h1 span { visibility:hidden}

/****form****/
.form { width:420px; margin:0 auto}
label.label { text-align:right; float:left; margin-right:5px; padding-top:2px; width:100px; margin-bottom:20px}
.formBox { width:300px; background-color: #F2F2E6; border: 1px solid #AEC5B7;padding:2px; float:left; }
.comment {width:300px;background-color: #F2F2E6; border: 1px solid #AEC5B7;padding:2px; float:left; margin-bottom:10px; font-family:Arial, Helvetica, sans-serif}
.submit { width:60px; margin:0 auto;background-color: #F2F2E6; border:1px solid #85AB94; color:#444; padding:2px; display:block}
.submit:hover {background-color: #85AB94; border:1px solid #AEC5B7; color:#fff; cursor: pointer;}