/*******************************************************
*******************************************************/

/* << ----------------// General Styles //------------ */


html { font-size: .625em; }
body {
	margin: 10px;
	padding: 0;
	color: #000000;
	background-color: #5A5A5A;
}
body, td, input, textarea, option, select { font-family: Verdana, Arial, Helvetica, sans-serif; }
table, input, textarea, option, select { font-size: 1em; }
h1, h2, h3, h4, h5, h6, p, ul, ol { padding-top: 0; padding-bottom: 1.2em; margin: 0; }
#content table.InternetExplorerFix table { margin: 0 0 1.2em 0; }

/* DEFINE BASE FONT SIZE -- 1.1em = 11px, etc. */
body { font-size: 1.15em; font-family:Geneva, Arial, Helvetica, sans-serif; }

/* DEFINE CONTENT LINE HEIGHT */
#content_inner p, #content_inner ul, #content_inner ol, #content_inner li, #content_inner blockquote { line-height: 1.45em; }
/* DEFINE CONTENT COLOR */
#content table td { color: #393939; }



a:link { color:#A41622; }
a:visited { color:#FF6666; }
a:hover, a:focus { color:#990000; }
a:active { color: #FF9900; text-decoration: none; }

/* HEADERS AND FS CONTROL LEGACY HEADER CLASSES */
h1, .cfont7 { font-size: 1.4em; font-weight: bold; }
h2, .cfont6, #content big.profiletopname { font-size: 1.2em; font-weight: bold; }
h3, .cfont5, .cbodyhdr1, .cbodyhdr2, .profilecommtextUpr, .profilecommtexthdr, .profileheader { font-size: 1.1em; font-weight: bold; padding-bottom: .3em; }
h4, .cfont4, .cbodyhdr4 { font-size: 1em; font-weight: bold; padding-bottom: .3em; }
h5, .cfont3 { font-size: .9em; font-weight: bold; padding-bottom: .3em; }
h6, .cfont1 { font-size: .8em; font-weight: bold; padding-bottom: .3em; }

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}



/* << ----------------// Outer container that holds all the columns //------------ */
#mainContainer {
	padding:0;
	width:960px;
	border:1px none #454545;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}

/* << ----------------// Header //------------ */
#header {
	margin:0;
	width:100%;
	height:90px; !important /*Non-IE6*/; height:113px /*IE6*/;
	color:#000000;
	background-color:#FFFFFF;
}

#header img {
	float:left;
	
}

#header p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	top: 10px;
	right: 40px;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	font-style: italic;
	line-height: 24px;
	font-weight: bold;
}

#mainimage {
	margin:0px;
	width:100%;
	height:202px; !important /*Non-IE6*/; height:202px /*IE6*/;
	color:#000000;
	background-color: #DEDBCF;
	
}



/* << ----------------// Horizontal navigation //------------ */
#navHorizontal {
	margin:0;
	border-top-style: solid;
	border-top-color:#A9A9A9;
	border-top-width:1px;
	border-bottom-style: solid;
	border-bottom-color:#A9A9A9;
	border-bottom-width:1px;
	width:100%;
	line-height:27px;
	height:27px;
	padding-top: 0px;
	background-image: url(../images/nav_bar.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 110%;
	text-transform: uppercase;
	color: #666666;
}

#navHorizontal ul {
margin:0 0 0 5px;
padding:0;
list-style:none;
}

#navHorizontal ul li {
	margin:0 0 0 -5px;
	padding:5px 0 5px 0;
	list-style:none;
	display:inline;
	height:27px;
}

#navHorizontal ul li a:link, #navHorizontal ul li a:visited {
	padding:5px 8px 5px 8px;
	color:#666666;
	text-decoration:none;
	height:27px;
	letter-spacing: .15em;
	font-weight: bold;

}

#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
	color:#FFFFFF;
	text-decoration:none;
	height:27px;
	font-weight: bold;
}

.navHorizontal ul {list-style-type:none;
margin:0 0 0 5px;
padding:0;

}
.navHorizontal ul li {float:left; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/;
	margin:0 0 0 -5px;
	padding:5px 0 5px 0;
	height:27px;
}

.navHorizontal ul li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:3.1em; line-height:3.1em; padding:0 16px 0 16px; text-decoration:none; font-weight:bold; color:rgb(100,100,100); border-right:solid 0px rgb(215,215,215);}


