/*
/ -----------------------------------------------------
/ Integrated Computer Services - Screen Rendered CSS
/ FileName:  screen.css
/ Author: Michael A. Karr - Adventure Web Productions - www.advp.com
/ -----------------------------------------------------
*/


* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	text-align: center;
	background-image: url(../images/mainBG.jpg);
	background-color: #00355D;
	background-position: top center;
	background-repeat: repeat-x;
}

a {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #000000;
}

/* [ Class Library ] */

.imageRight {
	float: right;
	margin: 20px 0px 10px 10px;
	padding: 5px;
	border: 1px solid #000000;
}

.imageLeft {
	margin: 0px 10px 10px 0px;
	float: left;
}

.largeImageRight {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 5px;
	border: 1px solid #000000;
	background: #FFFFFF;
	clear: right;
}


.threePixFix {
	margin-bottom: -3px;
}

.leftMargin10 {
	margin-left: 10px;
}

/* [ Accessability ] */

ACRONYM {
	border-bottom: 1px solid #FFFFFF;
}

a ACRONYM {
	border-bottom: none;
}

abbr {
	border-bottom: 1px solid #FFFFFF;
}

a abbr {
	border-bottom: none;
}

ul.accessKeyList li {
	margin: 0px 0px 0px 15px;
	width: 100% !important;
}

.SkipNavigation {
	display: none;
}

/* [ Style Sheet Swapper ] */

#textSizer {
	text-align: right;
	width: 442px;
}

#textSizer img {
	border: 0;
}

/* [ Wrappers] */

#outterWrap {
	background-image: url(../images/MAIN-BG.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 730px;
	position: relative;
}

#bodyWrapper {
	position: relative;
	background: #FFFFFF;
	float: left;
	width: 730px;
	padding: 2px 0px 0px 0px;
}

/* [ Left Column ] */

#leftColumn {
	float: left;
	background: url(../images/NavBGFade.jpg) top repeat-x;
	width: 247px;
	position: relative;
	min-height: 100%;
}

/* [ Left Column Menu ] */

#mainNavigation {
	width: 223px;
	margin: 17px auto 20px auto;
}

#mainNavigation ul {
	width: 224px;
	position: relative;
	background: url(../images/menuBG.png) left repeat-y;
}

#mainNavigation li {
	list-style-type: none;
	margin: 0px 0px 0px 7px;
	text-align: left;
}

#mainNavigation li a {
	width: 189px;
	display: block;
	color: #FFFFFF;
	background: #999999;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	padding: 4px 10px 4px 10px;
	border-bottom: 1px solid #FFFFFF;
}

#mainNavigation li a:hover {
	color: #FFFFFF;
	background: #C1764C;
	border-bottom: 1px solid #FFFFFF;
}

/* [ Content Container ] */

#contentContainer {
	float: right;
	position: relative;
	width: 482px;
	text-align: left;
}

#interiorContent {
	float: right;
	position: relative;
	width: 442px;
	text-align: left;
	padding: 20px;
	background: url(../images/NavBGFade.jpg) top repeat-x;
}

#interiorContent strong {
	font-weight: bold;
	font-size: 16px;
	color: #00355D;
}

#interiorContent em {
	font-style: italic;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}

/* [ Footer ] */

#footer {
	clear: both;
	background: url(../images/footerBg.jpg) no-repeat;
	height: 70px;
	width: 730px;
}

#footerContent {
	padding: 20px 0px 0px 15px;
	float: left;
	width: 40%;
}

#footerContent p {
	font-size: 11px;
}

#certLogos {
	width: 50%;
	float: right;
	padding: 15px 0px 0px 0px;
	text-align: right;
}

.certLogos {
	margin-right: 20px;
}

#footerNav {
	margin: 20px 0px 20px 0px;
	position: relative;
	width: 730px;
}

#footerNav ul {
	margin: 0 auto 0 auto;
}

#footerNav li {
	display: inline;
	list-style: none;
	margin: 0px 5px 0px 5px;
	padding: 0px 20px 0px 5px;
	background: url(../images/navBullet.gif) right no-repeat;
}

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

#footerNav a:hover {
	color: #7FA4BF;
	text-decoration: underline;
}

#footerNav .lastNav {
	background: none;
}

#footerNav p {
	color: #FFFFFF;
	margin: 10px 0px 0px 0px;
}

#flashHolder {
	position: relative;
	margin-bottom: -3px;
}

/* [ Interior Page Columns ] */

#interiorLeft {
	float: left;
	width: 300px;
}

#interiorLeftFull {
	float: left;
	width: 100%;
	position: relative;
}

#interiorRight {
	float: right;
	width: 120px;
	text-align: center !important;
	margin: 30px 0px 0px 0px;
}

/* [ Specials Coupon Page ] */

.interiorCoupon {
	width: 412px;
	padding: 10px;
	border: 3px dashed #00355D;
	height: 120px;
	margin: 0px 0px 20px 0px;
	position: relative;
}

.interiorCoupon p {
	margin: 0px 0px 10px 5px!important;
	width: 300px;
}

.interiorCoupon h1 {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 29px!important;
	font-weight: bold !important;
	font-style: normal !important;
	color: #00355D !important;
	margin: 5px 0px 15px 5px!important;
	background: none !important;
	padding: 0 !important;
}

.interiorCoupon .emblem {
	position: absolute;
	top: -10px;
	right: 0;
}

.finePrint {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	padding: 0px 10px 5px 0px;
	width: 50%;
}

.printerFriendly {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	padding: 0px 0px 5px 10px;
	width: 50%;
}

/* [ Sub Page Headers ] */

#interiorContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	color: #00355D;
	height: 17px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 30px;
	background: url(../images/h1BG.gif) 0px 3px no-repeat;
}

#interiorContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #00355D;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #00355D;
}

#interiorContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #00355D;
	margin: 0px 0px 10px 0px;
}

#interiorContent p {
	margin: 0px 0px 10px 0px;
	text-align: justify;
}

#interiorContent #interiorRight img {
	padding: 10px;
	border: 1px solid #00355D;
	margin: 0px 0px 10px 0px;
	background: #FFFFFF;
}

#interiorLeft ul {
	margin: 0px 0px 10px 10px;
}

#interiorLeft li {
	list-style: inside;
}

#interiorLeftFull ul {
	margin: 0px 0px 10px 0px;
}

#interiorLeftFull li {
	list-style: inside;
}

/* [ Contact Form ] */

#contactForm {
	width: 440px;
}

/* [ Resource Links ] */

ul.linksList li  {
	list-style-type: none !important;
	margin: 0px 0px 10px 0px !important;
}

/* [ Rates Page ] */

#cards {
	text-align: left;
	margin: 10px 0px 10px 0px;
}

/* [ FAQ Terms and Definitions ] */

#faqList dt {
	color: #00355D;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	font-size: 18px;
}

#faqList dd {
	margin: 0px 10px 10px 10px;
	text-align: justify;
}

/* [ Buy Now ] */

#buyNow {
	clear: both;
}

#buyNow img {
	border: 0;
}

ul#productFeatures li {
	list-style: inside;
	list-style-type: disc !important;
	margin: 0px 0px 0px 10px;
}

ul.smallList {
	width: 280px;
}

/* [ Optimization ] */

#opt {
	display: none;
	visibility: hidden;
}
