@charset "utf-8";
/* CSS Document */

/*GENERAL RULES*/
*{
	margin:0;
	border:0;
	padding:0;
}
html{
	font-family: Verdana, Geneva, sans-serif;
	color:#333;
	font-size:12px;
	/*background:#adb4c4;*/
	background: #fffbfd;
	/*background: linear-gradient(, rgb(0,51,102) 44%, rgb(250,250,250) 72%, rgb(164,61,35) 86%);
background: -o-linear-gradient(, rgb(0,51,102) 44%, rgb(250,250,250) 72%, rgb(164,61,35) 86%);
background: -moz-linear-gradient(, rgb(0,51,102) 44%, rgb(250,250,250) 72%, rgb(164,61,35) 86%);
background: -webkit-linear-gradient(, rgb(0,51,102) 44%, rgb(250,250,250) 72%, rgb(164,61,35) 86%);
background: -ms-linear-gradient(, rgb(0,51,102) 44%, rgb(250,250,250) 72%, rgb(164,61,35) 86%);*/
}
	


a{
	text-decoration:none;
	color:#69799a;
}
a:hover{
	text-decoration:underline;
}
body{
	background:#FFF;
	width: 960px;
	margin: 0 auto;
	padding:0 20px;
	text-align:left;
	border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    border-top-left-radius:10px;  
    border-top-right-radius:10px;
}
nav1 ul li{
	list-style:none;
}

/*HTML5 RULES*/
header, hgroup, nav, footer, figure, figcaption, article, section, aside, blockqoute, address, canvas {
	display:block;
}



/*SITE LAYOUT*/
header{
	height: 125px;
}
nav1{
	height: 28px;
	background-color: #69799a;
	margin-bottom: 0px;
	border-top-left-radius:15px;  
    border-top-right-radius:15px;
}
/*nav1{
	height: 28px;
	background-color: #a43c23;
	margin-bottom: .8em;
}*/

/*nav2 ul{
	list-style:none;
}*/
/*nav2 ul li{
	text-align: center;
	float:left;
	padding:0 25px;
	line-height: 45px;
	border-bottom: 1px solid #ccc;
	background:#fff;
	margin-bottom: .5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	

}*/
/*nav2 ul li a{
	color:hsl(0,0%,40%);
	border-right: none;
}
nav2 ul li:hover{
		background:#ddd;
}
*/

/*HEADER TOP SECTION*/
section#topSection{
	height:75px;
	margin-bottom: 0px;
	border-bottom: 2px solid #ccc;
	background: url(../images/logo.png) no-repeat 0 3px;
	
	
}
section#topSection div#topContent{
	float:right;
	width: 680px;
	text-align:right;
	padding: .8em 0 0 0;
	font-size: 1em;
	font-weight:bold;
}
section#topSection form{
	margin-top: .7em;
}
section#topSection form input.inputStyle{
	border:1px solid #ccc; 
	height: 25px;
}

/*NAVIGATION SECTION*/
 nav1 {
	background: #6da8d8;
	height: 2.3em;
}
nav1 ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
nav1 ul {
	/*background: #8b013f;*/
	background: #3eb3e8;
	height: 2em;
	width: 100%;
}
nav1 li {
	position: relative;
}
nav1 li a {
	display: block;
	line-height: 2em;
	padding: 0 1.5em;
	color: white;
	text-decoration: none;	background: url(../images/icon_sprites_25.png) no-repeat 2px 7px;
}
nav1 li a:hover, nav1.topmenu nav1 li:hover > a {
	background: #916A31 url(../images/icon_sprites_25.png) no-repeat 2px 7px;
	height: 2em;
	padding-top: .3em;
	position: relative;
	top: -.3em;
	border-radius: .3em .3em 0 0;
}

 /*SECOND NAV BAR CSS */ 
 nav2 {
	background: #916A31;
	height: 2.3em;
}
nav2 ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
nav2 ul {
	background: #ffffff;
	height: 2em;
	width: 100%;
	z-index: 1011;
}
nav2 li {
	position: relative;
}
nav2 li a {
	display: block;
	line-height: 2em;
	padding: 0 1.5em;
	color: black;
	text-decoration: none;	background: url(../images/icon_sprites_25.png) no-repeat 2px 7px;
}
nav2 li a:hover, nav2.topmenu nav2 li:hover > a {
	background: #916A31 url(../images/icon_sprites_25.png) no-repeat 2px 7px;
	height: 2em;
	padding-top: .3em;
	position: relative;
	top: -.3em;
	border-radius: .3em .3em 0 0;
}

