@charset "UTF-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: #eeeeee;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #333333;
}

.hidden { display: none; }

a:link { color:#fa7b28; text-decoration: none;}
a:visited { color:#fa7b28; text-decoration: none;}
a:hover { color:#004888; text-decoration: underline;}
a:active { color:#fa7b28; text-decoration: none;}


#container {
	width: 975px;  
	background: #FFFFFF;
	margin: 20px auto;
	border: 1px solid #cccccc;
	text-align: left; 
}

/* ------------------------------------------------------ header ------------------------------------------------------------------------------- */
#header {
	margin: 0;
	padding: 2px;
	background-image: url(images/headerbg.png);
	background-repeat: repeat-x;
	height: 100px;
	position: relative;
	
}


#header-logo {
	margin: 12px 758px 0 12px;
	padding: 0;

}

#date-login {
	padding: 5px 10px 0 0;
	width: 553px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	height: 82px;
}

#header-nav {
	font-size:11px;
	color: #999999;

}

#header-nav a:link { color: #999999; text-decoration: none;}
#header-nav a:visited { color: #999999; text-decoration: none;}
#header-nav a:hover { color: #999999; text-decoration: underline;}
#header-nav a:active { color: #999999; text-decoration: none;}

#login {
	margin: 12px 0 0 0;

}


/* ----------------------------------------------------- navbar ----------------------------------------------------------------------- */

#navbar {
	background-image: url(images/navbarbg.png);
	background-repeat: repeat-x;
	height: 35px;
	padding: 0;
}

#nav-left {
	margin: 0 0 0 5px;
	padding:0;


}

ul.nav li { display: inline; }

ul.nav { 
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	padding-top: 7px;
	padding-bottom: 5px;
}

ul.nav a {
	padding: 4px 8px;
	margin-right: 3px;
	text-decoration: none;
	font-weight:bold;
	color: #FFF;
	
	
}

ul.nav a:hover {
	padding: 4px 8px;
	margin-right: 3px;
	background-image: url(images/navbar-hover.png);
	text-decoration: none;
	font-weight:bold;
	color: #FFF;
	
	
}

#nav-spacer {
	width: 50px;
	display: none;
	
	
}


/*#navbar {
	background-image: url(images/navbarbg.png);
	background-repeat: repeat-x;
	height: 35px;
	padding: 0;
}

#nav-right {
	float: right;
	clear: both;
	margin: 0;
	margin-top: -12px;
	padding:0;
	top: auto;	
	
}

#nav-left {
	margin: 0 260px 0 5px;
	padding:0;


}

ul.nav li { display: inline; }

ul.nav { 
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	padding-top: 7px;
	padding-bottom: 5px;
}

ul.nav a {
	padding: 4px 8px;
	margin-right: 3px;
	text-decoration: none;
	font-weight:bold;
	color: #FFF;
	
	
}

ul.nav a:hover {
	padding: 4px 8px;
	margin-right: 3px;
	background-image: url(images/navbar-hover.png);
	text-decoration: none;
	font-weight:bold;
	color: #FFF;
	
	
}
*/


/* ----------------------------------------------------------------- home content ------------------------------------------------------------------ */

#homeContent {
	padding: 0 auto;
	background: #FFFFFF;
}

#portal-grid {
	margin: 20px auto;
	width: 948px;
	
}

#home-resources {
	margin: 0;
	padding: 5px 20px;
	
}

/* --------------------------------------------------- 2-column page content ---------------------------------------------- */

#sidebar {
	float: right;
	width: 300px;
	margin: 20px 0 0 0;
	padding: 0 15px;
}


#sidebar-nav {
	margin: 0 auto;
	padding: 0;
	text-align: left;

}

ul#right-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	/*width: 300px;*/
	border-bottom: 1px solid #CCCCCC;
}

#right-nav a {
	color: #004888;
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	padding:7px 15px;
	display: block;
	background-image: url(images/sidenav-bg.png);
	
	
}

#right-nav a:hover {
	color: #FFFFFF;
	background-image: url(images/sidenav-bg-hover.png);
	
	
}


#resources {
	margin: 10px auto 20px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(images/infobox-bg.jpg);
	background-repeat:repeat-x;
	background-position: bottom;
	text-align: left;

}

#resources h2, h3 {
	margin: 0;
	padding: 0;
	
}

.devider1 {
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
}	

.image-border {
	border: 1px solid #CCCCCC;
	
}
	
.title-divider1 {
	padding-bottom: 2px;
	border-bottom: 2px solid #004888;
}

.title-divider2 {
	padding-top: 5px;
	padding-bottom: 2px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 2px solid #004888;
}

.blue-title {
	color: #004888;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.sidebar-links {
	font-size:14px;
	
}


/* ---------------------------------------------------------- main content ----------------------------------------------- */


#mainContent { 
	margin: 20px 335px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px; 
} 


#mainContent li {
	padding-bottom: 10px;
	
}

/* ---------------------------------------------------------- calender main content ----------------------------------------------- */


#calenderContent { 
	margin: 20px 0 40px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px; 
} 


#calenderContent li {
	padding-bottom: 10px;
	
}

#minds-calender {
	margin: 25px;




}



/*------------------------ about ---------------------------*/

#minds-team {
	margin: 20px auto 40px;
	padding:25px;
	height: 100%;
	border: 1px solid #CCCCCC;
	background-image: url(images/infobox-bg.jpg);
	background-repeat:repeat-x;
	background-position: bottom;
}

#minds-team h3 {
	border-bottom: 2px solid #004888;
	padding-bottom: 5px;
	
}

#core {
	float: right;
	width: 320px;
}

#principle {
	margin: 0 340px 0 0;
	
}

/*-------------------- portal pages --------------------------*/

#issue-box {
	margin: 10px auto 10px;
	padding:10px;
	width: 590px;
	height: 100%;
	border: 1px solid #CCCCCC;
	background-image: url(images/infobox-bg.jpg);
	background-repeat:repeat-x;
	background-position: bottom;
}

ul#center-button {
	margin: 0;
	padding: 0;
	list-style: none;
}



#center-button a {
	color: #004888;
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	padding:7px 15px;
	display: block;
	background-image: url(images/sidenav-bg.png);
	
	
}

#center-button a:hover {
	color: #FFFFFF;
	background-image: url(images/sidenav-bg-hover.png);
	
	
}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* -------------------------------------------------- footer ---------------------------------------------------------------- */

#footer {
clear: both;
	padding: 0 10px;
	background-image: url(images/footerbg.png);
	background-repeat: repeat-x;
	height: 70px;
	text-align: center;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 20px 0;
}


#footer a:link { color:#FFFFFF; text-decoration: none;}
#footer a:visited { color:#FFFFFF; text-decoration: none;}
#footer a:hover { color:#FFFFFF; text-decoration: underline;}
#footer a:active { color:#FFFFFF; text-decoration: none;}

/* -------------------------------------------------- ie fixes --------------------------------------------------------------- */

#right-nav li {
	display: inline;	
}

* html #right-nav a {
	height: 1px;
}


