/*----------------------------------------------------------------*/
/* bradington-young.com - September 14, 2009                             */
/* Designed & Coded by Ronnie Tate                                            */
/*----------------------------------------------------------------*/

body 		{
		background-color: #ffffff;
		text-align: center;
		font-size: 10pt;
		font-family: helvetica, arial, sans-serif;
		color: #333333;
		}

a		{color: #444444; text-decoration: none; font-weight:bold; font-size: 10pt;}
a:link		{color: #32629f; text-decoration: none; font-weight:bold; font-size: 10pt;}
a:visited		{color: #32629f; text-decoration: none; font-weight:bold; font-size: 10pt;}
a:hover		{color: #444444; background-color: #dddddd; text-decoration: none; font-weight:bold; font-size: 10pt;}
a:active		{color: #444444; text-decoration: none; font-weight:bold; font-size: 10pt;}

.container	{
		margin: 0 auto;
		width: 960px;
		text-align: left;
		}

.container_wm	{
		background: url("/img/site/by_watermark.gif") no-repeat center center;
		margin: 0 auto;
		width: 960px;
		text-align: left;
		}

img.centered	{
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		}

h1, h2, h3	{
		font-family: arial, verdana, sans-serif;
		color: #333333;
		}

.underlined
		{
		font-weight: bold;
		text-decoration: underline;
		}

.square
		{
		list-style-type: square;
		}

.thumbnail	{
		border-width: 4px;
		border-color:#eeeeee;
		}

table, td, tr	{
		/* text-align: center; */
		font-family: helvetica, arial, sans-serif;
		font-size: 10pt;
		color: #000000;
		}
		
td.details		{
		font-family: tahoma, helvetica, arial, sans-serif;
		font-size: 8pt;
		font-weight:bold;
		color: #333333;
		}

td.detailvalue	{
		font-family: tahoma, helvetica, arial, sans-serif;
		font-size: 8pt;
		color: #444444;
		}

.AddThis		{
		float: right;
		}


/*----------------------------------------------------------------*/
/* Rounded Corners                                                                  */
/* http://wigflip.com/cornershop/                                                */
/*----------------------------------------------------------------*/
.box		{ 
		background: #eeeeee;
		width: 310px;
		text-align: justify;
		font-size: 10pt;
		font-family: tahoma, verdana, helvetica, arial, sans-serif;
		}

.boxtop		{
		background: url("/img/site/ne.gif") no-repeat top right;
		}

.boxtop div	{
		font-size: 0;
		height: 10px;
		background: url("/img/site/nw.gif") no-repeat top left;
		}

.boxbottom	{
		background: url("/img/site/se.gif") no-repeat bottom right;
		}

.boxbottom div	{
		font-size: 0;
		height: 10px;
		background: url("/img/site/sw.gif") no-repeat bottom left;
		}

.boxcontent	{
		padding: 0px 10px 0px 10px;
		}



/*----------------------------------------------------------------*/
/* Rounded Corners                                                                  */
/* http://wigflip.com/cornershop/                                                */
/*----------------------------------------------------------------*/
.navbox		{ 
		background: #eeeeee;
		width: 960px;
		text-align: justify;
		font-size: 10pt;
		font-family: tahoma, verdana, helvetica, arial, sans-serif;
		}

.navboxtop	{
		background: url("/img/site/ne.gif") no-repeat top right;
		}

.navboxtop div	{
		font-size: 0;
		height: 10px;
		background: url("/img/site/nw.gif") no-repeat top left;
		}

.navboxbottom	{
		background: url("/img/site/se.gif") no-repeat bottom right;
		}

.navboxbottom div	{
		font-size: 0;
		height: 10px;
		background: url("/img/site/sw.gif") no-repeat bottom left;
		}

.navboxcontent	{
		padding: 0px 10px 0px 10px;
		}
/*----------------------------------------------------------------*/



/* BOXOVER */
.boxover_head
{
	background: #dddddd;
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 4px solid #eeeeee;
	padding: 5px;
}

.boxover_body
{
	background: #ffffff;
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-left: 4px solid #eeeeee;
	border-right: 4px solid #eeeeee;
	border-bottom: 4px solid #eeeeee;
	padding: 5px;
}
