/*Main style sheet for the UBC Medicine site*/

body {
	text-align: left; /*centers the main content divs of the page*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #696969;
}

/* if this style is updated it needs to be updated in HTMLeditor.css as well */
p {
	
}

/* if this style is updated it needs to be updated in HTMLeditor.css as well */
a {
	text-decoration: none;
	color: #003399;
}
/* if this style is updated it needs to be updated in HTMLeditor.css as well */
h1 {
	color: #800000;
	font-size: 12px;
	padding-left: 0px;
	
}
/* if this style is updated it needs to be updated in HTMLeditor.css as well */
h2 {
	color: #000000;
	font-size: 11px;
}
/* if this style is updated it needs to be updated in HTMLeditor.css as well */
h3 {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}

/*wrapper div is the primary container that is centered on the page*/
#wrapper {
	width: 800px; /*width of the main content area*/
	background-color: #fff;
	text-align: left; /*required alignment to override the center alignment at the body level*/
	margin: 0 auto; /*shorthand for top and bottom margins and left right margins*/
	/*border: solid 1px black;*/
}
#banner {
	/*border: solid 1px red;*/
}
#banner #imageBanner {
	margin: 0;
	padding: 0;
	clear: left; /*this clears the float:left used to make the top nav menu list horizontal*/
	border-top: solid 6px #cc9900;
	border-bottom: solid 6px #cc9900;
}
#banner #imageBanner img {
	margin: 0 0 0 3px;
	padding: 0;
	vertical-align: top;
}
#banner #imageBanner img.firstImage {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#banner #imageBanner table.subsiteTitle {
	float: right;
	/*border: solid 1px #800000;*/
	width: 373px;
	padding: 0;
	margin: 0;
}
#banner #imageBanner table.subsiteTitle .titleCell {
	/*border: solid 1px #003399;*/
	margin: 0;
	padding: 0;
	height: 68px;
	text-align: center;
	vertical-align: middle;
}
#banner #imageBanner table.subsiteTitle .titleCell h1{
	margin: 0;
	padding: 0;
	color: #003399;
	text-transform: uppercase;
}
#banner #imageBanner table.subsiteTitle .blueCell {
	background-color: #003399;
	height: 36px;
}
#banner .ubcBar {
	margin: 0 0 2px 0;
}
#banner #frogLogo {
	float: left;
	/*border-top: solid 1px #fff;*/
}
#banner .bannerTitle {
	color: #003399;
	font-size: 15px;
	text-transform: uppercase;
	margin: 14px 0 13px 112px;/*shorthand for top-right-bottom-left*/
	letter-spacing: 4.5px;
}
#banner #bannerSearch {
	float: right;
	margin: 10px 0 0 0;
}
#banner #bannerSearch input {
	border: solid 1px #cccccc;
}
#banner #bannerSearch button {
	background-color: #fff;
	border: none;
	color: #696969;
	cursor: pointer;
}
#topNav {	
	margin: 0 0 0 0px;
	border-top: solid 1px #003399;
}
#topNav li {
	float: left; /*this makes the menu list into a horizontal bar*/
	text-align: center;
	list-style: none; /*this removes the usual list bullets*/
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	width: 165px;
	padding: 0 10px 0 10px;
/*	margin: 0 10px 0 10px;*/
	line-height: 24px;
	background-color: #003399;
	border-left: solid 3px #ffffff;
}
/*the following css rule makes the first item in the menu list slightly narrower and 
removes the white space that the others have on the left.*/
#topNav li.firstTopNavItem {
	width: 122px;
	border-left: none;
}
#topNav li.lastTopNavItem {
	width: 164px;
	border-right: solid 1px #003399;
}
#topNav .currentTop {
	background-color: #ffffff;
	color: #003399;
}
#homeTopNav {	
	margin: 0 0 0 0px;
	border-top: solid 1px #003399;
}
#homeTopNav li {
	float: left; /*this makes the menu list into a horizontal bar*/
	list-style: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 5px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	width: 165px;
	padding: 0 10px 0 10px;
	line-height: 24px;
	background-color: #003399;
	border-left: solid 3px #ffffff;
}
#homeTopNav li.firstTopNavItem {
	width: 122px;
	border-left: none;
}
a.topNavLink {
	color: #ffffff;
}
#secondaryTopNav {
	text-align: right;
	padding: 3px 3px 3px 0;
	margin: 0;
	border-bottom: solid 1px #cccccc;
	clear: right;
}
#secondaryTopNav li {
	display: inline;
}
#leftCol {
	float: left;
	width: 210px;
	margin: 0;
	padding: 5px 5px 5px 0px;
	border-right: solid 1px #cccccc;
}
#leftCol h1 {
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin: 0;
	padding: 15px 0 0 0;
}
#leftCol p {
	line-height: 14px;
}
#leftCol .newsTitle {
	color: #800000;
}
#homeMainContent {
	margin: 0 0 0 236px; /*shorthand for top right bottom left values*/
	padding: 15px 60px 0 20px;
	line-height: 24px;
	border-left: solid 1px #cccccc;
}
#homeMainContent p {
	font-family: 'Times New Roman', 'Times', 'Serif'; /*Used quotes here because of multiple words in Times New Roman*/
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#mainContent {
	margin: 0 0 0 236px; /*shorthand for top right bottom left values*/
	padding: 10px 0 0 20px;
	border-left: solid 1px #cccccc;
}
/* if this style is updated it needs to be updated in HTMLeditor.css as well */
#mainContent p {
	margin: 0 30px 10px 0;
	line-height: 14px;
}
/* if this style is updated it needs to be updated in HTMLeditor.css as well */
#mainContent h1 {
	margin: 0 0 15px 0;
	padding: 0;
}
/* if this style is updated it needs to be updated in HTMLeditor.css as well */
#mainContent h2 {
	margin: 0 0 0 0;
}
/* if this style is updated it needs to be updated in HTMLeditor.css as well */
#mainContent h3 {
	margin: 0;
}
#mainContent #linksNewsArea {
	float: right;
}
/* if this style is updated it needs to be updated in HTMLeditor.css as well */
#mainContent .linksNewsBox {
	border: solid 1px #cccccc;
	width: 183px;
	padding: 0;
	margin: 0 0 10px 0;
}
/* if this style is updated it needs to be updated in HTMLeditor.css as well */
#mainContent .linksNewsBox h1 {
	border-bottom: solid 1px #cccccc;
	padding: 3px 0 3px 15px;
	margin: 0;
	letter-spacing: 4px;
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
}
/* if this style is updated it needs to be updated in HTMLeditor.css as well */
#mainContent .linksNewsBox ul {
	list-style: none;
	margin: 0 0 0 17px;
	padding: 10px 10px 10px 15px;
	list-style-image: url(../images/blueListArrow.png);
}
/* if this style is updated it needs to be updated in HTMLeditor.css as well */
#mainContent .linksNewsBox p {
	margin: 0 5px 0 15px;
}
.homeKeyword {
	color: #800000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: 5px;
	padding-right: 2px;
}
.homeMap {
	text-align: center;
}
#footer {
	clear: left; /*clears the float of the left nav so that the footer can appear after the longer of the two elements of the mainContent or the leftCol.*/
	margin: 0 0 0 20px; /*sets the left margin to align with the mainContent div*/
	padding: 0 0 0 10px;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer p a {
	color: #696969;
}
