/* basic styles */

* {
	margin:0;
}

html {
	background-color: #fff;
	color: #333;
	font-family: Helvetica, Verdana, "Lucida Grande", Arial, sans-serif;
	font-size: 67%;
}

body {
	min-width: 770px;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin-bottom: 1em;
}

/* text */

h1, h3, h5, h6 {
	font-size: 1.1em;
}

h4 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.3em;
	color: #003399;
}

h3 {
	color: #003399;
}

sup, sub {
	font-size: 0.7em;
}

/* images */

img {
	border: 0;
}

img.block {
	display: block;
}

/* hyperlinks  - see http://dbaron.org/css/1999/09/links */

:link, :visited {
	color: #4066B3;
	outline: none;
	text-decoration: underline; 
}

:link:focus, :visited:focus {}

:link {}

:visited {}

:link:hover, :visited:hover {
	text-decoration: none; 
}

:link:active, :visited:active {}

#page-content :link, #page-content :visited {
	text-decoration: none;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 770px;
}

#header {
	position: relative;
	height: 57px;
}

#header img {
	border: none;
}

/* topnav */

#topnav {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	width: 752px;
	height: 16px;
	margin: 0;
	padding: 0;
	margin-left: 14px;
	margin-bottom: 14px;
	position: relative;
	text-align: left;
	z-index: 4040;
}

#topnav li a img {
	height: 16px;
	border: none;
}

#topnav a:link, #topnav a:active, #topnav a:visited {
	color: #183490;
	text-decoration: none;
}

#topnav a:hover {
	color: #FF9933;
	text-decoration: none;
	z-index: 4040;
}

#topnav li {
	background-image: none;
	display: inline;
	padding: 0;
	z-index: 4040;
}

#topnav .topnav-tier2 {
	background: #fff;
	/* border: 1px solid #183490;
	border-top: 0 none; */
	border: 1px solid #8099CC;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index: 4040;
}

#topnav-about-aiesec-tier2 {
	width: 16em;
	z-index: 4040;
}

#topnav-students-tier2 {
	width: 18em;
	z-index: 4040;
}

#topnav-employers-tier2 {
	width: 18em;
	z-index: 4040;
}

#topnav-alumni-tier2 {
	width: 16em;
	z-index: 4040;
}

#topnav-networks-tier2 {
	width: 15em;
	z-index: 4040;
}

#topnav-contact-us-tier2 {
	width: 16em;
	z-index: 4040;
}

#topnav .topnav-tier2 li {
	/* border-bottom: 1px dotted #b2b2b2; */
	display: block;
	padding: 4px 14px;
}

#topnav .topnav-tier2 li.last-item {
	border: 0 none;
}

#returnLocal {
	height: 14px;
	margin: -14px 0px 5px 530px;
	padding-left: 5px;
	font-size: 11px;
	font-face: arial black;
	font-weight: bold;
}

#returnLocal a {
	color: #FF3300;
	text-decoration: none;
}

/* main page content */

/* banner */

#bannerArea {
	position: relative;
	width: 770px;
	height: 258px;
}

#bannerAreaInner {
	position: relative;
	width: 770px;
	height: 206px;
}

#bannerLocal {
	position: relative;
	width: 770px;
}

#homeFlash {
	position: relative;
	width: 479px;
	height: 258px;
	float: left;
}

#innerFlash {
	position: relative;
	width: 479px;
	height: 206px;
	float: left;
}

#homeRightLinks {
	position: relative;
	width: 291px;
	height: 258px;
	float: right;
	color: #FFF;
}

#innerRightLinks {
	position: relative;
	width: 291px;
	height: 209px;
	float: right;
	color: #FFF;
}

#blue1 {
	position: relative;
	float: left;
	width: 271px;
	height: 86px;
}

#blue1Inner {
	position: relative;
	float: left;
	width: 271px;
	height: 86px;
	background-color: #003399;
}

#blue1Right {
	position: relative;
	width: 20px;
	height: 86px;
	float: right;
}

#blue2 {
	position: relative;
	float: left;
	width: 271px;
	height: 86px;
}

#blue2Inner {
	position: relative;
	float: left;
	width: 271px;
	height: 86px;
	background-color: #4066B3
}

#blue2Right {
	position: relative;
	width: 20px;
	height: 86px;
	float: right;
}

#blue3 {
	position: relative;
	float: left;
	width: 271px;
	height: 86px;
}

