/*----------------------------------------------------------------------------*/
/* General Styling */
/*----------------------------------------------------------------------------*/
body
{
   color: #777;
   padding: 10px 30px;
}

.bordered
{
   border: solid 1px #777;
}

.error
{
   background: #fff;
   /*border: double 3px #c00;*/
   border: solid 3px #c00;
   clear: both;
   color: #c00;
   display: block;
   margin: 5px 0;
   padding: 10px;
   width: 600px;
}

.float-left
{
   float: left;
}

.float-right
{
   float: right;
}

.inline
{
   display: inline;
}

.dashed-border
{
   border: solid 1px #777;
}

/*----------------------------------------------------------------------------*/
/* Header Styling */
/*----------------------------------------------------------------------------*/
#header
{
   /*border: dashed 1px red;*/
   height: 80px;
   width: 950px;
}

#header img
{
   margin: 0 50px 0 0;
}

#header ul
{
   list-style: none;
   margin-top: 20px;
}

#header li
{
   display: inline;
   text-decoration: none;
}

#header li a
{
   color: #fff;
   float: left;
   font-size: 100%;
   height: 30px;
   outline: none;
   padding: 7px 0 0 0;
   text-align: center;
   text-decoration: none;
   vertical-align: middle;
   width: 140px;
}


#header li .menu-left-dark
{
   background-image: url('../images/menu_left_dark.jpg');
   background-repeat: no-repeat;
   
}

#header li .menu-middle-dark
{
   background-image: url('../images/menu_middle_dark.jpg');
   background-repeat: no-repeat;
}

#header li .menu-right-dark
{
   background-image: url('../images/menu_right_dark.jpg');
   background-repeat: no-repeat;
}

#header li .menu-left-light
{
   background-image: url('../images/menu_left_light.jpg');
   background-repeat: no-repeat;
}

#header li .menu-middle-light
{
   background-image: url('../images/menu_middle_light.jpg');
   background-repeat: no-repeat;
}

#header li .menu-right-light
{
   background-image: url('../images/menu_right_light.jpg');
   background-repeat: no-repeat;
}

#header li a.selected
{
	color: #fff;
	font-size: 110%;
}

/*----------------------------------------------------------------------------*/
/* Footer Styling */
/*----------------------------------------------------------------------------*/
#footer
{
   border-left: solid 1px #bbb;
   border-right: solid 1px #bbb;
   height: 20px;
   padding: 3px 0 0 0;
   width: 948px;
}

#footer-left
{
   margin-left: 20px;
   padding: 0;
}

#footer-right a
{
   color: #555;
   font-weight: bold;
   margin-left: 5px;
   padding: 0;
   text-decoration: none;
}

#footer-right p
{
   margin-right: 10px;
   padding: 0;
}

#footer-right span
{
   margin: 0 10px 0 15px;
   padding: 0;
}

.footer-top
{
   background-image: url('../images/cr_upper_950x6.jpg');
   background-repeat: no-repeat;
   clear: both;
   height: 6px;
   padding: 0;
}

.footer-bottom
{
   background-image: url('../images/cr_lower_950x6.jpg');
   background-repeat: no-repeat;
   height: 6px;
   padding: 0;
}