/*dropdown menu styles*/
nav2 ul.submenu {
	float: none;
	background: #916A31;
	width: auto;
	height: auto;
	position: absolute;
	top: 2em;
	left: -9000em;
	max-height: 0;
	-moz-transition: max-height 0.5s ease-in-out;
	-webkit-transition: max-height 0.5s ease-in-out;
	-o-transition: max-height 0.5s ease-in-out;
	transition: max-height 0.5s ease-in-out;
	overflow: hidden;
}
nav2 ul.submenu li {
	float: none;
	margin: 0;
}
nav2 .topmenu li:hover ul {
	left: 0;
	max-height: 10em;
}
nav2 ul.submenu li a {
	border-bottom: 1px solid white;
	padding: .2em 1em;
	white-space: nowrap;
	background: #ffffff;
}
nav2 ul.submenu li:last-child a {
	border-bottom: none;
}
nav2 ul.submenu li a:hover {
	background: #D5973C;
	height: 2em;
	padding-top: .2em;
	top: 0;
	border-radius: 0;
}






/*SIDE BAR*/


sidebar {
   float: left;
   width: 940px;
   height: 220px;
   border: 2px solid #fff;
   padding: 28px 10px 25px;
   overflow:hidden;	
   text-align:left;
   background-color:#fbd2a9;
   border-bottom-left-radius:15px;
   border-bottom-right-radius:15px;
   border-top-left-radius:15px;  
   border-top-right-radius:15px;
   font-size:16px;
   font-family:Georgia, "Times New Roman", Times, serif;
   background-image:url(../images/banner.png);
   background-repeat: no-repeat;
   background-position:left;
}



NewCourses {
   float: left;
   margin-left:auto;
   margin-right:auto;
   width: 260px;
   height: 110px;
   border: 2px solid #fff;
   padding: 20px;
   overflow:hidden;	
   text-align:center;
   background-color:#ccc;
   /*background-color:#ed6a00;*/
   border-bottom-left-radius:15px;
   border-bottom-right-radius:15px;
   border-top-left-radius:15px;  
   border-top-right-radius:15px;
   font-size:14px;
   font-family:Georgia, "Times New Roman", Times, serif;
   background-image:url(../images/newcourses.png);
   background-repeat: no-repeat;
   background-position:right top;
}

Quicklinks {
   float: right;
   margin-left:auto;
   /*margin-right:auto;*/
   width: 260px;
   height: 110px;
   border: 2px solid #fff;
   padding: 20px;
   overflow:hidden;	
   text-align:center;
   background-color:#ccc;
   border-bottom-left-radius:15px;
   border-bottom-right-radius:15px;
   border-top-left-radius:15px;  
   border-top-right-radius:15px;
   font-size:14px;
   font-family:Georgia, "Times New Roman", Times, serif;
   background-image:url(../images/quicklinks.png);
   background-repeat: no-repeat;
   background-position:right top;
}

Events {
   float: left;
   margin-left:auto;
   margin-right:auto;
   width: 308px;
   height: 110px;
   border: 2px solid #fff;
   padding: 20px;
   overflow:hidden;	
   text-align:center;
   background-color:#ccc;
   border-bottom-left-radius:15px;
   border-bottom-right-radius:15px;
   border-top-left-radius:15px;  
   border-top-right-radius:15px;
   font-size:14px;
   font-family:Georgia, "Times New Roman", Times, serif;
   background-image:url(../images/upcoming-events.png);
   background-repeat: no-repeat;
   background-position:center top;
   
}



sidebarx {
   float: left;
   width: 940px;
   border: 2px solid #fff;
   padding-top: 0px;
   padding-right: 10px;
   padding-bottom: 10px;
   padding-left: 10px;
   overflow:hidden;	
   text-align:left;
   color: #333;
   background-color:#f5f5f5;
   border-bottom-left-radius:15px;
   border-bottom-right-radius:15px;
   border-top-left-radius:15px;  
   border-top-right-radius:15px;
   font-size:16px;
   font-family:Arial, Verdana, Geneva, sans-serif;
   background-repeat: no-repeat;
   background-position:right;
}


