/* CSS Document */

body { background:#dfdfdf; margin:0; padding:0; font:normal 13px verdana, helvetica, sans-serif; color:#000; line-height:150%;}
form {margin:0; padding:0;}
img {border:none;}
div {margin:0; padding:0;}
a { color:#F15A22; text-decoration:none; }
a:hover {color:#F15A22; text-decoration: underline;}

.clear { clear:both;}
/* Header */
.wrapper { width:663px; margin:0px auto; padding-top:130px; border:0px solid #000;}
.block { background:#fff; width:653px; min-height:380px; border:0px solid #b6b6b6; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding:30px;}
.logo { text-align:center}
.logo h1 { margin:0px; padding:10px 0 30px 0; color:#E85222; font-size:24px; line-height:30px;}
.buttons { margin-top:47px; text-align:center}
.buttons img {
	position:relative;
	top:0px;
}	
.buttons img:hover {
    top: -7px;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
}

.groups { float:left; width:33%; margin-top:45px; text-align:center; color:#8B231D; font-weight:600;}
.groups div { background:#84140E; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:10px 12px; color:#fff; text-decoration:none; font-size:15px; margin:0px 10px;}
.groups div a { color:#fff;}
.groups div a:hover { color:#E85222;}

/* Landing Page */
.wrapper2 { width:700px; margin:0px auto; padding-top:90px; border:0px solid #000;}
.block2 { background:#fff; width:700px; height:550px; border:0px solid #b6b6b6; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; padding:30px;}
.border-image {
    border-radius: 15px;
    width: 300px;
}
.project-groups { float:left; width:50%; margin-top:45px; text-align:center; color:#444; font-weight:300;}
.project-groups a { background:#84140E; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:10px 12px; color:#fff; text-decoration:none; font-size:15px;}
.project-groups a:hover { background:#E85222;}
/* /Footer */