/* @override http://localhost:8888/vergo/localhost/universitydecisions/css/style.css */
/* Blueprint CSS Framework 0.8 */
@import url("base.css");
@import url("form.css");
/* @group Grid */
div.one-column {
	width:92em;
	margin-left:2em;
	float:left;
}
div.two-column-left,
div.two-column-right,
div.two-column-b-left,
div.two-column-b-right {
	float:left;
}
div.two-column-left {
	width:220px;
	padding:0 0 0 20px;
}
div.two-column-right {
	width:680px;
	padding:0 0 0 20px;
}
div.two-column-right-home {
	width:680px;
	padding:0 0 0 20px;
	float:left;
}
div.two-column-right-search {
	width:500px;
	padding:0 0 0 20px;
	float:left;
}
div.two-column-b-left {
	width:610px;
	padding:0 0 0 20px;
}
div.two-column-b-right {
	width:290px;
	padding:0 0 0 20px;
}
div.four-col-a,
div.four-col-b,
div.four-col-c,
div.four-col-d {
	float:left;
	width:215px;
	margin-right:20px;
}
div.four-col-a {
	margin-left:20px;
}
div.four-col-d {
	margin-right:0px;
}
div.box {                                                       /* Changed body background color from cream to tan 6/18/2010 chuck*/
	background-color:#f1ead8;
	padding:17px 17px 17px 17px;
	margin-bottom:2em;
	border-bottom:1px solid #b5b8bb;
	-webkit-border-radius: .5em;
}
div.no-bg {
	background:transparent;
	border:none;}
div.tcr-box-one-column {
	float:left;
	width:640px;
	margin-bottom:1em;
}
div.tcr-box-one-column-long {
	float:left;
	width:740px;
	margin-bottom:1em;
}
div.tcr-box-two-column-left,
div.tcr-box-two-column-right {
	float:left;
	width:310px;
}
div.tcr-box-two-column-right {
	margin-left:20px;
}
/* @end */
/* @group Structure */
body {
	background:#FC9E49 url(/images/New_1_bg-footerOrange.jpg) center top;
}
#header {
	background:#fff url(/images/New_header-bg.jpg) repeat-x;
}
#header .container {
	height:120px;
	position:relative;
}
#main {
	background:#e2d6b5;                                    /* Changed body background color from cream to tan 6/18/2010 chuck*/
}
#main .container {
	padding:20px 0 0 0;
}
#home {
	background:#e2d6b5;                                    /* Changed body background color from cream to tan 6/18/2010 chuck*/
	min-height:50px;
}
#home .container {
	padding:20px 0 20px 0;
	background: transparent;
}
#footer {
}
#footer .container {
	padding:4em 0;
}
/* @end */
/* @group Header */
#logo a {
	display:block;
	width:273px;
	height:110px;
	text-indent:-999em;
	background:url(/images/UniversityDecisionsLogo_110x110.png) no-repeat;
	float:left;
	margin-top:7px;
	margin-left:0px;
}
#slogan 
{
    display:block;
	width:400px;
	height:70px;
	float:left;
	margin-top:45px;
	margin-left:-130px;
}
#bbblogo
{
    margin-top:30px;
}
/* @group Social Box */
#social {
	position:absolute;
	right:20px;
	width:255px;
	height:70px;                                                                           /* Changed 6/25/2010        */   
	margin:0;
	top:2px;                                                                                 /* Changed 6/25/2010        */  
	
	border-width:thin;
	border-color:#e2d6b5;
	border-style:solid;
}
#social li
{
 padding: 5px 5px 5px 5px;   
}
#social dt {
	width:80px;
	height:27px;
	/*background:url(/images/header-follow_us.gif) no-repeat;*/
	text-indent:-999em;
	margin-bottom:.25em;
}
#social dd {
	padding:0 5px;
}
#social dd ul {
	background:transparent;
	padding:1px 1px 1px 25px;
}
#social dd li {
	display:inline;
}
#social dd li a {
	display:block;
	width:32px;
	height:32px;
	text-indent:-999em;
	background-color:#cedbdf;
	float:left;
	margin-right:7px;
}
#social dd li.linkedin a {
	background:url(/images/linkedin1.png) no-repeat;
}
#social dd li.twitter a {
	background:url(/images/twitter.png) no-repeat;
}
#social dd li.facebook a {
	background:url(/images/facebook.png) no-repeat;
	margin-right:0px;
}

