/*
CSS file created with:Instant Blueprint - Create a web project framework in seconds.
 http://instantblueprint.com

Project: Office of International Study Programs
File: css/style.css

*/

/*  Main  */
body {
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-family: Arial, Verdana, Sans-Serif;
	color: #000;
	background-color: #f3f3f3;
	line-height:1em;
}

a, a:visited, a:hover {
	color:#333;	
}


h1 {
	color:#830000;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 1.8em;
	text-align: left;
	font-weight: normal;
	margin-bottom: 10px;
}

h1.replacement {
	color: #faf6bb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	text-align: left;
}

h1.replacement span {
	background: transparent url(../images/logo.gif) no-repeat scroll 0 0;
	height: 100%;
	position: absolute;
	width:100%;
}

h2 {
	margin:25px 0 5px 0;
}

h4 {
	color:#cc0000;
	font-weight:bold;
	text-transform:uppercase;
}

ul {
	font-size: 12px;
	list-style:bullets;
}

ul li {
	margin-bottom:5px;
}

ol {	list-style-type:decimal;

}
ol li {
	margin-bottom:10px;
}

p {
	font-size:12px;
	line-height:1.5em;
	margin-top:16px;
	margin-bottom:16px;
}

#container {
	width:100%;
	height:120px;
	background: #fff;

}

#header {
	margin:0 auto;
	width:925px;
	height:120px;
}

#toplinks {
	height:16px;
	margin:0 auto;
	padding:4px 0 0 0;
	text-align:right;
	width:925px;
}
#toplinks a, #toplinks a:active, #toplinks a:link, #toplinks a:visited {
	color: #676767;
	border-color:#7a7a7a;
	border-style: solid;
	border-width:0 1px 0 0;
	padding:0 10px;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size: 11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:150%;
	text-transform:none;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}
#toplinks a:hover {text-decoration:underline;}
#toplinks a.last, #toplinks a.last:active, #toplinks a.last:link, #toplinks a.last:visited { border: none;}


#logo {

	width: 800px;
	padding: 16px 0 0 0;
	margin: 0;
}

#wrapper {
	margin:0 auto;
	margin-top:10px; 
	width:925px; 
	border:0px solid #787878;
}


/* User Navigation */
#topnav {
	
	background: #cc6825;
	margin: 0px auto;
	height:30px;
}

/* User Navigation */
#usernav {
    float: none;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    width: 925px;
    margin: 0 auto;
    font-size: 11px;
	height:31px;
}

#usernav ul {
    margin: 0px;
/*    background: transparent url("../images/usernav-dots.gif") repeat-x 0 0; */
    text-align: left;
    list-style: none;
    padding: 0px 0px;
	line-height: 31px;
	text-transform: uppercase;
	height:31px;
}

#usernav ul li {
    display: inline;
}

#usernav ul li.down a.down {
border-left: 1px solid #76c9f3;
border-right: 1px solid #76c9f3;
padding: 8px 8px 7px 8px;
	background:url('../images/nav_selected_bg.jpg') repeat-x left top;
    text-decoration: none;
    font-weight: bold;
    color: white;
}

#usernav ul li a, #usernav ul li a:visited, #usernav ul li a:link {
    margin-right: 15px;
	padding: 8px 9px 10px 9px;
    text-decoration: none;
    font-weight: bold;
    /*color: #227ba6;*/
	color:#fff;
}

#usernav ul li a:hover {
background:#a3531e;
	padding: 8px 9px 7px 9px;
    text-decoration: none;
    font-weight: bold;
    color: white;
}

#usernav a.current:link, #usernav a.current:visited,
#usernav a.current:hover, #usernav a.current:active {
    color: white;
    text-decoration: none;
}


#main_container {
	clear: both;
	width: 885px;
	margin: 0 auto;
	overflow: hidden;
	background: #f2f2f2;
	padding:20px;
	color:#333;
	font-size: .8em;
}

#main_content {
	width:650px;
	overflow:auto;
	float:left;
	font-size:1em;
}

#main_content h1{
	font-weight: Normal;
	font-size:1.4;
	color: #1a536d;
	line-height: 150%;
}

#main_content p {
    line-height: 1.5em;
}

#main_content ul, #main_content li {
list-style-type:disc;
}

#rightnav_container  {
	float:right;
	margin: 50px 0px 0px 0px;
	width:185px;
}

#rightnav_container img {
	margin-bottom:20px;
	border:1px #dcdcdc solid;
}

#rightnav {
	border: 1px solid #c3c3c3;
	background: #ffffff;
	padding: 0px 5px 0px 10px;
	margin-bottom: 20px
}





#rightnav  ul li a{
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0 3px 0;
	text-decoration: none;
	text-transform:uppercase
}

#rightnav  ul li.big a{
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	margin: 10px 0 10px 0;
	text-decoration: none;
	text-transform:uppercase
}


#more_links {
	height: 100px;
}

#more_links  h2{
	font-family:Georgia,Times,serif;
	border-bottom: 1px solid #686868;
	font-size: 1.2em;
	font-weight: 500;
	color: #1a536d;
}

#more_links  ul li a{
	color:#686868;
	font-size: .9em;
}

#more_links {
}



#topbox {	
	background: url('../images/shadow.png') no-repeat bottom right;
