﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #18ac00;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
	width: 90%;
	background-color: #fff;
	border: 1px solid #496077;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.header
{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #fff;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
	background-color:#fff;
	width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #18ac00;
    border-right: 1px #167007 solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 5px;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	padding-top: 20px;
	color: #000;
	float:right
;
	padding-left: 20px;
	padding-right: 10px;
}

.loginDisplay a:link
{
	color: #000;
}

.loginDisplay a:visited
{
	color: #000;
}

.loginDisplay a:hover
{
	color: #090;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

img{/* width: auto; */}

.social
{
	float: right;
	height: 25px;
	/* [disabled]background:#060; */
	margin: 18px 0px 20px 15px;
	padding: 0px 0px 0px 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000;
}
.social a img
{
	float:left;
	margin:-2px 0px 0px 5px;
}
.social a
{
	width:30px;
	height:30px;
	display:block;
	float:left;
	margin-right:5px;
}

.contact {
	float: right;
	height: 25px;
	background: url(../phone-icon.png) left center no-repeat;
	padding: 0px 0px 0px 30px;
	line-height: 25px;
	margin: 20px 0px 20px 0px;
	max-width: 670px;
}
#services {
	width: 970px;
	margin: auto;
	padding: 25px 0px 10px 0px;
	background: #FFF;
}
#services .item {
	width: 290px;
	padding: 10px 10px 30px 10px;
	float: left;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #090;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	margin-right: 10px;
}
#services .item:last-child {
	margin-right: 0px;
}
#services .item:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F09;
	background: url(../images/bot.png) bottom center no-repeat;
}
#services .item .img_box {
	/* margin: 20px auto 20px auto; */
	width: 280px;
	height: 160px;
	background: url(../images/services2.png) center center no-repeat;
}
#services .item .img_box img {
	margin-top: 0px;
	width: 180px;
	height: 180px;
	margin-left: 50px;
}
#services .item img {
	float: none;
	/* margin: 20px auto 20px auto; */
	height: 280px;
	width: 280px;
}
/*#services .item img:hover
{
	transform:rotate(45 deg);
	-moz-transform:rotate(45 deg);
	-ms-transform:rotate(45 deg);
	-o-transform:rotate(45 deg);
	-webkit-transform:rotate(45 deg);
}*/
#services .item p {
	text-align: justify;
	height: 130px;
	overflow: hidden;
}
#services .item h2 {
	text-align: center;
	padding: 10px 0px 10px 0px;
	color:#F30;
}
.read {
	height: 30px;
	width: 100px;
	text-align: center;
	line-height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #090;
	border-right-color: #090;
	border-bottom-color: #090;
	border-left-color: #090;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.read:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #06F;
}
.read a {
	display: block;
	text-decoration: none;
	color: #090;
}
hr {
	margin: 20px 0px 20px 0px;
}

#about {
	width: 1100px;
	padding: 10px 10px 10px 10px;
	margin: 0px auto 0px auto;
	background: #FFF;
}
#about .left {
/*	width: 720px;
*/	float: left;
	padding: 0px 20px 10px 0px;
	/*border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;*/
}
#about .left p {
	/* padding: 10px 0px 15px 10px; */
	text-align: justify;
}
#about .left p img {
	float: left;
	padding: 5px 15px 5px 0px;
}
#about .left p div.read {
	float: right;
	margin: 5px 15px 5px 0px;
}
.mid {
	padding: 0px 10px 0px 0px;
	height:35px;
	background: #FFF;
}
.mid2 {
	padding: 0px 10px 0px 0px;
	background: #FFF;
}
.mid1 {
	padding: 0px 10px 0px 0px;
	background:url(../images/ft7.jpg) bottom center repeat;
}

#about .right {
	width: 339px;
	float: right;
	padding: 10px 0px 0px 20px;
}
#main_content h1 {
	width: 98%;
	margin:auto;
	margin-bottom: 15px;
	background:url(../images/dotted.jpg) center center no-repeat;
}


/*  accordion  */
.Accordion {
	overflow: hidden;
	margin: 28px 0px 10px 0px;
	max-height: 350px;
	outline: none;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #030;
	border-bottom-color: gray;
	border-left-color: gray;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	background-color: #59ad24;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	height:30px;
	line-height:30px;
}
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 10px;
	height: 190px;
	max-height:190px;
	overflow:auto;
	text-align:justify;
}
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #0066ff;
	color:#FFF;
}
.AccordionPanelTabHover {
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color:#FFF;
}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #0066ff;
}
/* Rules for Printing */

@media print {

  .Accordion {
  overflow: visible !important;
  }
  
  .AccordionPanelContent {
  display: block !important;
  overflow: visible !important;
  height: auto !important;
  }
}


/*  footerbar  */
#footerbar
{
	width: 100%;
	margin: auto;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	/* background: #333 url(../doted3.jpg) repeat; */
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	/* border-top-color: #09F; */
	/* border-bottom-color: #09F; */
}
.footer_inner
{
	width:1120px;
	margin:auto;
	/* background:url(../ft7.jpg) bottom center repeat; */
}
.f_items
{
	float: left;
	/* [disabled]background:#CCC; */
	padding: 10px 10px 10px 10px;
	font-size:15px;
}
.w1
{
	width:16%;
}
.w2
{
	width:30%;
}
.f_items h3
{
	background: url(../h3_bg.png) bottom center repeat-x;
	color:#06F;
	margin:0px 0px 15px 0px;
}
.f_items ul
{
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 10px;
	float:left;
	list-style:none;
}
.f_items ul li
{
	list-style-image:url(../li.png);
	width:100%;
	height:20px;
	line-height:20px;
	margin:0px 0px 5px 0px;
}
.f_items ul li a
{
	display:block;
	color:#000;
}
.f_items ul li a:hover
{
	color:#F30;
}
#bot_footer
{
	width:100%;
	background:  url(../ft1.jpg) repeat;
}
.inner_f
{
	width:1080px;
	height:50px;
	line-height:50px;
	margin:auto;
	padding:0px 20px 0px 20px;
	color:#FFF;
}
.social
{
	float: right;
	height: 25px;
	/* [disabled]background:#060; */
	margin: 18px 0px 20px 15px;
	padding: 0px 0px 0px 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000;
}
.social a img
{
	float:left;
	margin:-2px 0px 0px 5px;
}
.social a
{
	width:30px;
	height:30px;
	display:block;
	float:left;
	margin-right:5px;
}
