* {
	margin:0;
	padding:0;
}
body {
	position:relative;
	font:100%/1.4 Corbel, Arial, Verdana, Helvetica, sans-serif;    /* font settings for entire site, unless overriddent below */
	background:#fff;
	margin:0px 0;
	color:#000;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border:none;
}
/* ~~ Default link styles. Styling must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#00F;                 /* blue unless overridden below */
	text-decoration:underline; 
}
a:visited {
	color:#6E6C64;              /* gray unless overridden below */
	text-decoration:underline;
}
a:hover, a:active, a:focus { 
	text-decoration:underline;	/* underline unless overridden below */
}

/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before,
.cf:after {
    content:" ";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
.container {
	position:relative;
	width:1022px;
	margin:0 auto;
	margin-bottom:20px;
}
.header {
	position:relative;
	width:1022px;
	height:551px;
	background-image:url(images/header.jpg);
}
.header-phone {
	position:absolute;
	top:30px;
	right:50px;
}
.header-phone a {
	font-size:175%;
	color:#000;
	text-decoration:none;
}
.header-phone a:hover {
	color:#900;
	text-decoration:none;
}
.content {
	position:relative;
}
.content p {
	position: relative;
	padding:15px 10px 0 30px;
	font-size:105%;
	color:#1a2c62;
}
.content p a {
	position:relative;
	font-size:105%;
	color:#1a2c62;
	text-decoration:none;
}
.content p a:hover {
	color:#900;
	text-decoration:underline;
}
.content h2 {
	position:relative;
	font-size:195%;
	font-weight:bold;
	color:#333366;
	padding:30px 0 0 30px;
}
.content h3 {
	position:relative;
	font-size:150%;
	font-weight:bold;
	color:#1a2c62;
	padding:15px 0 0 30px;
}
.content h3 a {
	position:relative;
	font-size:150%;
	font-weight:bold;
	color:#1a2c62;
	text-decoration:none;
}
.content h3 a:hover {
	color:#900;
	text-decoration:none;
}
.content ul {
	position:relative;
	padding:20px 0 0 50px;
}
.content ul li {
	position:relative;
	list-style-type:circle;
	color:#1a2c62;
	padding-bottom:5px;
	font-size:105%;
}
.content-column-yellow {
	position: relative;
	float:left;
	width:660px;
	height:250px;
	background:#fdf6bc;
}
.content-column-green {
	position: relative;
	float:left;
	width:660px;
	height:250px;
	/*  height:250px;   */
	background:#bfd5a0;
}
.content-column-image {
	position: relative;
	float:left;
	width:362px;
	height:250px;
	background:#bfd5a0;
}
.green {
	position: relative;
	color:#80ad42;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

