/* Coregenic Style Version 1 */

/* For the HTML, just add a class of .clearfix to any element containing a 
	float needing to be cleared, plus any Guillotine-Bug-fixing block elements 
	within the container. That's it! It's not perfect, but it's a whole lot 
	better than adding an entire extra 'dummy' element. */

.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 */


.clear
{
    clear: both;
}

/* @group Global */
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 19px; 
	color: #737373; 
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#container {
	width: 760px;
	margin-left: 100;
	margin-right: auto;
}

#header {
	width:  770px;
	background: #FFFFFF url(../images/home_top.jpg) no-repeat right;
}

#main_nav {
	list-style: none;
	margin: 0 0 0 0;
	padding: 40px 0 0 25px;
	width: 123px;
	float: left;
}

#main_nav li {
	margin: 0 0 18px 0;
}

#main_nav li a {
	padding: 5px;
	color: #737373;
	text-decoration: none;

}

#main_nav li a:hover {
	color: #000;
	background-color: #e6e9ec;
}

#col_right {
	float: left;
	width: 200px;
	padding-bottom: 50px;

}



#footer {
	width: 622px;
	clear: both;
	border-top: dotted;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	padding-top: 10px;

}
/* @end */

/* @group Text/Image/Links */

h2 {
	font-size: 14pt;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/* color: #58BBEB; */
	color: #555555;
}

h4 
{
	font-size: 12pt;
	font-weight: normal;
	color: #000;
}

a {
	text-decoration: none;
	color: #58BBEB;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

.boxed_image {
	background-color: #ebebeb;
	padding: 10px;
}

.emphasis_itl {
	font-style: italic;
	color: #000;
}

.qoute {
	font-style: italic;
	color: #000;
	display: block;
	text-align: right;
}

/* @end */

/* @group Homepage */

#flash_content {
	clear:both;
	width: 622px;
}

#home_content {
	width: 622px;
	padding: 0px 0px 15px 0px;
}

#section_one {
	width: 850px;
	clear: both;
	border-bottom: dotted;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	padding-top: 25px;
	padding-bottom: 20px;
}

#section_two {
	float: left;
	width: 290px;
	padding-right: 20px;
	margin-bottom: 20px;

	margin-top: 20px;
}

#section_three {
	float: left;
	width: 290px;
	padding-left: 20px;

	margin-bottom: 20px;

	margin-top: 20px;
}


/* @end */

/* @group Services */

#services_list {
	padding-bottom: 30px;
}

#services_list dd {
	color: black;
}

/* @end */

/* @group Temp */

#header_sub {
	width:  760px;
}

.selected_menu_item {
	color: #000;
	padding: 0px 0px 0px 5px;
}

dt {
	font-size: 12pt;
	color: #555555;
	padding: 20px 0px 5px 0px;
}

#sub_section {
	width: 590px;
	clear: both;
	padding-top: 25px;
	padding-left: 32px;
	padding-bottom: 30px;
}

.subHeadh2 {
	padding-top: 15px;
}

#clienttable {
	padding-bottom: 50px; 
}

#clienttable tr td {
	padding: 0px 25px 25px 0px;
}

strong {
	color:#000000;
	font-size: 11pt;
}

input[type=text] 
{
    padding: 3px;
}

.btn {
	background-color:#58BBEB;
	border: #666666 outset 1px;
	padding: 5px;
	color: #FFFFFF;
	font-size: 10pt;
}

#contact-form 
{
    padding: 0px 0px 30px 30px;
}

#contact-form table 
{
	margin: 20px 0px 0px 0px;	
}

#contact-form .form-heading 
{
    text-align: right;
    padding: 0px 18px 0px 0px;
    vertical-align: top;
}

#contact-form .form-heading label
{
    padding: 3px 5px 3px 5px;
    background-color: #000;
    color: #FFF;
}

#contact-form .form-heading label.required
{
    background-color: #CC0000;
    color: #FFF;
}

/* @end */