.navHorizontal ul li ul {display:none; border:none;}

/* SUBMENU (Non-IE6 hovering) */
.navHorizontal ul li:hover {
	position:relative;
	background-color: #447AA6;
	color: #FFFFFF;
} /*Sylvain IE hack*/
.navHorizontal ul li:hover a {
	background-color:#457AA6;
	text-decoration:none;
	color: #FFFFFF;
} /*Color main cells hovering mode*/
.navHorizontal ul li:hover ul {
	display:block;
	width:10.0em;
	position:absolute;
	z-index:1000;
	top:3.0em;
	margin-top:0.1em;
	left:0;
	padding:0px 16px 0px 16px;
	border-top:solid 1px rgb(215,215,215);
	color: #FFFFFF;
}
.navHorizontal ul li:hover ul li a {white-space:normal; display:block; width:10.0em; height:auto; line-height:1.3em; margin-left:-17px; padding:4px 16px 4px 16px; border-right:solid 1px rgb(215,215,215); border-left:solid 1px rgb(215,215,215); border-bottom: solid 1px rgb(215,215,215); background-color:rgb(235,235,235); font-weight:normal; color:#FFFFFF;} /*Color subcells normal mode*/
.navHorizontal ul li:hover ul li a:hover {background-color:#487BA8; text-decoration:none;} /*Color subcells hovering mode*/

/* SUBMENU (IE6 hovering) */
.navHorizontal table {position:absolute; z-index:1000; top:0px; left:-1px; border-collapse:collapse;}
.navHorizontal ul li a:hover {position:relative /*Sylvain IE hack*/; z-index:1000 /*Sylvain IE hack*/; background-color:#4679A8; text-decoration:none;} /*Color main cells hovering mode*/
.navHorizontal ul li a:hover ul {display:block; width:10.0em; position:absolute; z-index:1000; top:3.1em; t\op:3.0em; left:0px; marg\in-top:0.1em; border-top:solid 1px rgb(215,215,215); }
.navHorizontal ul li a:hover ul li a {white-space:normal; display:block; w\idth:10.0em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-right:solid 1px rgb(215,215,215); border-left:solid 1px rgb(215,215,215); border-bottom: solid 1px rgb(215,215,215); background-color:rgb(235,235,235); font-weight:normal; color:#FFFFFF;} /*Color subcells normal mode*/
.navHorizontal ul li a:hover ul li a:hover {background-color:rgb(225,225,225); text-decoration:none;} /*Color subcells hovering mode*/


/* << ----------------// Left column //------------ */
#columnOne { width:300px; float:left; }


/* << ----------------// Vertical navigation //------------ */
#navVertical {
margin:0 -5px 0 -5px;
padding:0;
width:200px;
background-color:#454545;

}

#navVertical ul {
	margin:0 0 0 5px;
	padding:0;
	list-style:none;
}

#navVertical ul li {
margin:0 0 0 -5px;
padding:0;
list-style:none;
border-bottom:1px solid #999999;


}

#navVertical ul li a:link, #navVertical ul li a:visited {
padding:5px 8px 5px 8px;
color:#eeeeee;
text-decoration:none;
display:block;
}

#navVertical ul li a:hover, #navVertical ul li a:active {
color:#454545;
text-decoration:none;
background-color:#eeeeee;
}

#navigationPractice {
	margin-bottom:10px;
	margin-top:10px;
	background-color: #ffffff;
}

#navigationPractice ul {
	padding:0 10px 0 15px;
	list-style-type: disc;
}

#navigationPractice ul li { 
	display:inline;
	font-size:110%;

}


#navigationPractice ul li a {
	color:#010101;
	display:block;
	padding:3px 0 3px 12px;
	background-image: url(../images/new_button.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}

#navigationPractice ul li a:hover { color:#FF9900; }

#navigationPractice hr { height: 1px; color: #FFF; border: 0; width: 200px; margin: 15px 0 15px 15px; text-align: center; }

hr { border: 0; width: 80%; color: #775; background-color: #775; height: 1px; margin: 20px 0 20px 15px; }

#navigationPractice h1 {
	letter-spacing:1px;
	font-size:150%;
	margin-top:20px;
	margin-bottom:0px;

}
					
