﻿#BodyLeftContainer
{
    float: left;
    width: 505px;
    margin-top: 10px;
}

#BodyLeftContainer h2
{
    color: #0b5584;
    font-size: 13px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

#BodyLeftContainer h4
{
    color: #006595;
    font-weight: bold;
    margin: 0px;
    padding: 14px 0px 0px 0px;
    font-size: 14px;
}

#BodyRightContainer
{
    float: right;
    width: 205px;
}


.ImageOutline
{
    padding: 5px 5px 5px 5px;
    border: 1px solid #C0C0C0;
    float: left;
    margin-right: 5px;
}

h2
{
    color: #0b5584;
    font-size: 13px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

/*////////////////////// Staff Contact ////////////////////*/
.RightContainer
{
    margin: 0px;
    width: 190px;
    float: right;
}

.RelatedLinks
{
    margin-top: 0px;
}


.RightContainer h3
{
    border: 1px solid #cccccc;
    width: 183px;
    height: 23px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-left: 3px;
    background-color: #7db2ce;
    color: #FFFFFF;
   
}

.RightContainer .block
{
    width: 186px;
    padding-bottom: 5px;
    margin-top: 0px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
}

.List
{
    padding-left: 0;
    margin: 0;
    border-bottom: 1px solid #CCCCCC;
    width: 186px;
    font-size: x-small;
}

.List li
{
    list-style: none;
    margin: 0;
    padding: 0.30em;
    border-top: 1px solid #CCCCCC;
}

.List li a
{
text-decoration: none;
}

/*////////////////////////// Slider ///////////////////*/
.Pane
{
    float: left;
    width: 490px;
    cursor: default;
}


/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:490px;
	height:31px !important;
	margin:0 !important; 
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li
{
    float: left;
    margin: 0 1px 0 0;
    padding: 0;
    text-indent: 0;
    list-style-type: none;
    width: 120px;
    
}

/* a- tag inside single tab */
#flowtabs li a
{
    display: block;
    width: 120px;
    padding: 0px;
    margin: 0px; /* font decoration */
    text-align: left;
    text-decoration: none;
}

/* adjust the background image position on each tab */
#flowtabs #t1
{
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    text-align: center;
    padding-top: 5px;
    color: #999999;
    background-image: url('Images/smallFade.png');
    background-repeat: repeat-x;
    background-position: bottom;
    border-top-style: solid;
    border-right-style: dashed;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #F7F7F7;
    border-right-color: #DFDFDF;
    border-bottom-color: #cccccc;
}
#flowtabs #t2
{
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    text-align: center;
    padding-top: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
   border-right-style: dashed;
    border-right-width: 1px;
    border-right-color: #DFDFDF;
    color: #999999;
    background-image: url('Images/smallFade.png');
    background-repeat: repeat-x;
    background-position: bottom;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #F7F7F7;
}
    
#flowtabs #t3 			
{ 
 text-align: center;
    font-size: 13px;
    font-weight: bold;
     height: 25px;
     padding-top: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
       border-right-style: dashed;
    border-right-width: 1px;
    border-right-color: #DFDFDF;
    color: #999999;
    background-image: url('Images/smallFade.png');
    background-repeat: repeat-x;
    background-position: bottom;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #F7F7F7;
    }
    
#flowtabs #t4
{
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    padding-top: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    color: #999999;
    background-image: url('Images/smallFade.png');
    background-repeat: repeat-x;
    background-position: bottom;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #F7F7F7;
}
 
/* mouseover state */
#flowtabs a:hover
{
    
}
#flowtabs #t1:hover 	{color: #0b5584;  }
#flowtabs #t2:hover 	{ color: #0b5584; }
#flowtabs #t3:hover 	{color: #0b5584;   }
#flowtabs #t4:hover 	{color: #0b5584;  }

/* currently selected tabs */
#flowtabs a.current		{ }
#flowtabs #t1.current {color: #0b5584; }
#flowtabs #t2.current {color: #0b5584;  }
#flowtabs #t3.current {color: #0b5584; }
#flowtabs #t4.current {color: #0b5584; }




/* panes */
#flowpanes
{
    position: relative;
    width: 490px;
    overflow: hidden;
    clear: both;
}

/* override single pane */
#flowpanes div {
	float:left;
	/*cursor:pointer;*/
	margin-top: 5px;
	
}


/* our additional wrapper element for the items */
#flowpanes .items {
	width:10000em;
	position:relative;
	clear:both;
	display:block;
	
    }
    

/*/////////////////////// campus content //////////////////*/

.BlockFirst
{
    border-bottom: 1px dashed #C0C0C0;
    padding-bottom: 10px;
    float: left;
    width: 490px;
}

.Block
{
    border-bottom: 1px dashed #C0C0C0;
    padding-bottom: 10px;
    padding-top: 15px;
    float: left;
    width: 490px;
}

.ImageContainer
{
    float: left;
    padding-right: 5px;
}

.ContentContainer
{
    float: right;
    width: 380px;
}

.ContentContainer span
{
    color: #993f24;
    font-weight: bold;
}

/*Form*/
.FormText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}