/* CSS Document */

/* NORMALISE EVERYTHING
----------------------------------------------------------------------*/

html, body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, input, 
blockquote, th, td, img, form {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn,
th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border: 0;
}
fieldset, img {
	border: 0;
}
caption, th {
	text-align: left;
}

/*-  COMMON ELEMENTS
----------------------------------------------------------------------*/	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.h1 {
	color: #000000;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 50px;
}

h2 {
	color: #000000;
	font-size: 150%;
}
h3 {
	color: #000000;
	font-size: 130%;
}
h4 {
	color: #000000;
	font-size: 120%;
}
h5 {
	color: #000000;
	font-size: 110%;
}
p {
	margin: 0px;
	padding: 0 0 7px 0;
}

/*-  FORM
----------------------------------------------------------------------*/
input, select, textarea {
	margin: 0px;
	padding: 0px;
}
.text_field {
	font-size: 11px;
	padding: 5px;
	color: #FFFFFF;
	background-color: #1E1E1E;
	border: 1px solid #333333;
	width: 300px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.search {
	width: 150px;
	border: 1px solid #BC191F;
	background-color: #333333;
}
.search_button {
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding: 0px;
	height: 21px;
	width: 21px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000000;
	cursor: pointer;
}


/*-  PAGE STRUCTURE
----------------------------------------------------------------------*/	
a.print {
	width: 19px;
	height: 0px!important;
	padding-top: 18px;
	background-image: url(../images/print.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden!important;
	margin-left: 10px;
	float: right;
	margin-top: -3px;
}
#loginheader {
	width: 100%;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#header {
	width: 100%;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}
#header_content_holder {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#search {
	margin: 0px;
	float: right;
	clear: right;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display:none;
}
#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#column_holder {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	clear: both;
}
#left_column {
	float: left;
	width: 195px;
	display:none;
}
#main_column {
	float: left;
	width: 725px;
}
#navigation {
	width: 100%;
	height: 33px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	display:none;
}
#menu_holder {
	width: 930px;
	padding: 0px;
	height: 33px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display:none;
}
#footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	background-position: left top;
	clear: both;
	background-image: url(../images/bg.gif);
	display:none;
}
#breadcrumb {
	clear: left;
	float: left;
	width: 100%;
	padding-bottom: 8px;
	color: #999999;
	padding-top: 5px;
	display:none;
}
#alliance_links {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	display:none;
}

/*-  FOOTER STYLES
----------------------------------------------------------------------*/	
#quick_links h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 130%;
	padding-bottom: 15px;
}
#quick_links {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	padding-top: 35px;
}
#quick_links ul {
	list-style-type: none;
	width: 100%;
	display: block;
}
#quick_links ul li {
	display: block;
	float: left;
	padding-right: 10px;
}
#quick_links ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 100%;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 12px;
	display: block;
}
#quick_links ul li ul {
	list-style-type: none;
	width: 100%;
}
#quick_links ul li ul li {
	display: inline;
	float: left;
	clear: left;
}
#quick_links ul li ul li a {
	display: block;
	text-decoration: none;
	color: #CCCCCC;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 100%;
	padding-right: 12px;
}
#quick_links ul li a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#footer_bottom_links {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
}
.leftLinks a, .rightLinks a {
	color: #999999;
	display:none;
}
.rightLinks {
	display:none;
}
.leftLinks {
	float: left;
	color: #999999;
}
.red {
	color: #B9191F;
}
.large_red {
	color: #B9191F;
	font-size: 120%;
}

