/* Copyright (c) 2010 CoffeeCup, All rights reserved - http://www.coffeecup.com/
----------------------------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------------------*/

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td
{
   
	vertical-align: top;
}

/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Type
----------------------------------------------------------------------------------------------------*/

html {
	font-size: 16px;
}

body {
	color: #FFFFFF;
	font: 75%/1.5em Lucida Sans, Arial, sans-serif;
}

h1 {
   color: #804000;/*71E100*/
   font-size: 2em;
   font-weight: bold;
   text-align:left;   
}

h2 {
	color: #0080FF;
    font-size: 1.7em;
	text-align:left;
}

h3 {
	color: #804000	;
	font-size: 1.5em;
	font-weight: bold;
	text-align:left;
}

h4 {
    color: #0080FF;
	font-size: 1.3em;  
	text-align:left;
}

h5 {
   color: #804040;/*71E100*/
	font-size: 1.1em;
	font-weight: bold;
	text-align:left;
}

h6 {
   color: #0080FF;
	font-size: 1em;
	font-weight: bold;
	text-align:left;
}

p {
	color: #0080FF;
	font-family: Lucida Sans, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
}

ul {
	list-style: disc;
	color: #0080FF;
	font-size: 1.0em;
	font-weight:bold;
	line-height: 1.3em;
}
li {
	
	color: #0080FF;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.3em;
}


ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #0080FF;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}


ol.lowerRoman {
	list-style: lower-roman;
}

ol.upperAlpha {
	list-style: upper-alpha;
}

strong, b, .b {
	color: #555 !important;
	font-weight: bold;
}

a {
	color: #990000;
	text-decoration: none;
}

/*a:link {
	color: #990000;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #990000;
	outline: none;
	text-decoration: none;
}*/

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

a:active {
	color: #990000;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}

.more {
	text-decoration: underline !important;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/



h1, h2, h3, h4, h5, h6 {
	padding-bottom: 3px !important;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {
	margin-right: 10px;
	padding: 5px 0;
}

blockquote {
	margin-right: 10px;
	padding: 5px 0 20px 0;
}

ul, ol {
	margin-left: 25px;
	padding-left: 0;
}

li {
	text-align:left;

}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

html {
	background: url(../images/body_bkgd.png) repeat-x;
	padding: 0px 0px 40px 0px;
	text-align: center;
}

body {
	background:  none;
	margin-bottom: 20px;
	width: 960px;
	margin: 0 auto;
	
	position: relative;
	border: none;
}

#logoTxt {
	background: url(../images/logo_img.png) top right no-repeat;
	position: absolute;
	top: 35px;
	left: 70px;
	width: 168px;
	height: 66px;
	border: none;
}

#logoTxt h1, #logoTxt h2 {
	color: #fff;
	font-size: 3em;
	line-height: 1.5em;
	text-align: center;
}

#logoTxt h2 {
	color: #fff;
}

#logoTxt h1 span, #logoTxt h2 span {
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	width: 124px;
	z-index: 9;
	border: none;
}

#logoTxt h2 span {
	top: 0 !important;
	z-index: 10 !important;
}

header {
	/*height: 170px;*/
	width: 100%;
	border: none;
}

header h1 {
	color: #333;
	font-size: 1.6em;
	margin-top: 20px;
	text-align: left;
	border: none;
}
header h3 {
	color: #804000	;
	font-size: 1.5em;
	font-weight: bold;
}

header h4 {
    color: #0080FF;
	font-size: 1.3em;  
}

header h5 {
   color: #804040;/*71E100*/
	font-size: 1.1em;
	font-weight: bold;
	
}

header h6 {
   color: #0080FF;
	font-size: 1em;
	font-weight: bold;
	
}

header h1 span {
	color: #ED9580;
	display: block;
	float: left;
	padding-right: 5px;
	width: 300px;
	border: none;
}




#headTxt {
	color: #000 !important;
	font-size: 4em;
	line-height: 0.3em;
	text-transform: capitalize;
	width: auto !important;
}

nav ul {
	clear: left;
	list-style: none;
	width: 700px;
	height: 20px;
	margin-left: 0;
	padding-top: 10px;
    padding-left:50px
	text-align: left;
	border: none;
}

nav ul li {
	display: inline;
	margin: 0 2px 0 0;
	border: none;
}

