/*---------- Content Presentation Stylesheet ------------ */
/*          Created By Ben Stewart - April 2010             */

* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px; /* keeps a vertical scrollbar on all pages */
}
body {
 background: #fff;
 font-size:11px;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #666;
 width:700px;
}
h1, h2, h3, h4 {
	color: #000;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	text-transform: capitalize;
	padding: 0 0 0 0;
}
h1 {
	font-size:34px;
	text-transform:none;
}
h2, h4 {
	font-weight:bold;
	font-size:18px;
	padding:0 0 10px 0;
}
h3 {
	font-weight:bold;
	font-size:16px;
}
ul {
	margin: 0 10px 15px 20px;
}
li {
	margin:0px;
	list-style: disc;
	padding:0 0 5px 5px; 
} 
p {
	margin: 0 0 15px 0;
}
a {
	border:none;
	color: #000;
	text-decoration: none;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
hr {
	height:1px;
	background-color: #ccc;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
img {
	border:0;
}
img.Image_left {
	float: left;
	margin: 0px 5px 10px 0px;
}
img.Image_right {
	float: right;
	margin: 0px 0px 10px 5px;
}
img.Image_centre {
	margin: 0 auto 15px auto;
}
body {
	background: #f4f4f4 url(images/nasda_bg.jpg) repeat-x top;
	margin: 0px auto;
	width:100%;
}
#header {
	height:150px;
	margin:0;
}
#header .logo {
	float:left;
	margin-top:65px;
}
#menu_wrapper {
	height:39px;
	background:#b3b3b3;
	/*background:#b3b3b3 url(images/nasda_menu_bg.gif) no-repeat right;*/
	border:#fff solid 1px;
	margin-bottom:15px;
	clear:both;
}
#header .cpitLogo {
	float:right;
	margin-top:35px;
}
#container {
	text-align:left;
	width:960px;
	margin:0 auto;
}
#bannerWrap {
	width:100%;
	height:300px;
	clear:both;
	margin-bottom:20px;
}
#slideWrap {
	width:720px;
	height:300px;
	float:left;
}
#nextWrap {
	width:200px;
	height:300px;
	float:right;
}
#slideshow {
	width:720px;
	height:300px;
	overflow:hidden;
	border:1px solid #fff;
}
#nextShow {
	width:200px;
	height:300px;
	overflow:hidden;
	border:1px solid #fff;
}
#nextShow_title,
#slideshow_title {
	margin-top:-110px;
	position:absolute;
	margin-left:-12px;
	background:url(images/red_shadow.gif) no-repeat bottom left;
	height:55px;
	padding-bottom:16px;
}
#nextShow_title {
	margin-right:80px;
}
#slideshow_title div,
#nextShow_title div {
	float:left;
	/*width:550px;*/
	height:45px;
	overflow:hidden;
	display: inline-block;
	background:#f00;
	color:#fff;
	font-size:36px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 35px 5px 30px;
}
#nextShow_title div {
	/*width:100px;*/
	padding:10px 15px 5px 30px;
}
#slideshow_title a,
#nextShow_title a {
	color:#fff;
}
#slideshow_title div span,
#nextShow_title div span {
	color:#fff;
	font-size:16px;
}
#breadcrumb {
	height:10px;
	text-transform:uppercase;
	color:#000;
	margin:0px 5px 15px 5px;
	padding:0;
	clear:both;
}
#breadcrumb a {
	color:#000;
}
#breadcrumb a:hover {
	text-decoration:underline;
}
#content {
	float:left;
	width:680px;
	min-height:480px;
	padding:20px;
	background:#fff;
	margin-top:10px;
	margin-bottom:20px;
}
#content_home {
	float:left;
	width:680px;
	padding:20px 20px 0 20px;
	background:#fff;
	margin-bottom:20px;
}
#gapWrap {
	float:left;
	width:720px;
}
#gapWrap .gal {
	color:#000;
	margin-bottom:5px;
	font-size:12px;
}
#gapWrap .gal a {
	float:right;
}
.galItem {
	width:350px;
	float:left;
	background:#fff;
	padding-top:10px;
}
#gapWrap .left {
	margin-right:20px;
}
#upComing {
	border-top: 1px solid #ccc;
	padding-top:20px;
	clear:both;
}
.galItem .image,
#upComing .image {
	float: left;
	/*height: 150px;*/
	padding-bottom:6px;
	margin: 0 15px 10px -31px;
	background:url(images/grey_shadow.gif) no-repeat bottom left;
}
.galItem .image {
	margin: 0 15px 30px -11px;
}
.galItem .dates,
#upComing .dates{
	float: right;
	width: 120px;
	height:125px;
	border-left: 1px solid #ccc;
	margin: 0 0 20px 15px;
	padding-left:10px;
}
.galItem .dates {
	width: 80px;
}
.itemText {
	width:450px;
	float:left;
}
.galItem .dates span,
#upComing .dates span {
	font-weight:bold;
	color:#000;
}
#right_column {
	float:right;
	width:220px;
	margin-top:10px;
}
#right_column #nextWrap {
	margin-top:-15px;
	margin-bottom:30px;
}
#archiveBox,
#opportunitiesBox {
	background:#fff;
	float:right;
	width:190px;
	padding: 0 5px;
	margin-bottom:25px;
}
.galItem .more,
#upComing .more,
#archiveBox a,
#opportunitiesBox a{
	color: #f00;
}
#archiveBox h3 a,
#opportunitiesBox h3 a{
	color: #000;
}
#archiveBox p,
#opportunitiesBox p {
	margin-bottom:5px;
}
#opportunitiesBox p span {
	text-transform:uppercase;
}
#archiveBox .Title,
#opportunitiesBox .Title {
	background: url(images/green_shadow.gif) no-repeat bottom left;
	margin-top: -15px;
	margin-left: -15px;
	padding-bottom:10px;
}
#opportunitiesBox .Title {
	background: url(images/blue_shadow.gif) no-repeat bottom left;
}
#archiveBox .Title div,
#opportunitiesBox .Title div {
	background:#8cc63f;
	height:33px;
	color:#fff;
	display:inline-block;
	text-transform:uppercase;
	font-size:22px;
	font-weight:bold;
	line-height:16px;
	padding:5px 20px 5px 15px;
}
#opportunitiesBox .Title div {
	background:#29abe2;
}
#archiveBox .Title div span,
#opportunitiesBox .Title div span {
	font-size:14px;
}
.galItem .viewGal a,
#upComing .book a,
#archiveBox .more a,
#opportunitiesBox .more a {
	font-size:12px;
	background:#000;
	color:#fff;
	width:100px;
	display:block;
	text-align:center;
	float:right;
	margin-right:-6px;
	clear:both;
}
.galItem .viewGal a {
	margin-right:0;
}
#upComing .book a {
	margin-right:-21px;
}
#footer {
	clear:both;
	width:100%;
	background: url(images/nasdafooter_bg.gif) no-repeat left bottom;
	color: #ccc;
	height:75px;
	margin-bottom:20px;
}
#footer a {
	color: #ccc;
}
#footer p {
	margin:0;
	padding:20px 0;
}