sidebar2 {
   float: left;
   width: 940px;
   height: 2px;
   border: 2px solid #fff;
   padding: 10px;
   overflow:hidden;	
   text-align:left;
   background-color:#fddfd7;
   border-bottom-left-radius:15px;
   border-bottom-right-radius:15px;
   border-top-left-radius:15px;  
   border-top-right-radius:15px;
   font-size:16px;
   font-family:Georgia, "Times New Roman", Times, serif;
}

/*   sidebar3 {
   float: left; 
   width: 216px;
   height: 50px;
   border: 2px solid #fff;
   padding: 10px;
   overflow:hidden;	
   text-align:left;
   background-color:#dddddd;
   border-bottom-left-radius:15px;
   border-bottom-right-radius:15px;
   border-top-left-radius:15px;  
   border-top-right-radius:15px;
   font-size:16px;
   font-family:Georgia, "Times New Roman", Times, serif;
   background-image: url(../images/conference1.png);
   background-repeat: no-repeat;
   background-position:inherit;
}*/
/*   sidebar4 {
   float: left; 
   width: 216px;
   height: 50px;
   border: 2px solid #fff;
   padding: 10px;
   overflow:hidden;	
   text-align:left;
   background-color:#dddddd;
   border-bottom-left-radius:15px;
   border-bottom-right-radius:15px;
   border-top-left-radius:15px;  
   border-top-right-radius:15px;
   font-size:16px;
   font-family:Georgia, "Times New Roman", Times, serif;
   background-image: url(../images/conference3.png);
   background-repeat: no-repeat;
   background-position:inherit;
}*/

/*   sidebar5 {
   float: left; 
   width: 216px;
   height: 50px;
   border: 2px solid #fff;
   padding: 10px;
   overflow:hidden;	
   text-align:left;
   background-color:#dddddd;
   border-bottom-left-radius:15px;
   border-bottom-right-radius:15px;
   border-top-left-radius:15px;  
   border-top-right-radius:15px;
   font-size:16px;
   font-family:Georgia, "Times New Roman", Times, serif;
   background-image: url(../images/conference2.png);
   background-repeat: no-repeat;
   background-position:inherit;
}*/

/*   sidebar6 {
   float: left; 
   width: 216px;
   height: 50px;
   border: 2px solid #fff;
   padding: 10px;
   overflow:hidden;	
   text-align:left;
   background-color:#dddddd;
   border-bottom-left-radius:15px;
   border-bottom-right-radius:15px;
   border-top-left-radius:15px;  
   border-top-right-radius:15px;
   font-size:16px;
   font-family:Georgia, "Times New Roman", Times, serif;
   background-image: url(../images/conference4.png);
   background-repeat: no-repeat;
   background-position:inherit;
}*/

/*asideright {
   float: right;
   margin-left:auto;
   margin-right:auto;
   width: 260px;
   height: 175px;
   border: 2px solid #fff;
   padding: 20px;
   overflow:hidden;	
   text-align:left;
   background-color:#fbd2a9;
   border-bottom-left-radius:15px;
   border-bottom-right-radius:15px;
   border-top-left-radius:15px;  
   border-top-right-radius:15px;
   font-size:16px;
   font-family:Georgia, "Times New Roman", Times, serif;
   background-image:url(images/nurse2.png);
   background-repeat: no-repeat;
   background-position:right bottom;-->

}*/
/*asideleft {
   float: left;
   margin-left:auto;
   margin-right:auto;
   width: 260px;
   height: 175px;
   border: 2px solid #fff;
   padding: 20px;
   overflow:hidden;	
   text-align:center;
   background-color:#fbd2a9;
   border-bottom-left-radius:15px;
   border-bottom-right-radius:15px;
   border-top-left-radius:15px;  
   border-top-right-radius:15px;
   font-size:16px;
   font-family:Georgia, "Times New Roman", Times, serif;
<!--   background-image:url(images/nurse2.png);-->
   background-repeat: no-repeat;
   background-position:left bottom;

}
*/
/*asidemiddle {
   float: left;
   margin-left:auto;
   margin-right:auto;
   width: 308px;
   height: 175px;
   border: 2px solid #fff;
   padding: 20px;
   overflow:hidden;	
   text-align:center;
   background-color:#fbd2a9;
   border-bottom-left-radius:15px;
   border-bottom-right-radius:15px;
   border-top-left-radius:15px;  
   border-top-right-radius:15px;
   font-size:16px;
   font-family:Georgia, "Times New Roman", Times, serif;
 <!--  background-image:url(images/learnMore2.png);-->
   background-repeat: no-repeat;
   background-position:right bottom;
   
}
*/
/*FOOTER*/
footer {
   float: left;
   width: 940px;
   border: 2px solid #fff;
   padding: 30px 10px;
   overflow:hidden;	
   text-align:left;
   /*background-color:#ed6a00;*/
   background-color:#ccc;
   border-bottom-left-radius:15px;
   border-bottom-right-radius:15px;
   border-top-left-radius:15px;  
   border-top-right-radius:15px;
   font-size:14px; color:#000;
   background-image:url(../images/footerback.png),url(../images/cornerstone3.png) ;
   background-repeat: no-repeat;
   background-position: top, bottom right;
   font-family: Verdana, Geneva, sans-serif;
}
/*CSS TO BE USED FOR BUTTONS STYLING DO NOT DELETE*/
.gocart {
	background: #8b013f;
	color: white;
	padding: 0 0.1em;
	height: 2.2em;
	display: table;
	border: 1px solid rgb(32, 124, 202);
	font-family: Helvetica, sans-serif;
	font-weight: 100;
	font-size: 1em;
	text-transform: lowercase;
	letter-spacing: .045em;
	line-height: 2.4em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	border-radius: .325em;
	-webkit-box-shadow:inset 0px 1px 3px rgb(162,200,229);
	box-shadow:inset 0px 1px 3px rgb(162,200,229);
}
.gocart:hover {
	
}
.gocart:active, .gocart:focus {
	
}

