/*** GENERAL OVERRIDES ***/

body {
	background-color: #404040;
	background: url(images/BannerGradient-100px.png);
	background-repeat: repeat-x;
}

h1 {
	font-family: 'Humanist 521 BT', Tahoma, Univers, Arial, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #800000;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: 'Humanist 521 BT', Tahoma, Univers, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #800000;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: 'Humanist 521 BT', Tahoma, Univers, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #404040;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}

div {
	position: relative;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;	
}

li {
	margin: 0px;
	padding: 0px;	
}

img {
	position: absolute;
	border: 0;
	margin: 0px;
	padding: 0px;
	
}

p {
	font-family: 'Humanist 521 BT', Tahoma, Univers, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #404040;	
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	position: relative;
	line-height: 150%;
}

/*** CUSTOM CLASS DEFINITIONS ***/

/*Header Classes*/
img.Logo {
	top: 0px;
	left: 0px;
} 

img.CompanyName {
	top: 12px;
	left: 90px;
}

ul.Header-LinkList {
	list-style: none;
}

li.Header-LinkList {
 	background-image: url("images/LogoBulletQuestion.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 25px;
	padding-top: 10px;
}

a.Header-LinkList {
	text-decoration: none;
	font-family: 'Humanist 521 BT', Tahoma, Univers, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #800000;
}

/*************/

/*Menu Classes*/
img.MenuLeft {
	top: 0px;
	left: 0px;
	height: 100%;
} 

img.MenuRight {
	top: 0px;
	left: 0px;
	height: 100%;
}

img.MenuBackground {
    top:0;
    left:0;
    width:100%;
    height: 100%;
    z-index:-1;	
}

nav.Menu {
	display: table;
}

ul.Menu {
	display: table-row;
	list-style: none;
	width: 100%;
}

li.Menu {
	display: table-cell;
	text-align: center;
	width:1%;
}

li.Menu+li.Menu
{
	border-left: 1px solid #FFFFFF;
}

a.Menu {
	display: block;
	text-decoration: none;
	font-family: 'Humanist 521 BT', Tahoma, Univers, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

/**************/

/*Main Classes*/
img.SBTitleBkgnd {
    top:0;
    left:0;
    width:100%;
    height: 100%;
    z-index:-1;	
}

img.SBTitleLeft {
	top: 0px;
	left: 0px;
	height: 100%;
} 

img.SBTitleRight {
	top: 0px;
	left: 0px;
	height: 100%;
}

a.SBTitle {
	display: block;
	text-decoration: none;
	vertical-align: middle;
	font-family: 'Humanist 521 BT', Tahoma, Univers, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

ul.SB {
	list-style-type: none;
	width: 100%;
	height: relative;
	top: 0px;
	left: 0px;
	margin-top: 2px;
	margin-bottom: 15px;
	padding-left: 2px;
	text-align: left;
}

li.SB {
	width: 100%;
	height: relative;
	padding-bottom: 2px;
	padding-left: 15px;
	background-image: url("images/LogoBullet.png");
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

a.SB {
	display: block;
	text-decoration: none;
	font-family: 'Humanist 521 BT', Tahoma, Univers, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

ul.ContentList {
	list-style-type: none;
	width: 100%;
	height: relative;
	padding-left: 5px;
}

li.ContentListTitle {
	width: 100%;
	height: relative;
	margin-top: 5px;
	padding-left: 15px;
	background-image: url("images/LogoBullet.png");
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

li.ContentList {
	width: 100%;
	height: relative;
	margin-top: 5px;
	padding-left: 15px;
	background-image: url("images/LogoBulletMaroon.png");
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

li.ContentListContent {
	width: 100%;
	height: relative;
	padding-bottom: 0px;
	padding-left: 15px;
}

a.ContentListTitle {
	display: block;
	text-decoration: none;
	font-family: 'Humanist 521 BT', Tahoma, Univers, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #404040;	
}

a.ContentListContent {
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-family: 'Humanist 521 BT', Tahoma, Univers, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #404040;		
	
}


img.TopLeft {
	float: left;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 0px;
	margin-right: 5px;
}

img.TopRight {
	float: right;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 10px;
	margin-left: 5px;
}

p.subsection {
	font-family: 'Humanist 521 BT', Tahoma, Univers, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #404040;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

p.subsectiondbl {
	font-family: 'Humanist 521 BT', Tahoma, Univers, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #404040;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}

p.nomargin {
	font-family: 'Humanist 521 BT', Tahoma, Univers, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #404040;	
	margin: 0px;
	padding: 0px;
	position: relative;
	line-height: 100%;
}

p.doublemargin {
	font-family: 'Humanist 521 BT', Tahoma, Univers, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #404040;	
	margin: 0px;
	padding: 0px;
	position: relative;
	line-height: 100%;
	margin-top: 20px;
}

a.Content {
	display: inline;
	text-decoration: underline;
	font-family: 'Humanist 521 BT', Tahoma, Univers, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #404040;	
}

a.Content:hover {
	display: inline;
	text-decoration: underline;
	font-family: 'Humanist 521 BT', Tahoma, Univers, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #800000;	
}


p.boxtitle {
	font-family: 'Humanist 521 BT', Tahoma, Univers, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #404040;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}

div.boxcontent {
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
	padding-bottom: 10px;
	border: none;
}

a.boxcontent {
	display: inline;
	text-decoration: underline;
	font-family: 'Humanist 521 BT', Tahoma, Univers, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #404040;	
}

a.boxcontent:hover {
	display: inline;
	text-decoration: underline;
	font-family: 'Humanist 521 BT', Tahoma, Univers, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #800000;	
}

div.contenttable {
	width: 100%;
	display: table;
	text-align: left;	
}
div.contenttablerow {
	width: 100%;
	display: table-row;
	text-align: left;	
}
div.contenttablecolumn {
	padding-right: 5px;
	width:50%;
	display: table-cell;
	text-align: left;	
}
	

/**************/


/*Footer Classes*/
img.Copyright {
	position: relative;
} 

p.Footer {
	
	font-family: 'Humanist 521 BT', Tahoma, Univers, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #404040;
	margin-top: 2px;
}
/****************/

/*** CUSTOM ID DEFINITIONS ***/
#Master {
	width: 900px;				/*Overall Width Adjustment*/
	height: relative;
	margin: 0 auto;
}

/*Header Layout*/
#Header {
	width: 100%;
	height: 90px;
	display: table;
	text-align: left;
}

#Header-Row {
	display: table-row;	
}

#Header-Logo {
	width: 100%;
	display: table-cell;
	text-align: left;	
}

#Header-LinkList {
	display: table-cell;
	text-align: left;
	white-space: nowrap;
}

/***************/

/*Menu Layout*/

#Menu {
	width: 100%;
	height: 36px;				/*Menu Height Adjustment*/
	display: table;
	text-align: center;
	margin-top: 5px;
}

#Menu-Row {
	display: table-row;
	width: 100%;
	height: 100%;
}

#Menu-LeftEnd {
	width: 3px;
	height: 100%;
	display: table-cell;
	vertical-align: top;
}

#Menu-Content {
	width: relative;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

#Menu-RightEnd {
	width: 3px;
	height: 100%;
	display: table-cell;
	vertical-align: top;
}

/************/

/*Main Layout*/

#Main {
	display: table;
	width: 100%;
	height: relative;
	text-align: center;
	margin-top: 5px;
}


#Main-Row {
	display: table-row;
	width: 100%;
	height: relative;	
}

