                                                                        .nav-right
{
    float: right;
}
.nav-left
{
    float: left;
}
.content-container
{
    padding: 0px;
    position: relative;
    _height: 1px;
    min-height: 1px;
    margin: 0px auto 10px auto;
    width: 944px;
    font-size: .9em;
    position: relative;
    min-height: 100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#2d2d2d;
	}

body.inner-body {

	}

p, li {
	font-size:.8em;
	}
	
a img {
	border:none;
	}

/* HEADINGS */
	
h1,h2,h3,h4,h5,h6 {
	color:#c92341;
	}
	
h1.first,
h2.first,
h3.first,
h4.first,
h5.first,
h6.first {
margin-bottom:0;
margin-top:3px;
	}

.side-bucket-heading-content h1,
.side-bucket-heading-content h2,
.side-bucket-heading-content h3,
.side-bucket-heading-content h4,
.side-bucket-heading-content h5,
.side-bucket-heading-content h6 {
	color:#c92341;
	margin:0;
	padding:0;
	}
	
h1 {
	font-size:1.0em;
	}
	
h2 {
	font-size:.9em;
	}
	
h3 {
    font-size: .8em;
}
	
h4 {
	font-size:.7em;
	}
	
h5 {
	font-size:.6em;
	}
	
h6 {
	font-size:.5em;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 FORMS
	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

fieldset {
	padding:10px 20px;
	margin:15px 0;
	position:relative;
	border:1px solid #9e9e9e;
	}

fieldset fieldset {
	margin:10px 0;
	}
	
legend {
	font-weight:bold;
	font-size:1em;
	padding:10px 15px 0 15px;
	color:#FFF;
	margin:0 0 0 10px;
	background:#7a7b7e url(/content/app_themes/rsc/images/bg-legend.png) repeat-x;
	min-height:32px;
	_height:32px;
	display:block;
	width:50%;
	}

.input-box {
	display:block;
	vertical-align:top;
	padding:4px;
	color:#666666;
	border:1px solid #467acc;
	}

label {
	font-weight:bold;
	font-size:.7em;
	font-weight:bold;
	display:block;
	margin-top:10px;
	}
	
.checkbox {	
	margin:12px 0;
	width:60%;
	}
	
.checkbox input {	
	}

input.button {
	font-size:.7em;
	font-weight:bold;
	padding:0 5px 2px 5px;
	cursor:pointer;
	}
	
input.button-big {
	padding:2px 20px;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 LINKS
	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link {

	}

a:visited {

	}

a:hover {
	text-decoration:none;
	}

a:active {

	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 LOGIN
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.nav-login  {
    right:0;
    float:left;
	position:relative;
	top:81px;	
	right:137px;
	font-size:.6em;
	margin:0 auto;
	padding:7px 30px 0 30px;
	}


/* LOGIN LINKS */

.nav-login a:link,
.nav-login a:visited{
	color:#343434;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 HEADER
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header-container {
    background: url(/content/app_themes/rsc/images/bg_head_top.gif);
    position: relative;
    color: #000;
    width: 944px;
    padding: 0;
    margin: 0 auto;
}
	
/* LOGO */

.logo {
	font-size:1.1em;
	width:20%;
	float:left;
	font-weight:normal;
	padding-top:2px;
	}

/* LOGO LINK */

.logo a:link,
.logo a:visited {
	text-decoration:none;
	color:#000;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 MAIN NAV
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.nav-main {

	float:right;

	}


.search
{
    float: right;
}
.gobutton
{
    width: 40px;
}
/* NAV MAIN LINKS */
.left
{
    float: left;
    width: 400px;
}
.right
{
    background-color: #93AAE0;
    border: thin ridge;
    float: right;
    font-size: small;
    padding: 5px;
    width: 200px;
}
.nav-main a:link,
.nav-main a:visited {
    text-decoration: none;
    min-height: 20px;
    _height: 20px;
    border-right: 1px solid #9e9e9e;
    padding: 9px 7px 0 7px;
    display: block;
    float: left;
    color:White;
}

.nav-main li.first a:link,
.nav-main li.first a:visited {
	border-left:1px solid #9e9e9e;
	color:White;
	}
	
.nav-main .active a:link,
.nav-main .active a:visited {
	color:#FFF;
	text-decoration:none;
	color:White;
	background:white url(/content/app_themes/rsc/images/bg-nav-main-active.png) repeat-x;
	}
	
.nav-main a:hover,
.nav-main .active a:hover {
	text-decoration:underline;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 NAV FOOTER
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.nav-footer {
	position:relative;
	width:964px;
	min-height:30px;
	_height:30px;
	margin:0 auto;
	font-weight:bold;
	background:#7a7b7e;
	}
		
.nav-footer ul{
	padding:0;
	margin:0px 0 0 0;
	text-align:center;
	}

.nav-footer li{
	background:none;
	display:inline;
	padding:0 10px;
	}

.nav-footer li.first {
	}

.nav-footer a:link {
	color:#FFF;
	text-decoration:none;
	}

.nav-footer a:visited {
	color:#dff1ff;
	text-decoration:none;
	}

.nav-footer a:hover {
	text-decoration:underline;
	}
	
/* COPYRIGHT */

.copyright {
	text-align:center;
	padding:15px 15px 0 0;
	font-weight:normal;
	}
		


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 PRIMARY LAYOUT STYLES 
	 	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/  
	
.content-container {
	position:relative;
	_height:1px;
	min-height:1px;
	margin:10px auto;
	width:964px;
	}

.inner-body .content-container {
	margin-top:15px;
	}

.content-container-inner {
    _height: 1px;
    min-height: 1px;
    padding: 0 230px 0 0px;
    position: relative;
}
	
.content-main {
	padding:0 2% 20px 2%;
	position:relative;
	min-height:1px;
	_height:1px;
	float:left;
	width:96%;
	}

.content-left {
	padding:0;
	float:left;
	width:230px;
	position:relative;
	margin-left:-100%;
	right:230px;
	_left:230px;
	}

.content-right {
	padding:0;
	float:left;
	width:230px;
	position:relative;
	margin-right:-230px;
	}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 SIDE BUCKET
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.side-bucket {
	margin-bottom:20px;
	line-height:normal;
	width:230px;
	}

.side-bucket-top,
.side-bucket-content,
.side-bucket-bottom,
.side-bucket-heading-top,
.side-bucket-heading-content,

.side-bucket-top {	
	background-repeat:no-repeat;
	height:17px;
	font-size:1px;
	}

.side-bucket-content {	
	background-repeat:repeat-y;
	background-position:-230px 0;
	padding:0 17px;
	}
	
.side-bucket-bottom {	
	background-repeat:no-repeat;
	background-position:-460px top;
	height:17px;
	}

/* HEADING */

.side-bucket-heading-top {	
	background-repeat:no-repeat;
	height:14px;
	background-position:-690px 0;
	font-size:1px;
 	}

.side-bucket-heading-content {	
	background-repeat:repeat-y;
	background-position:-920px 0;
	color:#FFF;
	font-size:.9em;
	padding:0 0 0 10px;
	}
	
.side-bucket-heading-bottom {	
	background-repeat:no-repeat;
	background-position:-1150px 0;
	height:14px;
	}
	
/* SIDE BUCKET LISTS */

.side-bucket ul {
	margin:0;
	padding:0;
	}

.side-bucket li {
	list-style:none;
	}

.side-bucket li.first {
	border:none;
	}
	
/* SIDE BUCKET LINKS */

.side-bucket a:link,
.side-bucket a:visited {
	text-decoration:none;
	display:block;
	_display:inline;
	}
	
.side-bucket a:hover {
	text-decoration:underline;
	}



	


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 TWO-COLUMN SECTION
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.two-column-container {
	width:100%;
	position:relative;
	}
	
.two-column-1 {
	float:left;
	width:47%;
	}
	
.two-column-2 {
	float:right;
	width:47%;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 DATA TABLES
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table.data-table {
	font-size:.7em;
	border-top:1px solid #7a7b7e;
	border-left:1px solid #7a7b7e;
	margin:10px 0 30px 0;
	}

table.data-table caption{
	background:#a4a4a4;
	padding:10px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	font-size:1.2em;
	margin-top:30px;
	border-bottom:3px solid #FFF;
	}

table.data-table td,
table.data-table th{
	padding:8px;
	border-right:1px solid #7a7b7e;
	border-bottom:1px solid #7a7b7e;
	}

table.data-table th{
	text-align:left;
	background:#7a7b7e;
	color:#FFF;
	border-right:1px solid #3691da;
	border-bottom:1px solid #3691da;
	}
	
table.data-table td{
	}

table.data-table tr.row-alternating td{
	background:#ebebeb;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 LISTS
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	margin-top:0;
	padding-top:0;
	}
	
li {
	list-style:none;
	background:url(/content/app_themes/rsc/images/bullet.png) no-repeat 0 .6em;
	padding:1px 0 1px 15px;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 MISC STYLES
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.none {
	display:none;
	}

.clear {
	clear:both;
	font-size:1px;
	margin:0;
	padding:0;
	}

.align-left {
	float:left;
	margin:0 20px 15px 0;
	}

.align-right {
	float:right;
	margin:0 0 15px 20px;
	}

.align-middle {
	vertical-align:middle;
	}
	
.inline {
	display:inline;
	}

.no-margin {
	margin:0;
	}
    
    
    
    
    
    
    
    
    