@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;}

#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/mobile_header.gif) no-repeat;
	height:125px;
	width:250px;
}
#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-color:#003399;
}

#footer p {padding:20px 0px;}

.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;
}
#subnav a {
	font-size:7px;
}