@charset "UTF-8";

/* ---------- General Style ----------*/

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
a {
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border:none;
}
.imgfloat {
	float: left;
	margin: 0 10px 25px 0;
}

.right {
	float: right;
	margin: 10px 0 5px 10px;
	
}

.right p {
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
}



.thumb {
	border: 1px solid #999999;
	-moz-box-shadow: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: rgba(0, 0, 0, 0.2);
	box-shadow: rgba(0, 0, 0, 0.2);
}

/* ---------- Text Styles ----------*/
h1 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ff0000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h2 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h3 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	margin-top: 10px;
	padding: 0;
	border-bottom: dotted 1px #000;
}


h3.black {
	padding: 15px 0 0 0;
}

h3.black a {
	color: #000000;
}

h4 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ff0000;
	font-weight: normal;
	margin: 0px;
	padding: 0;
}

.smtxt {
	font-size: 10px;
}


span.grey, .grey {
	color:#585858
}
span.red, .red {
	color:#ff0000
}



/* ---------- Header Styles ----------*/

#header {
	height: 123px;
	width: 975px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	margin-top: 25px;
	margin-left: 10px;
	float: left;
	width: 316px;
}
#phone {
	margin-top: 50px;
	margin-right: 10px;
	float: right;
	width: 425px;
	font-size: 24px;
	text-align: right;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}



/* ---------- Nav Styles ----------*/
#navcontainer {
	width: 975px;
	z-index: 2;
	height: 41px;
	margin-right: auto;
	margin-left: auto;
}
#navcontainer * {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#navcontainer li {
	list-style: none;
}
#navcontainer a {
	text-decoration: none;
}
#return, #return:visited {
	padding: 10px;
	display: block;
	background: #33689c;
	border-bottom: 1px solid #ebebeb;
	color: #eb9999;
	font-weight: normal;
}
#return:hover {
	background: #f8f8f8;
	border-bottom: 1px solid #8BB0C9;
	color: #c00;
}
#menu li {
	display: block;
	font-size: 12pt;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #666;
	float: left;
	text-align: center;
}
/*Controls Top Level Nav Positioning/Style*/
  #menu li a {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 65px;
	display: block;
	font-weight: normal;
	color: #fff;
}
#menu li a:hover, #menu li a.active {
	color: white;
	background-image: url(../images/navbghover.jpg);
	background-repeat: repeat-x;
}
#menu li ul {
	left : -999em;
	position : absolute;
}
#menu li ul li {
	float : none;
}
/*Controls Sub Level Nav Positioning/Style*/
  #menu li ul a {
	width : 200px;
	padding : 6px 20px;
	background-color: #FFF;
	border-bottom : 1px solid #6d0617;
	border-right : 1px solid #6d0617;
	border-left : 1px solid #6d0617;
	font-weight : normal;
	text-align: left;
	color: #666;
}
#menu li ul a:hover {
	background: #c20019;
	color: #fff;
}
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}
#navbg {
	height: 41px;
	width: 100%;
	background-image: url(../images/navbg.jpg);
	background-repeat: repeat-x;
}

/* ---------- Home Page/Layout Styles ----------*/

