 /* Remove unwanted elements */
.noprint
{
display: none;
}
#container2
, 

/* Ensure the content spans the full width */
#container
, #contentfull
{
width: 100%; margin: 0; float: none;
}

/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}
* {
	margin: 0;
	padding: 0;
}

body {
	backgrou//nd-image:url('images/bg_pattern3.jpg');
	background-repeat:repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-align: center;
	col//or: #333;
	height: 600px;
	}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1, h2, h3	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #0077c0; 
	}

h1	{
	font-size: 15px;
	color: #999999;

	}

h2	{ 
	font-size: 1.3em;
	color: #0077c0; 
	}

h3	{
	font-size: 12px;
	color: #0077c0; 
	}

a {
	text-decoration: underline;
	color: #797553;
	}
	
a:hover {
	text-decoration: underline;
	color: #000000;
	}
	
/* Main Container DIV */
#wrap {
	margin: 0px auto;
	width: 825px;
	wid//th: 760px;
	border: 1px solid #2f2f2f;
	background-color: #FFFFFF;
	
	}
/* End Main Container DIV */


/* Header DIV and classes*/
#header {
	background: #000000;
	backg///round: #000000 url(images/header_rr.jpg) no-repeat;
	height: 90px;
	borde//r-bottom: 3px solid #0077c0;
	}

#header h1 { 
	font-size: 38px;
	letter-spacing: -1px;
	padding: 70px 0 0 40px;
	color: #fff;
	}
	
#header h1 a { 
	color: #fff;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -2px;
	}

#header h1 a:hover {
	color: #000;
	}

#header h2 {
	font-size: 19px;
	color: #0077c0;
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: -1px;
	font-weight: 100;
	}
	
.logo{
	position: relative;
	top: 24px;
	left: 30px;
	text-align: left;
	}
	
.tagline {
	position: relative;
	top: 13px;
	left: -115px;
	text-align: left;
	}
	
/* Upper Right Corner Navigation */

.cornerNav {
	position: relative;
	left: 0px;
	top: -15px;
	margin-left: 660px;
	margin-top: -5px;
	mar////gin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0077c0;
	font-weight: normal;
	}

.cornerNav a {
	color: #078CAE;
	text-decoration: none;
	}
	
.cornerNav a:hover {
	color: #D37B41;
	text-decoration: underline;
	}

.cornerNavcurrent {
	border-bottom: 2px solid #D37B41;
	border-top: 2px solid #D37B41;
	}
/* End Upper Right Corner Navigation */

/* Header Sub-Navigation - English | Spanish */
.subNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	fon//t-size: 10px;
	col//or: #0077c0;
	top: 8px;
	t//op: 11px;
	position: relative;
	font-weight: bold;
	fo//nt-weight: normal;
	left: -8px;
	}

.subNav a {
	color: #990000;
	co//lor: #0077c0;
	text-decoration: none;
	}
	
.subNav a:hover {
	color: #D37B41;
	text-decoration: underline;
	}
/* End Header Sub-Navigation */	
/* END HEADER DIV */
	


/* Main Horizontal Menu Tabs */

#MainNav {
	height: 23px;
	background-color:#666666;
	}
#navdd {
    background:#000000 repeat-x;
    font-size:10px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:100%;
	height: 21px;
	he//ight: 22px;
	z-index: 1000;
	}
#navdd, #navdd ul {
    float:left;
    list-style:none;
    line-height:20px;
    padding:0;
    border-top:1px solid #666666;
	border-right:1px solid #666666;
	border-left:1px solid #666666;
	border-bottom:0;
	bord//er:1px solid #666666;
	bord//er:1px solid #aaa;
    margin:0;
    width:100%;
	z-index: 100;
    }
#navdd a {
    display:block;
    color:#FFF;
	text-decoration:none;
    padding:0px 10px;
	bor//der:1px solid #666;
    }
#navdd li {
    float:left;
    padding:0;
    }
