/* Global Styles */
body 
{
	margin: 0;
	padding: 0;
	font-family:Arial,Helvetica,sans-serif;
	background:#FFF url(/imgs/corpsite/background.png) repeat-x top left;
	color:#333;
	font-size:80%;
	line-height:1.5em;
}

p
{
	margin:0 0 10px 0;
	font-size: 1em;
	line-height: 1.5em;
}

a, a.visited
{
	color:#336699;
	text-decoration:none;
}

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

a
{
  outline: none;
}

h1,h2,h3,h4,h5
{
	margin:0 0 10px 0;
	line-height: normal;
	color:#215B99;
	font-family: "Georgia","Times new Roman";
}

form
{
	margin:0;
	padding:0;
}

img {border:0;}

/* layout Styles */
#header
{
	text-align:center;
	margin-bottom:0;
}

#header_cont
{
	position:relative;
	margin:0 auto;
	width:925px;
	height:100px;
}

#header_cont a.logo{
	position:absolute;
	top:13px;
	left:-10px;
	width:240px;
	height:78px;
	display:block;
	background:url(/imgs/corpsite/jdp-logo.png) no-repeat;
}

#header_cont .login-box{
	position:absolute;
	bottom:0;
	right:-10px;
	width:360px;
	background:#D9DDDE;
	padding:3px 5px;
	border:1px solid #D9DDDE;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
}

.login-box td{
	text-align:left;
}

.login-box td.username input, .login-box td.password input{
	 width:125px;
	 font-size:11px;
}

.login-box .lil-text{
	font-size:11px;
	line-height: 1.02em;
	color: #999;
}

.search_submit{
	font-size:11px;
}

#top_links{
	position:absolute;
	top:25px;
	right:0px;
}

#main_graphic
{
	position:relative;
	margin:0 auto;
	width:925px;
	background: #FFF;
	border-right: 1px solid #D9DDDE;
	border-left: 1px solid #D9DDDE;
	border-top: 1px solid #D9DDDE;
	padding:10px;
	padding-bottom: 0px;
}

#main_graphic_cont
{
	position:relative;
	height:205px;
	background: #3399CC url(/imgs/corpsite/home-img.png) no-repeat top left;
}

#main_graphic_cont img.pitch
{
	position:absolute;
	right:38px;
	top:45px;
}

#main_graphic_cont .left{
	width:320px;
	padding:0 0 0 20px;
	font-size:140%;
}

#main_graphic_cont h1{
	color:#333;
	font-size:170%;
	margin-bottom:15px;
	line-height: normal;
	margin-top:0;
}

#main_graphic_cont p{
	color:#3F3F3F;
	line-height: 1.4em;
}

#vids_cont
{
	margin:0 auto;
	background:#333;
	padding:15px 15px 5px 15px;
	text-align: left;
	min-height: 150px;
	margin-top:5px;
}

#body
{
	text-align:left;
	margin-top:0;
	padding:5px 10px;
	margin:0 auto;
	border-right: 1px solid #D9DDDE;
	border-left: 1px solid #D9DDDE;
	width:925px;
	background:#FFF;
}

.sub-page-header{
	position:relative;
	height:100px;
	background: #3399CC url(/imgs/corpsite/sub-page-head-bg.png) repeat-x top left;
}

.sub-page-header .title{
	font-size: 32px;
	line-height: 100px;
	padding-left:20px;
	font-weight: normal;
	color:#FFF;
	font-family: "Georgia","Times new Roman";
	text-shadow: 0px 1px 1px #000;
}

.fade-seperator{
	height:27px;
	background:url(/imgs/corpsite/sep-fade.png) no-repeat top right;
}

#body_cont
{
	margin:0 auto;
	width:925px;
	position:relative;
	background:url(/imgs/corpsite/sidebar-bg.png) repeat-y top right;
}

#body_cont .recentNews{
	width:250px;
	padding-left:15px;
}

#body_cont .recentPodcasts{
	position:absolute;
	left:280px;
	top:0;
}

.recentNews .blog-header{
	padding-bottom:20px;
	background: url(/imgs/corpsite/title-bg.gif) no-repeat bottom center;
}

.recentNews .blog-header a{
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight:normal;
	font-family: "Georgia","Times new Roman";
	color:#333;color:#880000;
	line-height: 15px;
	letter-spacing:0.15em;
}

.recentNews ul{
	margin:0;
	padding:0;
}

.recentNews ul li{
	list-style-type: none;
}

.recentNews ul li .home-blog-date{
	font-size:0.833em;
	color:#999;
}

.recentNews ul li a{
	font-size: 110%;
	font-family: "Georgia","Times new Roman";
}

#body_cont .rightSide{
	float: right;
	width:318px;
}

#footer
{
	text-align:center;
	clear:both;
	color:#999;
}

#footer_cont
{
	text-align:left;
	margin:0 auto;
	width:785px;
	padding:20px 0 35px 0;
	color:#FFF;
	font-size:100%;
}

#footer_cont a{
	font-size:125%;
	margin-right:10px;
}

/* MENU */
ul.menu{
	margin:0px;
}
ul.menu li{
	display:inline;
	list-style-type: none;
	margin:0 10px;
	padding:0px;
}
ul.menu li:last-child{
	margin-right:0px;
}
ul.menu li a{
	font-family: "Georgia","Times new Roman";
	font-size:1.1em;
}
ul.menu li a:hover{

}
ul.menu li a.selected{
	color:#000;
}