#navigationPractice h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 5px;
	height: 17px;
	width: 289px;
	vertical-align: middle;
	background-position: center;
	background-color: #3E3D3D;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #870F1E;
	border-bottom-color: #000000;
}

#navigationPractice h3 {
	padding-top: 12px;
	padding-left: 15px;
	margin-bottom: 7px;
}

#navigationPractice p {
	text-align: left;
	padding: 10px;
	margin-left: 10px;
}


#navigationPractice img {
	text-align: center;
}

#navigationPractice2 {
	background-color: #ffffff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A41622;
	border-bottom-color: #AE5244;
	padding-bottom: 10px;
	margin-top: 10px;
}

#navigationPractice2 h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 5px;
	height: auto;
	width: 289px;
	vertical-align: middle;
	background-position: center;
	background-color: #3E3D3D;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #870F1E;
	border-bottom-color: #000000;
}

#navigationPractice2 h3 {
	padding-top: 12px;		
	padding-left:10px;
	padding-right:10px;			
}


#navigationPractice2 p {
	text-align: left;
	padding: 10px;
	margin-left: 10px;
}


#navigationPractice2 label.left {
	padding: 2px;
	margin-left: 10px;
}

#navigationPractice2 input.field {
	font-size: 100%;
	padding: 2px;
	width: 100%;
}

#navigationPractice2 select.combo {
					
}

#navigationPractice2 textarea {
	font-size: 100%;
	padding: 2px;					
}




#navigationPractice2 input.button {
					
}


#navigationPractice2 table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#navigationPractice2 ul {
	list-style-type: disc;
	padding-left:35px;
}

#navigationPractice2 ul li { 
	font-size:110%;

}


#navigationPractice2 ul li a {
	color:#010101;
	padding:3px 0 3px 12px;
}

#navigationPractice2 ul li a:hover { color:#FF9900; }

#navigationPractice3 {
	background-color: #ffffff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A41622;
	border-bottom-color: #AE5244;
	padding-bottom: 10px;
	margin-top: 10px;
}

#navigationPractice3 h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 5px;
	height: auto;
	width: 289px;
	vertical-align: middle;
	background-position: center;
	background-color: #3E3D3D;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #870F1E;
	border-bottom-color: #000000;
}

#navigationPractice3 h3 {
	padding-top: 6px;		
	padding-left:12px;
	padding-right:10px;			
}

#navigationPractice3 p {
	text-align: left;
	padding: 15px;
	margin-left: 10px;
}

#navigationPractice3 ul li {
	margin-left:15px;
	margin-right:10px;
}

#navigationPractice5 {
	margin-top:10px;
	background-color: #ffffff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A41622;
	border-bottom-color: #AE5244;
}

#navigationPractice5 ul {
	padding:0 10px 0 15px;
	list-style-type: disc;
}

#navigationPractice5 ul li { 
	display:inline;
	font-size:110%;

}


#navigationPractice5 ul li a {
	color:#010101;
	display:block;
	padding:3px 0 3px 12px;
	background-image: url(../images/new_button.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}

#navigationPractice5 ul li a:hover { color:#FF9900; }

#navigationPractice5 hr { height: 1px; color: #FFF; border: 0; width: 200px; margin: 15px 0 15px 15px; text-align: center; }

					
#navigationPractice5 h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 5px;
	height: 17px;
	width: 289px;
	vertical-align: middle;
	background-position: center;
	background-color: #3E3D3D;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #870F1E;
	border-bottom-color: #000000;
}

#navigationPractice5 h3 {
	padding-top: 12px;					
}

#navigationPractice5 img {
	text-align: center;
}



#contactform {
	width:299px;
	background-color: #ffffff;
	margin-bottom:10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A41622;
	border-bottom-color: #AE5244;
	padding-bottom: 20px;
	margin-top: 10px;

}

#contactform h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 5px;
	height: 17px;
	width: 289px;
	vertical-align: middle;
	background-position: center;
	background-color: #3E3D3D;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #870F1E;
	border-bottom-color: #000000;
	
}

#contactform h3 {
	padding-top: 5px;
	padding-left: 15px;
	margin-bottom:5px;
	text-align: left;
}					

#contactform p {
	margin-bottom: 0px;
}