#navdd ul {
    position:absolute;
    left:-999em;
    height:auto;
    width: 155px;
    font-weight:normal;
    margin:0;
    line-height:1;
    bor//der:0;
    bord//er-top:1px solid #666666;
    }
#navdd li li {
    width: 170px;
    text-align: left;
	border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;
    font-family:verdana,sans-serif;
    }
#navdd li li a {
    padding:4px 10px;
    width:150px;
    font-size:10px;
	color:#fff;
    }
#navdd li ul ul {
    margin:-19px 0 0 100px;
    }
#navdd li li:hover {
    background:#99CCFF;
    }
#navdd li ul li:hover a, #navdd li ul li li:hover a, #navdd li ul li li li:hover a, #navdd li ul li li li:hover a {
    col////or: #0033FF;
	color: #666666;
    }
#navdd li:hover a, #navdd li.navdd a {
    color: #0033FF;
    }
#navdd li:hover li a, #navdd li li:hover li a, #navdd li li li:hover li a, #navdd li li li li:hover li a {
    color:#FFF;
    }
#navdd li:hover ul ul, #navdd li:hover ul ul ul, #navdd li:hover ul ul ul ul, #navdd li.navdd ul ul, #navdd li.navdd ul ul ul, #navdd li.navdd ul ul ul ul {
    left:-999em;
    }
#navdd li:hover ul, #navdd li li:hover ul, #navdd li li li:hover ul, #navdd li li li li:hover ul, #navdd li.navdd ul, #navdd li li.navdd ul, #navdd li li li.navdd ul, #navdd li li li li.navdd ul {
    left:auto;
	background:#CCCCCC;
    }
#navdd li:hover, #navdd li.sfhover {
    background: #FFFFFF;
    }
	
.spacer {
width: 1px;
background-color: #999999;
}

.featured a{
background-image: url(images/bt2009_featured_blk.GIF);
width: 95px;
font-size: 1px;
color: #108794;
}

.featured a:hover{
background-image: url(images/bt2009_featured_wht.GIF);
width: 95px;
font-size: 1px;
color: #108794;
}
.sub a {
background: #108794;
}
.sub a:hover{
background: #18C9DC;
}

.gallery a{
background-image: url(images/bt2009_gallery_blk.GIF);
width: 95px;
font-size: 1px;
color: #108794;
}

.gallery a:hover{
background-image: url(images/bt2009_gallery_wht.GIF);
width: 95px;
font-size: 1px;
color: #108794;
}

.sub a {
background: #108794;
}

.sub a:hover{
background: #18C9DC;
}
 
.museums a{
background-image: url(images/bt2009_museums_blk.GIF);
width: 145px;
font-size: 1px;
color: #108794;
}

.museums a:hover{
background-image: url(images/bt2009_museums_wht.GIF);
width: 145px;
font-size: 1px;
color: #108794;
}

.sub a {
backgro//und: #108794;
background: #4E9DC9;
backg//round: #0099CC;
backgr///ound: #6B95D3;      /* dropdown level 1 background color */
}

.sub a:hover{
background: #CCCCCC;     /* dropdown HOVER background color level 1 color */
backgr//ound: #18C9DC;
}

.music a{
background-image: url(images/bt2009_music_blk.GIF);
width: 38px;
font-size: 1px;
color: #108794;
}

.music a:hover{
background-image: url(images/bt2009_music_wht.GIF);
width: 38px;
font-size: 1px;
color: #108794;
}

.opps a{
background-image: url(images/bt2009_opps_blk.GIF);
width: 93px;
font-size: 1px;
color: #108794;
}

.opps a:hover{
background-image: url(images/bt2009_opps_wht.GIF);
width: 93px;
font-size: 1px;
color: #108794;
}

.services a{
background-image: url(images/bt2009_services_blk.GIF);
width: 56px;
font-size: 1px;
color: #108794;
}

.services a:hover{
background-image: url(images/bt2009_services_wht.GIF);
width: 56px;
font-size: 1px;
color: #108794;
}

.messagebrd a{
background-image: url(images/bt2009_message_blk.GIF);
width: 104px;
font-size: 1px;
color: #108794;
}