.addcart {
	background: #8b013f;
	color: white;
	padding: 0 0.1em;
	height: 2.1em;
	display: table;
	border: 1px solid rgb(32, 124, 202);
	font-family: Helvetica, sans-serif;
	font-weight: 100;
	font-size: 1em;
	text-transform: lowercase;
	letter-spacing: .045em;
	line-height: 2.4em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	border-radius: .325em;
	-webkit-box-shadow:inset 0px 1px 3px rgb(162,200,229);
	box-shadow:inset 0px 1px 3px rgb(162,200,229);
}
.addcart:hover {
	
}
.addcart:active, .addcart:focus {
	
}

.incart {
	background: rgb(139, 1, 63);
	color: white;
	padding: 0 0.1em;
	height: 2.1em;
	display: table;
	border: 1px solid rgb(32, 124, 202);
	font-family: Helvetica, sans-serif;
	font-weight: 100;
	font-size: 1em;
	text-transform: lowercase;
	letter-spacing: .045em;
	line-height: 2.4em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	border-radius: .325em;
	-webkit-box-shadow:inset 0px 1px 3px rgb(162,200,229);
	box-shadow:inset 0px 1px 3px rgb(162,200,229);
}
.incart:hover {
	
}
.incart:active, .incart:focus {
	
}

.button {
	background: rgb(139, 1, 63);
	color: white;
	padding: 0 0.1em;
	height: 2.0em;
	display: table;
	border: 1px solid rgb(32, 124, 202);
	font-family: Helvetica, sans-serif;
	font-weight: 100;
	font-size: 1em;
	text-transform: none;
	letter-spacing: .045em;
	line-height: 1.4em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	border-radius: .325em;
	-webkit-box-shadow:inset 0px 1px 3px rgb(162,200,229);
	box-shadow:inset 0px 1px 3px rgb(162,200,229);
}
.button:hover {
	background: #336699;
	border: solid 1px #2A4E77;
	text-decoration: none;
	
}
.button:active, .button:focus {
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	background: #2E5481;
	border: solid 1px #203E5F;
	
}


/*form styles controls the feel and look of all the forms*/
fieldset {
	border: none;
	border-bottom: 1px solid rgb(105,121,154);
	margin-bottom: 20em;
	width: 286px;
}

fieldset:last-child {
	border: none;
	
}

legend {
	font-family: Bitter, Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: rgb(251, 174, 44);
}

form {
	margin-bottom: 1em;
}

form ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

form li {
	margin: 0;
	margin-bottom: 2em;
	padding: 0;
	font-size: .9em;
}

.study li {
	margin-bottom: 2em;
	
}

li.group {
	margin-bottom: 2;
	font-weight: bold;
	font-size: .8em;
}

label.text {
	display: block;
	
	}