.lisocial 
{

 background:url(/images/linkedin1.png) no-repeat;
}

#social h3 
{
    text-align: center;
    margin-bottom: 5px;
}

/* @end */
/* @group Read Box */
#read {
	position:absolute;
	top:52px;
	right:115px;
	width:200px;
	text-align:right;
}
#read li {
	display:inline;
	padding:2px 0px;
	padding-left:24px;
	margin-bottom:0;
	line-height:20px;
}
#read li a {
}
#read .articles {
	background:url(/images/header-icon-articles.gif) no-repeat 0 center;
	margin-right:15px;
}
#read .blog {
	background:url(/images/header-icon-blog.gif) no-repeat 0 center;
	
}
/* @end */
/* @end */
/* @group Nav */
#nav {
	position:absolute;
	width:750px;
	bottom:0;
	right:20px;
}
#nav ul {
	float:right;
}
#nav ul li {
	float:left;
	margin-bottom:0;
}
#nav li a /* left */ {
	display:block;
	padding:0 0 0 10px;
	text-decoration:none;
	height:30px;
	line-height:30px;
	margin-left:5px;
	float:left; /* ie6fix */
	font-size:11px;
	font-weight:bold;
	color:#736f6a;
}
#nav li a span /* right */ {
	display:block;
	height:30px;
	padding:0 10px 0 0;
	float:left; /* ie6fix */
}

#nav li a:hover {
	color:#454039;
}

#nav li.active a /* left */ {                                  /* nav tab active colors....need to change active to orange per color pallete 6/18/2010 chuck */
	background-color:#FC9E49; /*f0eeeb*/
	color:#454039;
	background:#FC9E49 url(/images/bg-main.jpg) center top;
	-webkit-border-top-left-radius: .5em;
	-webkit-border-top-right-radius: .5em;
}
#nav li.active a span /* right */ {
	background-color:#E2D6B5;
	background:#FC9E49 url(/images/bg-main.jpg) center top;  /* nav tab active colors....need to change active to orange per color pallete 6/18/2010 chuck */
	-webkit-border-top-right-radius: .5em;
}
/* @end */
/* @group Sidenav */
#sidenav {
	margin-bottom:1em;
}
#sidenav li {
	margin-bottom:1px;
}
#sidenav li a {
	text-decoration:none;
	display:block;
	background-color:#f7f6f1;
	padding:6px 10px;
	font-size:11px;
	border-bottom:1px solid #e5e3db;
}
#sidenav li.active a {
	font-weight:bold;
}
#sidenav li.active a,
#sidenav li a:hover {
	background-color:#933F1F;
	color:#fff;
}

/* Nested */

.nested {
	padding:10px;
	background-color:#f0eee6;
	border-bottom:1px solid #e5e3db;
}
.nested li {
	margin-bottom:0;
	padding:0;
}
#sidenav li .nested li a {
	background-color:transparent;
	color:#3b352e;
	font-size:11px;
	padding:0 0 0 10px;
	font-weight:normal;
	font-style:normal;
	border-bottom:none;
	line-height:16px;
}
#sidenav li .nested li.active a {
	background:url(/images/sidenav-icon-active.gif) no-repeat 2px 5px;
}
#sidenav li .nested li a:hover {
	text-decoration:underline;
}
/* @end */
/* @group Category Page */
.category h3,
.category h4 {
	clear:left;
}
.category ul {
	margin-bottom:20px;
}
.category ul li {
	background:url(/images/icon-tiny-doc.gif) no-repeat 2px 2px;
	padding-left:16px;
}
.category ul li a {
	text-decoration:none;
}
.category ul li a:hover {
	text-decoration:underline;
}
.tcr-box-tc-half {
	float:left;
	width:135px;
	margin-right:20px;
}
.tcr-box-tc-half-right {
	float:right;
	width:135px;
	margin-right:20px;
}

/* @end */
/* @group Program Page */

