/* CSS Document */

html, body{background-color:#cccccc; margin:0px; padding:0px; font-family:Calibri; font-size:14px; line-height:17px; color:#484848;}

A {text-decoration:none;}
a img{border:none;}

.bodybg{background-image:url(../img/img_bg.gif); background-repeat:no-repeat;}
.imgbg{background-image:url(../img/img_bg2.gif); background-repeat:no-repeat;}

.normaltext{font-family:Myriad Pro; color:#484848; line-height:21px; font-size:24px; font-weight:normal;}
.subhd{font-family:Myriad Pro; color:#96c327; line-height:27px; font-size:18px; font-weight:bold;}
.normaltext1{font-family:Calibri; color:#484848; line-height:21px; font-size:18px; font-weight:normal;}
.normaltext2{font-family:Calibri; color:#484848; line-height:21px; font-size:18px; font-weight:normal; text-decoration:underline;}


.logintext{font-family:Myriad Pro; font-size:14px; line-height:17px; font-weight:normal; color:#8AB71C;}
.normal{font-family:Calibri; font-size:14px; line-height:17px; font-weight:normal; color:#ffffff;}
.hometext{font-family:Calibri; font-size:16px; line-height:19px; font-weight:bold; color:#719E05;}
.greentext{font-family:Calibri; font-size:18px; line-height:19px; font-weight:bold; color:#719E05;}

.textbox{font-family:Myriad Pro; color:#000000; font-size:14px; line-height:14px; font-weight:normal;}

.footer{font-family:Arial; font-size:12px; line-height:15px; font-weight:normal; text-decoration:none; color:#767676;}
a.footer{font-family:Arial; font-size:12px; line-height:15px; font-weight:normal; text-decoration:none; color:767676;}
a.footer:hover{text-decoration:underline;}

.button{
background-color:#759203;
color:#ffffff;
font-family:Calibri; 
font-size:14px;
border:0px;
}
.norm1{
font-family:"Myriad Pro",Arial, Helvetica, sans-serif; font-size:14px; line-height:17px; color:#484848; font-weight:normal;
}

.link{font-family:Myriad Pro; font-size:14px; line-height:17px; font-weight:normal; color:#8a0000; text-decoration:none;}
a.link:hover{font-family:Myriad Pro; font-size:14px; line-height:17px; font-weight:normal; color:#8a0000; text-decoration:underline;}

.thirtydays{font-family:Calibri; color:#8AB71C; line-height:21px; font-size:18px; text-decoration:none;}
a.thirtydays:hover{font-family:Calibri; color:#8AB71C; line-height:21px; font-size:18px; font-weight:normal; text-decoration:underline;}

.contact{font-family:Calibri; color:#FF0000; line-height:21px; font-size:18px; font-weight:normal; text-decoration:none;}
a.contact:hover{font-family:Calibri; color:#FF0000; line-height:21px; font-size:18px; font-weight:normal; text-decoration:underline;}

.bor{
border:1px solid #787878;
}
/*************************************************************************************************************************************/

.green_head{
font-family:Myriad Pro;
font-size:18px;
color:#8AB71C;
}

.black_head{
font-family:Calibri;
font-size:24px;
color:#484848;
font-weight:bold;
}

/*************************************************************************************************************************************/


.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
