/* Start of CMSMS style sheet 'ConnectYA : Layout' */
/* St. Paul's Layout */

* {
margin: 0;
padding: 0;
}

body {
background-color: #FFF9D2;
font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
font-size: 12px;
color: #000;
margin-top: 75px;
}

#pagewrapper {
margin: 0 auto;
background-image: url(uploads/ConnectYA/pg_background.jpg);
background-position: bottom center;
background-repeat: repeat-y;
width: 960px;
}

#header {
background-image: url(uploads/ConnectYA/header_top.jpg);
background-position: top center;
background-repeat: no-repeat;
background-color: #FFF9D2;
height: 128px;
clear: right;
}

#middle {
background-image: url(uploads/ConnectYA/header_bottom.jpg);
background-position: top center;
background-repeat: no-repeat;
width: 960px;
}

#content {
background: url(uploads/ConnectYA/connectyaBG.jpg) bottom no-repeat #ffdd00;
width: 790px;
margin: 0 auto;
border: 1px solid #333333;
clear: both;
}

#footer {
background-image: url(uploads/ConnectYA/footerBG.jpg);
background-position: top center;
background-repeat: no-repeat;
background-color: #FFF9D2;
}

#footer p {
font-size: 10px;
color: #000000;
text-align: center;
padding-top: 50px;
padding-bottom: 20px;
}

#nav {
width: 800px;
/*height: 45px;*/
margin: 0 auto;
}

#nav ul {
margin-top: -5px;
padding: 8px 0 5px 5px;
}


#nav li {
list-style: none;
float: left;
}

#nav a {
/*padding: 10px 25px 10px 0;*/
padding: 5px 0;
margin-bottom: 3px;
margin-right: 3px;
width: 153px;
text-align: center;
display: block;
text-transform: uppercase;
font-size: 12px;
color: #000;
text-decoration: none;
letter-spacing: 0;
font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
border: 1px solid #eee;
}

#nav a:hover {
color: #999;
}

.breathe5 {
padding: 5px;
}

.breathe10 {
padding: 10px;
}

.breathe20 {
padding: 20px;
}

.gimme20top {
margin-top: 20px;
}

.gimme20bot {
margin-bottom: 20px;
}


.gimme40top {
margin-top: 40px;
}

.gimme40bot {
margin-bottom: 40px;
}

img.breatheRB {
margin-right: 20px;
margin-bottom: 40px;
}

.clear {
clear: all;
}

/* slightly enhanced, universal clearfix hack */

.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
/* End of 'ConnectYA : Layout' */