.program-box {
	background-color:#ffffff;                                                        /* Changed the background color from cream to tan 6/18/2010 chuck e2d6b5*/
	border:1px solid #f0eee6;
	margin-top:2em;
	padding:20px;
	padding-bottom:15px;
}
.pb-col-a,
.pb-col-b,
.pb-col-c {
	float:left;
}
.pb-col-a {
	width:100px;
	margin-right:20px;
}
.pb-col-a img {
	border-bottom:2px solid #f0eee6;
}
.pb-col-b {
	width:328px;
	margin-right:40px;
}
.pb-col-c {
	width:110px;
}
.program-box h4 {
	margin-bottom:0;
}
.program-box a.req-info {
	background:url(/images/pb-req-info.gif) no-repeat 0 0;
	display:block;
	width:100px;
	height:70px;
	text-indent:-999em;
	margin-top:7px;
}
.program-box a.req-info:hover {
	background-position:0 -70px;
}
/* @end */
/* @group Form Page */
.sidebox-img-frame {
	width:180px;
	margin-bottom:2em;
	overflow:hidden;
	text-align:center;
}
.sidebox-img-frame img {
}
div.two-column-left p {
	font-size:12px;
	line-height:1.5em;
}
fieldset {
	margin:0;
	padding:0;
	border:none;
}
ul.form-block {
	margin-bottom:2em;
}
ul.form-block li,
ul.form-block li.half {
	/*background-color:#fff2f2;*/
	width:310px;
	float:left;
	padding:0;
	background-image:none;
}
ul.form-block li.half {
	width:145px;
	margin-right:20px;
}
ul.form-block li.third {
	width:63px;
	margin-right:19px;
}
ul.form-block li.last {
	margin-right:0 !important;
}
ul.form-block label {
	display:block;
	font-size:11px;
	line-height:20px;
	margin-bottom:2px;
	cursor:pointer;
	cursor:hand;
}
ul.form-block label.radio {
	display:inline;
	margin-right:10px;
}
div.form-block-radio label{
    display:inline;
    margin-right:10px;
	font-size:11px;
	line-height:20px;
	margin-bottom:2px;
	cursor:pointer;
	cursor:hand;
}
div.form-block-radio table{
    margin:0px 0px 0px 0px;
}
div.form-block-radio table td{
    padding:0px 0px 0px 0px;
}
ul.form-block input.text {
	margin:0;
	border:1px solid #e2e2e2;
	padding: 5px;
	width:295px;
}
ul.form-block .half input.text {
	width:130px;
}
ul.form-block .third input.text {
	width:48px;
}
ul.form-block select {
	width:305px;
}
ul.form-block .half select {
	width:140px;
}
ul.form-block .third select {
	width:48px;
}
.agreement {
	margin-top:20px;
}
.agreement span {
	float:left;
	width:25px;
}
.agreement p {
	float:left;
	width:280px;
	font-size:11px;
	line-height:1.5em;
	margin-bottom:0;
}
/* @end */
/* @group Home Page */
.degree-finder {
	background-color:#efede4;
	padding:20px;
	border-bottom:1px solid #b5b8bb;
	-webkit-border-radius:.5em;
}
div.flag {
	text-align:center;
	padding:10px !important;
	background:url(/images/flag-bg.png) 0 bottom;
	border-bottom:none !important;
	border-top:1px solid #e5e3db;
	padding-bottom:30px !important;
}
/*.flag h2 {
	font:19px/21px Georgia, "Times New Roman", Times, serif;
	color:#736f6a;
}
.flag p {
	font:italic 12px/21px Georgia, "Times New Roman", Times, serif;
	color:#933F1F;
}*/ 

.flag h2 {
	font:19px/21px Verdana;
	color:#736f6a;
}
.flag p {
	font:12px/21px Verdana;
	color:#933F1F;
}
.flag .more-info {
	margin:20px auto 0 auto;
	display:block;
	width:175px;
	height:32px;
	text-indent:-999em;
	background:url(/images/button-more-info.png) 0 0;
}
.flag .more-info:hover {
	background-position:0 32px;
}

/*#home h2 {
	font:24px/28px Georgia, "Times New Roman", Times, serif;
	color:#454039;
}*/
#home h2 {
	font:24px/28px Verdana;
	color:#004459;
}

