@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#003768;
	background-image: url(../images/background-full.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin:0;
	padding:0;
}

h1, h2 {color:#7581bf;}
h1 {font-size:24px; font-weight:bold; margin:0;}
h2 {font-size:18px; font-weight:normal; margin:0;}
h3 {font-size:14px; font-weight:bold;}
h4 {font-size:14px; font-weight:normal; margin:0; padding:0;}

a {text-decoration:none;}

#mobile {display:none;}

#main hr {
	border:0;
	background-color:#efb02a;
	color:#efb02a;
	width:550px;
	height:1px;
	float:left;
}

#int-main hr {
	clear:left;
	border:0;
	background-color:#efb02a;
	color:#efb02a;
	width:608px;
	height:1px;
	float:left;
}

ul, ol {
	margin:0px 5px;
	padding:0px 5px;
}
ul li{
	color:#efb02a;
}

ul li span, ul li p {
	color:#003768;
}

#wrapper {
	margin:0px auto;
	width:960px;
}

#header, #accent-header, #speaking-header, #resources-header, #about-header, #contact-header {
	background:url(../images/header.jpg) no-repeat;
	height:211px;
	width:960px;
}
#accent-header {background:url(../images/header_accent.jpg) no-repeat;}
#speaking-header {background:url(../images/header_speaking.jpg) no-repeat;}
#resources-header {background:url(../images/header_resources.jpg) no-repeat;}
#about-header {background:url(../images/header_about.jpg) no-repeat;}
#contact-header {background:url(../images/header_contact.jpg) no-repeat;}


/*------navigation------*/

#nav {
	clear:both;
	width:960px;
	height:35px;
	background:url(../images/nav.gif) no-repeat;
}
#int-nav {
	clear:both;
	width:960px;
	height:39px;
	background:url(../images/nav_interior.gif) no-repeat;
}

#first, #second, #third, #fourth, #fifth, #sixth {
	display:block;
	float:left;
	height:35px;
	background:url(../images/nav.gif) no-repeat;
	text-decoration:none;
}
#int-first, #int-second, #int-third, #int-fourth, #int-fifth, #int-sixth, #int-first-on, #int-second-on, #int-third-on, #int-fourth-on, #int-fifth-on, #int-sixth-on {
	display:block;
	float:left;
	height:39px;
	background:url(../images/nav_interior.gif) no-repeat;
	text-decoration:none;
}

#first span, #second span, #third span, #fourth span, #fifth span, #sixth span, 
#int-first span, #int-second span, #int-third span, #int-fourth span, #int-fifth span, #int-sixth span, 
#int-first-on span, #int-second-on span, #int-third-on span, #int-fourth-on span, #int-fifth-on span, #int-sixth-on span 
{visibility:hidden;}

#first, #int-first {width:110px;}
#first:hover {background-position:0px -35px;}
#int-first:hover {background-position:0px -39px;}
#int-first-on {width:110px; background-position:0px -78px;}

#second, #int-second {width:211px; background-position:-110px 0px;}
#second:hover {background-position:-110px -35px;}
#int-second:hover {background-position:-110px -39px;}
#int-second-on {width:211px; background-position:-110px -78px;}

#third, #int-third {width:211px; background-position:-321px 0px;}
#third:hover {background-position:-321px -35px;}
#int-third:hover {background-position:-321px -39px;}
#int-third-on {width:211px; background-position:-321px -78px;}

#fourth, #int-fourth {width:150px; background-position:-532px 0px;}
#fourth:hover {background-position:-532px -35px;}
#int-fourth:hover {background-position:-532px -39px;}
#int-fourth-on {width:150px; background-position:-532px -78px;}

#fifth, #int-fifth {width:133px; background-position:-682px 0px;}
#fifth:hover {background-position:-682px -35px;}
#int-fifth:hover {background-position:-682px -39px;}
#int-fifth-on {width:133px; background-position:-682px -78px;}

#sixth, #int-sixth {width:145px; background-position:-815px 0px;}
#sixth:hover {background-position:-815px -35px;}
#int-sixth:hover {background-position:-815px -39px;}
#int-sixth-on {width:145px; background-position:-815px -78px;}


#subnav {
	width:950px;
	background:url(../images/subnav-gradient.gif) repeat-x;
	height:32px;
	border-left:5px solid #fdbb30;
	border-right:5px solid #fdbb30;
	border-bottom:1px solid #02447f;
	text-align:center;
	font-size:14px; 
}
#subnav a {
	line-height:32px;
	padding:0px 15px; 
	color:#003768; 
	text-decoration:none;
}
#subnav a:hover {text-decoration:underline;}
#subnav a strong {text-decoration:underline; color:#993333;}


/*------navigation------*/


#content {
	background:#fafae3 url(../images/content-bg.gif) repeat-y;
	border-left:5px solid #fdbb30;
	border-right:5px solid #fdbb30;
	border-bottom:5px solid #fdbb30;
	padding-top:25px;	
	padding-bottom:15px;
	width:950px;
}

#int-content {
	background:#fafae3 url(../images/content-bg_interior.gif) repeat-y;
	border-left:5px solid #fdbb30;
	border-right:5px solid #fdbb30;
	border-bottom:5px solid #fdbb30;
	padding-top:10px;	
	padding-bottom:15px;
	width:950px;
}

#sidebar {
	float:right;
	background-color:#f1f1b9;
	border-left:2px solid #fdbb30;
	width:341px;
	height:100%;
}

#int-sidebar {
	float:right;
	background-color:#f1f1b9;
	border-left:2px solid #fdbb30;
	width:283px;
	height:100%;
}

#main {
	padding:0px 25px;
	width:550px;
}

#int-main {
	padding:0px 25px;
	width:608px;
}

#footer {
	clear:both;
	height:150px;
	color:#FFFFFF;
	font-size:11px;
	padding:0px 50px;
	text-align:center;
	margin: 0px auto;
	background:url(../images/bottom-shadow.jpg) no-repeat bottom center;
}

#footer p {padding:20px 0px;}
#footer a {color:#fff;}

.cell {
	padding:15px;
	border-bottom:1px solid #fdbb30;
	background:url(../images/sidnav-gradient.gif) repeat-x;
	background-position:bottom;
}

.last {
	background:none;
	border:none;
}

.first {
	padding:0px 15px 15px;
}

.image {
	padding:0;
}

.product-right {
	text-align:right;
	float:right;
	width:300px;
}
.product-left {
	text-align:left;
	width:300px;
}

p.products {margin-top:-15px;}

a.blue-btn {
	border:1px solid #6976b2;
	line-height:27px;
	height:27px;
	padding:5px 10px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	background:url(../images/blue-btn-bkgnd.gif) repeat-x;
}

a.orange-btn {
	border:1px solid #efb02a;
	line-height:27px;
	height:27px;
	padding:5px 10px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	background:url(../images/orange-btn-bkgnd.gif) repeat-x;
}

ul.checks {
	list-style-image:url(../images/green-check.gif);
	font-weight:bold;
	font-size:14px;
}

.caption {
	font-size:11px;
	margin-top:0px;
}

.tertiary {
	font-weight: bold;
	margin:20px 0px;
}
.tertiary li {
	display:inline;
	padding:5px 15px;
}
.tertiary li strong {
	text-decoration:underline;
	color:#993333;
}
.spaced li {
	padding:5px 0px;
}