/* Global Defaults */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img,abbr {
	border:0;
}

ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

a,a:link,a:visited,a:hover { 
	color:#0079c2;
	text-decoration:underline; 
}

a:focus,a:hover { 
	text-decoration:none;
}

a img { 
	border:0; 
}

.clear { 
	clear:both; 
}

/* Global Elements */

body {
	background:#fff url(../images/backBodySub.png) repeat-x;
	line-height:18px;
	font:12px Helvetica, Arial, sans-serif;
	color:#000000;
}
.replace {
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.skiplink {
	display:none;
}

/* Start CSS Coding */

#container {
	width:100%;
}

#wrapper {
	width:960px;
	margin:0 auto;
}

#header {
	width:940px;
	height:120px;
	margin:0 10px;
}

#logo {
	width:100px;
	height:120px;
	font-size:12px;
	position:relative;
	overflow:hidden;
	display:inline;
	float:left;
	text-indent:-5000px;
}

#logo span{
	background:url(../images/isgLogo.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

#corpMenu {
	width:410px;
	height:65px;
	float:left;
	margin:0 20px 0 50px;
	font-size:12px;
	padding:55px 0 0 0;
}

#corpMenu a {
	text-decoration:none;
	float:right;
	padding:0 0 0 20px;
}

#corpMenu a:hover {
	color:#000;
}

#search {
	width:360px;
	padding:48px 0 0 0;
	float:right;
}

#search form {
	float:right;
}

#search .textboxsearch {
	width:220px;
	height:14px;
	padding:5px;
	border:1px solid #d8d9da;
	float:left;
	color:#999;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	margin:0;
}

.submitsearch {
	width:70px;
	height:26px;
	background:url(../images/submitSearch.png) no-repeat;
	border:none;
	cursor:pointer;
	margin:0;
	padding:0;
}

#placeMainmenu {
	width:940px;
	height:55px;
	background:#0366a1;
	margin:30px 0 0 10px;
}

#mainmenu {
	width:940px;
	height:55px;
	float:left;
}

#mainmenu li {
	display:inline;
	float:left;
	position:relative;
}

#mainmenu li:hover, #mainmenu li.active {
	background:url(../images/menuOver.png) no-repeat 60% 0;
}

#mainmenu li a, #mainmenu li a:link, #mainmenu li a:visited {
	display:inline;
	float:left;
	padding:20px 0 0 30px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration:none;
	text-shadow:1px 1px #000;
	text-transform:uppercase;
}

#mainmenu li a:hover, #mainmenu li.active a, #mainmenu li.active a:link, #mainmenu li.active a:visited, #mainmenu li:hover a, #mainmenu li:hover a:link, #mainmenu li:hover a:visited {
	text-decoration:none;
}



/* Slideshow */

#slideshow {
	width:940px;
	height:371px;
	margin-left:10px;
}

#slide1, #slide2, #slide3, #slide4 #slide5 {
	width:940px;
	height:295px;
	background:url(../images/shine.png) no-repeat 75%;
}

#slide1 h1 {
	font-size:30px;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:30px;
	font-weight:700;
}

.contentslide1 {
	width:460px;
	height:199px;
	float:left;
	padding:45px 20px 0px 20px;
}

.contentslide1 p {
	font-size:20px;
	color:#fff;
	line-height:28px;
	margin-bottom:25px;
}

.linkslidemore, .linkslidemore:link, .linkslidemore:visited {
	float:left;
	display:inline;
	width:114px;
	height:38px;
	margin:0;
	padding:0;
	background:url(../images/readMore.png) no-repeat;
}

#placenewproject {
	width:430px;
	height:266px;
	float:right;
	padding:15px 0px 15px 0px;
	margin:0px 10px 0px 0px;
}

#placenewproject img {
	margin:3px 0px 0px 5px;
}

.listslide {
	width:940px;
	height:295px;
}

.listslide div {
	width:270px;
	display:inline;
	float:left;
	height:255px;
	padding:40px 20px 0px 20px;
	position:relative;
}

.listslide div.last {
	background:none;
}

.listslide div h3 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:24px;
	color:#fff;
	font-weight:700;
	margin-bottom:20px;
}

.listslide div p {
	font-size:16px;
	color:#fff;
	margin-bottom:20px;
	line-height:24px;
}

.placelearnmore {
	height:26px;
	width:116px;
	position:absolute;
	bottom:18px;
	right:15px;
}

.imgstaff {
	float:left;
	padding:4px;
	background:#fff;
	border:1px solid #000;
	margin:0px 10px 0px 0px;
}

#menuslide {
	width:960px;
	height:76px;
}

#menuslide li {
	height:75px;
	float:left;
	display:inline;
}

#menuslide li.last {
	background:none;
}

#menuslide li a, #menuslide li a:link, #menuslide li a:visited {
	float:left;
	display:inline;
	font-size:14px;
	color:#fff;
	font-weight:400;
	padding:22px 20px 0 20px;
	height:54px;
	text-decoration:none;
}

#menuslide li a:hover {
	text-decoration:none;
}

.smallText {
	font-size:11px;
	color:#99ccff;
	line-height:30px;
}

.centerAlign {
	text-align: center;
}

/* JQuery UI Tabs */

.ui-tabs-hide {  
	display: none;  
}
.ui-tabs-panel {
	width:940px;
	height:295px;
	background:transparent;
}
.ui-tabs-selected a {
	height:75px;
	background:url(../images/tabsBack.png) repeat-x;
	text-decoration:none;
}

/* Content */

#content {
	width:940px;
}

#content img {
	margin-bottom:20px;
}

.imgleft {
	float:left;
	margin:0px 20px 0px 0px !important;
}

