@charset "UTF-8";
/* Copyright 2008 Telegenics, Inc. CSS Document */

body, h1, h2, h3, h4, h5, a, ul, li, p {margin: 0; padding: 0; }
body {background: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: white; text-align: center; 

position: relative;}

a:link    { color: #ffc; }    /* unvisited links */
a:visited { color: #ffc;}   /* visited links   */
a:hover   { color: #FFFF66; } /* user hovers     */
a:active  { color: #999999; }   /* active links    */

.active a {color: #0066FF;}

a {text-decoration: none;}

h1,h2,h3,h4,h5 {color: #3399cc; line-height: 1em;}
h1 {font-size: 1.5em; margin-top: .5em}
h2 {font-size: 1.4em; margin-bottom: .5em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}

p {margin-bottom: 1em; line-height: 1.5em;}

#container {
	width: 865px;
	text-align: left;
	margin: 0 auto;
	
	position: relative;
	}

.quote {width: 600px; margin: 2em 0 .5em 0; clear: both; }
.quote blockquote {background: url(images/quote_triangle.gif) no-repeat 5% 100%; padding: 0 0 25px 0; margin: 0 0 2px 0;}
.quote blockquote p {background: #339999; padding: 10px; margin: .5em .5em 0 .5em; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.1em; color: #333333; font-weight: bold; line-height: 1.5em; clear: both; }




 
/*---- HEADER ---- */
#header {width: 865px; height: 128px; position: relative; margin-bottom: 12px;}



#logo {width: 271px; height: 128px; background: url(images/logo_corner.gif) no-repeat;}
#logo a {width: 271px; height: 128px;  display: block;}


#header_top {
	width: 594px;
	height: 96px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/header_top3.jpg) no-repeat;
}



.home #header {width: 865px; height: 174px; position: relative; margin-bottom: 12px;}



.home #logo {width: 271px; height: 174px; background: url(images/logo_corner_home.gif) no-repeat;}
.home #logo a {width: 271px; height: 174px;  display: block;}


.home #header_top {
	width: 594px;
	height: 142px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/header_top_homepage.jpg) no-repeat;
}


/*---- NAVIGATION ----*/
#navigation {background: #FFFFFF; margin: 0 auto; width: 594px; height: 32px; padding: 0; position: absolute; bottom: 0; right: 0; }
#nav_right {background:url(images/nav_right_corner.gif) right no-repeat; margin: 0 auto; width: 594px; height: 32px; padding: 0;}
#nav_right {position: absolute; bottom: 0; right: 0;}

/*---- SIDEBAR ----*/

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 219px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 
	
	margin: 0 0 1em 0;
	padding: 0;
	
	
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 140px;
	
	}

.home #sidebar1 {
	margin-top: 186px;
	}	
	
*html #sidebar1 {
	margin-top: 105px;
	margin-right: 0px;
	clear: both;
	z-index: -1;
	}

*html .home #sidebar1 {
	margin-top: 156px;}
	
#sidebar_content {background: url(images/sidebar_bg.gif) repeat; padding: 0; margin: 0; width: 219px; height: 100%;}

#sidebar_top {background: url(images/sidebar_top.gif) bottom no-repeat; width: 219px; height: 10px; padding: 0; margin: 0;}



#sidebar1 h1, #sidebar1 h2, #sidebar1 h3, #sidebar1 h4,
#sidebar1 h5  {color: white; padding: 0 .3em .3em .3em}

#sidebar1 ul {padding-left: .5em; list-style-type: square; padding: 0 1.5em 2em 1.5em;}
#sidebar1 ul li {padding-bottom: .5em;}

#sidebar_bottom {width: 219px; height: 8px; background: url(images/sidebar_bottom_bg.gif) top no-repeat;}

#btn_testimonials, #btn_depo {width:219px; height:59px; margin-bottom: .2em;}
#btn_tech a {background: url(images/btn_tech_whole.png) left top no-repeat;}
#btn_testimonials a {background: url(images/btn_testimonials_whole.png) left top no-repeat;}
#btn_depo a {background: url(images/btn_depo_whole.png) left top no-repeat;}
#btn_tech a, #btn_testimonials a, #btn_depo a {display: block; background-position: 0 0; width: 219px; height: 59px;}
#btn_tech a:hover, #btn_testimonials a:hover, #btn_depo a:hover {background-position: 0 -59px;}
	
	

/*---- CONTENT ---*/
#mainContent { 
	margin: 0 225px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 640px;
	
} 



#mainContent p {margin: 0 .5em 0 1em}
#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6 {margin-right: .5em;}

.mainPic {
	margin: 0;
}



/*---- PAGE SPECIFIC OVERRIDES ----*/
.home #container {background: url(images/homepage_bg.jpg) top left no-repeat;}
.home #mainContent p {padding-right: 170px;}

.events #sidebar_top {padding: 0; height: 10px;}

.home #mainContent .quote blockquote p {font-size: .9em;}

.services #mainContent ul {text-align: left; margin-left: 1em;}
.services #mainContent ul li {margin-left: 2em; font-size: 1.2em;}
.services #mainContent h2, .services #mainContent h3, .services #mainContent h4, .services #mainContent h5 {margin-bottom: .9em;}
.services h4 {margin-left: .9em;}



.sitemap #mainContent ul li {margin-left: 3em;}
.sitemap #mainContent, .home #mainContent {height: 40em; min-height: 40em;}


/*---- IMAGES ----*/
img.floatLeft {float: left; margin: 0 .5em .5em 0;}
img.floatRight {float: right; margin: 0 0 .5em .5em}


/*---- FOOTER ----*/
#footer { 
	position: relative;
	background: url(images/sidebar_bg.gif) repeat; width: 865px; 
	height: 51px;
	margin-top: 1em; 
	margin-bottom: .5em;
	clear: both;
} 

*html #footer {width: 864px;}

 #footer p { margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: .2em 0 0 1em; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer_left {height: 51px; width: 852px; background: url(images/footer_left.gif) left no-repeat; padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. - scratch that...doesn't fit right*/}
#footer_left ul {padding-left: 1em;}
#footer_left ul li { display: inline; list-style-type: none; font-size: .9em; vertical-align: middle;}
#footer_right {position: absolute; right:0; top: 0; background: url(images/footer_right.gif) no-repeat; width: 13px; height: 51px;}

/*---- MISC ----*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

#wrapper {
	margin: 0;
	width: 620px;
	text-align: left;
	padding: 0px;
	float: left;
	min-height: 330px;
}

#wrapper p {
	font-size: 80%;
	margin-bottom: 0px;
}

fieldset {
	padding-left: 10px;
	padding-right: 10px;
}

.contact fieldset {
	padding-left: 50px;
}

legend {
	font-weight: bold;
	font-size: 1.1em;
	color: #0099CC;
	text-decoration: underline;
}

#wrapper h5 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 95%;
	
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.breadcrumbs p {
	font-size: .8em; padding-left: 0;}
}




.schedule #mainContent h5 {text-align: right;}
.schedule #mainContent h3 {width: 100%; border: #fff solid 1px; background: #666666; padding: .2em; margin-bottom: .2em; color: #fff}
.schedule a:visted {color: white;}

.slideshow {text-align: center; margin: 0 auto; margin-top: 90px; text-align: center; clear: both; }

.title_table {background: white; text-align: center;}
.row_color {background: #666666;}
.row_color h4 {color: white;}

.siteby {float: right; font-size: .7em; margin: 0 0 .5em 0;}

.topline {border-top: 1px solid white; padding-top: 1em; margin-top: 1em;}

.clear {
	clear: both;
	}




