
/*********** GLOBAL SETTINGS ************************/
* {margin: 0; padding: 0;}
html{overflow-y: scroll;}
a {outline: none;} /* removes Firefox dotted outline on click */
a img {border: none;}
em {font-style: italic;}
strong {font-weight: bold;}

/*************************************************/

body {	
	background: #a7a9ac url(../_media/bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-size: 11px;
	color: #666;
	text-align: center;
}

#wrap {
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	width: 760px;
	background: #fff;
}

h1 {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #b53c49;
	margin-bottom: .5em;
}

h2 {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.02em;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	margin-bottom: 10px;
}

p {
	margin-bottom: 1em; 
	line-height: 1.4;
	font-size: 11px;
}

ul {
	margin-left: 2em;
}

li {margin-bottom: 1em;}

/* links */

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

a:hover {
	color: #B53C49;
	text-decoration: underline;
}

h4 {
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}

#content h4 a {
	font-weight: bold;
}

/*
*************** TOP ********************/
#topWrap {
}

ul#topnav {
	float: left;
	width: 100%;
	height: 31px;
	margin-left: 0;
	margin-bottom: 4px;
	list-style: none;
}

#topnav li {
	float: left;
	width: 152px;
	height: 31px;
	margin: 0;
	line-height: 1;
}

#topnav li a {
	display: block;
	width: 152px;
	height: 21px;
	padding-top: 10px;
	text-decoration: none;
	background: url(/_media/topnav_bg.png) 0 0 repeat-x;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#topnav li a:hover,
body.about a#nAbout,
body.courses a#nCourses,
body.instructors a#nInstructors,
body.material a#nMaterial,
body.contact a#nContact {
	background-position: 0 -31px;
	color: #fff;
}


.bigborder {
	border: 5px solid #999;
	}
#logo {
	float: left;
	width: 180px;
	height: 195px;
	background: #a7a9ac url(../_media/logo_abaxis_univ.gif) 40px 21px no-repeat;
}

#logo h1 a {
	display: block;
	width: 100px;
	height: 137px;
	margin: 21px 0 0 40px;
	text-decoration: none;
}

#logo h1 span {
	display: none;
}

#valprop {
	float: right;
	width: 525px;
	height: 165px;
	text-align: right;
	padding-top: 30px;
	padding-right: 30px;
}

body.home #valprop {background:url(../_media/valprop_home.jpg) no-repeat;}
body.about #valprop {background:url(../_media/valprop_about.jpg) no-repeat}
body.courses #valprop, body.errorPage #valprop {background:url(../_media/valprop_courses.jpg) no-repeat}
body.instructors #valprop {background:url(../_media/valprop_instructors.jpg) no-repeat}
body.material #valprop {background:url(../_media/valprop_reg.jpg) no-repeat}
body.contact #valprop {background:url(../_media/valprop_contact.jpg) no-repeat}

#valprop h1 {
	font-size: 30px;
	color: #b53c49;	
	margin-bottom: 0;
}

#valprop h2 {
	font-size: 22px;
	color: #000;	
	font-weight: normal;
}

#valprop p a {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #b53c49;	
	font-weight: bold;
}

/*
*************** SIDEBAR ********************/
#sidebar {
	float: left;
	width: 163px;
	margin-left: 47px;
}

.promo-wrap {
	background: url(/_media/promo_bg_bottom.png) 0 100% no-repeat;
	padding-bottom: 8px;
	margin-bottom: 20px;
	zoom: 1;
	}
.promo {
	background: url(/_media/promo_bg_top.png) 0 0 no-repeat;
	width: 163px;
	}
.promo-inner {
	padding: 20px;
	}
#sidebar h2 {
	color:#999;
	font-size: 12px;
	font-weight:normal;
	letter-spacing:0.1em;
	margin-bottom:5px;
	text-transform:uppercase;
}

#sidebar h3 {
	color:#cc3333;
	font-size: 12px;
	font-weight:normal;
	margin-top: 10px;
	margin-bottom:5px;
	text-transform:uppercase;
}

