@charset "utf-8";
body {
	font: 12px Arial, Helvetica, sans-serif;
	background-color:#000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.slightlyBigger {
	font-size:14px;
	font-weight:bold;
}
.indexBody {
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
}
.otherBody {
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
}
#container {
	margin:0px auto;
	width:900px;
}
#header {
	background-image:url(images/FLASH_logo_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:150px;
	margin:0px auto;
	color:#ffffff;
}
#header2 {
	height:50px;
	background-image:url(images/other_logo.jpg);
	background-repeat:no-repeat;
	background-position:left;
	/*background-color:#c40606;*/
	margin:0px auto;
	color:#ffffff;
	text-align:right;
}
#navigation {
	height:35px;
	background-image:url(images/navigation_bg.jpg);
	background-repeat:repeat-x;
	text-align:left;
}
#mainContent {
	margin:0px auto;
	background-color:#ffffec;
}
#bodyColumn {
	margin:0px auto;
	width:594px;
}
#bodyContent {
	margin:10px 20px;
	text-align:left;
}
#sidebarColumn {
	margin:0px auto;
	width:306px;
}
.sidebarContainer {
	background-color:#000000;
	color:#ffffff;
	margin-top:10px;
}
.sidebarImage {
	border:2px solid #b00000;
	margin:5px;
}
.sidebarContainerHeader {
	height:27px;
	padding-top:8px;
	font-size:18px;
	font-weight:bold;
	background-image:url(images/navigation_bg.jpg);
	background-repeat:repeat-x;
}
.sidebarContainerContent {
	margin:5px 10px;
	text-align:left;
	padding-bottom:5px;
}
#footer {
	width:600px;
	margin:10px auto;
	color:#ffffff;
	font-size:10px;
}
a {
	color:#b00000;
	text-decoration:none;
}
a:hover {
	color:#ee0000;
}
.pageTitle {
	font-size:20px;
	font-weight:bold;
}
.pageSubTitle {
	font-size:18px;
	font-weight:bold;
}
.carrierImage {
	border:1px solid #b00000;
	margin:2px;
}
#logoSpot {
	text-align:right;
	margin:15px;
}
/* Phone List Divs */
#cellPhoneTable {
	margin-left:15px;
}
.phoneCell {
	padding:9px;
	width:100px;
	text-align:center;
	font-weight:bold;
}
.phoneCell img {
	border:1px solid #b00000;
	margin:2px 0px;
}
.popupLink {
	cursor:pointer;
}
.popupLink2 {
	cursor:pointer;
	font-size:12px;
}
.popupLink3 {
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
}
/* Contact Form */
.textBox {
	width:150px;
	margin-bottom:10px;
	border:1px solid #ccbbbb;
}
.selectBox {
	width:150px;
	margin-bottom:10px;
	border:1px solid #ccbbbb;
}
.messageBox {
	width:420px;
	height:40px;
	margin-bottom:10px;
	border:1px solid #ccbbbb;
	font:12px Arial, Helvetica, sans-serif;
}
/* Contact Locations */
#locationsContainment {
	margin:15px 20px;
	text-align:left;
}
.locationBox {
	margin:5px 0px;
	width:860px;
}
.locationCell {
	border:1px solid #ccbbbb;
	width:200px;
	padding:5px 0px 5px 10px;
	background-color:#ffffff;
}
/* Special Divs */
#homeSpecial {
	border:2px solid #000000;
	margin:15px auto;
	width:75%;
	padding:15px;
	background-color:#b00000;
	color:#ffffff;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#homeSpecial h1 {
	margin:0px 0px 15px 0px;
}
#homeSpecial a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
#homeSpecial a:hover {
	color:#333333;
	text-decoration:underline;
}
#homeSpecial img {
	border:1px solid #000000;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-left:15px;
}

/*  NEWS SECTION */
#newsTitle {
	margin:15px 25px 0px 25px;
	padding:8px 15px;
	background-color:#aa0000;
	color:#ffffff;
	border-left:2px solid #000000;
	border-top:2px solid #000000;
	border-right:2px solid #000000;
	-moz-border-radius:10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;
	font-size:18px;
	font-style:italic;
}
#newsContent {
	margin:0px 25px 15px 25px;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	border-left:2px solid #000000;
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;
	padding:10px 15px;
	-moz-border-radius:0px 0px 10px 10px;
	border-radius:0px 0px 10px 10px;
	line-height:16px;
}
#newsContent strong {
	font-size:13px;
}