#osx-modal-content, #osx-modal-data {display:none;}

/* Overlay */
#osx-overlay {background-color:#000; cursor:wait;}

/* Container */
#osx-container {position:relative;background-color:#eee; color:#000; padding-bottom:4px; width:600px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000;}
#osx-container a {color:#ddd;}
#osx-container #osx-modal-title {color:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close {display:none; float:right;}
#osx-container .close a {display:block; color:#777; font-size:.8em; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close a:hover {color:#000;}
#osx-container #osx-modal-data {padding:6px 12px;}
#osx-container h2 {margin:10px 0 6px;}
#osx-container p {margin-bottom:8px;}
#osx-container span {color:#777; font-size:.9em;}
#osx-modal-data .info {
	float:right;
	padding:20px 20px 0 0;
	width:200px;
	text-align:left;
}

.submit {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background:#FFFFFF url(/imgs/corpsite/gray_button.png) repeat-x scroll 0 8px;
	border-color:#CCCCCC #AAAAAA #AAAAAA #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#333333 !important;
	cursor:pointer;
	font-family:arial;
	font-size:12px;
	margin-right:2px;
	padding:4px 8px;
	text-align:center;
}

input[type="text"], input[type="password"], textarea {
	-moz-border-radius:4px;
	-x-system-font:none;
	border:1px solid #CCC;
	color:#444444;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:4px 5px;
}

select {
	-x-system-font:none;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:2px;
}

button.greybutton[type] {
	margin-left:-3px !important;
	padding:0 9px 5px 0;
}


button.greybutton{
	-x-system-font:none;
	background:transparent url(/imgs/buttons/grey-right.png) no-repeat scroll right top;
	border:0 none;
	color:#545454;
	cursor:pointer;
	display:block;
	float:left;
	font-family:arial,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:33px;
	line-height:normal;
	margin-right:6px;
	padding-right:12px;
	text-decoration:none;
}
button.greybutton span {
	background:transparent url(/imgs/buttons/grey-left.png) no-repeat scroll 0 0;
	color:#545454;
	display:block;
	line-height:14px;
	padding:6px 0 10px 10px;
}
button.greybutton img {
	border:medium none;
	margin:0 4px -3px 0 !important;
	padding:0;
}

/* form styles */
form .form-section{
	border-bottom:1px solid #DFDFDF;
	margin-bottom:20px;
}

form .form-field{
	margin-bottom:10px;
	margin-top:0;
	padding:0;
	clear:left;
}

form .form-field label.required{
	text-decoration: underline;
}

form .error{
	color:red;
}

form .form-field label{
	float:left;
	width:110px;
	font-size:13px;
	padding-right:5px;
	padding-top:4px;

}

form .field{
	
}

form div.btn-field{
	margin-bottom:15px;
	margin-top:25px;
}

/* sidebar stuff */
.sidebar-feature{
	padding:10px;
	margin:0 auto;
	margin-bottom:15px;
	width:250px;
	text-align: center;
	border:4px solid #EEE;
	background: #FFF;
	position:relative;
}

.sidebar-sep{
	background: url(/imgs/corpsite/title-bg.gif) no-repeat bottom center;
	height:20px;
	width:255px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:10px;
}

.white-bg{
	background: #FFF;
}

ul.social{
	width:90px;
	margin:0;
	padding:0;
}
ul.socialLeft{float:left; margin-left:10px;}
ul.socialRight{float:right; margin-right:0px;}
ul.social li{
	list-style-type: none;
	margin:0 0 7px 0;
	padding:0;
	text-align: left;
}
ul.social li a{
	padding-left:23px;
	line-height:20px;
	display: block;
	height:20px;
	
}
a.facebook{
	background: url(images/facebook.png) no-repeat center left;
}
a.twitter{
	background: url(images/twitter.png) no-repeat center left;
}
a.youtube{
	background: url(images/youtube.png) no-repeat center left;
}
a.feed{
	background: url(images/feed.png) no-repeat center left;
}
a.podcast{
	background: url(images/podcast.png) no-repeat center left;
}
a.flickr{
	background: url(images/flickr.png) no-repeat center left;
}

a.cancel{color:red;}

.error{
	margin-bottom:20px;
}

.error .errorHeader{
	background:#FFD1D1 url(/imgs/alert-failure.gif) no-repeat scroll 13px 11px;
	border-bottom:1px solid #F8ACAC;
	border-top:1px solid #F8ACAC;
	margin:0;
	padding:10px 10px 10px 35px;
	color:#8D3F3F;
}

.error .errorBody{
	background:#FFF1F1 none repeat scrosll 0 0;
	border-bottom:1px solid #FDDCDC;
	color:#664B4B;
	margin-bottom:30px;
	padding:10px 20px;
	font-size:12px;
}
a.register-link{
	display:block;
	padding:6px 10px;
	background:#004570;
	color:#FFF;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	float:right;
	margin-top:10px;
}
a.register-link:hover{
	background:#333;
	text-decoration:none;
	color:#FFF;
}

.big-quote{
	font-size:175%;
	color:#004570;
	padding-bottom:15px;
}

.bba-reg-hldr{
	padding:10px 0;
	border-top:3px solid #EFEFEF;
}

