/*        Element IDs      */

.wrapper {
	width: 1000px;
	padding: 0px; 
	margin: 0px;
	background-repeat: no-repeat;
}


#AdmissionHold
{
    width:1000px;
    height:40px;
    display:block;
    margin-top:10px;
    margin-bottom:10px;
}

#Admission
{
    width:790px;
    height:40px;
    display:block;
    background-color:#cccccc;
    float:left;
    text-align:left;
}

span#ad
{
    float:left;
    font-size:11px;
    padding-top:5px;
    color:#747474;
}


#Admission input
{
    float:right;
    margin-right:8px;
    margin-top:8px;
    height:22px;
    width:200px;
    font-size:14px;
    background-repeat:no-repeat;
    border:0px;
    padding-left:5px;
}

#SocialMedia
{
    float:right;
}

#SocialMedia a 
{
    border:0px;
    margin:0px;
}

#SocialMedia a img
{
    border:0px;margin:0px;
}

#SocialMedia img
{
    border:0px;margin:0px;
}

#divHolder
{
    background-image:url(../uploads/images/backgrounds/hp.jpg);
    padding-bottom:10px;
}

#divHolder2
{
    background-image:url(../uploads/images/hp2.png);
    padding-bottom:10px;
}


#LeftContent
{
    text-align:left;
    float:left;
    width:500px;
  
    color:#666666;
    font-size:12px;
    margin-top:10px;
    height:100%;
}

#RightContent
{
    text-align:left;
    float:left;
    width:250px;
    color:#666666;
    font-size:12px;
    margin-top:10px;
    margin-left:15px;

}


#LeftContent p
{
    margin:0px;
}


#LeftContent ul
{
	list-style-type:circle;
	margin:10px;
}

#LeftContent ul li
{
	list-style-type:circle;
	margin:10px;
}


#MiddleContent
{
    text-align:left;
    float:left;
    width:227px;
    color:#666666;
    font-size:12px;
    margin-top:10px;
    margin-left:8px;
}


#wrapperback {
	width: 1000px;
	height: 700px;
	padding: 0px; margin: 0px;
	background-repeat: no-repeat;
	background-color: White;
	background-position: top right;
}

#header 
{
    clear:both;
}

#logo 
{
     width: 213px; height: 111px;
     margin: 40px 0px 0px 45px;
     padding: 0px;
     float:left;
}

#navigation 
{
    float:right;
    margin: 20px 35px 0px 0px;
    text-align: right;
}

#navigation a 
{ 
    text-transform: uppercase;
}

#content 
{
    clear: both;
    width: 900px;
    text-align:left;
    padding: 50px;
}

#leftColumn 
{
    width: 300px;
}

#CrumbTrail 
{
    float:right;
    font-size: 11px;
    margin: -30px 5px 0px 0px;
}

#AccreditationLogos 
{
    width : 1000px; height: 85px;
    display: block;
    margin-bottom: 25px;
    margin-left:-50px;
}

#bottomContent 
{
  width : 1000px;
  padding : 0px;
  margin-top: 0px;
  text-align:left;
}

#bottomContent ul
{
    list-style-type: square;
    padding: 0px;
}

#bottomContent li
{
    list-style-type: disc;
    padding-bottom: 5px;
}

#bottomContent h1
{
    margin: 0px 0px 15px 0px;
}

#bottomContent h2 
{
    color: #a39161;
}

#footer 
{
    width:100%;
    border-top:20px solid #dba43f;
    margin-top:20px;
    min-height:220px;
    background-image:url(../uploads/images/backgrounds/footerbg.jpg); 
    text-align:left;
}

#footer ul
{
    display:block;
    float:left;
    text-align:left;
    margin-right:50px;
    margin-top:20px;
    font-size:12px;
}


#footer h4
{
    text-align:left;
    font-size:14px;
    font-weight:bold;
    color:#999999;
    margin-top:20px;
}

#footer a
{
    color: #666666;
    text-decoration:none;
}

#footer a:hover
{
    color: #dba43f;
}