html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* html */
body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #333; 		font-size: 100%;
	margin: 0; 
	padding: 0; 
	background: #FFF url(images/bg2.jpg) repeat-x;
	text-align: center;
}

/* Links */
a:link, a:visited { 
	text-decoration: none;
	color: #0788C3;	
}
a:hover {
	border-bottom: 1px dotted #0788C3;	
}
a:link.more-link, a:visited.more-link {
	padding-bottom: 2px;
	font-weight: bold;	
	color: #0788C3;
	border-bottom: 1px dotted #0788C3;
}
a:hover.more-link {
	text-decoration: none;
}

/* Lists */
ul, ol {
	margin: 0;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }


p, h1, h2, h3, h4 { margin: 10px 0; color: #333; }
p, li { 	font-size: 0.8em; line-height: 1.5em; }
h3 {  font-size: 1.3em; 	line-height: 1.8em; color: #5b6c89;	padding: 6px 0; margin: 4px 0px 4px 0px; 
	border-bottom: 1px solid #EBEBEB;   }
/* Images */
img.floatright { float:right; margin: 5px 0px 10px 10px;  
}
img.floatleft { float: left; 	margin: 5px 10px 10px 0px;
}

blockquote {
	margin: 10px 20px;
 	padding: 10px 10px 10px 32px;  
   border: 1px solid #F0F0F0;
	background: #f8f8f8 url(../images/quote.gif) no-repeat 12px 12px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;	
	color: #555;	
}
strong {
	font-weight: bold;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#fullwrap { position:relative; width: 100%; }
#wrap {
	width: 920px;
	margin: 0 auto;
	text-align: left;	
	border: 0px solid #ff0000;
}

/* Header */

#header {
	clear: both;
	background: #ffffff; 
	border: 1px solid #DCF1FB;
	margin: 63px 0 15px 0;
	padding-bottom: 20px;
	width: 100%;			
}
#header h1 {
	font: normal 1.2em Georgia, 'Times New Roman', Times, Serif;
	color: #0788C3;	
	line-height: 1.6em;
	font-style: italic; 
	letter-spacing: 2.0px;	
	text-align: center;
	margin: 0px 0;
	padding: 10px 0;
	border-bottom: 1px solid #EBEBEB;	
}
#header h2 {
	font: normal 2.8em Georgia, 'Times New Roman', Times, Serif;
	color: #295177;
	letter-spacing: 1.0px;	
	margin-bottom: 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #EBEBEB;	
}

#header .image-block {
	float: left;
	clear: left;
	width: 460px;	
	margin: 20px 0 0 25px;
	padding: 10px 0 0 0;
	display: inline;
	border-right: 0px solid #DCF1FB;	
}
#header .image-block img {
	background: #FFF;
   border: 1px solid #DFEAF0;
	padding: 12px;
}
#header .text-block {
	float: right;
	width: 400px;
	margin: 15px 25px 0 0;
	display: inline;
}

/* Content */
#content-outer {
	clear: both;
	width: 100%;
	margin: 0; padding: 0;
	background: transparent url(../images/hor-line.gif) repeat-y center 0;				
}
#content {
	width: 100%;
	margin-left: 0;	
	padding: 0;
}

/* columns */
#left {
	width: 580px;	
	float: left;	
	padding-top: 0px;	
}
#right {
	width: 285px;
	float: right;
	padding-top:0px;
}
#left li { padding: 0 0 0 12px; line-height: 24px; list-style-type: none; background:  url(images/libullet.png) no-repeat 0px 10px;}
#left ul { margin:5px 0; padding: 0; }

#left h2 {
	font: normal 3.6em Georgia, 'Times New Roman', Times, Serif;
	color: #444;	
	letter-spacing: -2.2px;	
	margin-bottom: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom: 1px solid #EBEBEB;	
}
#left h2 a {
	color: #444;
	border: none; 
}
#left p {margin: 10px 20px 10px 0}

#left img, #right img { background: #FAFAFA;
   border: 1px solid #E4E4E4;
	padding: 4px;  }
