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

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;
	background: #989499;
}

a {
	color: #E02040;
	background-color: transparent;
	letter-spacing: 1px;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}
a.firm{
	color: #303030;
	background-color: transparent;
	font-size:14px;
	letter-spacing: 1px;
	text-decoration: none;
}

a.firm:hover {
	color: #E02040;
	background-color: transparent;
	text-decoration: none;
}

a img {
	border: 0 none;
}

p, .bodytext {
	font-size: 12px;
	line-height: 180%;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #E02040;;
	background-color: transparent;
}

h1, .csc-firstHeader {
	font-size: 14px;
	padding-bottom: 8px;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 12px;
}

ul {
	list-style-type: none;
}

b.red{
	color: #E02040;
	background:transparent;
}

p.required_fields {
	font-size:10px;
	padding-top:12px;
}

/*------------------------------
  main layout start
  ------------------------------*/
html, body {
	height:100%;
	margin:0;
	padding:0;
}

body{
	color:#303030;
	background:#989499;
	text-align:center;
	min-width:908px;
	min-height:661px;	
}

#container {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-330px;
	margin-left:-464px;
	width:928px;
	height:661px;
	background:url(bg_container.jpg);
	overflow:hidden;
	text-align:left;
}

#main {
}

#header {
	width:928px;
	height: 126px;
}

#content {
	height:485px;
}
#column {
	position:relative;
	z-index:10;
	width: 604px;
	margin-left:216px;
	padding: 32px 50px 32px 50px; 
}

#footer {
	height:50px;
}

address {
	position:absolute;
	left: -999em;
}

#firm1, #firm2, #firm3 {
	width:198px;
	text-align:center;	
}

#firm1 {
	position:absolute;
	z-index:40;
	top:631px;
	left:216px;
}

#firm2 {
	position:absolute;
	z-index:50;
	top:631px;
	left:471px;
}

#firm3 {
	position:absolute;
	z-index:60;
	top:631px;
	left:723px;
}
/*------------------------------
  main layout end
  ------------------------------*/

/*------------------------------
  navigation left start
  ------------------------------*/
#nav_left {
	position: absolute;
	z-index:30;
	clear:both;
	top: 158px;
	margin-left: 22px;
	width: 181px;
	font-weight:bold;
}

#nav_left ul {
}

/* --- dividers start --- */
#nav_left li {
	text-align: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #F2F2F2;
	line-height:20px;
	padding:1px 0;
	padding-left:4px;
}

.nav_left_lev1_last_child, 
.nav_left_lev1_cur_last_child, 
.nav_left_lev1_act_last_child   {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}
/* --- dividers stop --- */

/* --- level 1 start --- */
#nav_left li li {
	border: none;
	line-height:18px;
	padding: 0 0 0 12px;
	margin: -1px 0;
}

.nav_left_lev1_child a, 
.nav_left_lev1_last_child a{
	font-size:13px;
	color: #404040;
	background: transparent;
}

.nav_left_lev1_cur_child a,
.nav_left_lev1_act_child a,
.nav_left_lev1_cur_last_child a,
.nav_left_lev1_act_last_child a{
	font-size:13px;
	color: #E02040;
	background: transparent;
}

.nav_left_lev1_child a:hover, 
.nav_left_lev1_last_child a:hover {
	font-size:13px;
	color: #666666;
	background: transparent;
	text-decoration:none;
}

.nav_left_lev1_cur_child a:hover,
.nav_left_lev1_act_child a:hover,
.nav_left_lev1_cur_last_child a:hover,
.nav_left_lev1_act_last_child a:hover{
	text-decoration:none;
}

/* --- level 1 stop --- */
/* --- level 2 start --- */

.nav_left_lev2_child a {
	font-size:11px;
	color: #303030;
	background-color: transparent;
}

.nav_left_lev2_last_child a {
}

.nav_left_lev2_cur_child a,
.nav_left_lev2_act_child a,
.nav_left_lev2_cur_last_child a,
.nav_left_lev2_act_child a  {
	font-size:11px;
}

.nav_left_lev2_child a:hover {
	color: #666666;
	background: transparent;
	text-decoration:none;
}
/* --- level 2 stop --- */

/* --- level 3 start --- */

.nav_left_lev3_child a {
	font-size:11px;
	color: #303030;
	background-color: transparent;
}

.nav_left_lev3_last_child a {
}

.nav_left_lev3_cur_child a,
.nav_left_lev3_act_child a,
.nav_left_lev3_cur_last_child a,
.nav_left_lev3_act_child a  {
	font-size:11px;
}

.nav_left_lev3_child a:hover {
	color: #666666;
	background: transparent;
	text-decoration:none;
}
/* --- level 3 stop --- */

/*------------------------------
  navigation left end
  ------------------------------*/

/*------------------------------
  contact form start
  ------------------------------*/
#contactform{
	width:600px;
	font-size:12px;
	color:#404040;
	background:transparent;
}

fieldset{
	border: none;

}

/* top section of the contact form */
.contactform_column {
	width:300px;
	height:120px;
	text-align:left;
	list-style: none;
	font-size:12px;
}

/*label definitions for the top section */
#contactform label.form_label {
	width:80px;
	float:left;
}

#contactform li {
	height:20px;
}

#contactform input.form_input {
	width:200px;
	color:#404040;
	background:transparent;
	border:none;
	border-bottom: 1px dotted #E02040;
}

/* spacer */
.contactform_spacer {
	border-top: 1px dotted #E02040;
	width:600px;
	height:20px;
}

/* checkbox section */
.checkbox_container {
	height:158px;
}

.checkbox_checkbox_column {
	width:20px;
	height:20px;
	text-align:left;
}

.checkbox_label_column {
	width:278px;
	height:20px;
	text-align:left;
}

/* textarea section */
#contactform label.textarea_label {
	position:absolute;
	top:354px;
	width:112px;
	text-align:left;
}

#contactform textarea {
	position:absolute;
	top:354px;
	margin-left:120px;
	padding:2px 4px;
	width:471px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:88px;
	border:1px dotted #E02040;
	color:#404040;
	background:transparent;
}

#contactform input.submit {
	position: absolute;
	top:426px;
	width: 112px;
	height:20px;
	border: 0 none;
	color: #fff;
	background: #E02040;
}

#contactform input.submit:hover {
	color: #E02040;
	background: #EEEEEE;
}
/*------------------------------
  contact form end
  ------------------------------*/    
#flash_animation {
	position:absolute;
	z-index:60;
	width:705px;
	height:485px;
	top:126px;
	left:216px;
}

/*------------------------------
  design by macquality start
  ------------------------------*/   

#design {
	position:absolute;
	top:632px;
	left:24px;
	z-index: 100;
	height:20px;
	width:160px;
}

#design a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333;
	text-decoration: none;
}

#design a:hover {
	color:#999;
	text-decoration: underline;
}


/*------------------------------
  design by macquality end
  ------------------------------*/   