.messagebrd a:hover{
background-image: url(images/bt2009_message_wht.GIF);
width: 104px;
font-size: 1px;
color: #108794;
}

.shop a{
background-image: url(images/bt2009_shop_blk.GIF);
width: 32px;
font-size: 1px;
color: #108794;
}

.shop a:hover{
background-image: url(images/bt2009_shop_wht.GIF);
width: 32px;
font-size: 1px;
color: #108794;
}

#skip	{ 
	display: none; 
}
/* End Main Headerbar Menu Tabs */

/* Tooltip styles */
#tipDiv {
	border: 1px solid #aaa;
	font-size: 9pt;
	background-color: #ddd;
	color: #000;
	font-family: "Trebuchet MS";
}

/* inner white border */
#tipDiv div {
	border: 1px solid #fff;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #A8EAFF;
}
/* end Tooltip styles */

/* Left SideBar Navigation */
#navigation {
   margin: 0;
   padding: 0;
   list-style-type: none;
   width: 123px;
   height: 20px;
	}
	
#navigation li {
   margin-top: 2px;
	}
	
#navigation a {
   background: #EEEEEE;
   color: #313F57;
   display: block;
   width: 107px;
   border-left: 5px solid #0077c0;
   border-right: 1px solid #0077c0;
   padding-left: 10px;
	}

#navigation a:hover {
   background: #D8D6C5;
   color: maroon;  /* menu text-hover color */
   text-decoration: underline;
   border-left: 5px solid #6699FF;
	}

#selected  {
   background: #0077c0;
   color: #FFFFFF;
   display: block; 
   width: 108px;
   border-left: 5px solid orange;
   padding-left: 10px;
	}
	
#tab{
   margin-top: -3px;
   background: url("images/tabbot_blu3.gif") no-repeat;
   height: 20px;
   }
   
#tabtop{
	margin-bottom: -3px;
	background: url("images/tabtop.gif") no-repeat;
   	height: 20px;
	display: block;
	text-align: center;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	letter-spacing: -1px;
	color: #0077C0;
	line-height: 20px;
   }		
/* End Left SideBar Sub-Navigation */	


						/*--------------------------------------------------
           							Start Content ID and Classes
  						--------------------------------------------------*/
#content {
	posit//ion: relative; 
	to//p: 25px;
	background: #FFFFFF;
	padding:0;
	backgro//////und: #FFF url("images/ds.gif") repeat-x;
	backgr////////ound-position: 100% 100%;
	min-he////ight:475px;
	}
	
#contenthome {
	background-color: #000000;
	padding: 0;
	padd//ing: 20px 10px 10px 10px;
	background-color: #00000;
	backg///round-position: 100% 100%;
	bor///der-top: 1px solid #DEEBFA;
	min-he////ight: 400px;
	}	

#contenthome a {
	text-decoration: underline;
	color: #528CE0;
	}

/* Home Left */
.HomeLeft {
	float: left;
	width: 138px;
	padding: 0;
	margin-top: 40px;
	margin-left: 53px;
	margin-right: auto;
	pad//ding: 35px 0 0 55px;
	background-color: #000000;
	text-align: left;
	paddi////ng: 0px 0px 0px 0px;
	font-size: 11px;
	min-height: 200px;
	}

.HomeLeft h2 {
	font-size: 20px;
	font-weight: 100;
	padding: 15px 0 7px 0;
	}

.HomeLeft h2 a {
	text-decoration: none;
	}

.HomeLeft h2 a:hover {
	text-decoration: underline;
	}
/* End HomeLeft */

/* HomeRight */	
.HomeRight {
	float: right;
	width: 175px;
	text-align: left;
	padding: 10px 0px 10px 0px;
	}

.HomeRight p {
	padding: 1px 0px 10px 5px;
	}

.HomeRight h2 {
	height: 24px;
	line-height: 24px;
	color: #000;
	font-size: 17px;
	}
	
.HomeRight ul {
	padding: 10px 0 15px 30px;
	list-style-type: square;
	}
	
