/* All comments are surrounded by /* */ 
/* Comments can't be placed inside { } brackets  */

/********************************* Styles for specific areas on page *********************************/
/*** This section can be used to apply styles to specific areas of the page                                                      ***/
/*** For example "#leftContent a" and "#leftContent a:hover" (below)                                                          ***/
/*** could be used to apply styles to left column links only                                                                           ***/
/*** (by default they are left empty so they will have the same style as the rest of the page)                         ***/
/*********************************************************************************************/

#centerContent{
  background-color : #ffffff;
padding:25px;
}

#leftContent{
display:none;
}

#rightContent{
display:none;
}

#topContent{
padding:0px;
}

#bottomContent{
  background-color : #333333;
padding:15px;
}

/********************************** General page wide styles **********************************/
/*** These styles apply to the whole page, but will we overridden                                                           ***/
/*** in specific areas if the same elements exist for the specific area above                                            ***/
/*****************************************************************************************/

input, select, textarea {
font-size: 12px;
}

p {
margin-top: 0;
margin-bottom: 0;
}

h1{
margin:0;
font-size:150%;
}

img {
border: none;
text-decoration: none;
}

a img {
text-decoration: none;
}

a {
color:#003366;
text-decoration:underline;
}

a:hover{
text-decoration:none;
}

.boxBorder {
border: 1px solid #CCCCCC;  /* The 3 properites are: Width Style Color */
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 5px;
}

/******************************** Page background colors ********************************/

body {
line-height: 1.4em; BACKGROUND: #f2f2f2 url('/images/bg.jpg') repeat-y center top; MARGIN: 0px auto;
}


/******************************** Page borders ********************************/

.inner {
/*border-left: solid 1px #CCCCCC; /* left nav border */
}

.bottom{
border-top: solid 0px #CCCCCC; /* Footer border */
}

/******************************** Page layout settings ********************************/

.outer, .left {
border-left-width: 0px; /* left column width */
}
.float-wrap {
margin-left: 0px;   /*  _negative_ left column width */
}
.center {
width: 750px;  /* has to be 750px - left column width  */
}


a.ripesitenav:link	{ font-family:Verdana, Arial, sans-serif; font-size: 8pt; color:#fff; font-weight:normal; background: none; text-decoration:underline; }
a.ripesitenav:active 		{ font-family:Verdana, Arial, sans-serif; font-size: 8pt; color:#fff; font-weight:normal;   background: none; text-decoration:underline; }
a.ripesitenav:visited 		{ font-family:Verdana,Arial,sans-serif; font-size: 8pt; color:#fff; font-weight:normal;  background: none; text-decoration:underline; }
a.ripesitenav:hover 		{ font-family:Verdana,Arial,sans-serif; font-size: 8pt; color:#000; font-weight:normal; text-decoration:none; BACKGROUND: none; }

/******************************** Page layout settings ********************************/

#signup table { 
 background-color: #F9FBFD; 
 color: #000000; 
 width: 650px; 
 border: 1px solid #D7E5F2; 
 border-collapse: collapse; 
} 

#signup td { 
 border: 0px solid #D7E5F2; 
 padding-left: 4px; 
}


.labelcell { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 color: #3670A7; 
 background-color: transparent; 
 width: 220px; 
} 

.fieldcell { 
 background-color: #F2F7FB; 
 color: #000000; 
 text-align: left; 
 margin-right: 0px; 
 padding-right: 0px; 
} 

.fieldcell input { 
 width: 250px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
 margin-right: 0px; 
} 

.button { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 margin-left: 12px; 
 margin-top: 3px; 
 margin-bottom: 2px; 
}

td.headerbg { background-image: url(/images/header-cutup_r1_c3.jpg); }

.ripesiteFooterLogo{display:none}