body {
	background:url(../images/bg.gif) repeat-x #fff;
	margin: 0; 
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
}
html {
	background:#74bdd2;
}

img {
	border:none;
}

/*  CLASSES  */

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	margin-left: 270px;
	margin-right:20px;	
	margin-top:0px;
	color:#000;
}
.title {
	font-size: 25px;
	margin-left: 270px;
	margin-right:20px;
	font-weight:bold;
	color:#73bcd0;
}

a {	
	color:#84a7fd;
	text-decoration:none;
}

a:hover {
	color:#8896ab;
	text-decoration:underline;
}
.img {	margin-left:255px;}
.article-pane{
	font-size:10px;
	text-align:left;
	margin-left:10px;
	margin-right:30px;
	text-align:justify;
}
.list-text{
	margin-left:10px;
}
.quote-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	margin-left: 20px;
	margin-right:240px;	
	margin-top:0px;
}
.new-articles-ul{	
	text-align:justify;
	margin-left: 240px;
	margin-right:20px;	
	margin-top:0px;
}
.new-articles-li{
	font-size: 10px;
	font-weight:normal;
	margin-left: 0px;
	margin-right:140px;	
	font-weight:bold;
	color:#444;
}

.section-link-text1 {
	margin-left:270px;
}

.comp-contact{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	margin-left: 230px;
	margin-right:15px;	
	margin-top:0px;
}
.table-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
	margin-left: 220px;
	margin-right:10px;	
	margin-top:0px;
}
.sponsored-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff0000;
	display:inline;
	font-weight:bold;
}
.form-field{
	font-size: 11px;
}
.forms{
	font-size: 11px;
}
.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:justify;
	margin-left: 20px;
	margin-right:240px;	
}
/* MAIN DIV'S */
#wrapper {	width:950px;	margin:0 auto;}

#main-window{
	background: url(../images/top-bg.jpg) no-repeat #fff; 
	width: 900px;
	margin:auto;
	margin-top:0px;
}
#top-container{
	position:absolute;
	width:900px;
	top:121px;
	z-index:1;
}
#logo{
	position:absolute;
	top:5px;
	z-index:2;
}
#menu{
	position:absolute;
	top:115px;
	width:900px;
	z-index:100;
}
#header {
	width:900px;
	position:absolute;
	top:0px;
}
	#icons {
		width:120px;
		height:60x;
		position:relative;
		left:470px;
		top:6px;
	}
	
#quote{
	position:absolute;
	top:14px;
	height:54px;
	margin-left:610px;
	z-index:2;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

	#quote a {
		color:#CB4BB2;
		text-decoration:none;
	}
	
	#quote a:hover {
		color:#CB4BB2;
		text-decoration:underline;
	}
#buttons {
	position:relative;
	top:29px;
	left:0px;
	width:900px;
}

	#buttons img {
		padding:0;
		margin:0;
	}
	
#sidebar{
	position:absolute;
	margin-left:0px;
	top:325px;
	z-index:1;
	width:247px;
	padding-left:5px;
}
#telnum{
	position:absolute;
	background:url(../images/quote-button.png) no-repeat;
	top:0px;
	left:600px;
	height:70px;
	width:249px;
	color:#000;
	font-size:20px;
	z-index:5;
	font-weight:bold;
}

	#telnum p {
		padding:30px 0 0 42px;
		margin:0px;
	}

#side-container-top{
	background-image:url(../images/latest-articles.gif);
	z-index:1;
	width:247px;
	height:40px;
}
#side-container{
	width:247px;
	z-index:1;
}
#side-container-bottom{
	position:relative;
	width:247px;
	height:20px;
}
#quote_form {
	margin-left: 240px;
}

#footer{
	position:relative;
	width:100%;
	height:55px;
	background:url(../images/footer-bg.gif) repeat-x #78bfd3;
}

#footer p{
	color:#000;
	font-size:12px;
	padding:10px 0 0 0;
	text-align:center;
}

/* IMAGE GALLERY STYLES */

.image-gallery {
	width:630px;
	height:195px;
	margin-left:250px;
	margin-bottom:20px;
}

.inner-gallery {
	width:620px;
	height:185px;
	border:1px solid #c4c4c4;
	background:url(../images/gallery-bg.gif) no-repeat;
}

.inner-gallery img {
	padding:10px;
	width:340px;
	float:left;
}

.image-gallery .title-text {
	margin-top:0;
	font-weight:bold;
	color:#7686AB;
}

.image-gallery .gallery-text {
	float:right;
	width:240px;
	padding:10px
}

.gallery-text img {
	width:196px;
	height:29px;
	padding-bottom:0px;
}


.small-gallery {
	margin-left:250px;
	width:630px;
	border:1px solid #c4c4c4;
}

.small-gallery img {
	margin:10px;
	border:2px solid #c4c4c4;
}