@charset "UTF-8";
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	line-height: 1.5;
	color: #4b4b4b;
}
body.homepage #submenu{
	display: none;
}


/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container {
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #ECECEC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* Header Styles */
#header {
	position: relative;
	background: #EBEBEB url(/images/bg-header.gif) bottom left repeat-x; 
	overflow:hidden;
	height:96px;
	border-bottom:1px solid #c7c7c7;
}

h1#logo {
	position:absolute;
	width:96px;
	height:96px;
	top:0px;
	left:0px;
	text-indent:-9999em;
	background: url(/images/sd-logo.gif) left top no-repeat;
	padding:0;
	margin:0;
}
h1#logo a{
	display: block;
	width:96px;
	height:96px;
}
#main_menu {
	float:right;
	display:inline;
	margin-top:20px;
	margin-bottom:0;
	border-bottom:1px solid #c7c7c7;
	list-style-type: none;
	font-size: 1.2em;
	padding-top: 10px;
}
#main_menu li {
	float:left;
}
#main_menu li.leftCell {
	padding-left:1px;
	margin-left:90px;
	background:#ececec url(/images/mainmenu-separator.gif) left bottom no-repeat;
}
#main_menu a {
	float:left;
	background:#ECECEC url(/images/mainmenu-separator.gif) right bottom no-repeat;
	color:#4b4b4b;
	text-transform:uppercase;
	padding:6px 14px;
	text-decoration:none;
}
#main_menu a:hover {
	background:#FFFFFF url(/images/mainmenu-separator.gif) right bottom no-repeat;
}
#main_menu a.selected {
	background:#ECECEC url(/images/mainmenu-separator.gif) right bottom no-repeat;
	color:#133D89;
	position:relative;
	top:1px;
	padding-bottom:7px;
	padding-top:5px;
}
#submenu {
	clear:both;
	overflow:hidden;
	text-align:right;
	width:790px;
	padding-right:10px;
	margin:0;
	
}
#submenu ul {
	float:right;
	list-style-type: none;
}
#submenu li {
	float:left;
	font-size:1.1em;
}
#submenu li a {
	text-transform:none;
	color:#757575;
	text-decoration:none;
	float:left;
	padding:0px 10px 4px 5px;
	position:relative;
}
#submenu li a:hover {
	color:#5381a4;
}
#submenu li a.selected {
	color:#133D89;
	background:url(/images/submenu-selected.gif) center bottom no-repeat;
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 400px;
	color: #020AD0;
}

/*Footer styles*/
#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ECECEC;
	font-size: 1em;
	text-align:center;
	margin:0;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 2px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer ul {
	border-top:#DADADA solid 1px;
	background-color:#ECECEC;
	color:#4B4B4B;
	padding-bottom: 10px;
	margin:0;
}
#footer ul li {
	display: inline;
	list-style-type: none;
	border-right:#DADADA solid 1px;
	padding-left:4px; 
	padding-right: 4px;
}

#footer ul li.lastCell {
	display: inline;
	list-style-type: none;
	border-right:0;
	padding-left:4px; 
	padding-right: 4px;
}

#footer a {
	color:#4B4B4B;
	text-decoration:none;
}

#footer ul li a:hover {
	color:#000000;
	text-decoration:none;
}

/*Main content: overview pages*/

/* Overview Introduction Section*/
	#overview .intro {
		background:#FFFFFF;
		height:359px;
		position:relative;
		margin:0;
		padding:0;
		border-top:1px solid #fff;
	}

	#overview .intro #block_back {
		position: absolute;
		top:0;
		left:0;
		z-index: 1;
	}
	
	#overview .intro h2 {
		font-size:1.9em;
		line-height:1;
		font-weight:bold;
		margin-left:29px;
		position:absolute;
		padding-top:27px;
		z-index: 10;
	}

	#overview .intro h2 strong {
		font-size:1.6em;
		text-transform:none;
		color:#404040;
		font-weight:bold;
		font-style:normal;
		display:block;
	}
	
	#overview .intro h2 em {
		font-size:1.2em;
		font-weight:bold;
		font-style:normal;
		display:block;
		color:#133D89;
	}
	#overview .intro #tagline {
		position:absolute;
		font-size:1.2em;
		width:235px;
		top:0;
		left:0;
		line-height:1.3em;
		z-index: 20;
		padding-top:5px;
		margin-left: 29px;
		margin-top: 100px;
	}
	#overview .intro a {
		text-decoration:none;
		color:#133D89;
	}
	#overview .intro #description {
		font-size:1.2em;
		position:relative;
		width:30em;
		top:0;
		left:0;
		line-height:1.3em;
		padding-top:5px;
		margin-left: 29px;
		margin-top: 180px;
	}
/* end Overview Intro section */
		