#contactform fieldset {
	padding:0 /*IE6*/;
	border:solid 1px rgb(220,220,220);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#contactform fieldset legend {
	margin:0 0 20px 5px /*IE6*/;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:131%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
}
#contactform label.left {
	float:left;
	width:80px;
	padding:2px;
	font-size:100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 18px;
}
#contactform select.combo {width:80px; padding:2px; border:solid 1px rgb(200,200,200); font-size:100%;}
#contactform input.field {
	width:180px;
	border:solid 1px rgb(200,200,200);
	font-size:100%;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#contactform textarea {width:180px; padding:2px; border:solid 1px rgb(200,200,200); font-size:100%;}
#contactform input.button {float:left; width:13em; margin-left:112px !important /*Non-IE6*/; margin-left:115px /*IE6*/; padding-bottom:15px; padding:3px !important /*Non-IE6*/; padding:2px /*IE6*/; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; color:rgb(150,150,150); font-size:100%;}
#contactform input.button:hover {cursor:pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}



					


/* << ----------------// Middle column //------------ */
#columnTwo {
	float:left;
	margin-top:10px;
	width:425px;
	background-color:#FFFFFF;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#columnTwo img {
	margin-left: 50px;
	margin-top:12px;
}

#columnTwo h1 {
	padding-top:7px;
	padding-bottom:7px;
	padding-left:5px;
	margin-bottom: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
}

#columnTwo h2 {
	padding-left:5px;
	padding-top:7px;
	height: 7px;
	margin-bottom: 8px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;

}

#columnTwo h3 {
	padding-left:5px;
	padding-top:7px;
	height: 7px;
	margin-bottom: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;

}

#columnTwo h4 {
	padding-left:5px;
	padding-top:3px;
	margin-bottom: 6px;
	height: 7px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;

}

#columnTwo ul li {
	list-style-type: disc;
	font-size: 110%;
	list-style-image: url(images/list_button.gif);
	margin-bottom:5px;
}

#breadcrumb {
float:left;
margin-top:0px;
margin-bottom:10px;
padding:3px 5px 10px 5px;
width:415px;
height:10px;
background-color:#ffffff;

}

#breadcrumb p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
	vertical-align: middle;
	padding-top: 3px;
}

#breadcrumb a {
	color: #000000;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #666666;
	text-decoration: none;
}

#testimonials {
	float:left;
	margin-top:0px;
	margin-bottom:0px;
	padding:3px;
	width:400px;
	height:auto;
	background-color:#FF9900;
	border: 3px groove #999999;
	margin-right: 19px;
	margin-left: 8px;
}

#testimonials h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	color: #333333;
	background-color: #FF9900;
}



/* << ----------------// Right column //------------ */
#columnThree {
float:left;
margin:0;
margin-top:10px;
padding:0 5px 10px 5px;
width:210px;
height:100%;
}

#columnThree h2 {
	padding-top:7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#666666;
	height: 7px;
	margin-bottom: 12px;

}

#columnThree img {
	margin-top: 0px;
	margin-bottom: 0px;
}

#columnThree p {
	margin-left:7px;
	margin-right:7px;
	margin-bottom:0px;
}

#columnThree_box1 {
	float:left;
	width:195px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
	background-image:url(../images/Calculator_Cell_bg.gif);
}


#columnThree_box2 {
	float:left;
	width:195px;
	background-color:#FF9900;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left:5px;
	margin-bottom:10px;
}

#columnThree_box2 h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#666666;
	height: 7px;
	margin-bottom: 12px;
}


#columnThree_hollow {
	float:left;
	width:193px;
	background-color:#FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left:5px;
	margin-bottom:5px;
	border: 1px solid #A41622;
}

#columnThree_hollow h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#666666;
	height: 7px;
	margin-bottom: 12px;
}


#columnThree_blank {
	float:left;
	width:195px;
	background-color:#000000;
	margin-bottom:10px;
}

#columnThree_blank h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#666666;
	height: 7px;
	margin-bottom: 12px;
}


#columnThree_spanish {
	float:left;
	width:193px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left:5px;
	margin-bottom:10px;
	background-image: url(../images/mexican-flag.gif);
	background-repeat: repeat-y;
	border: 1px solid #999999;
	background-position: center;
}

#columnThree_spanish h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#666666;
	height: 7px;
	margin-bottom: 12px;
}

#columnThree_spanish p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#columnThree_spanish_button {
	border: 3px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 69px;
	margin-bottom: 5px;
	float: right;
	background-image:url(../images/entra_button.gif);
	padding: 5px;
	height: 15px;
	width: 38px;
	color: #FFFFFF;
	text-align: center;
}

