@CHARSET "UTF-8";

body {
	margin: 0px;
	background: url(/resources/interlink/images/main/siteBg.jpg) repeat;
}

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

.clr {
	clear: both;
}

a {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}
a:link {
	color: #A50121;
}
a:visited {
	color: #A50121;
}
a:active {
	color: #A50121;
}
a:hover{
	color: #A50121;
}

/********** SITE FRAMEWORK ************/

div#framework {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

div#header {
	width: 1000px;
	height: 190px;
	background: url(/resources/interlink/images/main/headerBg.jpg) no-repeat;
}

a#logoHomeLink {
	cursor:pointer;
	width: 375px;
	height: 95px;
	position: absolute;
	margin: auto;
	top: 10px;
}

a#requestQuoteLink {
	cursor:pointer;
	height:70px;
	margin-left:780px;
	margin-top:37px;
	position:absolute;
	width:176px;
}

/************ NAVIGATION **************/
.navBtnsWrapper {
	width: 1000px;
	/* height: 75px; */
	top: 115px;
	left: auto;
	position: absolute;
}

.navBtn {
	width: 128px;
	padding-left: 3px;
	float: left;
	cursor: pointer;
}

div#firstPos {
	padding-left: 43px;
}

/************* BANNER *************/
div#bannerBgTop {
	background: url(/resources/interlink/images/main/bodyBgTop.jpg) no-repeat;
	height: 100px;
	margin-top: 0px;
}

div#bannerBgMid {
	background: url(/resources/interlink/images/main/bodyBgMid.jpg);
	height: 263px;  
}

div#bannerWrapper {
/*	border: 1px blue dashed; */
	width: 875px;
	height: 330px;	
	top: 200px;
	margin-left: 75px;
	position: absolute;
}

div#bannerWrapper #bannerLeft {
	background: url(/resources/interlink/images/main/bannerLeftBlank.jpg);
	width: 327px;
	height: 353px;
	float: left;
}

div#bannerWrapper #bannerLeftHeader {
}

div#bannerWrapper #bannerLeftText {
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #555;
	padding-right: 25px; 
}

div#bannerWrapper #video {
	/*border: 1px orange dashed;*/
	/* background: url(/resources/interlink/images/main/VIDEO_SPACE_HOLDER.jpg) no-repeat; */
	width: 513px;
	height: 324px;
	float: left;
}

div#bannerContactText {
	/* Custom style for contactUs page */
	width: 300px;
	height: 250px;
	top: 75px;
	padding-left: 5px;
	position: absolute;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #555;
	margin: auto;
}

/************ BODY ************/
div#bodyContent {
	background: url(/resources/interlink/images/main/bodyBgMid.jpg);	
}

div#bodyContent #bodyContentWrapper {
	/* border: 1px red dashed; */
	padding: 0px 75px 10px 75px;
}

div#bodyContentWrapper #bodyContentFramework {
	border: 1px solid #999;
	width: 848px;
	background: #EDEFF1;
}

div#bodyContentFramework #bodyContentHeader {
	background: url(/resources/interlink/images/main/bodyHeaderBlank.jpg) no-repeat;
	height: 65px;
	width: 848px;
}

div#bodyContentFramework #bodyContentContainer {
	width: 800px;
	padding: 0 24px 12px 24px;
	overflow: visible;
}

div#bodyBottom {
	background: url(/resources/interlink/images/main/bodyBgBottom.jpg) no-repeat;
	height: 15px;
}

.bodyContentText {
	text-align: left;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #555;
}

.bodyContentHeaderText {
	text-align: left;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #555;
}

.testimonialQuote {
	text-align: left;
	font-weight: normal;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #555;
}

.testimonialAuthor{
	text-align: left;
	font-weight: normal;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #555;
	padding-left: 95px;
}

.horizLine {
	width: 800px;
	height: 1px;
	background: url(/resources/interlink/images/main/horizLine.gif) no-repeat;
	padding: 3px 0 3px 0;
}

.bullet {
	padding-left: 20px;
	background: url(/resources/interlink/images/main/bullet.gif) no-repeat;
}

/************* FOOTER *************/
div#bodyFooter {
	background: url(/resources/interlink/images/main/bodyBgBase.jpg);
	height: 150px;
}

div#bodyFooter #footer {
	text-align: center;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #555;
	padding: 10px 0 0 0;
}

.boldText { /* This is for the footer text */
	font-weight: bold;
}