/*-  HOMEPAGE STYLES
----------------------------------------------------------------------*/	
#hp_column_holder {
	width: 930px;
	height: 615px;
	margin-right: auto;
	margin-left: auto;
}
.leftPanel, .rightPanel {
	float: left;
	height: 200px;
	width: 360px;
	background-image: url(../images/panel_hp.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-top: 10px;
}
.leftPanel h2, .rightPanel h2 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 170%;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-transform: uppercase;
	width: 100%;
}
.leftPanel {
}
.rightPanel {
	margin-left: 10px;
}
.element {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.hp_element{
	width: 189px;
	float: right;
	height: 200px;
	background-image: url(../images/hpbox.png);
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}
.element, .hp_element {
	background-repeat: repeat-x;
	background-position: left top;
}
.element_readmore, .hp_element_readmore{
	line-height: 19px;
	font-weight: bold;
	font-size: 11px;
	margin-top: 5px;
}
.element h3, .hp_element h3 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 120%;
	padding-top: 11px;
	padding-right: 30px;
	padding-left: 10px;
	text-transform: uppercase;
}
.hp_element h3 {
	padding-bottom: 11px;
}
.element h3 {
	background-image: url(../images/element_header.png);
	height: 26px;
	background-repeat: no-repeat;
	background-position: left top;
}
.element p, .hp_element p {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.3em;
}
.element_base {
	clear: both;
	float: left;
}
a.hp_more {
	width: 178px;
	height: 0px!important;
	float: left;
	padding-top: 37px;
	background-image: url(../images/hp_case.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden!important;
	margin-top: 20px;
}
a:hover.hp_more {
	background-position: left -45px;
}
a.hp_processes {
	width: 178px;
	height: 0px!important;
	float: left;
	padding-top: 37px;
	background-image: url(../images/hp_processes.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden!important;
	margin-top: 20px;
}
a:hover.hp_processes {
	background-position: left -45px;
}
a.hp_services {
	width: 178px;
	height: 0px!important;
	float: left;
	padding-top: 37px;
	background-image: url(../images/hp_services.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden!important;
	margin-top: 20px;
}
a:hover.hp_services {
	background-position: left -45px;
}
a.hp_mobile {
	width: 178px;
	height: 0px!important;
	float: left;
	padding-top: 37px;
	background-image: url(../images/hp_mobile_devices.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden!important;
	margin-top: 20px;
}
a:hover.hp_mobile {
	background-position: left -45px;
}
a.hp_tagging {
	width: 178px;
	height: 0px!important;
	float: left;
	padding-top: 37px;
	background-image: url(../images/hp_tagging.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden!important;
	margin-top: 20px;
}
a:hover.hp_tagging {
	background-position: left -45px;
}
a.hp_benefits {
	width: 178px;
	height: 0px!important;
	float: left;
	padding-top: 37px;
	background-image: url(../images/hp_benefits.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden!important;
	margin-top: 20px;
}
a:hover.hp_benefits {
	background-position: left -45px;
}
a.hp_phalanxpic {
	width: 178px;
	height: 0px!important;
	float: left;
	padding-top: 37px;
	background-image: url(../images/hp_phalanx_bt.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden!important;
	margin-top: 20px;
}
a:hover.hp_phalanxpic {
	background-position: left -45px;
}

/*-  INTERNAL PAGE STYLES
----------------------------------------------------------------------*/
#main_column_right {
	width: 100%;
	background-color: #FFFFFF;
}
#main_column_wide {
	width: 100%;
	background-color: #FFFFFF;
}
.element ul {
	list-style-type: none;
	width: 100%;
	float: left;
	background-image: url(../images/element_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.element ul li {
	display: block;
	float: left;
	width: 100%;
	padding-top: 8px;
	width: 86%;
	margin-right: 7%;
	margin-left: 7%;
}
.element ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 13px;
}
.element ul li ul {
	list-style-type: none;
	width: 100%;
	float: left;
	background-image: none!important;
}
.element ul li ul li {
	display: block;
	float: left;
	width: 100%;
	padding-top: 8px;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}
.element ul li ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 13px;
	background-image: url(../images/sub_g.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
}
.element ul li a:hover {
	color: #BC191F;
	text-decoration: none;
}
.element ul li ul li a:hover {
	color: #BC191F;
	text-decoration: none;
	background-image: url(../images/sub_r.png);
}
.element_newstitle, .hp_element_newstitle{
	line-height: 19px;
	font-size: 110%;
	font-weight: bold;
	color: #BC191F;
	padding-bottom: 3px;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 8px;
}
.element ul li a#sidenavcurrent {
	display: block;
	text-decoration: none;
	color: #BC191F;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 13px;
}
.element ul li ul li a#subsidenavcurrent {
	display: block;
	text-decoration: none;
	color: #BC191F;
	text-transform: capitalize;
	font-size: 13px;
	background-image: url(../images/sub_r.png);
}
.internal {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
.internalright {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.internal form {
	padding: 20px 10px 0 15px;
}
.internal_tlc {
	float: left;
}
.internal_picleft {
	float: left;
	padding: 5px 5px 0px 0;
}
.internal h2 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 140%;
	padding-top: 9px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 15px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.internal_title {
	color: #CCCCCC;
	font-size: 18px!important;
	margin-top: 5px;
	line-height: normal;
	line-height: 1.4em!important;
	width: 50%!important;
	margin-bottom: 10px;
}
.internal p {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 1.5em;
	font-size: 12px;
	width: 80%;
	clear: left;
}
.internal a {
	text-decoration:none;
	color: #B4131E;
}
.internal a:hover {
	text-decoration:underline;
	color: #B4131E;
}
.internal p .quote {
	font-size: 14px;
	color: #999999;
	font-style: italic;
	line-height: 22px;
}
.internal_btc {
	font-weight: bold;
	background-image: url(../images/brcorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
	float: left;
	background-color: #ECECEC;
	padding-top: 3px;
}
a.internal_readmore {
	color: #FFFFFF!important;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}
a:hover.internal_readmore {
	color: #AE0E1E;
	background-image: url(../images/red_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.service_holder {
	clear: both;
	float: left;
	padding-bottom: 10px;
	width: 99%;
	padding-left: 1%;
}
.sidePic {
	color: #000000;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	width: 327px;
}
.sidePic p {
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 1.5em;
	font-size: 12px;
	clear: both;
	color: #FFFFFF;
}
.sidePic p .quote {
	font-size: 14px;
	color: #999999;
	font-style: italic;
	line-height: 22px;
}
.internal_right {
	color: #000000;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	width: 280px;
}

/*-  PHALANX PAGE STYLES
----------------------------------------------------------------------*/
.phalanx_sidePic {
	color: #000000;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 10px;
	height: 270px;
}
#phalanx_links {
	width: 685px;
	height: 215px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-image: url(../images/phalanx_link_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	display:none;
}
#phalanx_links ul {
	list-style-type: none;
}
#phalanx_links ul li {
	display: inline;
	float: left;
	padding-right: 10px;
}
#phalanx_links ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 100%;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 12px;
	display: block;
}
#phalanx_links ul li ul {
	list-style-type: none;
	width: 100%;
}
#phalanx_links ul li ul li {
	display: inline;
	float: left;
	clear: left;
}
#phalanx_links ul li ul li a {
	display: block;
	text-decoration: none;
	color: #CCCCCC;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 100%;
	padding-right: 12px;
}
#phalanx_links ul li a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.page_bullit {
	width: 99%;
	float: left;
	clear: both;
	margin-top: 5px;
	padding-left: 1%;
}
.page_bullit ul {
	list-style-type: circle;
	width: 100%;
	float: left;
}
.page_bullit ul li {
	display: block;
	float: left;
	width: 100%;
	padding-top: 3px;
	width: 80%;
	padding-bottom: 5px;
	padding-left: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 1.5em;
	background-image: url(../images/bullit.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	font-size: 12px;
}
.page_bullit ul li a {
	color:#FFFFFF;
	text-decoration:none;
}
.page_bullit ul li a:hover {
	color:#A20C1C;
	text-decoration:none;
}


/*-  PHALANX PAGE STYLES
----------------------------------------------------------------------*/
#main_column_login {
	width: 480px;
	background-color: #0F0F0F;
	border: 1px solid #333333;
	background-image: url(../images/h2_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 200px;
	padding-left: 20px;
}
#main_column_login h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 10px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 30px;
}
#main_column_admin {
	width: 830px;
	background-color: #0F0F0F;
	border: 1px solid #333333;
	background-image: url(../images/h2_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	min-height: 600px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#main_column_admin h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 10px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 30px;
}
#main_column_admin form table th {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#main_column_admin form table td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.page_numbers {
	height: 25px;
	width: 100%;
	float: left;
	padding-top: 15px;
}
.page_numbers ul {
	list-style:none;
	float: left;
}
.page_numbers li {
	display: inline;
	text-align: center;
	padding: 0px;
	float: left;
	margin-right: 5px;
}
.page_numbers a {
	color: #999999;
	text-decoration: none;
	height: 18px;
	width: 18px;
	padding-top: 5px;
	padding-left: 0px;
	float: left;
	background-color: #0F0F0F;
	border: 1px solid #B7191F;
}
.page_numbers a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #B9191F;
}
.page_numbers .tabcurrent {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #B9191F;
}


/*-  ADDITIONAL STYLES
----------------------------------------------------------------------*/
.team {
	width: 96%;
	clear: both;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 15px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
.team h3 {
	padding-top: 8px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.team h4 {
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #B0131D;
}
.team p {
	padding-top: 8px;
	padding-left: 0px;
	font-size: 12px;
}
.team img {
	float: right;
	border: 1px solid #666666;
	margin: 15px;
}
.call_action {
	width: 290px;
	height: 45px;
	background-image: url(../images/con_pdf_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 10px;
	display:none;
}
.call_action p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.call_action p a {
	color: #FFFFFF;
	text-decoration: none;
}
.call_action p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.call_action img {
	float:right;
	margin-right: 10px;
}
.access_sitemap {
	width: 99%;
	float: left;
	clear: both;
	margin-top: 5px;
	padding-left: 1%;
}
.access_sitemap ul {
	list-style-type: none;
	width: 100%;
	float: left;
}
.access_sitemap ul li {
	display: block;
	float: left;
	width: 100%;
	padding-top: 2px;
	width: 80%;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 1.5em;
	font-size: 12px;
}
.access_sitemap ul li a {
	color:#FFFFFF;
	text-decoration:none;
}
.access_sitemap ul li a:hover {
	color:#A20C1C;
	text-decoration:none;
}