.HomeRight ul li a {
	font-weight: 100;
	font-size: 12px;
	}
	
.HomeRight ul li a:hover {
	color: #2059AE;
	}
/* End HomeRight*/

/* Begin HomeCenter */
.HomeCenter {
	width: 400px;
	top: 95px;
	padding: 20px 0px 20px 0px;
	margin-left: auto;
	margin-right: auto;
	marg//in-left: 195px;
	marg//in-right: 10px;
	text-align: center;
	background: #000000;
	bo////rder: 1px solid #E6E6E6;
	}
	
.HomeCenter h2 {
	line-he//ight: 20px;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 0px;
	}
	
.HomeCe///nter p {
	padding-top: 12px;
	}
.HomeCenter ul {
	padding: 10px 0 15px 30px;
	list-style-type: square;
	}
	
.HomeCenter ul li a {
	font-weight: 100;
	font-size: 12px;
	}
	
.HomeCenter ul li a:hover {
	}

/* End HomeCenter */


/* Content - Full */
.full {
	float: left;
	margin: 0;
	width: 100%;
	wi//dth: 794px;
	text-align: left;
	padding: 0;
	pa//dding: 1px 0px 10px 10px;
	font-size: 11px;
	background-color: #E6F1FF;
	border-right: 0px solid #000;
	border-left: 0px solid #000;
	}	

.full h2 {
	font-size: 20px;
	font-weight: 100;
	padding: 0px 0 7px 0;
	}
	
.full h2 a {
	text-decoration: none;
	}
	
.full h2 a:hover {
	text-decoration: underline;
	}
	
.full h3 {
	font-size: 14px;
	}	
/* End Content - Full */

/* start fullgallery */
.fullgallery {
	float: left;
	background-image:url('images/dotsblur.jpg');
	margin: 0;
	width: 100%;
	hei///ght: 440px;
	text-align: left;
	padding: 0;
	pa//dding: 1px 0px 10px 10px;
	font-size: 11px;
	}
/* End fullgallery */	
	
/* Content - Splash */
.splash {
	float: left;
	width: 760px;
	margin: 0px 0px 0px 0px;
	}
/* End Content - Splash */

/* Content - Left Column */
.left {
	float: left;
	width: 120px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	min-height: 200px;
	}

.left h2 {
	font-size: 20px;
	font-weight: 100;
	padding: 15px 0 7px 0;
	}

.left h2 a {
	text-decoration: none;
	}

.left h2 a:hover {
	text-decoration: underline;
	}
/* Content - Left Column*/

/* Content - Right and Right1 Column*/	
.right {
	float: right;
	width: 145px;
	wid//th: 175px;
	text-align: left;
	padding: 0px 0px 10px 0px;
	}

.right p {
	padding: 1px 0px 10px 5px;
	}

.right h2 {
	height: 24px;
	line-height: 24px;
	color: #000;
	font-size: 17px;
	}
	
.right ul {
	padding: 10px 0 15px 30px;
	list-style-type: square;
	}
	
.right ul li a {
	font-weight: 100;
	font-size: 12px;
	}
	
.right ul li a:hover {
	color: #2059AE;
	}

.right1 {
	height: 98px;
	float: right;
	width: 115px;
	text-align: left;
	text-indent: 6px;
	padding: 0px 0px 0px 0px;
	background: #FFF url("images/box_140.jpg");
	background-repeat: no-repeat;
	}
	
.right h2 {
	font-size: 9px;
	color: #0077c0;
	}
	
.sidebar {
	width: 200px;
	margin-left: 405px;
	}		
/* End Content - Right */


/* Content - Center DIV class*/
.center {
	width: 460px;
	top: 95px;
	padding: 10px 10px 10px 10px;
	margin-left: 135px;
	margin-right: 10px;
	text-align: left;
	background: #F8F8F8;
	border: 1px solid #E6E6E6;
	}
	
.center h2 {
	line-he//ight: 20px;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 0px;
	}