#blue3Inner {
	position: relative;
	float: left;
	width: 271px;
	height: 86px;
	background-color: #7F99CC;
}

#blue3Right {
	position: relative;
	width: 20px;
	height: 86px;
	float: right;
}

.blueText {
	width: 241px;
	margin: 30px 0 10px 10px;
}

.blueTextInner {
	width: 241px;
	margin: 10px 0 10px 10px;
}

.blueTextInner a:Link, .blueTextInner a:Visited, .blueTextInner a:Active {
	color: #FFF;
	text-decoration: none;
}

.blueTextInner a:Hover {
	color: #DFE5F2;
	text-decoration: none;
}

/* breadcrumbs */

#breadcrumbs {
	margin: 0 0 15px 0;
	font-weight: bold;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active {
	color: #666;
	text-decoration: underline;
	font-weight: normal;
}

#breadcrumbs a:hover {
	color: #FF9933;
	text-decoration: underline;
	font-weight: normal;
}

/** columns **/

#columns {
	/* display: inline; */
	position: relative;
	width: 770px;
	height: auto;
	margin: 20px 0 18px 0;
}

.section-links {  /* left column */
	width: 211px;
	background-image: url(/images/template/bg_bar2.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.section-links p {
margin: 7px 30px 0 5px;
}

/* START : new menu styles for presto */

.section-links a.menu_2:Link, .section-links a.menu_2:Visited, .section-links a.menu_2:Active {
	color: #003399;
	text-decoration: none;
}

.section-links a.menu_2:Hover {
	color: #FF3300;
	text-decoration: underline;
}

.section-links a.menu_2_on:Link, .section-links a.menu_2_on:Visited, .section-links a.menu_2_on:Active {
	color: #FF3300;
	text-decoration: none;
}

.section-links a.menu_2_on:Hover {
	color: #FF3300;
	text-decoration: underline;
}

.section-links a.menu_3:Link, .section-links a.menu_3:Visited, .section-links a.menu_3:Active {
	color: #4167C0;
	text-decoration: none;
	margin-left: 11px;
}

.section-links a.menu_3:Hover {
	color: #FF9900;
	text-decoration: underline;
	margin-left: 11px;
}

.section-links a.menu_3_on:Link, .section-links a.menu_3_on:Visited, .section-links a.menu_3_on:Active {
	color: #FF9900;
	text-decoration: none;
	margin-left: 11px;
}

.section-links a.menu_3_on:Hover {
	color: #FF9900;
	text-decoration: underline;
	margin-left: 11px;
}


.page-content {  /* right column */
	width: 551px;
	background-image: url(/images/template/canada.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#imageBelowLinks {
	width: 191px;
	text-align: center;
}

#imageBelowLinks img {
	margin-top: 30px;
}

/* lists */

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 10px;
	padding-left: 1em;
}

ol {
	margin-left: 0;
	padding-left: 2em;
}

ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: none;
}

ul li {
	background-image: url(/images/template/bullet_arrow_orange.gif);
	background-position: 0 0.4em;
	background-repeat: no-repeat; 
	height: auto !important;
	height: 1em;  /* fix background image appearance in IE */
	padding-left: 1em;
	list-style: none;
}

.page-content li {
	margin-bottom: 5px;
}

/* page title table */
table.page-title {
	width: 100%;
	border: none;
	padding: 0;
	border-collapse: collapse;
	background-color: #003399;
}

table.page-title td.left {
	width: 1%;
	background-color: #003399;
}

table.page-title td.right {
	background-color: #CDCFE4;
	vertical-align: middle;
	padding-left: 5px;
	color: #003399;
	font-size: 14px;
	height: 20px;
}

/** footer **/

#footer {
	position: relative;
	width: 770px;
	height: 20px;
	background-color: #003399;
	margin-bottom: 10px;
	margin-top: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none; 
	color: #FFF;
	border-right: 1px solid #FFF;
	padding: 0 10px;
	line-height: 20px;
}

#footer a:hover {
	text-decoration: none; 
	color: #DFE5F2;
	border-right: 1px solid #FFF;
	padding: 0 10px;
	line-height: 20px;
}

#footer a.last-item:Link, #footer a.last-item:Visited, #footer a.last-item:Active {
	border-right: 0 none;
}

#footer a.last-item:Hover {
	border-right: 0 none;
}

