/* Reset all styles before applying new */
@import "/css/reset.css";

/******************************************************************************
* Header
*******************************************************************************/

#header
{
	width: 680px;
	margin: 10px auto;
	text-align: center;
}


/******************************************************************************
* Content
*******************************************************************************/

#content
{
	margin: 0 auto 0 auto;
	padding: 15px 0 0 0;
	width: 764px;
	text-align: left;
	/* border: 1px solid white; */
}

body>#content
{
	width: 764px;
	text-align: left;
}



/******************************************************************************
* General
*******************************************************************************/

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: inherit;
	background-image: url(/images/blend_background.png);
	background-repeat: repeat-x;
	background-position: left 63px;
	background-color: rgb(1, 91, 151);
}

body, table, td
{
	color: #FFFFFF;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Century Gothic', Arial, Verdana, sans-serif;
	font-size: 15px;
}

table.btmbrdr
{
	border-bottom: thin solid #FFFFFF;
}

#ribbon
{
	width: 764px;
	height: 52px;
	margin: 0 0 15px 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/ribbon.png",sizingMethod="crop");
	background-repeat: no-repeat;
	background-position: left top;
}

body>#content #ribbon
{
	margin: 0 0 15px 0;
	background-image: url('/images/ribbon.png');
}

/******************************************************************************
* Text behavior
*******************************************************************************/

h1
{
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.5em;
	font-weight: bold;
}

.title
{
	font-size: 40px;
	line-height: 42px;
}

.subtitle
{
	font-size: 23px;
	line-height: 24px;
}

ul.subtitle
{
	text-align: left;
	margin: 1em 0px 1em 0px;
	padding-left: 40px;
	list-style-type: disc;
	vertical-align: middle;
}

.medium
{
	font-size: 18px;
	line-height: 19px;
}

.sm
{
	font-size: 13px;
}

ul.disc 
{
	list-style-type: disc;
}

ximg
{
	behavior: url('/js/pngbehavior.htc');
}

img
{
	behavior: url('/js/iepngfix.htc');
}


a:link
{
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited
{
	color: #D1D1D1;
	text-decoration: underline;
}

a:active
{
	color: #D1D1D1;
	text-decoration: underline;
}

a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}


a.type1:link
{
	color: #FFFFFF;
	text-decoration: underline;
}

a.type1:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}

a.type1:active
{
	color: #FFFFFF;
	text-decoration: none;
}

a.type1:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

/** Ask David to display a sample of how these work se /css/inex.html *********
.tab1
{
	margin-left: .5em;
}

.tab2
{
	margin-left: 1em;
}


input .textbox
{
	width: 100%;
	border: 1px solid white;
}		
/** End questioning************************************************************/

div.focus_box
{
	position:absolute;
	top: 20px;
	z-index: 9999;
}

div.overlay
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9000;
	width: 100%;
	height: 100%;
	background-image: url(/images/overlay.png);
}

/******************************************************************************
* Footer
*******************************************************************************/

#footer
{
	margin: 30px auto 0 auto;
	padding: 15px 0 0 0;
	width: 764px;
	height: 200px;
	text-align: left;
	font-size: 10px;
	border-top: 1px solid #a1a5a9;
	padding-top: 1em;
}

div.clearer
{
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}
