/****** GLOBALS ******/
* {
margin: 0;
padding: 0;
border: 0;
}

body {
margin: 0 auto;
background: #ffffff url(../_images/bgtile.gif) repeat-y top center;
text-align: center;
}

body,td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #583f23;
}

a {
color: #c22425;
text-decoration: none;
font-weight: normal;
}

a:hover {
text-decoration: underline;
color: #eb8384;
font-weight: normal;
}

#contentbox {
width: 950px;
margin: 0 auto;
text-align: left;
background: url(../_images/contentbox_bg.png) repeat-y;
_background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='../_images/contentbox_bg.png');
position: static;
}


#contentbox_top {
margin: 0 auto;
width: 950px;
height: 19px;
background: url(../_images/contentbox_top.png) no-repeat;
_background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='../_images/contentbox_top.png');
position: static;
}

#contentbox_bot {
margin: 0 auto;
width: 950px;
height: 22px;
background: url(../_images/contentbox_bot.png) no-repeat;
_background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='../_images/contentbox_bot.png');
position: static;
}

#contentpad {
padding: 6px 30px;
position: relative;
}

#footer {
text-align: center;
font-size: 11px;
line-height: 20px;
margin: 15px auto;
color: #f5afce;
}

#footer a {
color: #ffdfed;
font-weight: normal;
text-decoration: underline;
}

#footer a:hover {
color: #f5afce;
font-weight: normal;
text-decoration: underline;
}

hr {
width: 100%;
margin: 30px auto;
border: 0;
height: 1px;
border-top: 1px solid #f9bfcd;
}

.clearit {
clear: both;
}



/****** FLOATS & LAYOUTS ******/
.col {
float: left;
}

.floatmarg5 {
margin-right: 5px;
}

.floatmarg10 {
margin-right: 10px;
}

.floatmarg20 {
margin-right: 20px;
}

.floatright {
float: right;
}

#equalcontainer2 {
clear:left;
float:left;
width:100%;
overflow:hidden;
}

#equalcontainer1 {
float:left;
width:100%;
position:relative;
right: 530px;
border-right: 1px solid #f9bfcd;
}

#equalcol1 {
float:left;
width: 330px;
position:relative;
left: 535px;
overflow:hidden;
}

#equalcol2 {
float:left;
width:480px;
position:relative;
left:605px;
overflow:hidden;
}




/****** SPACERS ******/
.spacer5 {
margin: 0 0 5px 0;
}

.spacer10 {
margin: 0 0 10px 0;
}



/***** TEXT *****/
p {
margin: 5px 0 12px 0;
}

h1.pink {
font-weight: normal;
font-size: 28px;
margin-bottom: 8px;
color: #e4257a;
}

h2 {
font-weight: normal;
font-size: 24px;
margin-bottom: 8px;
}

h3 {
font-weight: normal;
font-size: 20px;
margin-bottom: 5px;
}

.smalltxt {
font-size: 11px;
margin:0;
}

ul {
margin: 5px 0 0 30px;
}

li {
list-style-type: circle;
}





/****** SLIDESHOW ******/
.slideshow {
width: 492px;
margin-bottom: 5px;
}

.slideshow img {
width: 490px;
height: 285px;
top: 0;
left: 0;
border: 1px solid #e4257a;
}




/****** IMAGES ******/
.featimg {
width: 388px;
margin-bottom: 5px;
}

.featimg img {
border: 1px solid #e4257a;
}

.featimg .pinkbox {
background: #e4257a;
width: 100%;
color: #ffffff;
}

.featimgpad {
padding: 7px 11px;
}

.imgbrdr{
border: 1px solid #e4257a;
}

.imgbrdrfloat {
float: left;
border: 1px solid #e4257a;
}




/***** FORMS *****/
.signupblock label {
width: 100%;
display: block;
padding: 10px 0 0 0;
}

.signupblock label span {
display: block;
float: left;
width: 120px;
text-align: right;
padding: 6px 20px 0 0;
}

.signupblock label em {
color: #c83333;
font-style: none;
font-weight: bold;
}

.signupblock input {
vertical-align:top; 
font-weight:normal; 
font-size: 12px; 
}

.signupblock input[type="text"], select {
padding:6px;
background:#ffffff; 
border: 1px solid #e9c7d6;
color: #000000;
margin: 0 0 5px 0;
}

.submitformbtn {
width: 114px;
height: 38px;
background: url(../_images/btn_submit.gif) no-repeat;
display: block;
cursor: pointer;
border: 0;
margin: 8px 0 0 140px;
}

.submitformbtn:hover {
filter:alpha(opacity=80);   
-moz-opacity: .8;   
opacity: .8;
-khtml-opacity: .8;
}