#home ul.form-block {
	margin-bottom:5px;
}
#home ul.form-block select {
	width:210px;
}
#home ul.form-block li {
	width:210px;
}
#home .form-block label {
	font:italic 16px/2em Veranda, "Times New Roman", Times, serif;
	color:#933F1F;
}
#homeimage 
{
    margin-bottom:20px;
	position:relative;
	width:680px;
	height:220px;
	/*background: url(/images/homeimageone.jpg) no-repeat 0 0;*/
	/*../images/slideshow-01.jpg*/
}
#homeimagetext
{
    float: right;
    height: 220px;
    width: 230px;
}

#homeimagetext h3
{
    /*text-align: center;*/
}
/* @group Slideshow*/
#slideshow {
	margin-bottom:20px;
	position:relative;
	width:680px;
	height:220px;
}
#slideshow img {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
}
#slideshow img.active {
	z-index:10;
}
#slideshow img.last-active {
	z-index:9;
}
/* @end */
/* @group featured */
.featured-schools 
{
    background-color: #f1ead8;                          /* back colors....need to change active to Cream per color pallete 6/18/2010 chuck */
    padding: 10px 10px 10px 20px
}
.featured-schools h2 {
	margin-bottom:0px;
}
.featured-schools h3 {
	margin-bottom:.5em;
}
.featured-schools h3 a {
	text-decoration:none;
}
.featured-schools h3 a:hover {
	text-decoration:underline;
}
.featured-schools p {
	font-size:12px;
	line-height:1.5em;
}
.fs-two-col-a,
.fs-two-col-b {
	float:left;
	width:265px;
	margin-right:40px;
	margin-top:20px;
}
.fs-two-col-b {
	margin-right:0px;
}

.fs-box /*created for online, graduate, campus, cert schools.aspx display 3/3/2010 chuck*/ 
{
float: left;
width: 148px;
font-size: 12px;
line-height: 1.5em;
}

.fs-li
{
float: left;
}

.fs-logo {
	float:left;
	width:100px;
	height:100px;
	margin-right:20px;
	border-bottom:2px solid #f0eee6;
}
.fs-content {
	float:left;
	width:145px;
	height:225px;
	margin-right:0px;
	padding:0;
}

.fs-content p,
.fs-content h3,
.fs-content h3 a {
	width:144px; /* ie6fix */
}


/* @end */
/* @group Submit Buttons */
ul.form-block li.controls .controls {
	position:relative;
	height:31px;
	margin-bottom:0;
	margin-top:10px;
	text-align: center;
}
ul.form-block li.controls img 
{
    margin-left: 25px;
}

.sb-degree-search,
.sb-submit, .sb-submit1{
	color:transparent;
	background:url(/images/button-degree-search.gif) no-repeat 0 0;
	border:none;
	width:210px;
	height:31px;
	line-height:70px;
	overflow:hidden;
	/*position:absolute;*/
	cursor:pointer;
	cursor:hand;
}
.sb-degree-search1
{
background:url(/images/button-degree-search_sm.gif) no-repeat 0 0;
height:23px;
cursor:pointer;
cursor:hand;
}
.sb-submit {
	background:url(/images/submit.gif) no-repeat 0 0;
	height:30px;
	width:100px;
	margin-left:25px;
}
.sb-submit1{
	background:url(/images/tell_me_more.gif) no-repeat 0 0;
	width:100px;
}
.sb-degree-search:hover,
.sb-degree-search1:hover,
.sb-submit:hover,
.sb-submit1:hover {
	background-position:0 -30px;
}
/* @end */
/* @group Footer */
#footer h3 {
	color:#004459; /*changed color from a29f9c....chuck 4/22/2010**/
}
#footer a {
	color:#3B352E; 
	text-decoration:none;
}
#footer .container {
}
#footer a:hover {
	text-decoration:underline;
}
#footer .fcol-a,
#footer .fcol-b,
#footer .fcol-c,
#footer .fcol-d {
	float:left;
	width:200px;
	margin-left:20px;
}
#footer .fcol-a {
	width:220px;
}
/* @end */

.SiteMap table
{
     margin-bottom:1em;
     width:auto;
}

.ZipChange
{
    font-size:xx-small;
}

.ZipChangeButton
{
    font-size:xx-small;
	overflow:hidden;
	position:absolute;
	cursor:pointer;
	cursor:hand;
}

