@font-face {
    font-family: 'myriad_pro';
    src: url('../fonts/myriadpro-regular-webfont.eot');
    src: url('../fonts/myriadpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-regular-webfont.woff') format('woff'),
         url('../fonts/myriadpro-regular-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-regular-webfont.svg#myriad_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'myriad_pro';
    src: url('../fonts/myriadpro-bold-webfont.eot');
    src: url('../fonts/myriadpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-bold-webfont.woff') format('woff'),
         url('../fonts/myriadpro-bold-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-bold-webfont.svg#myriad_probold') format('svg');
    font-weight: bold;
    font-style: normal;

}
h1.PageHeader {
	margin-top: 0;
	padding-top: 2px;
	color: #5B2429;
}
h2 {
	color: #5B2429!important;
}
td {
	padding: 4px!important;
}
/* Intro */

#introWrapper {
	background: #f0f0f0;
	margin-bottom: 30px;
}

#intro {
	width: 930px;
	margin: 0 auto;
	padding: 45px 30px 15px;
}

#intro p {
	font-size: 30px;
	font-weight: bold;
	color: #42b3ff;
	text-align: center;
	line-height: 1.2;
}

#intro p span {
	color: #1990e0;
}

/* Welcome */

#welcome {
	position: relative;
	height: 360px;
	background: url(/uploads/images/jamboree_medical_home.png) no-repeat;
	border-top: 10px solid #5b2429;
	margin: 0 0 40px;
}

#welcome .text {
	position: absolute;
	left: 31px;
	top: 70px;
}

#welcome .text .title {
	font-size: 40px;
	font-weight: bold;
	color: #0b52ba;
	line-height: 0.9;
	margin: 0 0 10px;
}

#welcome .text .title span { 
	display: block;
	color: #1990e0;
}

#welcome .text .subtitle {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #464646;
	line-height: 1.2;
}

#welcome .text .subtitle span {
	display: block;
	font-size: 25px;
}

#welcome .text .button {
	display: inline-block;
	background: #ee1c24;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-bottom: 5px solid #3c3c3c;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#welcome .text .button span {
	display: block;
	line-height: 49px;
	padding: 0 22px;
	border-bottom: 1px solid #fbc6c8;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* News */

#news {
	overflow: hidden;
	margin: 0 0 40px;
}

#news  p {
	line-height: 1.2;
	margin: 0 0 16px;
}

#news .title {
	font-size: 20px;
	font-weight: bold;
	color: #0b52ba;
}

#news .heading {
	display: block;
	font-size: 14px;
	color: #1990e0;
	margin: 0 0 12px;
}

#news .more {
	font-size: 14px;
	color: #0b52ba;
	text-decoration: underline;
}

#news .updates {
	float: left;
	width: 300px;
	border-top: 10px solid #5b2429;
	padding-top: 26px;
}

#news .update {
	margin-bottom: 20px;
}

#news .events {
	float: right;
	width: 300px;
	border-top: 10px solid #5b2429;
	padding-top: 26px;
}

#news .events .event {
	margin-bottom: 20px;
}

#news .events .event .date {
	float: left;
	font-size: 25px;
}

#news .events .event .heading {
	font-size: 13px;
	margin-left: 135px;
}
/* Side Navi */
#sideNavi {
	width: 290px;
}
#sideNavi .title {
	font-size: 20px;
	font-weight: bold;
	padding: 8px 20px 4px;
	margin: 0 0 23px;
	color: #fff;
	background: #5b2429;
}

#sideNavi ul {
	margin: 0 0 18px;
	padding: 0;
}

#sideNavi ul li {
	margin: 0 0 5px;
	padding: 0 0 0 19px;
	list-style: none;
	font-family: Arial, sans-serif;
	font-size: 14px;
	background: url(../images/side-navi-bullet.png) no-repeat 1px 5px;
}

#sideNavi ul li a {
	display: block;
	color: #555555;
}

#sideNavi .viewAll {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #0b52ba;
	text-decoration: underline;
}

/* Miscelleneous */
h1 {
	margin:0;
}
h1, h2, h3, h4, h5 {
	color: #5B2429;
}
h2 {
	font-weight: normal;
	margin-bottom: 2px;
}
p {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.4;
}

a {
	text-decoration: none;
	color: #1990E0;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

input::-moz-focus-inner 
{ 
    border: 0;
    padding: 0;
}

form {
	margin: 0;
	padding: 0;
}