#Content-SBLeft {
	display: table-cell;
	width: 175px;				/*Left Sidebar Width*/
	height: relative;
	text-align: left;
	vertical-align: top;
}

#Content {
	display: table-cell;
	width: relative;
	height: relative;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

#Content-Segment {
	width: relative;
	height: relative;
	text-align: left;
	vertical-align: top;
	margin-left: 5px;
	margin-right: 5px;
}

#Content-SBRight {
	display: table-cell;
	width: 175px;				/*Right Sidebar Width*/
	height: relative;
	text-align: left;
	vertical-align: top;
}

#SBTitle {
	display: table;
	width: 100%;
	height: 24px;				/*Sidebar Title Height Adjustment*/
	text-align: center;
	margin-top: 5px;
}

#SBTitle-Row {
	display: table-row;
	width: 100%;
	height: 100%;
}

#SBTitle-LeftEnd {
	width: 2px;
	height: 100%;
	display: table-cell;
	vertical-align: top;
}

#SBTitle-Content {
	width: relative;
	height: 100%;
	display: table-cell;
}

#SBTitle-RightEnd {
	width: 2px;
	height: 100%;
	display: table-cell;
	vertical-align: top;
}

#SB {
	display: table;
	width: 100%;
	height: relative;		/*Sidebar Title Height Adjustment*/
	text-align: center;
	margin-top: 5px;
}

#SB-Row {
	display: table-row;
	width: 100%;
	height: 100%;
}




/***************/

/*Footer Layout*/

#Footer {
	position: relative;
	width: 100%;
	height: relative;
	display: table;
	margin-top: 5px;
}

#Footer-Row {
	display: table-row;
	width: 100%;
	height: 100%;
}

#Footer-Content {
	position: relative;
	width: 100%;
	height: 100%;
	display: table-cell;
	text-align: right;
	border-top: 1px dotted #808080;
}

/*************/