/******************************************************************************
 **********                    BaileyBoyd.com Colors                 **********
 dark navy			#193441
 aqua blue			#91aa9d
 khaki				#d9dcc3
 sustainable green	#8f9356
 body bg			#fcfff5
 text grey			#353535

******************************************************************************/

/******************************************************************************
 **********                    Slide Show Pro			             **********
******************************************************************************/
#slideshowContainer
{
	position: relative;
	width: 150px;
	height: 150px;
}

#slideshowTop
{
	width: 150px;
	height: 150px;
}

#slideshowBottom
{
	background-color: #8f9356;
	width: 150px;
	height: 150px;
}



/******************************************************************************
 **********                    Body			              			 **********
******************************************************************************/

div#container	{
	width: 707px;
	padding: 0px;
	border: 0px;
	margin: 0px auto;
}

body {
	background-color: #fcfff5;
	font-family: Calibri,"Trebuchet MS", Arial, sans-serif;
	color: #353535;
}

h1, h2, h3	{
	color: #193441;
}

div#banner	{
	vertical-align:bottom;
}

div#content	{
	padding-left: 230px;
	text-align:left;
	font-size:large;
}

div#image	{
	vertical-align:bottom;
	padding-top:180px;
}

#logo	{
	padding-left:-10px;
}

.lowImage	{
	padding-top:175px;
}

.imageBorder	{
	border:1px solid #8f9356;
}

div#aagp   {
	
	background-image:url(../images/aagp-background.jpg);
	background-repeat:no-repeat;
	height:117px;
	width:195px;
}

#aagpText	{
	width: 175px;
	font-size:x-small;
	line-height:100%;
	padding:10px;
}

#contact	{
	font-size:small;
	line-height:100%;
}

.bullet	{
	list-style-image:url(../images/bullet-white.gif);
}

.bulletList	{
	list-style-image:url(../images/bullet-list.gif);
}

.staffName	{
	font-weight:bold;
	font-size:x-large;
}

/******************************************************************************
 **********                    Navigation	              			 **********
******************************************************************************/

div#navigation	{
	width: 207px;
	background-image:url(../images/nav-gradiant.jpg);
	background-repeat:no-repeat;
	line-height: 250%;
	float: left;
	padding-top:20px;
	padding-left: 10px;
}

#navigation a:link			{color:#353535; text-decoration:none; border-bottom:none;}
#navigation a:visited		{color:#353535; text-decoration:none; border-bottom:none;}
#navigation a:hover			{color:#193441; border-bottom:1px solid #193441;}
#navigation a:active		{color:#353535; text-decoration:none;}

#bullet	{
	margin-left:-10px;
}

/******************************************************************************
 **********                    Footer				                 **********
******************************************************************************/
div#footer	{
	clear:both;
}

.floatFooter	{
	float:right;	
	margin-bottom:-15px;
}

.email	{
	color:#353535;
	float:left;
	font-size:small;
}

.email a:link		{color:#353535; text-decoration:none; border-bottom:none;}
.email a:visited	{color:#353535; text-decoration:none; border-bottom:none;}
.email a:hover		{color:#193441; border-bottom:1px solid #193441;}
.email a:active		{color:#353535; text-decoration:none;}