#mainimg {
	background-image: url(../images/mainimgbg.jpg);
	background-repeat: repeat-x;
	height: 357px;
	width: 100%;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainimgwrapper {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/mainimg.jpg);
	height: 357px;
}
#intro {
	width: 375px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	font-size: 12px;
}
#intro li {
	margin-bottom: 5px;
	font-size: 12px;
}
#intmainimg {
	background-image: url(../images/intimgbg.jpg);
	background-repeat: repeat-x;
	height: 220px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#intmainimgwrapper {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	height: 220px;
}
#leftcolumn {
	float: left;
	width: 700px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 30px;
}
#leftcolumn li {
	padding-bottom: 15px;
	list-style-type: circle;
}
#rightcolumn {
	float: right;
	width: 220px;
	margin-top: 15px;
}
.int_callout {
	width: 188px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
#content {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}
#enterprise {
	background-image: url(../images/enterprise.jpg);
	background-repeat: no-repeat;
	height: 196px;
	width: 282px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
}
#d2d {
	background-image: url(../images/d2d.jpg);
	background-repeat: no-repeat;
	height: 196px;
	width: 282px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 64px;
	margin-right: 64px;
	float: left;
}
#nonenterprise {
	background-image: url(../images/nonenterprise.jpg);
	background-repeat: no-repeat;
	height: 196px;
	width: 282px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
}
#backuprecovery {
	background-image: url(../images/backuprecovery.jpg);
	background-repeat: no-repeat;
	height: 196px;
	width: 282px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
}
#tape {
	background-image: url(../images/tape.jpg);
	background-repeat: no-repeat;
	height: 196px;
	width: 282px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 64px;
	margin-right: 64px;
	float: left;
}
#disaster {
	background-image: url(../images/disaster.jpg);
	background-repeat: no-repeat;
	height: 196px;
	width: 282px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
}
.textbox {
	margin-top: 70px;
	padding-right: 15px;
	padding-left: 15px;
	height: 80px;
}
.learnmore {
	float: right;
	width: 104px;
	padding-right: 15px;
	padding-top: 5px;
}

/* ---------- Footer Styles ----------*/

#footerbg {
	height: 84px;
	width: 100%;
	clear: both;
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
}
#footer {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
#footer a {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
}
#footer_left {
	float: left;
	float: left;
	width: 400px;
	margin-top: 15px;
}
#footer_right {
	float: right;
	width: 300px;
	text-align: right;
	margin-top: 15px;
}
#contact_left {
	float: left;
	width: 340px;
}
#contact_right {
	float: right;
	width:350px;
	margin-top: 15px;
}
#border {
	border: 1px solid #000;
	width: 600px;
}

/* ---------- Form Styles ----------*/

.custom {
	list-style-position: outside;
	list-style-image: url(../images/bullet.png);
	list-style-type: disc;
}
ul a {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ff0000;
	font-weight:bold;
	text-decoration: none;
	margin: 0;
}
ul a:hover {
	text-decoration: underline;
}
.custom ul li {
	list-style-position: outside;
	list-style-type: circle;
	list-style-image: none;
	margin-top: 10px;
}
#form {
	width: 550px;
	float: left;
}
#form ol {
	margin: 0;
	float: left;
	width: 525px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff0000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #6A686C;
	font-weight: normal;
	background-color: #f1f1f1;
}
#form li {
	display: block;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}



/* ---------- Misc. Element Styles (Interior Pages) ----------*/


.images {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
td.c2 {
	background-color: #C5E3F2
}
td.c1 {
	background-color: #ECECEC
}
li.c1 {
	list-style: none;
	display: inline
}
li.c2 {
	display:none;
}
div.c1 {
	padding: 0 .7em;
}
#fb-like {
	width: 975px;
	margin: 5px auto;
}
#vpower {
	background: #f6f6f6;
	padding: 10px;
	float: left;
	width: 100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #999;
}
#vpower h2 {
	margin: 85px 0 0 0;
}
.vpowerthumb {
	width: 241px;
	float: left;
	margin: 0 10px 10px 0;
}
.pdflink {
	background: url(../images/pdf.png) no-repeat 0 5px;
	padding: 10px 0 10px 30px;
	border-bottom: 1px dotted #333;
}

.pdfhome {
	background: url(../images/pdf.png) no-repeat 0 5px;
	padding: 10px 0 10px 30px;
	font-weight: bold;
	margin: 25px 0 0 0;
	display: block;
}


.surtable {
	margin: 0 auto;
	padding: 0;
	border: 4px double #000;
}

#garter_logo {
	float: left;
	height: 50px;
	width: 100px;
	margin-left: 225px;
	margin-top: -75px;
	clear: both;
}
#silentcubesimage {
	margin-left: 100px;
}