/** Default page styles **/
.wrapper{
   width: 100%;
   margin: 0 auto;
}
.header{
   float: left;
   width: 100%;
   background: transparent;
}
.wrapmiddle{
   float: left;
   width: 100%;
   background: transparent;
}
.middle{
   margin-right:303px;
   margin-left:206px;
   background-color: #F0EEE6;
}
.middleTop
{
    padding-top: 5px;
    padding-bottom: 5px;
    color: #454039;
    background: #E2D6B5; /*changed color from F0EEE6....chuck 4/22/2010**/
}
.middleMiddle
{
    background:url(/images/slideshow-04.jpg) no-repeat;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    margin-bottom: 5px;
    height: 210px;

}
.middleMiddle .highlightBoxOrange
{
    height: 76px;
    width: 76px;
    border-style: solid;
    border-width: 1px;
    float:left;
    background: url("/images/bottom-pendant-orange.gif") repeat scroll 0 bottom transparent;
    color: #FFFFFF;
    margin: 3px;
    font-size: 15px;
    font-weight: bold;
}
.middleMiddle .highlightBoxGreen
{
    height: 76px;
    width: 76px;
    border-style: solid;
    border-width: 1px;
    float:left;
    background: url("/images/bottom-pendant-green.gif") repeat scroll 0 bottom transparent;
    color: #FFFFFF;
    margin: 3px;
    font-size: 15px;
    font-weight: bold;
}
.middleMiddle .highlightBoxBlue
{
    height: 76px;
    width: 76px;
    border-style: solid;
    border-width: 1px;
    float:left;
    background: url("/images/bottom-pendant-blue.gif") repeat scroll 0 bottom transparent;
    color: #FFFFFF;
    margin: 3px;
    font-size: 15px;
    font-weight: bold;
}
.middleMiddle .highlightBoxOrange .highlightBoxInsideOrange
{
    background-color: #F05A00;
    height: 56px;
}
.middleMiddle .highlightBoxGreen .highlightBoxInsideGreen
{
    background-color: #99CC33;
    height: 56px;
}
.middleMiddle .highlightBoxBlue .highlightBoxInsideBlue
{
    background-color: #0099CC;
    height: 56px;
}

.middleMiddle .middleContent
{
    float: left;
    display: inline;
    width: 150px;
    height: 100px;
    /* border-style: solid;
    border-width: 1px; */
}
.middleMiddle .middleTriggers
{
    float: right;
    display: inline;
    width: 262px;
    height: 129px;
    border-style: solid;
    border-width: 1px;
    padding-left: 10px;
    background: #FFFFFF;
}
.middleMiddle .middleTriggers h3
{
    padding-top: 5px;
}
.middleBottom
{
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    background: #FFFFFF;
    height: 179px;
}
.middleBottom ul
{
    list-style-type: disc;
    font-size: 12px;
    margin-left: 25px;
    
}
.middleBottom .headerOrange
{
    border-style: solid;
    border-width: 1px;
    background: #93611F; 
    width: 100%;
    height: 25px;  
    margin-bottom: 15px;
    margin-left: -1px;
     
}
.middleBottom .headerBlue
{
    border-style: solid;
    border-width: 1px;
    background: #19415E; 
    width: 100%;
    height: 25px;  
    margin-bottom: 15px;
    margin-left: -1px;
     
}
.middleBottom .headerGreen
{
    border-style: solid;
    border-width: 1px;
    background: #156641; 
    width: 100%;
    height: 25px;  
    margin-bottom: 15px;
    margin-left: -1px;
     
}
.middleBottom .headerOrange h3
{
    color: #FFFFFF;
    padding: 3px;
}
.middleBottom .headerBlue h3
{
    color: #FFFFFF;
    padding: 3px;
}
.middleBottom .headerGreen h3
{
    color: #FFFFFF;
    padding: 3px;
}
.left{
   float: left;
   width: 175px;
   margin-left: -948px;
   background-color: #ffffff;
   height: 100%;
   padding: 5px;
}
.right{
   float: left;
   width: 275px;
   margin-left: -295px;
   background-color: #ffffff;
   padding: 5px;
}
.footer{
   float: left;
   width: 100%;
   background-color: #f4f4f4;
}
body {
   padding: 0px;
   margin: 0px;
}
/** End Default page styles **/


