/* ----global sytles----*/

* {
	margin: 0; padding: 0;
}

html {
	text-align: center;
}

body {
	margin: 0 auto;
	text-align: left;
	font-size: 1em;
	background-color: #EDEDED;
	color: #000;
	font-family: Verdana, sans-serif;
}
p {
	font-size: .8em;
	line-height: 1.5em;
	padding: 10px 0 0 0;
}
table {
	font-size:	.8em;
}

table p {
	font-size: 1em;
}
p.indent {
	margin-left: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding-top: 10px;

}
hr {
	margin: 10px 0 5px;
	clear: both;
}
h2 {
	color: #712713;
	letter-spacing: 1px;
	font-size: 1em;	
	text-decoration: underline;
	font-weight: bold;
}
h3 {
	color: #712713;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 0.9em;
	padding: 10px 0 3px;
}
h4 {
	line-height: 1em;
	font-size: .9em;
	font-weight: bold;
}
h5 {
	font-size: .9em;
}
a img {
	border: 0;
}
img {
	padding: 10px;
}
img.imgright {
	float: right;
}
img.imgleft {
	float: left;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	display: block;
}
.center {
	text-align: center;
}
.fleft {
	width: 350px;
	float: left;
}
.fright {
	width: 350px;
	float: right;
	margin-right: 20px;
}
/*---- global ----*/
#global {
	width: 100%;
	background: #333;
}

#global a {
	text-decoration: none;
}

#global a:hover {
	text-decoration: underline;
}

#innerglobal {
	position: relative;
	width: 47em;
	margin: 0 auto;
	padding: 0 .5em;
}

#global ul {
	position: absolute;
	right: 0;
	top: 0;
	list-style: none;
}

#global ul li {
	margin: 4px 0 0 8px;
	float: left;
	border-right: 1px solid white;
	line-height: .9em;
	padding: 0 8px 1px 0;
}

#global ul li.noborder {
	border-right: none;
}

#global ul li a {
	font-size: .8em;
	color: #FFF;
}

#global ul li a:hover {
	color: #C00;
}

.wiulink {
	padding: 3px 0;
	display: block;
}

.wiulink a {
	color: #d1d1d1;
}

.wiulink a:hover {
	color: #FFF;
}
	

/*---- wrapper ----*/
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 48em;
}

.skipnav {
	position: absolute;
	left: -9999px;
}
/* ----header----*/
#header { 
	position: relative;
}

#header h1 {
	background: url(/images/CDI_logo.png) no-repeat 0 10px;
	height: 130px;
	text-indent: -9999px; 
}

#header h1.iira { 
	background: url(/images/IIRA_logo.png) no-repeat;
	position: absolute;
	right: 0;
	top: 5px;
	width: 90px;
}
	
#header h1 a {
	width: 434px;
	height: 108px;
	display: block;
	outline: none;
}

#header h1.iira a {
	width: 68px;
	display: block;
	height: 122px;
}
/*----main navigation----*/
#nav {
	width: 100%;
	background: #206BA4;
}
#nav ul {
	list-style: none;
	width: 95%;
	margin: 0 auto;
}
#nav li {
	float: left;
	position: relative;
}
#nav li a {
	display: block;
	padding: 5px 14px;
	font-weight: bold;
	color: #FFF;
	font-size: .85em;
	background: #206BA4;
	text-decoration: none;
	white-space: nowrap;
	outline: none;
}
#nav ul li a:hover {
	background: #00A160;
	text-decoration: underline;
}

#nav ul li ul {
	display: none;
	width: auto;
	position: absolute;
	top: 100%;
	left: -1px;
}
#nav ul li:hover ul {
	display: block;
}
#nav ul li ul li {
	width: 12em;
	background: #00A160;
}	
#nav ul li#certification ul li {
	width: 18em;
}
#nav ul li#aboutus ul li {
	width: 13em;
}
#nav ul li#news ul li {
	width: 15em;
}
	
/*---- home opening ----*/
#homecdiopening {
	padding: 2px 0 1px 0;
	width: 100%;
}
.homecdiopeningleft {
	float: left;
	width: 75%;
	border-right: 1px #dbd5cd solid;
	z-index: -1;
}
.homecdiopeningright {
	float: left;
	width: 20%;
	padding-left: 10px;
}
.homecdiopeningleft h3 {
	font-size: 1.1em;
	padding-left: 0;
}
.homecdiopeningleft h4 {
	line-height: 1.3em;
	letter-spacing: 0.03em;
	font-weight: bold;
	font-size: 0.8em;
	padding: 6px 10px 3px 0;
}
/*----main content global----*/
#content-container {
	padding: 3px 1em;
	border-bottom: 1px #000 solid;
	clear: both;	
	width: 46em;
	padding-bottom: 1em;
}
body#index #content-container {
	width: 100%;
	padding: 3px 0;
}
body#index #content-container {
	border-top: 1px solid #000;
}
#content-container a {
	text-decoration: none;
	color: #083CE1;
}
#content-container a:hover {
	text-decoration: underline;
	color: #179d60;
}
#content1col a:visited {
	text-decoration: none;
	color: #083CE1;
}
#content1col a:hover {
	text-decoration: underline;
	color: #333333;
}
#homecdibottom {
	padding: 10px 0 30px 0;
}

/*----main content area----*/
#topboxes {
}
#bottomboxes {
	border-top: 1px solid #dbd5cd;
	clear: both;
}
.leftbox {
	float: left;
	display: block;
	width: 24em;
	border-right: 1px solid #dbd5cd;
	padding: .9em;
	padding-top: 0;
}
.rightbox {
	float: left;
	padding: .9em;
	padding-top: 0;
	width: 20em;
	display: block;
}

/*----footer----*/
#footerwrap {
	width: 100%;
	background: #333;
	padding-bottom: 10px;	
	margin-bottom: 30px;
}

#footer {
	clear:both;
	margin: 0 auto;
	width: 48em;
	color: #FFF;
	
}
#footer img.wiuimg {
	background: #fff;
	float:right;
	border: none;
	margin-top: 10px;
	padding: 15px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*---- Miscellaneous ----*/
#google-map {
	text-align: center;
	width: 100%;
	padding: 20px 0;
}

#photo-container {
	padding: 30px 0;
	color: #000000;
	line-height: 1.3em;
	letter-spacing: 0.03em;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
}

#photo-container p {
	text-align: center;
}

#photo-container p img {
	max-width: 350px;
	width: auto !important;
	width: 350px;
	padding-right: 0;
}
#gold, #bronze {
	border-top: 1px solid #dbd5cd;
	margin-top: 10px;
}

#gold h3 {
	text-decoration: underline;
	color: #da0;
	font-weight: normal;
}

#bronze h3 {
	text-decoration: underline;
	color: #8c7853;
	font-weight: normal;
}

#silver h3 {
	text-decoration: underline;
	color: #666666;
	font-weight: normal;
}

#scholarshipform {
	width: 85%;
	border: 2px solid green;
	margin: 0 auto;
	padding: 10px;
	margin-top: 15px;
}

#scholarshipform td {
	vertical-align: top;
	padding: 5px;
}

#scholarshipform label {
	display: block;
	padding-bottom: 5px;
}

#scholarshipform input {
	font-size: 1.1em;
}

#SubjectInfoOut {
	position: absolute;
	left: -9999px;
}

#regform {
	width: 85%;
	margin: 15px auto 0;
}

#regform td {
	vertical-align: top;
	padding: 5px;
}

#regform input {
	font-size: 1.1em;
}

#faqdiv h3 {
	color: #000;
	font-size: .9em;
}

.schedule td {
	padding: 7px;
}
