/************************GENERAL STYLES************************/
body {
            color: #000000;
            font-family: Arial, Helvetica, Sans-Serif;
            font-size: 10pt;
	    background-image: url('/images/background_2012.jpg');
	    background-repeat:repeat-x;
            margin-top:0px;
            margin-left:0px;
            margin-right:0px;}
td {
            font-family: Arial, Helvetica, Sans-Serif;
            font-size: 10pt;}

a:link, a:visited {
            color: #006600;
            text-decoration: none;}
a:hover {
            color: #006600;
            text-decoration: underline;}
.spreadbg {
            background-image: url("/images/spreadbg.jpg");
	    background-repeat: no-repeat;}
.shopbg_gift {
            background-image: url("/images/shopbg_gift.jpg");
	    background-repeat: no-repeat;}
.shopbg {
            background-image: url("/images/shopbg.jpg");
	    background-repeat: no-repeat;}
.newbg {
            background-image: url("/images/newbg.jpg");
	    background-repeat: no-repeat;}
.padded-cell {
	    padding-left:18px;
	    padding-right:10px;
	    padding-top:42px;}
.padded-cell1 {
	    padding-left:18px;
	    padding-right:28px;
	    padding-top:42px;}
.padded-cell2 {
	    padding-left:31px;
	    padding-right:10px;
	    padding-top:40px;}
.padded-table {
	    padding-left:13px;
	    padding-right:13px;
	    padding-top:13px;}
.border {            
	border-style: solid;            
	border-color: #004990;
	border-width: 1px;            
	padding: 0px;}

/************************TEXT STYLES************************/

.u {
            text-decoration: underline;}
.b {
            font-weight: bold;}
.sm {
            font-size: 8pt;}
.i {
            font-style: italic;}

.gray {	    color: #7f7f7f;}

.title {
            color: #004990;
	    font-size: 14pt;
            font-weight: bold;}
.subtitle {
            color: #004990;
	    font-size: 10pt;
            font-weight: bold;
            font-style: italic;}
.white {
	    color: #FFFFFF;
            font-weight: normal;
            text-decoration: none;}
.white a:link, .white a:visited {
            color: #FFFFFF;
	    font-weight: normal;
            text-decoration: none;}
.white a:hover {
            color: #FFFFFF;
	    font-weight: normal;            
	    text-decoration: underline;}
.highlight1 {
	    color: #ffe716;
            font-weight: normal;
            text-decoration: none;}
.highlight1 a:link, .highlight1 a:visited {
            color: #ffe716;
	    font-weight: normal;
            text-decoration: none;}
.highlight1 a:hover {
            color: #ffe716;
	    font-weight: normal;            
	    text-decoration: underline;}
.highlight2 {
	    color: #e3742c;
            font-weight: normal;
            text-decoration: none;}
.highlight2 a:link, .highlight2 a:visited {
            color: #e3742c;
	    font-weight: normal;
            text-decoration: none;}
.highlight2 a:hover {
            color: #e3742c;
	    font-weight: normal;            
	    text-decoration: underline;}
.boxlink {
            color: #000000;
            font-weight: normal;
            text-decoration: none;}
.boxlink a:link, .boxlink a:visited {
            color: #000000;
	    font-weight: normal;
            text-decoration: none;}
.boxlink a:hover {
            color: #000000;
	    font-weight: normal;            
	    text-decoration: underline;}


/************************SUBPAGE STYLES************************/

.sidenav {
	    color: #4d2710;
 	    font-family: Arial, Helvetica, Sans-Serif;
            font-size: 10pt;
            font-weight: bold;
            text-decoration: none;}
.sidenav a:link, .sidenav a:visited {
            color: #4d2710;
	    font-weight: bold;
            text-decoration: none;}
.sidenav a:hover {
            color: #e3742c;
	    font-weight: bold;            
	    text-decoration: none;}
.content_left {
	    background-image: url('/images/content_left_stretch.jpg');
	    background-repeat:repeat-y;}
.content_right {
	    background-image: url('/images/content_right_stretch.jpg');
	    background-repeat:repeat-y;}
.blog {
	border-style: dotted;            
	border-color: #efefef;
	border-width: 1px;            
	padding: 2px;}

/************************DROPDOWNNAV************************/

}
#nav {
	margin: 0;
	padding: 2px 1px 0;
	line-height: 100%;

	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #4c2810;
	text-decoration: none;
	display: block;
	padding:  4px 10px;
	margin: 0;

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
}
#nav a:hover {
	background: none;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	color: #e3742c;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #4c2810;
        font-size: 9pt;
        font-weight: bold;
        padding: 2;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	color: #e3742c !important;
	font-weight: bold;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 155;
	position: absolute;
	top: 25px;
	left: 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}





	
	
/************************NAVBAR LINK STYLES************************/
.linkbg {
	background-image: url('/images/nav_right_top.jpg');
	    background-repeat: no-repeat;}

.navbg {
            background-image: url("/images/right_bottom.jpg");
	    background-repeat: no-repeat;}


/***REGISTER***/
.main-register a#main-register {            
	color: #e3742c;}



/***CONFERENCE***/
.main-conference a#main-conference {		
	color: #e3742c;}

.theme a#theme {		
	color: #e3742c;}

.workshops a#workshops {		
	color: #e3742c;}

.activities a#activities {            
	color: #e3742c;}

.youth a#youth {            
	color: #e3742c;}

.pricing a#pricing {            
	color: #e3742c;}

.forms a#forms {            
	color: #e3742c;}
	
.flyer a#flyer {           	
	color: #e3742c;}


/***ABOUT***/
.main-about a#main-about {		
	color: #e3742c;}
	
	
.lre a#lre {		
	color: #e3742c;}
	
.team a#team {		
	color: #e3742c;}
	
.star a#star {            
	color: #e3742c;}
	
.lifeonstar a#lifeonstar {            
	color: #e3742c;}
	
.boat a#boat {            
	color: #e3742c;}

.silent a#silent {		
	color: #e3742c;}

	
/***LIBRARY***/	
.main-library a#main-library {            
	color: #e3742c;}

.library2012 a#library2012 {		
	color: #e3742c;}

.library2011 a#library2011 {		
	color: #e3742c;}

.library2010 a#library2010 {            
	color: #e3742c;}
	
.library2009 a#library2009 {            
	color: #e3742c;}
	
.library2008 a#library2008 {            
	color: #e3742c;}

.library2006 a#library2006 {            
	color: #e3742c;}	
	
	
/***CONTACT***/
.main-contact a#main-contact {            
	color: #e3742c;}
	


/************************FOOTER STYLES************************/
.footer {
            color: #7f7f7f;
            font-size: 8pt;}
.footer a:link, .footer a:visited {
            color: #7f7f7f;
            text-decoration: none;}
.footer a:hover {
            color: #e3742c;
            text-decoration: underline;}