/** ADDED FOR ACORDION **/
.accordionHeaderSelected
{
    color: #FFFFFF;
    background-color: #FC9E49; /*changed color from 933F1F....chuck 4/22/2010**/
	font-family: Veranda, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
    padding: 5px;
    margin-top: 1px;
    cursor: pointer;
}
.accordionHeader
{
    color: #3B352E;
    background-color: #E2D6B5;/*changed color from F0EEE6....chuck 4/22/2010**/
	font-family: Veranda, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
    padding: 5px;
    margin-top: 1px;
    cursor: pointer;
}

.accordionContent, .accordionContenthealthtraining
{
    background-color: #E2D6B5;/*changed color from F0EEE6....chuck 4/22/2010**/
    border-bottom: 1px solid #E5E3DB;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 11px;
    color: #3B352E;
}

.accordionContenthealthtraining
{
    font-size: 14px;
}
.accordionContent li.active
{
    font-weight: bold;
}
.accordionContent a
{
    font-size: 11px;
    text-decoration: none;
    
}
.accordionLink
{
    background-color: #D3DEEF;
    color: white;
}
.featuredSchools {
	float:left;
	width:265px;
}

/*articleS page css*/

.article-paragraph
{
width:400px;
float:left;
text-align:justify;
}

.article-image
{
width:210px;
float:left;
}

.article-data-left
{
float:left;
margin-top:10px;
margin-right: 20px;
}

.article-data-left h3
{
    background-color: #e3d6b4;
    padding:5px 10px 5px 10px;
}


.article-data-right
{
width:295px;
float:left;
margin-top:10px;
margin-left:10px;
}

/*article page css*/

.school-logo
{
width:180px;
height:80px;
float:left;
}
.article-data
{
width:660px; 
float:left;
}

.school-profile
{
width:450px; 
float:left;


}
.quick-facts
{
width:200px;
float:left;
}
.available-programs
{
background-color:Green;
float:left;
}
.request-button
{
display:block;
width:175px;
height:32px;
float:right;
margin-top:20px;
text-indent:-999em;
background:url(/images/button-more-info.png) 0 0;

}

/*menu container*/

.dynamic-menu
{
width:200px;
float:left;
margin-left:50px;
margin-top:20px;
background-color:Blue;
}


.sidenav h3
{
    margin-left: -15px;
}


/*new css for addendum 3 scope changes*/

.home
{
   background-color:#FC9E49; 
}

.finddegreebutton,
.sendmeinfobutton,
.tellmemorebutton
{
	border:none;
	width:100px;
	height:30px;
	overflow:hidden;
	cursor:pointer;
	cursor:hand;
}

.finddegreebutton:hover,
.sendmeinfobutton:hover,
.tellmemorebutton:hover{
	background-position:0 -30px;
}

.finddegreebutton
{
    background:url(/images/find_degree.gif) no-repeat 0 0;
}

.sendmeinfobutton
{
    background:url(/images/send_me_info.gif) no-repeat 0 0;
    text-indent:-999em;
    display:block;
}

.tellmemorebutton
{
    background:url(/images/tell_me_more_new.gif) no-repeat 0 0;
    text-indent:-999em;
    display:block;
}


#simplegallery1{
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
/*border: 10px solid darkred;*/
}

#simplegallery1 .gallerydesctext{
text-align: left;
padding: 2px 5px;
}

.healthtrainingcareerul ul li
{
    list-style-type:disc;
    list-style-position:inside;
    background: url("");
}

.healthtrainingcareerul li
{
    list-style-type:disc;
    list-style-position:inside;
}

.UMUCul li
{
    font-size: 12px;
}


.Techskills ul li
{
    list-style-type:disc;
    list-style-position:inside;
    background: url("");
}

.Techskills li
{
    list-style-type:disc;
    list-style-position:inside;
}

.Techskills li
{
    font-size: 12px;
}

.Schools ul li
{
    list-style-type:disc;
    list-style-position:inside;
    background: url("");
}

.Schools li
{
    list-style-type:disc;
    list-style-position:inside;
}

.Schools li
{
    font-size: 12px;
}