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

body {
background-color: #F1DDAF;
background-image: url(images/bg.jpg);
background-position: top left;
background-repeat:no-repeat;
background-attachment: fixed;
}

p {
font-family:Helvetica, Arial, sans-serif;
font-size:11px;
padding-left: 0px;
padding-right: 0px;
color: #43543a;
margin-bottom: 20px;
line-height:20px;
}

a {
text-decoration: none;
color: #873d3c;
font-weight: bold;
}

a:hover {
text-decoration: none;
color: #43543a;
font-weight: bold;
}

#wrapper {
text-align: left;
width: 920px;
position: relative;
margin-right: auto;
margin-left: auto;
padding: 0 0px;
}

#header {
	width: 920px;
	height: 40px;
	background: #9eab8d;
	margin-top: 40px;
}

#logo {
position: absolute;
height: 55px;
width: 444px;
background: url(images/logo.png) no-repeat bottom left;
margin-top: 15px;
margin-left: 15px;
}

#nav {
float: right;
padding: 0;
	width: 370px;
	background: #9eab8d;
height: 40px;
margin: 0;
}

img.nav {
border: none;
float: left;
text-decoration:none;
}

img.main {
border: none;
float: left;
text-decoration:none;
}

#container {
float: left;
width: 920px;
min-height: 500px;
background: #f5f8f1;
}


#left_column {
float: left;
width: 213px;
margin-top: 30px;
padding: 50px;
min-height:400px;

}

#rt_column {
width: 550px;
margin-left: 315px;
margin-right:40px;
min-height: 400px;
margin-top: 80px;
}

#footer {
width: 920px;
	clear: both;
height: 230px;
	background: url(images/landingpage_content_bg.jpg) no-repeat bottom #f5f8f1;
}



.mod {
   position:relative;
   z-index:0;
}
.mod .mod-content{
   position:relative;
   z-index:2;
}
/* x1 = top and left edges; 
   x1a = top right corner; 
   x2 = right and bottom edges; 
   x2a = bottom left corner */
.mod .x1,
.mod .x1a,
.mod .x2,
.mod .x2a {
   display:block;
   background:url(images/glow.png) no-repeat;
   /* turn off for IE6 or use a GIF */
   _background:transparent; 
   width:100%;
   height:100%;
   position:absolute;
}
.mod .x1{
   background-position:0 0;
   z-index:-2;
   top:-10px; /* set to the size of the glow */
   left:-10px;
   bottom:0;
   /* set glow to the edges of 'mod' */
   padding:0 10px 10px 0; 
}
.mod .x1 .x1a {
   height:10px;
   width:10px;
   background-position:100% 0;
   right:-10px;
   top:0;
}
.mod .x2 {
   background-position:100% 100%;
   z-index:-1;
   bottom:-10px;
   right:-10px;
   padding:10px 0 0 10px;
}
.mod .x2 .x2a {
   height:10px;
   width:10px;
   background-position:0 100%;
   left:-10px;
   bottom:0;
}

