* {
	margin:0;padding:0;
}
body {
	background: #fff url('images/paper002.jpg');
	font:14px Arial, sans-serif;
	color: #666;		
}
a:link, a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover, a:active {
	color: #666;
	text-decoration: underline;
}
h1 {
	font:bold 24px Trebuchet MS, sans-serif;
	padding-left:10px;
}
h2 {
	font:bold 20px Trebuchet MS, sans-serif;
	padding-bottom:10px;
}
h3 {
	font:bold 14px Arial, sans-serif;
	padding-bottom:10px;
}
p {
	margin-bottom:20px;
}
/* HEADER */
#header {
	margin:0 auto 20px;
	height:100px;
	border:0px solid #333;
	background:#fff;
}
#header #title {
	width:570px;
	float:left;
}
#header #title{
	margin:10px;
	height:100px;
	background:#FFF url('images/kelly_seminars_logo.jpg') no-repeat;
}
#header #title h1 {
	font:bold 26px Trebuchet MS, sans-serif;
	color:#19135D;
	height:60px;
	margin-bottom:10px;
	padding:20px 20px 20px 80px;
}
#header #title h3 {
	font:bold 18px Trebuchet MS, sans-serif;
	color:#666;
	padding:20px 20px 20px 80px;
	position:relative;
	top:-75px;	
}
#header #scheduling {	
	width:175px;
	float:right;
	padding-left:60px;
	background:url('images/schedule.gif') no-repeat 30px left;
}
#header #scheduling p {
	padding-top:10px;	
	font-weight:bold;
}
#header #scheduling h2 {
	font-size:18px;
	color:#19135D;
	position:relative;
	top:-10px;
}

#wrapper {
	margin:0 auto;
	width:1050px;
	background:#fff;
}

/*
	NAVIGATION
*/
#navigation {
	clear:left;
	background: #CC0000;
	border-top: 1px solid #999;
	border-bottom: 2px solid #999;    
	margin: 0 auto;
	padding: 18px 0 18px;
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-0.35px;
}
#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul {
	padding: 8px 0 8px;
	text-align: center;	
}
#navigation ul li {
	display: inline;
	margin-right: 3px;	
}
#navigation ul li a {
	background: url('images/tab_left.gif') no-repeat left top;
	color: #CC0000;
	text-decoration: none;
	padding: 10px 0 10px;
}
#navigation ul li span {
	background: url('images/tab_right.gif') no-repeat right top;	
	padding: 10px 18px 10px 1px;
	margin: 4px 0 4px 19px;
}
#navigation ul li a:hover span {
	color: #fff;
	text-decoration: none;
	background-position: 100% -37px;
}
#navigation ul li a:hover {
	background-position: 0 -37px;
}
#navigation ul li a:active span {
	color: #fff;
	text-decoration: none;
	background-position: 100% -74px;
}
#navigation ul li a:active {
	background-position: 0 -74px;
}
#navigation #current a {
	background-position: 0 -74px;	
}
#navigation #current a span {
	background-position: 100% -74px;
	color: #fff;
}
/* jq */
/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */

.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
/*
	CONTENT
*/
#content {
	height:1000px;
	padding:15px 0 0 10px;
	background:#fff;
}
#subcontent {
	height:1000px;
	padding:15px 0 0 10px;
	background:#fff;
}
.box {
	margin:20px 5px 15px 5px;
	padding:10px;
	width:700px;
	border:1px solid #e1e1e1;
	float:left;
	background:#fff;
}
.boxArticles {
	margin-bottom:20px;
	margin-right:15px;
	padding-bottom:10px;
	float:left;
	border-bottom:1px solid #e1e1e1;
}
.boxSubContent {
	margin-bottom:20px;
	margin-right:15px;
	padding-bottom:10px;
	float:left;
}
.boxSeminars {
	width:640px;
	float:left;
}
.boxAds {
	width:200px;
	margin-right:20px;
	margin-bottom:15px;
	float:left;
}
.linkBoxArticles {
	width:200px;
	padding:10px;
	margin-left:20px;
	margin-bottom:15px;
	float:right;
	border:1px solid #e1e1e1;
}
.byline {
	font:bold small-caps 11px Arial, sans-serif;
	margin-bottom:25px;	
}
.boxSub {
	width:655px;
	float:left;
}
.articleImg {
	margin:10px 30px 5px 5px;
}
.articlePageImg {
	margin:0 0px 5px 25px;
}
.kelly {
	float:right;
	height:400px;
	width:300px;
	position:relative;
	top:-44px;
}
.resources {
	text-align:right;
	float:right;
	height:190px;
	width:235px;
	padding-top:10px;
	padding-right:25px;
	margin-right:15px;
	padding-left:15px;
	margin-bottom:25px;
	position:relative;
	top:-20px;
	border:1px solid #e1e1e1;
}
.tweets {
	text-align:left;
	float:right;
	width:235px;
	padding-top:10px;
	padding-right:25px;
	padding-left:15px;
	margin-right:15px;
	margin-bottom:55px;
	position:relative;
	top:-20px;
	border:1px solid #e1e1e1;
}
li {
	padding:5px;

}	
/*
	FOOTER
*/
#foot {
	height:80px;
	padding-top:15px;
	padding-left:20px;
	padding-bottom:10px;
	background-color:#CC0000;
	font-size:12px;
	color:#ccc;	
	margin-top:20px;
	line-height:18px;
}
#foot a {
	color:#FFF;
	font-weight:bold;
}	