#content .Title {
	background: url(images/green_shadow.gif) no-repeat bottom left;
	margin-top: -35px;
	margin-left: -30px;
	padding-bottom:10px;
	margin-bottom:20px;
}
#content .Title div {
	background:#8cc63f;
	height:52px;
	color:#fff;
	display:inline-block;
	text-transform:uppercase;
	font-size:40px;
	font-weight:bolder;
	line-height:24px;
	min-width:400px;
	padding:10px 35px 3px 30px;
}
#content .Title div {
	/*background:#29abe2;*/
}
#content .Title div span {
	font-size:18px;
}
#content .p1 {
	background: url(images/green_shadow.gif) no-repeat bottom left;
}
#content .p1 div {
	background:#FBB03B;
}
#content .p7 {
	background: url(images/red_shadow.gif) no-repeat bottom left;
}
#content .p7 div {
	background:#f00;
}
#content .p8 {
	background: url(images/blue_shadow.gif) no-repeat bottom left;
}
#content .p8 div {
	background:#29ABE2;
}
#content .p9 {
	background: url(images/green_shadow.gif) no-repeat bottom left;
}
#content .p9 div {
	background:#8CC63F;
}
#content .p10 {
	background: url(images/grey_shadow.gif) no-repeat bottom left;
}
#content .p10 div {
	background:#B3B3B3;
}
.ddsmoothmenu {
	font: normal 12px  Helvetica;
	text-transform:uppercase;
	width: 100%;
}
.ddsmoothmenu ul {
	z-index:100;
	margin: 0 0 0 30px;
	padding: 0;
	float:left;
	border-left: solid 2px #fff;
}
.ddsmoothmenu ul.contact {
	float:right;
	border-left:none;
	padding-right:20px;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-right:5px solid #fff;
}
.ddsmoothmenu ul.contact li {
	border-right:0;
}
.ddsmoothmenu ul li.last {
	border-right:0;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	height:15px;
	padding: 13px 10px 11px 10px;
	color: #fff;
	text-decoration: none;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	/*color: #010101;*/
}
.ddsmoothmenu ul li a.selected,
.ddsmoothmenu ul li.active a { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	text-decoration:underline;
}
.ddsmoothmenu ul li a:hover {
	text-decoration:underline;
}
.ddsmoothmenu ul li.hasChild a:hover  {
	text-decoration:underline;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	margin:0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	background: url(images/nasda_menu_bg.png) ;
	border:none;
}
.ddsmoothmenu ul li ul li.first {
	padding: 8px 0 0 0;
}
.ddsmoothmenu ul li ul li.last {
	padding: 0 0 5px 0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	width: 180px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	color:#000;
}
/* Sub level menu links style */
.ddsmoothmenu ul li.hasChild ul li.active a,
.ddsmoothmenu ul li ul li a:hover,
.ddsmoothmenu ul li.hasChild ul li a:hover {
	width: 180px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	text-decoration:underline;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
} /*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}
#m1 { background: #fbb03b; }
#m7 { background: #ff0000; }
#m8 { background: #29abe2; }
#m9 { background: #8cc63f; }
#m10 { background: #b3b3b3; }

.arrowimages{background:red;}
/*------------- Contact Form --------------*/

div.contactForm {
	width:365px;
	padding: 0px;
	margin: 30px;
}
div.row {
	clear: both;
	padding-top: 5px;
	vertical-align: middle;
}
div.row span.label {
	float: left;
	width: 120px;
	text-align: left;
	padding:0px 10px 0px 0px;
}
div.row span.formw {
	float: right;
	width: 300px;
	text-align: left;
}
div.row input, div.row textarea, div.row .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	width: 300px;
	border: 1px solid #ababab;
	background:#fff;
	height:18px;
	padding: 5px 3px 1px 3px;
}
div.row textarea {
	height:80px;
}
div.spacer {
	clear: both;
}
div.row input.button {
	border:none;
	cursor:pointer;
	width:115px;
	height:30px;
	background: url(images/moreButton.png) no-repeat left top;
	display:block;
	padding: 0 5px;
	font-size:12px;
	text-transform: none;
	z-index: 2;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
}
div.row input.button:hover,  #mc_embed_signup input.button:hover {
	background-position: left bottom;
}