.imgright {
	float:right;
	margin:0px 0px 0px 20px !important;
}

.popup {
	float:left;
	padding:8px;
	background:#e6e6e6;
	border:1px solid #ccc;
	margin:0px 20px 20px 0px;
}

.last {
	margin:0px 0px 20px 0px !important;
}

#maincontent {
	width:580px;
	padding: 0px 25px 0px 10px;
	margin:20px 0px 30px 0px;
	float:left;
	color:#000;
	border-right:1px solid #ccc;
}

#maincontent h1 {
	font-size:30px;
	color:#000;
	margin-bottom:20px;
	font-weight:700;
}

#maincontent h2 {
	font-size:24px;
	color:#000;
	margin-bottom:20px;
	font-weight:700;
}

#maincontent h3 {
	font-size:18px;
	color:#000;
	margin-bottom:15px;
	font-weight:700;
}

#maincontent p {
	font-size:12px;
	line-height:20px;
	margin-bottom:25px;
}

#maincontent ul {
	padding:0 0 0 20px;
	font-size:12px;
	line-height:20px;
	margin-bottom:5px;
	list-style-type:disc;
}

#maincontent ul li {
	padding:0 0 0 5px;
	margin:3px 0;
}

#maincontent ol {
	padding:0 0 0 20px;
	font-size:12px;
	line-height:20px;
	margin-bottom:25px;
}

#maincontent ol li {
	padding:0 0 0 5px;
	margin:15px 0;
}

.hor {
	font-size: 12px;
	margin:0px 0px 30px 0px;
	width: 570px;
	border-collapse: collapse;
	text-align: left;
}

.hor th {
	font-size: 12px;
	font-weight: normal;
	color: #383838;
	padding: 10px 8px;
	border-bottom: 2px solid #383838;
}

.hor td {
	border-bottom: 1px solid #ccc;
	color: #383838;
	padding: 8px 8px;
}

.hor tbody tr:hover td {
	color: #0079C2;
}

/* Sidebar */

#nav {
	width:300px;
	float:right;
	padding:20px 0;
}

#nav h3 {
	font-size:1.9em;
	color:#0079C2;
	padding-bottom:10px;
	font-weight:700;
	border-bottom:1px solid #999;
}

#nav h4 {
	font-size:1.4em;
	color:#0079C2;
	padding-bottom:5px;
	font-weight:700;
}

.sidebarContent {
	width:300px;
	padding: 20px 0px;
	float:left;
	color:#383838;
	line-height:1.6em;
	font-size:1.1em;
}

#secondaryNavigation {
	margin-bottom:30px;
}

#secondaryNavigation li {
	border-bottom:1px dotted #999;
	padding:10px 10px 10px 25px;
	list-style-type:none;
	background:url(../images/bullet.png) no-repeat 10px;
}

#secondaryNavigation li:hover, #secondaryNavigation li.active {
	background-color:#d8e6f4;
	color:#383838;
}

#secondaryNavigation li a, #secondaryNavigation li a:link, #secondaryNavigation li a:visited {
	font-size:13px;
	font-weight:400;
	color:#0079C2;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration:none;
	display:block;
}

#secondaryNavigation li a:hover, #secondaryNavigation li.active a, #secondaryNavigation li.active a:link, #secondaryNavigation li.active a:visited, #secondaryNavigation li:hover a, #secondaryNavigation li:hover a:link, #secondaryNavigation li:hover a:visited {
	text-decoration:none;
	color:#383838;
}

.exposedContent {
	margin-bottom:30px;
	background:#eee;
	padding:15px;
}

.exposedContent p {
	line-height:20px;
	margin:10px 0 0 0;
}

.regularContent {
	margin-bottom:30px;
}

.regularContent p {
	line-height:20px;
	margin:10px 0 0 0;
}


/* Footer */

#footer {
	width:940px;
	border-top:1px solid #ccc;
	min-height:35px;
	margin-bottom:20px;
	padding:20px 0;
	border-top:2px solid #eee;
	border-bottom:2px solid #eee;
}

#footer .block {
	width:220px;
	margin:0 20px 0 0;
	float:left;
}

#footer .block.last {
	margin:0 !important;
}

#footer .block ul {
	padding:10px 0 0 0;
	list-style-type:none;
}

#footer .block li {
	padding:10px 10px 10px 15px;
	list-style-type:none;
	background:url(../images/bullet.png) no-repeat left;
}

/* Forms */

label {
	font-weight:bold;
	display:block;
}

fieldset {
	padding:15px 15px 5px 15px;
	margin:0 0 20px 0;
	background:#f5f5f5;
}

legend {
	font-weight:bold;
	font-size:12px;
}

input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #ccc;
	padding:5px;
	height:16px;
	width:250px;
	margin:3px 0 15px 0;
	color:#666;
	font-weight:normal;
	font-family:Arial, sans-serif;
	font-size:12px;
	letter-spacing:0.5px;
}

select {
	background-color:#fff;
	border:1px solid #ccc;
	padding:4px 2px 2px 2px;
	height:26px;
	width:75px;
	margin:3px 0 15px 0;
}

input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#666;
}

input.text, input.title {
	width:300px;
	padding:5px;
}

input.title {
	font-size:16px;
}

textarea {
	width:450px;
	height:150px;
	padding:5px;
	color:#666;
	font-weight:normal;
	font-family:Arial, sans-serif;
}

input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:5px;
}

/* Subpage Specifics */

.pagination {
	width:940px;
	margin:15px 0 30px 10px;
	color:#9dceec;
}

.pagination a {
	color:#fff;
	padding-right:3px;
}