/* Overview Tiles section styles */
	#overview .tiles {
		clear:both;
		background:#f8f8f8;
		padding-top:1.25em;
		padding-left: 0px;
		overflow:hidden;
		height:1%;
		width:800px;
		margin-left:0px;
	}
	#overview .tiles li a img{
        border: none;    
	}
	#overview .tiles li {
		width:368px;
		float:left;
		display:inline;
		margin-left:19px;
		margin-right:0px;
		margin-bottom:19px;
		padding-bottom:5px;
		background:#e8e8e8;
		border:1px solid #fff;
	}
	
	#overview .tiles li.wide {
		width:757px;
	}
	#overview .tiles li.wide:hover {
		border:1px solid #133D89;
	}
	
	#overview .tiles li.clickable:hover {
		border:1px solid #133D89;
		cursor:pointer;
	}
	#overview .tiles li.wideClickable {
		width:757px;
	}
	#overview .tiles li.wideClickable:hover {
		border:1px solid #133D89;
		cursor:pointer;
	}
	
	#overview .tiles li img {
		margin:15px auto 5px;
		display:block;
	}
	#overview .tiles li h3 {
		font-size:1.8em;
		font-weight:bold;
		margin-left:20px;
		padding-top:4px;
	}
	#overview .tiles p {
		margin-left:20px;
		margin-bottom:10px;
		font-size: 1.2em;
	}
	
	#overview .tiles ol li{
		padding:0px 4px 0px 4px;
		font-size:1.2em;
	}
	
	#overview .tiles ol a{
		text-decoration:none;
		color:#133D89;
	}
	/*end overview tiles*/
	
	#profile .intro {
		background:#EFEFEF;
		height:359px;
		position:relative;
		margin:0;
		padding:0;
		border-top:1px solid #fff;
	}

	#profile .intro #block_back {
		position: absolute;
		top:0;
		left:0;
		z-index: 1;
	}
	
	#profile .intro h2 {
		font-size:1.9em;
		line-height:1;
		font-weight:bold;
		margin-left:29px;
		position:absolute;
		padding-top:27px;
		z-index: 10;
	}

	#profile .intro h2 strong {
		font-size:1.6em;
		text-transform:none;
		color:#404040;
		font-weight:bold;
		font-style:normal;
		display:block;
	}
	
	#profile .intro h2 em {
		font-size:1.2em;
		font-weight:bold;
		font-style:normal;
		display:block;
		line-height:.9;
		color:#133D89;
	}
	#profile .intro #tagline {
		position:absolute;
		font-size:1.2em;
		width:235px;
		top:0;
		left:0;
		line-height:1.3em;
		z-index: 20;
		padding-top:5px;
		margin-left: 29px;
		margin-top: 100px;
	}
	#profile .intro a {
		text-decoration:none;
		color:#133D89;
	}
	#profile .intro #description {
		font-size:1.2em;
		position:relative;
		width:30em;
		top:0;
		left:0;
		line-height:1.3em;
		padding-top:5px;
		margin-left: 29px;
		margin-top: 180px;
	}
/* end Profile intro section */
	
/* Profile tiles styles*/
	
	
	#profile .tiles {
		clear:both;
		background:#f8f8f8;
		padding: 10px 0px 10px 0px;
		overflow:hidden;
		height:1%;
		width:800px;
		margin-left:0px;
	}
	#profile .tiles li a img{
        border: none;
	}
	#profile .tiles li {
		width:368px;
		float:left;
		display:inline;
		margin-left:19px;
		margin-right:0px;
		margin-bottom:19px;
		padding-bottom:5px;
		background:#e8e8e8;
		border:1px solid #fff;
		
	}
	#profile .tiles li.wide {
		width:757px;
	}
	#profile .tiles li img {
		margin:15px auto 5px;
		display:block;
	}
	#profile .tiles li h3 {
		font-size:1.8em;
		font-weight:bold;
		margin-left:20px;
		padding-top:4px;
	}
	#profile .tiles p {
		margin-left:20px;
		margin-bottom:10px;
		font-size: 1.4em;
	}
	#profile .tiles h4 {
		font-size:1.5em;
		line-height:1.45em;
		font-weight:normal;
		margin-left:20px;
		padding-top:0;
		margin-bottom:0;
		color:#133D89;
	}
	#profile .tiles p.bullet {
		font-size:1.2em;
		line-height:1.2em;
		font-weight:normal;
		margin-left:20px;
		margin-top:0;
		padding:0;
	}
	
	#profile .tiles p.bullet a{
		text-decoration:none;
		color:#133D89;
	}
	
	#front {
		width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
		background: #ECECEC;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		border: 1px solid #000000;
		text-align:center;
		height:1200px;
		overflow:hidden;
	}
	
	#front .intro{

		margin-top:150px;
		text-align: left;
		padding:0;
	}
	
	#frontGrp .tiles {
		clear:both;
		padding:0px;
		overflow:hidden;
		height:1%;
		width:520px;
		margin-left:150px;

	}

	#frontGrp .tiles li {
		float:left;
		display:inline;
		margin-left:2px;
		margin-bottom:2px;
		padding:0;
		background:#e8e8e8;
		border:1px solid #fff;
	}
	
	#frontGrp .tiles li img {
		width:96px;
		height:96px;
	}
	
	#front .intro {
		margin-left:150px;
		margin-bottom:2em;
		padding:0;
		font-size: 1.8em;
		color: #133D89;
	}
	#front #bottomText {
		margin-right:150px;
		margin-bottom:0;
		padding:0;
		font-size: 1.4em;
		text-align: right;
	}
	/*end overview tiles*/
