@charset "UTF-8";
/* CSS Document */

.mainContent {
	width:770px;
}

a.marketing-tile {
	margin-bottom:10px;
	display:block;
}

.right-column {
    float:right;
    width:190px;
    margin: 0 0 0 20px;
}

.left-column {
	float: left;
	overflow: hidden;
}

.mainContent .left-column h1 {
	width: auto;
}

#intro #col1 {
	float: left;
	height: 200px;
	width: 180px;
}
#intro #col2 {
	float: left;
	height: 200px;
	width: 365px;
}
#panels {
	border: 1px solid #d8d8d8;
	clear: both;
	margin-top: 10px;
	width:770px;
}
.active {
}
.panel {
	overflow: hidden;
}
.panel .head {
	background: #ccc url('../images/graduates/bg-panel.jpg') top left repeat-x;
	height: 24px;
	margin: 0;
	padding: 0;
}
.panel h2 {
	cursor:pointer;
	font-size: 13px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 0 30px;
}
.panel.active h2 {
	background: url('../images/graduates/bg-arrow-active.gif') 8px 6px no-repeat;
	color: #E20028;
}
.inactive {
	/*height: 24px;*/
}
.panel.inactive h2 {
	background: url('../images/graduates/bg-arrow-inactive.gif') 8px 6px no-repeat;
	color: #666666;
}
.panel div.panelContent {
	padding: 12px 0 0 12px;
}
.panel th {
	background-color: #B8CDCB;
	color: #333;
	font-weight: bold;
	text-align:left;
	padding:3px;
}
.panel tr td {
	background-color: #F2F4F5;
	color:#333333;
	font-size:10px;
	padding:3px;
}
.panel tr.even td {
	background-color: #FFF;
}
.panel table {
	margin-bottom: 2em;
	background-color: #B8CDCB;
}

#intro,
#intro p {
	font-size: 13px;
}
.panel p {
	line-height:16px;
}
.panel h3 {
	font-size: 12px;
	margin-bottom:0;
	padding-bottom:0;
}
.panel blockquote p {
	color:#555;
	font-size:11px;
	line-height:18px;
	margin-left:20px;
}
.panel ul {
	list-style-type: disc;
	margin: 0 1em 1em 1em;
}
.panel ul li {
	list-style-type: disc;
	margin: 0.2em 1em;
}
/* Overlay */

.grads-overlay { 
    display:none; 
    z-index:10000; 
    background-color:#FFF; 
    width:760px;
    padding:30px;
    min-height:300px;
    -moz-box-shadow:0 0 90px 5px #000; 
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -webkit-box-shadow: 0 0 90px #000;     
}

#overlay h1 {
	font-size:18px;
	font-weight:normal;
	margin:0 0 0.4em;
}

.overlay-p {
	margin-left:0;
	margin-bottom:1em;
}
.grads-overlay a.top-close { 
    background:url('../images/findoutaboutgas/close.png') 100% 0% no-repeat; 
    position:absolute; 
    right:-8px; 
    top:-5px; 
    cursor:pointer; 
    height:38px;
    font-size:1%;
    text-indent:-30px;
    color:#FFF;
    width:80px;
    line-height:45px;
    behavior: url('../css/iepngfix.htc');
}

.panel td.center,
.panel td.center p {
	text-align: center;
}
.panel td span.pdf {
	color: #999;
}