#left img.noborder, #right img.noborder { border:0;background: transparent;padding: 0; }

/* sidemenus */
#right p.testimonial {background: #F8FAFD; 
	border: 1px dashed #DCF1FB; font-style: italic; padding: 5px 10px; margin: 24px 0 24px 20px;}
em { font-size: 80%; color: #93969b; font-style: normal;   }
#right p { margin: 10px 0px 8px 0px; padding: 6px 0;  }
#right ul {
	text-align: left;
	margin: 0px 8px 5px 20px; padding: 0 0 0 10px;
}

/* footer-bottom */
#footer100 { 	clear: both;width: 100%; background: #ddd; 	border-bottom: 30px solid #ddd; margin: 20px 0 0 0;}
#footer-bottom {	background: url(../images/dotted-lines.gif) repeat-x;
	width: 920px;
	margin: 0 auto;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	font-size: .9em;		
	color: #777;
	padding: 30px 0 0 0;
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;		
}
#footer-bottom .bottom-left a, #footer-bottom .bottom-right a { color: #777777; text-decoration: none; }
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}

/* thumbnails */
p.thumbs { 
	padding: 10px 0 0 0px; 
	margin: 0 0 0 15px;
}
.thumbs img { 
	position: relative;
	padding: 8px;
	margin: 4px;
	background: #FAFAFA;
   border: 1px solid #EDEDED;	
}
.thumbs img:hover	{
	border: 1px solid #D2D2D2;	
}
.thumbs a:hover { background-color: transparent; border: none }


/* alignment classes & additional classes*/
iframe#map { z-index: 3;  }
div.map { position:relative; z-index:2; }
/* clearing */
.clear { clear: both; width:100%;display: block; height: 0;}
.clear10 {	clear: both; display:block; height: 10px;}
.clear20 {	clear:both; display: block; height: 20px;}
.clear15 {	clear:both; display: block; height: 15px;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
/* for ie6*/
* html .clearfix {height: 1%;}
/* for ie7 */
:first-child+html .group {min-height: 1px;}
 

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 20px;		
}
tr { background: #FFF; }
tr.altrow { background: #F9F9F9;	}
th, td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}
th {
	color: #555;
	background: #F0FBFF; 
	padding: .8em 1em;	
  	border-color: #D8EBF5 #D8EBF5 #B9DBEE #D8EBF5;	
}
td {
	border-color: #EFEFEF;	
	padding: .7em 1em;	
}	
/* end - table */

/* form elements */
form { position:relative;
width: 400px;
	margin: 10px 20px 10px 0; 
	padding: 15px 50px; 
	border: 1px solid #ddd;
	background: #eee;
}
form p { display: block;
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0 5px 0;	margin:  0 auto;	
	color: #333;
}
label {
	font-weight: bold;
	color: #666666;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #D4D4D4 #EBEBEB #EBEBEB #D4D4D4; 	
	font: 12px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
input:focus, select:focus, textarea:focus {
	color: #7BA857;
	background: #EFFAE6;
}
#name, #email, #message, #confirmEmail, #phone {
	width: 380px;
}
input.button { 
	font: bold 13px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background:#B4DB6F;
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #91BD37 #91BD37 #B6DE8F;
}
label#human { position: absolute; width: 1px; height: 1px; top:-999px; left: -999px;}
input#human  { width: 1px; height: 1px;}
	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #fff;
		padding: 0px;
		width: 285px;
		margin: 0 auto;
		border: 0px solid #ff0000;
	}
	#gallery ul { list-style: none; margin: 0; border: 0px solid #ff0000; padding: 0;}
	#gallery ul li { margin: 10px 0 0 0px; padding: 0;}
	#gallery ul img {	padding: 0;		border: 5px solid #c6c9ca;
		
	}
	#gallery ul a:hover img {	padding: 0;
		border: 5px solid #9999aa;
	}
	#gallery ul a:hover { color: #fff; border-bottom: 0;}

div#invis {position: absolute; left: -2000px; top: -2000px; height: 1px; width: 1px;}
