/*--------------------> Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
}
#container {
	width: 650px;
	height: auto;
}

a img {
	border: none;
}

.imgLeft {
	float: left;
	margin: 10px 10px 10px 0;
}

.photoR {
	float: right;
	margin: 10px 0 10px 10px;
}

/*--------------------> Header Selectors <--------------------*/

#header {
	width: 630px;
	position: absolute;
	left: 0;
	top: 5px;
	padding: 0 10px;
}

#phone {
	float: right;
	margin-top: 5px;
}

/*--------------------> Top Nav Selectors <--------------------*/
#top-navigation {
	display: none;
}

/*--------------------> Column Container Selector <--------------------*/
#column-container {
	padding-top: 60px;
}

/*--------------------> Left Column Selectors <--------------------*/
#left-column {
	display: none;
}

/*--------------------> Right Column Selector <--------------------*/
#right-column {
}

h1 {
	width: 579px;
	height: 34px;
	padding: 11px 0 0 15px; 
	font-family: Georgia,"Times New Roman",serif;
	font-size: 22px;
	font-weight: normal;
}

#content {
	padding: 15px;
	font-family: Arial, Calibri, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 0 0 11px 0;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 11px 0;
}

#content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #600;
	padding: 11px 0;
}

#content p {
	margin: 0 0 22px 0;
	line-height: 20px;
}

#content ul {
	padding: .25em 10px .25em 30px;
	list-style-type: square;
}

#content ul {
	padding: .25em 10px .25em 30px;
}

#content li {
	padding: 6px 0;
}

#right-column a {
	color: #600;
	text-decoration: none;
}

#right-column a:hover {
	text-decoration: underline;
}

/*--------------------> Form Selectors <--------------------*/
#qc{
	display: none;
}
#contact{
	display: none;
}

/*--------------------> Footer Selectors <--------------------*/
#footer {
	display: none;
}

/*--------------------> Disclaimer Selectors <--------------------*/
#disclaimer {
}


/* ---[ colors ]--------------------- */

.red {color: #600 !Important}
.grey {color: #666 !Important}
.k {color: #000 !Important}
.w {color: #fff !Important}