.center ul {
	padding: 10px 0 15px 30px;
	list-style-type: square;
	}
	
.center ul li a {
	font-weight: 100;
	font-size: 12px;
	}
	
.center ul li a:hover {
	}
/* End Content - Center Column*/

.centercenter {
	width: 470px;
	top: 95px;
	padding: 10px 10px 10px 10px;
	margin-left: 125px;
	margin-right: 10px;
	text-align: center;
	background: #F8F8F8;
	border: 1px solid #E6E6E6;
	}

/* Home DIV class*/	
.home {
	width: 525px;
	min-height: 300px;
	float: left;
	top: 95px;
	padding: 0px 10px 10px 10px;
	margin-left: 5px;
	margin-right: 10px;
	text-align: left;
	background: #000 url(images/reliance_home.jpg) no-repeat;
	}

.home h1{
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F7F7F7;
	font-size: 17px;
	}	

.home h2 {
	height: 24px;
	line-height: 24px;
	color: #000;
	font-size: 17px;
	}

.home h3 {
	font-size: 16px;
	font-weight: 100;
	margin-top: 170px;
	color: #FFFFFF;
	}
	
.home h4 {
	font-size: 26px;
	font-weight: 100;
	padding-top: 200px;
	color: #FFFFFF;
	}	
 
.home ul {
	padding: 10px 0 15px 30px;
	list-style-type: square;
	}
	
.home ul li a {
	font-weight: 100;
	font-size: 12px;
	}
	
.home ul li a:hover {
	}
/* End Content - Homepage */

/* Content - contact page form */	
.contact {
	width: 525px;
	min-he///ight: 509px;
	float: left;
	top: 95px;
	padding: 10px 10px 10px 10px;
	margin-left: 5px;
	margin-right: 10px;
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	}
.contact h2 {
	height: 24px;
	line-height: 24px;
	color: #000;
	font-size: 17px;
	}
/* End Content - contact page*/

/* TwoThirds DIV class*/
.twothirds {
	float: left;
	width: 640px;
	wid/th: 582px;
	text-align: left;
	padding: 5px 8px 5px 8px; /* top-right-bottom-left */
	text-align: left;
	border: 1px solid #E6E6E6;
	margin-left: 20px;
	background-color: #FFF;
	}

.twothirds h2 {
    font-size: 17px;
    line-height: 20px;
}	
/* End TwoThirds DIV class*/

.threetwo {
	float: left;
	width: 630px;
	wid/th: 582px;
	text-align: left;
	padding: 5px 8px 5px 8px; /* top-right-bottom-left */
	text-align: left;
	border: 1px solid #E6E6E6;
	margin-left: 13px;
	margin-top: 10px;
	background-color: #F7F7F7;
	}
	
.threetwo h2 {
    font-size: 13px;
    line-height: 20px;
	text-align: center;
	padding-top: 24px;
	}	

/* Content - db database */	
.db {
	width: 760px;
	margin: 0px auto;
	}
/* End Content - db database */	
	
/* bottom DIV */		
#bottom {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: 100;
	}

#bottom a{
	color: #FFFFFF;
	font-weight: 300;
	text-decoration: none;
	}

#bottom a:hover{
	color: #B8CCF5;
	text-decoration: underline;
	}		

/* End bottom DIV*/


#search {
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #0077c0;
	backgro///und-color: #FFFFFF;
	marg//in-left: 20px;
	padding-top: 10px;
	}


/* footer DIV */	
#footer {
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #0077c0;
	background-color: #FFFFFF;
	marg//in-left: 20px;
	padding: 30px 0 20px 0;
	}

#footer a {
	text-align: center;
	font-size: 10px;
	color: #0077c0;
	}
	
#footer a:hover {
	color: #D37B41;
	text-decoration: underline;
	}

#footerhome {
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #0077c0;
	background-color: #000000;
	marg//in-left: 20px;
	padding: 20px 0 10px 0;
	}
	
#footerhome a {
	text-align: center;
	font-size: 10px;
	color: #0077c0;
	}
	
#footerhome a:hover {
	color: #D37B41;
	text-decoration: underline;
	}	

/* End footer DIV */	

/*--------------------------------------------------
           End Content ID and Classes
  --------------------------------------------------*/

.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6699FF;
	}
.tele {
	font-size: 10px;
	color: #0077c0;
	vertical-align: middle;
	}	

/* Image Align Styles */
.imageRight {
	float: right;
	border: 1px solid #000000;
	margin: 8px 8px 8px 8px;
	}
.imageRightNoBorder {
	float: right;
	border: 0px;
	margin: 8px 8px 8px 8px;
	}	
	
.imageLeft {
	float: left;
	border: 5px solid #FFFFFF;

	}	

.imageSidebar {
	border-top: 6px solid #FFFFFF;	
	}
/* End Image Align Styles */

.tdborder {border: #6898D0; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px
	}

.borderbox {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; border-color: #CCCCCC #D0CCD0 #C8CCC8 #C8CCC8; background-color: #F4F4F4; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px
	}

.borderbox3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-color: #CCCCCC #D0CCD0 #C8CCC8 #C8CCC8;
	background-color: #EBF5F5;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin: 9px;
	padding: 9px;
	}

.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	top: 195px;
	text-align: left;
	padding-left: 20px;
}
.message a {
 
	font-size: 24px;
	color: #FFFFFF;
	}

.boldItalic {
	font-style: italic;
	font-weight: bold;
}
/* Quote Styles */

p.quoted {
	font-family:Georgia,serif;
	font-style: italic;
	font-size: 12px;
	color: #666666;
	margin: 110px 0 0 0;
	mar//gin: 100px 5px 0px 5px;	
	}
p.signed {
	font-family:Georgia,serif;
	font-style: italic;
	font-size: 12px;
	color: #666666;
	margin: 10px 5px 0px 5px;	
	}
.slogan {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B8CCF5;
	font-size: 16px;
	font-style: italic;
	}
.liteblue {
	color: #B8CCF5;
	}			

blockquote {
	font-family:Georgia,serif;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin: 10px 120px 0px 120px;
}
/*--------------------------------------------------
          Start Accordian Styles
  --------------------------------------------------*/	
	#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer; 
	border: 1px solid #97BFF0;
	font-family: Arial, verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background: #CDE0F8 url("images/click.gif")no-repeat; 
	background-position: 0% 20%;
	bac////kground-position: 95% 56%; 
	margin: 0 0 4px 0;
	pad//ding: 3px 5px 1px 12px;
	padding-left: 50px;
}
 
div.element p, div.element h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0px;
	padding:4px;
}

h3.section {
	margin-top: 1em;
}
/*--------------------------------------------------
          End Accordian Styles
  --------------------------------------------------*/

/*--------------------------------------------------
          Start Slider Styles
  --------------------------------------------------*/
#vertical_slide, #horizontal_slide {
	background: #D0C8C8;
	color: #8A7575;
	padding: 10px;
	border: 5px solid #F3F1F1;
	font-weight: bold;
}

div.marginbottom {
				/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
}
/*--------------------------------------------------
          End Slider Styles
  --------------------------------------------------*/


/* Begin Tabber Styles */
			/*--------------------------------------------------
  			REQUIRED to hide the non-active tab content.
  			But do not hide them in the print stylesheet!
  			--------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}


.tabbertab {
background-color: #FFFFFF;
}



.tabberlive {
 margin-top:1px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #A8CAF2;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #DDE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:4px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}

.tabberlive#tab2 {
}

.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

.tabbertab p {
padding:0px 0px 0px 0px;
font:10px Verdana, sans-serif;
}

/* End Tabber Styles  */

.printLink {
	background-image: url(images/printer.jpg);
	background-repeat: no-repeat;
	margin-left: 45px;
	height: 40px;
	background-position: left center;
	padd//ing: 26px 26px 26px 40px;
	padding: 40px 40px 40px 40px;
}

.dashdash {
	border: 20px dashed #6699CC;
	background-color: #415052;
}