nav ul li a {
	color: #0080FF;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 8px 30px 8px 0px;
	text-transform: uppercase;
	border:;
}

nav ul li a:hover {
	
	color: #2212ED;
	text-decoration:underline;
	font-weight:bolder;
}

nav ul li a:active
{
}

#mainLeft, #mainLeft2 {
	float: left;
	padding-top: 40px;
	position: relative;
	width: 325px;
	text-align: left;
}

#mainLeft img {
	border: none;
	position: absolute;
    top: 200px;
	z-index: 5;
}

#mainLeft h1 {
	color: #666;
  	font-size: 2em;
	line-height: 1.5em;
 	text-align: center;
 
}

#mainLeft h2 {
	color: #444;
	font-size: 0.8em;
	text-align: center;
	text-transform: uppercase;
}

#mainLeft h1 span, #mainLeft h2 span {
	display: block;
	position: absolute;
	top: 255px;
	right: 0;
	width: 330px;
	z-index: 60;
	border: none;
}

#mainLeft h2 span {
	top: 320px !important;
}

/*#mainLeft2 {
	margin: 20px 0 0 50px;
	width: 520px !important;
}*/

#mainRight, #mainRight2 {
	float: right;
	margin-top: 50px;
	width: 610px;
	text-align: left;
}

/*#mainRight h2 {
	margin-bottom: 40px;
	border: none;
}

#mainRight2 {
	width: 300px !important;
}*/

.columns {
	margin: 20px 0;
	padding-right: 10px;
	border: none;
}

.colLeft {
	float: left;
	width: 290px;
	border: none;
}

.colRight {
	float: right;
	width: 290px;
	border: none;
}

#signature {
	margin-bottom: 5px;
	text-align: right;
}

footer {
	clear: both;
	background: url(../images/foot_bkgd.png) repeat-x;
	padding-top: 10px;
	border: none;
}

footer a {
	font-size: 0.8em;
    color:#0080FF;
}

footer p {
	float: left;
	font-size: 0.8em;
	border: none;
}

footer h3 {
	color: #804000	;
	font-size: 1.5em;
	font-weight: bold;
	text-align:center;
}

footer h4 {
    color: #0080FF;
	font-size: 1.3em;
	text-align:center;
}

footer h5 {
   color: #804040;/*71E100*/
	font-size: 1.1em;
	font-weight: bold;
	text-align:center;
	
}

footer h6 {
   color: #0080FF;
	font-size: 1em;
	font-weight: bold;
	text-align:center;
	
}

footer ul {
	float: right;
	list-style: none;
	width: 330px;
	margin-left: 0;
	padding-top: 3px;
	text-align: right;
	border: none;
}

footer ul li {
	display: inline;
	margin: 0 5px;
	border: none;
}

footer ul li a {
	font-size: 0.9em;
}

footer ul li a:hover {
	color: #000;
}
/*<image rotator>*/
#rotating-item-wrapper {
	position: relative;
	width: 980px;
	height: 347px;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
/*</image rotator>*/

/*Style for the simple gallery*/
*{
	margin:0;
	padding:0;
}


#slideshow{
	background-color:#F5F5F5;
	border:1px solid #FFFFFF;
	height:340px;
	margin:100px auto 100px;
	position:relative;
	width:640px;	
	-moz-box-shadow:0 0 22px #111;
	-webkit-box-shadow:0 0 22px #111;
	box-shadow:0 0 22px #111;
}

#slideshow ul{
	height: 320px;
	left: -24px;
	list-style: none outside none;
	overflow: hidden;
	position: absolute;
	top: 1px;
	width: 620px;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	height:86px;
	width:60px;
	position:absolute;
	background:url('../images/arrows.png') no-repeat;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
	z-index:5000;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}
/*end style for simple gallery*/


.speech-bubble
  {
   width: 360px;
   padding: 10px;
   background: #804040;
   color: #fff;
   font: normal 12px "Segoe UI", Arial, Sans-serif;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
  }
  .speech-bubble:after
  {
   content: "";
   border: solid 10px transparent; /* set all borders to 10 pixels width */
   border-top-color: #404040; /* the callout */
   border-bottom: 0; /* we do not need the bottom border in this case */
   width: 0;
   height: 0;
   overflow: hidden;
   display: block;
   position: relative;
   bottom: -20px; /* border-width of the :after element + padding of the root element */
   margin: auto;
  }