﻿/* Template One: two columns */
    /* spi-who-we-are.aspx */

#t1-left
{
    width: 280px;
    margin: 0px 0px 0px 0px;
}
	
	#t1-left h1
	{
		margin-top: 10px;
	}
	
#t1-left-minimumheight
{
    width: 280px;
	height: 400px;
    margin: 0px 0px 0px 0px;
}

#t1-right
{
	float: right;
    width: 200px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

	#t1-right #callout
	{
		margin: 30px auto 0px auto;
		/*color: #b3d670;*/
		color: #00549f;
		font-size: 10px;
		width: 160px;
		text-align: left;
	}
	
	#t1-right #callout ul
	{
		margin: 0px;
		padding: 2px 0px 2px 0px;
		border-top: 1px solid;
		border-bottom: 1px solid;
		border-color: #b3d670;
	}
	
		#t1-right #callout ul li
		{
			list-style: inside square;
		}

/* End Template One */


/* Template Two: one column */
    /* contact-us.aspx */
    
/* End Template Two */


/* Template Three: Biography pages */

	#bio
	{
		border-left: 1px solid #f5aa56;
		border-right: 1px solid #f5aa56;
		/*background-image: url(../Images/bio-bg.gif);*/
		width: 529px;
		margin-left: -8px;
	}
	
	#bio-right
	{
		float: right;
		width: 290px;
	}
	#bio-left
	{
		float: left;
		width: 210px;
		text-align: center;
		border-right: 2px solid #b3d670;
	}
	#bio-menu
	{
		clear: both;
		border-left: 1px solid #f5aa56;
		border-right: 1px solid #f5aa56;
		width: 529px;
		margin-left: -8px;
	}

/* End Template Three */