/*	
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;	
*/
}

#main_feature  {
	width: 612px;
	height: 350px;
    float:left;
}

#main_feature img {
	border: 1px solid #dcdcdc;
}

#researcher_links {
    width:297px;
    margin-left:16px;
    float:right;
    color:#84b9e4
}

#researcher_links h1 {
    font-family:Helvetica, Arial, Verdana, Sans-Serif;
    color:#84b9e4;
    font-size:1.3em;
    text-transform:uppercase;
    margin-top:5px;
    margin-bottom:7px;
}

#researcher_links ul li {
    background-color:#fff;
    border:solid 1px #84b9e4;
    margin-bottom: 2px;
}

#researcher_links ul li a {
    display:block;
    padding:10px 10px 10px 10px;
    text-decoration:none;
    font-size:1.2 em;
    text-transform:uppercase;
    font-weight:bold;
    color:#566d96;
}

#navaccordion {
        background-color:#fff;
    border:solid 1px #84b9e4;
	margin-bottom:2px;

}

#navaccordion h3 {
    display:block;
    padding:10px 10px 10px 10px;
    text-decoration:none;
	font-size:12px;
	cursor:pointer;
    text-transform:uppercase;
    font-weight:bold;
    color:#566d96;


}

#navaccordion ul li {
		border:none;

}

#navaccordion ul li a {
	text-transform: none;
	font-weight: normal;
	padding:3px 3px 3px 10px;

}

#navaccordion ul li a:hover {

	text-decoration: underline;
	background: #fff;
	
}

#researcher_links ul li a:hover, #navaccordion h3.ui-state-hover	 {

	background:#566d96;
	color:#fff;

}

#features {
    padding-top:16px;
	margin:0px auto;
	width:925px;
	clear: both;
}

.lfeature, 
.rfeature, 
.cfeature {
	width:299px;
	background:#fff;
	border: 1px solid #dcdcdc;
	overflow:auto;
	min-height: 170px;
}

.lfeature , 
.cfeature { float:left; }
.rfeature { float:right;}
.cfeature {margin-left: 11px;}

.lfeature h1,
.cfeature h1, 
.rfeature h1 {
	background:url("../images/feature_top_bg.jpg.gif") repeat-x scroll left top #f8f8f8;
	border-bottom:1px solid #dcdcdc;
	color:#cc0000;
	font-family:Helvetica,Arial,Verdana,Sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:13px;
	margin-right:0;
	margin-top:0;
	padding:10px 16px;
	text-align:left;
    text-transform:uppercase;   
}
.lfeature img, 
.cfeature img, 
.rfeature img {
	margin-left:10px;
	margin-right:10px;
	float:left;
	margin-bottom:15px;
}

.lfeature p,
.cfeature p,  
.rfeature p {
font-size: 11px;
	line-height:1.5em;
	margin-bottom:16px;
	margin-right:16px;
}

.lfeature p a, .cfeature p a {
	margin-left:10px;
	font-weight: normal;
	text-decoration: underline;
	display:block;
	text-transform: none;
}


.lfeature .more,
.cfeature .more, 
.rfeature .more {
	color:#830000;
	float:right;
	font-size:0.7em;
	font-weight:normal;
	padding-right:15px;
}

.lfeature a,
.cfeature a,
.rfeature a {
		text-decoration: none;
		text-transform: uppercase;
		font-size:12px;
}

#footer	{
	clear:both;
	width: 925px;
	text-align: center;
	padding: 30px 0px;
	margin: 0px auto;
	font-size:11px;
}

#footer a img {
	margin-bottom:10px;
	margin-left:5px;
}

#footer li {
	display: inline;
	border-right: 1px solid #828282;
	padding-right:15px; 
	margin-right:15px;
}

#footer li.last {
	border-right: 0;
	padding-right:0px;
	margin-right:0px;
}
	
#footer a:link, #footer a:visited {
	color: #828282;
	text-decoration: none;
}

#footer a:hover {
	color: #828282;
	text-decoration: underline;
}
	
#footer p {
	margin: 0px;
	line-height: 375%;
	color: #828282;
}
img.left {
	float:left;
	border:1px solid #999;
	padding:5px;
	margin-right:7px;
	margin-bottom:5px;
	background:#fff;
}


/*-- Programs accordion --*/
#programs {
	margin-top:10px;
}

#programs h3 {
	padding:10px 5px 10px 10px;
	font-size:1.4em;
}
#programs h3 a {
	text-decoration:none;
}

#programs h3.ui-state-active {
	background-color:#dcdcdc;
}

#programs .ui-accordion-header {
clear:both;
}
#programs .ui-accordion-content-active {
	border:solid 1px #dcdcdc;
	overflow:auto;
	background-color:#fff;
}

#programs p {
	padding:10px;
}
#programs ul {
  float: left;
  width: 630px;
  margin: 0;
  padding: 10px 0px 10px 10px;
  list-style: none;
  }
#programs li {
  float: left;
  width: 115px;
  margin: 0;
  padding: 0;
  padding:5px;
  list-style:none;
}


/*-- Google Custom Search --*/

#search-wrapper {
background-color:#fff;
}

#search p {
	font-size:11px;
	margin-bottom:16px;
}

