/* @group RESET */
*{padding:0;margin:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;padding-bottom:1.0em;}
p{margin:0 0 1.0em;}
ul,ol{padding:1.0em 0;margin-left:2.5em;}
li{margin-left:2.0em;}
/* @end */
/* @group global */
html{background:#D0D0CB url(../images/bg_grad.png) center 25px no-repeat;}
body{font:100%/1.3em courier,sans-serif;color:#aaa;text-align:center;}
a{text-decoration:none;}
a:link,a:visited{color:#980000;}
a:hover,a:active{color:#C70000;}
.center{text-align:center;}
.clear{clear:both;}
.image-left{float:left;margin:0 5px 5px 0;}
.image-right{float:right;margin:0 0 5px 5px;}
.radiusAll{border-radius:5px;}
/* @end */
/* @group layout */
.thisWidth{width:400px;margin:0 auto;}
.thatWidth{width:900px;margin:0 auto;}
.title{margin:200px auto 2em;}
.title a{display:block;}
.title .logo{}
.nav{margin-bottom:2em;}
.content h1{font-size:2.5em;}
.message p{color:#666;font:1em/1.8em 'Times New Roman',serif;text-align:left;}
.message h2{text-align:left;}
.footer{font-size:0.8em;margin:3em auto;}
.footer a{color:#aaa;}
.footer a:hover{color:#999;text-decoration:underline;}
/* @end */
/* @group form */
input.inputText,input.inputButton,span.select{border:1px solid #C7C7C4;box-shadow:0 1px 1px rgba(0,0,0,0.35);color:#666;font:1.3em/1.8em courier,sans-serif;}
input.inputText,input.inputButton{padding:2px 0.35em;margin:0;}
input.inputText{background-image:none;background-color:#E8E9E6;border-right-style:none;border-radius:5px 0 0 5px;height:37px;width:342px;}
input.inputButton{background:#D8D8D5 url(../images/arrow.png) center center no-repeat;border-left-style:none;border-radius:0 5px 5px 0;height:43px;width:43px;}
input.inputButton:hover{background-color:#CECFCD;cursor:pointer;}
/* all form DIVs have position property set to relative so we can easily position newly created SPAN */
form div{position:relative;}
/* setting the width and height of the SELECT element to match the replacing graphics */
select.select,span.select{height:43px ! important;line-height:43px ! important;width:400px !important;}
select.select{position:relative;z-index:10;}
/* dynamically created SPAN,placed below the SELECT */
span.select{background:url(../images/select.png) right center no-repeat;cursor:pointer;bottom:0;float:left;left:0;position:absolute;z-index:1;}
/* @end */
/* @group seyDoggy Grid */
.seydoggyGrid{margin-left:-4em;}
.seydoggyGrid .clear{clear:both;}
.seydoggyGrid .column{float:left;}
.seydoggyGrid .one{width:100%;}
.seydoggyGrid .two{width:50%;}
.seydoggyGrid .three{width:33.33%;}
.seydoggyGrid .four{width:25%;}
.seydoggyGrid .five{width:20%;}
.seydoggyGrid .six{width:16.66%;}
.seydoggyGrid .two3rds{width:66.66%;}
.seydoggyGrid .three4ths{width:75%;}
.seydoggyGrid .four5ths{width:80%;}
.seydoggyGrid .five6ths{width:83.33%;}
.seydoggyGrid .column .content{margin-left:4em;}
/* @end */