input[type="text"], input[type="email"], input[type="password"], input[type="search"], textarea, select {
	border: 1px solid #ccc;
	width: 250px;
	padding: .2em;
	font-size: 1em;
}

textarea {
	height: 128px;
}

input:focus, textarea:focus {
	border: 2px solid rgb(168, 88, 163);
}

input[type="submit"] {
	color: white;
	padding: .2em .4em;
	border: none;
	font-size: 1em;
	cursor: pointer;
	border: 1px solid rgb(105,121,154);
	-webkit-box-shadow:inset 0px 1px 1px rgb(225,225,245);
	box-shadow:inset 0px 1px 1px rgb(225,225,245);
	border-radius: 5px;
	background: rgb(0,51,105);
	background: -moz-linear-gradient(top, rgb(0,51,105) 0%, rgb(125,185,232) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(0,51,105)), color-stop(100%, rgb(125,185,232)));
	background: -webkit-linear-gradient(top, rgb(0,51,105) 0%, rgb(125,185,232) 100%);
	background: -o-linear-gradient(top, rgb(0,51,105) 0%, rgb(125,185,232) 100%);
	background: -ms-linear-gradient(top, rgb(0,51,105) 0%, rgb(125,185,232) 100%);
	background: linear-gradient(to bottom, rgb(0,51,105) 0%, rgb(125,185,232) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0263ae', endColorstr='#7db9e8', GradientType=0 );
}

input[type="submit"]:hover {
	background: rgb(0,51,105);
	background: -moz-linear-gradient(top, rgb(125,185,232) 0%, rgb(0,51,105) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(125,185,232)), color-stop(100%, rgb(0,51,105)));
	background: -webkit-linear-gradient(top, rgb(125,185,232) 0%, rgb(0,51,105) 100%);
	background: -o-linear-gradient(top, rgb(125,185,232) 0%, rgb(0,51,105) 100%);
	background: -ms-linear-gradient(top, rgb(125,185,232) 0%, rgb(0,51,105) 100%);
	background: linear-gradient(to bottom, rgb(125,185,232) 0%, rgb(0,51,105) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#0263ae', GradientType=0 );
	color: rgb(202,223,237);
}

select {
	width: 300px;
	
}

select[multiple] {
	height: 152px;
	/*margin-top: 20em;*/
}

/*CSS FOR IMAGES*/
#img {
	float:right;
    display: inline-block;
    width:100%;
    }

/*CSS FOR TABLES*/
/*table
    {
border: 1px solid black;
width: 100%;
height: 20px;
background-color:#f5f5f5;
}
th  {
	height: 20px;
}
td  {
	height: 20px;
	text-align:center;
	padding: 15px;
}
  */  
.first {
   margin-right:5px;
   margin-left:auto;
   border: 5px solid #cccccc;
   padding: 30px 2px 50px;
   overflow:hidden;	
   background-color:#f5f5f5;
   border-bottom-left-radius:15px;
   border-bottom-right-radius:15px;
   border-top-left-radius:15px;  
   border-top-right-radius:15px;
   /*font-size:14px;*/
   font-family:Georgia, "Times New Roman", Times, serif;
   background:url(../images/notes.png),url(../images/cornerstone2.png);
   background-repeat: no-repeat;
   background-position:right top, bottom right;
   
}
.second {
   margin-left:auto;
   border: 5px solid #cccccc;
   padding: 30px 2px 2px;
   overflow:hidden;	
   color:#FFFFFF;
   background-color:#fbd2a9;
   border-bottom-left-radius:15px;
   border-bottom-right-radius:15px;
   border-top-left-radius:15px;  
   border-top-right-radius:15px;
   font-size:14px;
   font-family:Georgia, "Times New Roman", Times, serif;
   background-image:url(../images/titles.png);
   background-repeat: no-repeat;
   background-position:right top;
}

.third {
   margin-left:auto;
   border: 3px solid #cccccc;
   padding: 10px 5px 5px;
   overflow:hidden;	
   color:#black;
   background-color:#ffffff;
   border-bottom-left-radius:15px;
   border-bottom-right-radius:15px;
   border-top-left-radius:15px;  
   border-top-right-radius:15px;
   font-size:12px;
   font-family:Georgia, "Times New Roman", Times, serif;
   
/*   background-image:url(../images/titles.png);
   background-repeat: no-repeat;
   background-position:right top;*/
}
.third:hover {
background-color:#ff9933;
font-size:17px;
color: #ffffff;
} 