#sidebar p {
	color: #333;
	font-size: 10px;
	line-height: 1.2;
}

a.arrow {
	background:url(../_media/arrow_sm.gif) 100% 3px no-repeat;
	padding-right: 15px;
	padding-bottom: 5px;
	zoom: 1;
}

a.arrowLg {
	background:url(../_media/arrow_lg.gif) 100% 3px no-repeat;
	padding-right: 25px;
}

/*
*************** CONTENT ********************/
#contentWrap {
	border: 5px solid #999;
	border-top: none;
	padding: 20px 10px 20px 20px;
	zoom: 1;
}

#contentWrap p {
	color: #666;
}

#contentWrap p.intro {
	font-size: 13px;
	color: #000;
}

#contentWrap p span.highlight {
	color: #000;
	font-weight: bold;
}

.container {width:720px;float: left;}
#content {
	float: left;
	width: 510px;
}

.bioPic {
	float: left;
	width: 150px;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
}

.courseTitle {
	font-weight: bold;
	font-style: italic;	
}

form {
	width: 500px;
}

label {
	display: block;
	width: 110px;
	float: left;
	margin-top: 3px;
}

input {
	border: 1px solid #ccc;
	padding: 2px;
}

form p {
	clear: left;
}

.notice {
	font-size: 10px;
	color: #990917;
}

.error {
	border: 1px solid #990917;
}

.radio-group label, .radio-group input {
	float: left;
	width: auto;
	margin-bottom: 10px;
	margin-top: 0;
}

.radio-group input {
	margin-right: 15px;
}
.radio-group label {
	margin-right: 5px;
}

li label {
	float: none;
	width: auto;
	margin: 0;
}
li label.error {
	border: none;
}

#existing-customers,
#new-customers,
#rewards-signup {
	display: none;
	clear: left;
}
.error-container {
	padding: 5px;
	border: 1px solid #990917;
	font-weight: bold;
	display: none;
}
ul.error-container li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.error-container {
	margin: 0 0 10px 0;
}

/* Courses */
.course {
	background: #f8f8f8 url(/_media/course_top.png) no-repeat;
	width: 505px;
	margin-bottom: 20px;
	zoom: 1;
	}
.course-inner {
	padding: 10px;
	zoom: 1;
	}
.course-bottom {
	background: url(/_media/course_bottom.png) 0 100% no-repeat;
	border-top: 1px solid #ccc;
	padding: 10px 0 10px 32px;
	}
.course-bottom p {
	margin: 5px;
	}
.toggleButton {
	float: left;
	width: 14px;
	height: 14px;
	margin-right: 8px;
	}
.toggleButton img:hover,
p.more:hover,
p.less:hover{
	cursor: pointer;
	}	
p.more {
	display: inline;
	}	
.course-description {
	float: left;
	width: 463px;	
	}
.course-description h4 {
	color: #B53C49;
	}
.readmore {
	display: none;
	}

.downloads {
	margin-bottom: 10px;
	}
.downloads p {
	font-size: 12px;
	margin-bottom: 5px;
	}
.downloads a {
	font-weight: bold;
	}
	
.icon-pdf {
	background: url(/_media/icon_pdf.png) 0 5px no-repeat;
	padding: 5px 0 0 25px;
	}
.muted {
	color: #a7a9ac;
	}
	
/*
*************** TABLES ********************/
.std td {
	color: #666;
	padding: 3px;
}

.courseList  {
	margin-left: 2em;
	margin-bottom: 1em;
}

.courseList td {
	vertical-align: top;
	padding: 5px;
}

/* misc.
---------------------------------------------------------- */
.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}

.small {font-size: 10px;}

hr {
    color: #CCCCCC;
    border: none;
    border-top: 1px solid #CCCCCC;
    height: 1px;
    margin: 0 0 1em 0;
    padding: 0;
}

.nomargin {margin: 0;}
.notopgap {margin-top: 0;}
.nobottomgap {margin-bottom: 0;}