#columnThree_spanish_button a {
	color: #FFFFFF;	
}

#columnThree_spanish_button a:hover {
	color: #FF9933;

}


/* << ----------------// Column Two-Three Span //------------ */


#columnTwo_Three_span {

	float:left;
	width:630px;
	background-color:#FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left:5px;
	margin-bottom:10px;
	margin-top:0px;
	margin-left:10px;
	margin-right:5px;


}

#columnTwo_Three_span img {
	float:right;
	margin:10px;
}

#columnTwo_Three_span h1 {
	padding-top:7px;
	padding-bottom:3px;
	padding-left:5px;
	margin-bottom: 6px;
	color: #000000;
}

#columnTwo_Three_span h2 {
	height: 17px;
	margin-bottom: 8px;
	margin-top:10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DEDBCF;
	width: 625px;
	padding: 3px;
	word-spacing: 0.5em;
}

#columnTwo_Three_span h3 {
	padding-left:5px;
	margin-bottom: 12px;
	color: #000000;
}

#columnTwo_Three_span p {
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#columnTwo_Three_span p.callout {
	margin-left:15px;
	margin-right:15px;
	padding:10px;
	border: 1px solid #BBBBBB;
	margin-bottom:10px;
	
}

#columnTwo_Three_span ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:108%;

}

#columnTwo_Three_span ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:108%;
}

#columnTwo_Three_span label.left {
	float:left;
	width:80px;
	padding:2px;
	font-size:100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 18px;
}
#columnTwo_Three_span select.combo {width:80px; padding:2px; border:solid 1px rgb(200,200,200); font-size:100%;}
#columnTwo_Three_span input.field {
	width:180px;
	border:solid 1px rgb(200,200,200);
	font-size:100%;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#columnTwo_Three_span textarea {width:450px; padding:2px; border:solid 1px rgb(200,200,200); font-size:100%;}
#columnTwo_Three_span input.button {float:left; width:13em; margin-left:112px !important /*Non-IE6*/; margin-left:115px /*IE6*/; padding-bottom:15px; padding:3px !important /*Non-IE6*/; padding:2px /*IE6*/; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; color:rgb(150,150,150); font-size:100%;}
#columnTwo_Three_span input.button:hover {cursor:pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}


#testimonial_box {
	background-color: #FFFFFF;
	margin:10px;
	padding:10px;
	height: 80%;

}

#testimonial_box a {
	font-style: italic;
}

#testimonial_box p {
	padding-left:10px;
	padding-top:20px;
	padding-right:10px;
	padding-bottom:10px;

}

#testimonial_box h2 {
	margin-bottom:6px;
}

#testimonial_box h3 {
	margin-top:0px;
}

#testimonial_left {
	background-color: #EBEBEB;
	margin-left:10px;
	float: left;
	width: 300px;
	height: 250px;
}

#testimonial_right {
	background-color: #EBEBEB;
	width: 300px;
	margin-right:10px;
	float:right;
	height: 250px;

}

#whatisit {
	float:right;
	background-color:#EEEEEE;
	border-style:solid;
	border-width:thin;
	border-color:#BBBBBB;
	margin:10px;
		height:auto;
	width:210px;
}

#whatisit p {
	width:190px;
	color:#111111;
	font-size:115%;
}

#whatisit h2 {
	margin:10px;
	color:#000000;
	width:190px;
	border-bottom:thin;
	border-color:#BBBBBB;

}

/* << ----------------// Footer //------------ */
#footer {
margin:0;
padding:5px 5px 5px 10px;
width:945px;
height:100px;
font-size:10px;
color:#cccccc;
background-color:#000000;
clear:both;
}

#footer a:link, #footer a:visited {
color:#999999;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#ffffff;
text-decoration:underline;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //------------ */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* << ----------------// Avvo.com //------------ */

.avvo_badge_180 {
	width:173px;
	text-align:center;
	background-color:#ffffff;
	font-family:arial;
	font-size:13px;
	border:4px solid #efe7f6;
	margin-bottom:10px;
}
.avvo_badge_180 a {color:#288fbc;text-decoration:none;}
.avvo_badge_180 .name_link {padding-top:7px;padding-bottom:2px;}
