@charset "UTF-8";
/* CSS Document */

/*BODY STYLES*/
body,td,th, p, h1 {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	color: #292929;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/*TEXT STYLES*/
.contact_name {
	font-size: 20px;
	color: #69b2c4;
}

.phone_tags {
	font-size: 10px;
}

.phone_numbers {
	font-size: 24px;
}


/*DIVISION STYLES*/
#shell {
	width: 990px;
	margin: 25px auto;
	position: relative;
}

#header {
	width: 330px;
	height: 94px;
	float: left;
	position: relative;
}

#menu {
	width: 310px;
	height: 16px;
	float: left;
	margin: 78px 0 0 117px;
	position: relative;
}

#main_img {
	width: 757px;
	height: 433px;
	float: left;
	position: relative;
}

#sidebar {
	width: 230px;
	height: 433px;
	float: right;
	position: relative;
}

#keep_up_l {
	width: 114px;
	height: 70px;
	float: left;
	position: relative;
}

#keep_up_r {
	width: 109px;
	height: 70px;
	float: left;
	position: relative;
}

#page_title {
	width: 757px;
	height: 33px;
	float: left;
	position: relative;
}

#content {
	width: 732px;
	height: auto;
	margin-left: 14px;
	float: left;
	position: relative;
}

#footer {
	width: 732px;
	height: 22px;
	margin-top: 15px;
	float: left;
	position: relative;
}

#contact_l {
	width: 600px;
	float: left;
	margin: 10px 0 0 50px;
}



/*LINK STYLES*/
a:link {
	color: #76bac8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #76bac8;
}
a:hover {
	text-decoration: underline;
	color: #76bac8;
}
a:active {
	text-decoration: underline;
	color: #333333;
}



/*CLEAR FIX */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */