@charset "utf-8";
/* CSS Document */

/* reset */
* {margin:0;padding:0}
html {}
body {
	background:url(../images/grid.jpg) repeat left -120px #fff fixed;
	font-family:"Tahoma",Arial,helvetica,sans-serif;
	font-size:100%;
	line-height:1em;
	color:#00000;
	min-width:940px}

p {margin:0;padding:0}
img {border:0;vertical-align:top;text-align:left}
li,ul,ol { list-style:none}
.left {float:left}
.right {float:right}
.wrapper {width:100%;overflow:hidden}

a {color:#224099;text-decoration:none;outline:none}
a:hover {color:#993402;text-decoration:underline}
p {padding-bottom:17px}

h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:700;line-height:30px;color:inherit;text-rendering:optimizelegibility}
ul,ol{padding:0;margin:0px}
ul ul,ul ol,ol ol,ol ul{margin-bottom:0}li{line-height:30px}

.main {	margin:0 auto;	width:945px; border:0px solid #CCC}
.logo 	{ display:block; margin:10px 0 0 0px; text-align: left; height:120px}
.page-header {
	position: relative;
	margin: 20px 0 20px 0px;
}
h1		{ 
	font-size:30px; 
	line-height:40px;	
	text-shadow: 1px 1px 1px #CCCCCC;
	color: #333333;
	color: rgba(51,51,51,0.75);
}
h2{	
	font-size:25px; 
	text-shadow: 1px 1px 1px #CCCCCC;
	color: #333333;
	color: rgba(51,51,51,0.75);	
}
h3{	
	font-size:20px;
	padding-bottom:20px; 
	text-shadow: 1px 1px 1px #CCCCCC;
	color: #333333;
	color: rgba(51,51,51,0.75);	
}
.banner{margin-left:18px;}
.bullet {display:block;;}
.bullet img{ margin:2px 8px 0 0px}

.page-header p{ font-size:12px; line-height:18px;}
.page-header td{ font-size:12px; line-height:18px;}

.block_about {display:block; width:230px; height:auto; float:left; border:0px solid #F00}
.blocks1 {display:block; width:698px; height: auto; float:right; border:0px solid #666}
.blocks2 {display:block; width:698px; height:380px; float:right; border:0px solid #666}

.span1 	{ float:left; margin-right:16px;width:215px;}
.span1 p{display:block; position:relative;overflow:hidden; font-size:12px; line-height:18px; padding:2px; margin:5px 0 0 0px}

.span2 	{ float:left; margin-right:16px; width:446px;}
.span2 p{display:block; position:relative;overflow:hidden; font-size:12px; line-height:18px; padding:2px; margin:5px 0 0 0px}

.thumbnails{margin-bottom:0;list-style-type:none;}
.thumbnail-figure{margin:0;position:relative;background-color:white;background-color:rgba(255,255,255,0.9);border:1px solid rgba(255,255,255,0.4);-webkit-box-shadow:0 1px 2px rgba(85,85,85,0.4),0px 0 8px rgba(85,85,85,0.1) inset;-moz-box-shadow:0 1px 2px rgba(85,85,85,0.4),0px 0 8px rgba(85,85,85,0.1) inset;box-shadow:0 1px 2px rgba(85,85,85,0.4),0px 0 8px rgba(85,85,85,0.1) inset;}
.thumbnail-figure img{max-width:;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;transition:all .2s}
.thumbnail-figure:hover img{opacity:.7}
.thumbnail-figure figcaption{text-align:center; font-size:12px}
.thumbnail-figure a i{display:none}
.thumbnail-figure [data-image]{display:block;position:relative;overflow:hidden}

button::-moz-focus-inner {
  border: 0; }

/* Green Button
*******************************************************************************/
button.cupid-green {
  background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font: bold 14px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 2;
  padding: 7px 0 8px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 95%; }
  button.cupid-green a {
	color:#FFF;
  }
  button.cupid-green a:hover{
	  text-decoration:none;
  }
  button.cupid-green:hover {
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer; }
  button.cupid-green:active {
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee; }

/*****   Main Body    **************************************************************************************/
#main_content {
	width: 700px;
	margin-top: 0px;
	height:auto;
}

/*****   Training Table    **********************************************************************************/
#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 0px;
	width: 690px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	background-color:#e9e9e9;
	color: #009;
}


/*****   Contact Form    *******************************************************************************/
#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.0em;
}


#inline { display: none; width: 525px; height:330px }

/*label { margin-right: 12px; margin-bottom: 9px; font-family: Georgia, serif; color: #646464; font-size: 1.2em; display:block; padding:1px; }

.txt { 
display: inline-block; 
color: #676767;
width: 500px; 
font-family: Arial, Tahoma, sans-serif; 
margin-bottom: 10px; 
border: 1px dotted #ccc; 
padding: 5px 9px;
font-size: 1.2em;
line-height: 1.4em;
}

.txtarea { 
display: block; 
resize: none;
color: #676767;
font-family: Arial, Tahoma, sans-serif; 
margin-bottom: 10px; 
width: 500px; 
height: 100px;
border: 1px dotted #ccc;
padding: 5px 9px; 
font-size: 1.2em;
line-height: 1.4em;
}

.txt:focus, .txtarea:focus { border-style: solid; border-color: #bababa; color: #444; }

input.error, textarea.error { border-color: #973d3d; border-style: solid; background: #f0bebe; color: #a35959; }
input.error:focus, textarea.error:focus { border-color: #973d3d; color: #a35959; }

#send { 
color: #dee5f0;
display: block;
cursor: pointer;
padding: 5px 11px;
font-size: 1.2em;
border: solid 1px #224983;
border-radius: 5px;
background: #1e4c99; 
background: -webkit-gradient(linear, left top, left bottom, from(#2f52b7), to(#0e3a7d)); 
background: -moz-linear-gradient(top, #2f52b7, #0e3a7d); 
background: -webkit-linear-gradient(top, #2f52b7, #0e3a7d);
background: -o-linear-gradient(top, #2f52b7, #0e3a7d);
background: -ms-linear-gradient(top, #2f52b7, #0e3a7d);
background: linear-gradient(top, #2f52b7, #0e3a7d);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f52b7', endColorstr='#0e3a7d'); 
}
#send:hover {
background: #183d80; 
background: -webkit-gradient(linear, left top, left bottom, from(#284f9d), to(#0c2b6b)); 
background: -moz-linear-gradient(top,  #284f9d, #0c2b6b); 
background: -webkit-linear-gradient(top, #284f9d, #0c2b6b);
background: -o-linear-gradient(top, #284f9d, #0c2b6b);
background: -ms-linear-gradient(top, #284f9d, #0c2b6b);
background: linear-gradient(top, #284f9d, #0c2b6b);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#284f9d', endColorstr='#0c2b6b');
}
#send:active {
color: #8c9dc0; 
background: -webkit-gradient(linear, left top, left bottom, from(#0e387d), to(#2f55b7)); 
background: -moz-linear-gradient(top,  #0e387d,  #2f55b7);
background: -webkit-linear-gradient(top, #0e387d, #2f55b7);
background: -o-linear-gradient(top, #0e387d, #2f55b7);
background: -ms-linear-gradient(top, #0e387d, #2f55b7);
background: linear-gradient(top, #0e387d, #2f55b7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e387d', endColorstr='#2f55b7');
}

/* footer */
footer {width:100%;overflow:hidden;border:1px solid #F00;height: 200px;background: #F0F0F0;}
#footer {
	margin:0 auto;
	padding:10px 0 0 0px;
	border-top:1px solid #999;
	display:block;
	width:945px;
	height:50px;
}
#footer p {margin: 0;line-height: normal;color:#666;font-size: 13px;}
#footer .design {float:right;}
#footer a {color:#003366;font-size: 13px;text-decoration:none;}
#footer a:hover {color:#d92028;font-size: 13px;text-decoration:underline;}
