@charset "utf-8";


body {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
/*	font-size: .88em;*/
	background: #dcdcdc url(images/newBackground2.jpg) 50% 230px repeat-y;
	margin: 0;
	padding: 0;
	color: #555;
}

/* ~~ Element/tag selectors ~~ */

ul, ol, dl { 
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.orderedList {
	list-style-type: decimal;
	margin-left: 20px;
}

.orderedList li {
	margin-bottom: 4px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;	 
	font-family: "Times New Roman", Times, serif;
	color: #000;
}

h2 {
	margin-top: 28px;
	margin-bottom: 0;
	font-size: 1.15em; 
}

h3 {
	text-align: center;
	color: #444;
}

h3, h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #555;
}

p {
	margin-top: 10px;
	padding: 0;
}

a img {
	border: none;
}

a:link {
	color: #666;
}

a:visited {
	color: #669;
}


a:hover, a:active, a:focus { 
	color: #933;
}

/* ~~ LAYOUT ~~ */

.bdiv {
	width: 100%;
	background-image: url(images/navbarshadow.png);
	background-repeat: repeat-x;
}

.container {
	width: 960px;
	margin: 0 auto; 
	position: relative;
	background: url(images/interiorIcons.png) no-repeat center 150px;
} 

.header {
}

.banner {
	padding-top: 25px;
	margin-bottom: 50px;
}

.content, .articles, .main, .testimonials {
	border: 1px #999 solid;
}

.content {
	width: 958px;
	margin: auto;
	border-top: none;	
	border-bottom: none;
	background: url(images/bgallcols75.png) no-repeat center bottom;
}

.main {
	width: 498px;
	float: left;
	padding: 20px;
	margin-left: 210px;
	border-bottom: none;
	color: #000;
	font-size: .90em;
}

* html .main {
	display: inline;
}
	
.articles, .testimonials {
	width: 168px;
	padding: 10px;
	border-bottom: none;
}	

.articles {
	float: left;
	border-left: none;
	margin-left: -750px;
	font-family: "Times New Roman", Times, serif;
}

.testimonials {
	float: right;
	border-right: none;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

.footer {
	clear: both;
	font-size: .71em;
	text-align: center;
	line-height: 150%;
	padding-top: 20px;
}

/* ~~ miscellaneous float/clear classes ~~ */

.fltrt {  
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* ~~ FARRAH CODE ~~ */
#mainNav {
	padding: 0px;
	height: 100px;
	background-image: url(images/navbarshadow.png);
	background-repeat: repeat-x;
	background-color: #FFF;
}

#mainNav a {
	color: #FFF;
	font-size: .83em; 
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 20px 0 0 0;
	height: 70px;
}

#mainNav a:hover {
	background-image: url(images/navbarbutton1.png);
	background-position: 0 0;
}

#mainNav a.get {
	background: url(images/navbarbuttonGet.png) no-repeat top left;	
}

#mainNav a.get:hover {
	background-position: 0 -90px;
}

#mainNav li {
	float: left;
	width: 137px;
}

#logo {
	position: absolute;
	top: 185px;
	left: 0;
}

#logoint {
	position: absolute;
	top: 100px;
	left: 10px;
}

#call {
	font: 36pt "Times New Roman", Times, serif;
	color:  #000;
	text-align: right;
	margin: 0;
	padding: 0;
}

#shine {
	font: 78pt "Times New Roman", Times, serif;
	color:  #000;
	text-align: right;
	margin: -20px 0 0 0;
}

#callint {
	font: 36pt "Times New Roman", Times, serif;
	color:  #000;
	text-align: center; 
	margin: 0 210px 0 210px;
	padding: 0;
}

#firstline {
	text-align: center;
	font-size: 20pt;
}

.blue {
	font-weight: bold; 	
	color: #366;
}

.red {
	font-weight: bold; 	
	color: #933;
}	

.quote {
	margin: 0 0 50px 30px;
}

.articles h4 {
	margin-top: 20px;
	margin-bottom: 10px;
}


h4.special {
	margin-top: 0;
}

.articles ul {
	list-style-type: none;
}

.articles li {
	margin-bottom: 8px; 
}

a.brief {
	display: block;
	border: 3px double #933;
	color: #000;
	background-color: #E8AFA7;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}

a.brief:hover {
	color: #933;
}

span.hideout {
	display: none;
}