/*Default Tag Properties*/

/*----------Text Styles----------*/
.ws6 {font-size: 8px;}
.ws7 {font-size: 9.3px;}
.ws8 {font-size: 11px;}
.ws9 {font-size: 12px;}
.ws10 {font-size: 13px;}
.ws11 {font-size: 15px;}
.ws12 {font-size: 16px;}
.ws14 {font-size: 19px;}
.ws16 {font-size: 21px;}
.ws18 {font-size: 24px;}
.ws20 {font-size: 27px;}
.ws22 {font-size: 29px;}
.ws24 {font-size: 32px;}
.ws26 {font-size: 35px;}
.ws28 {font-size: 37px;}
.ws36 {font-size: 48px;}
.ws48 {font-size: 64px;}
.ws72 {font-size: 96px;}
.wpmd {font-size: 13px;font-family: 'Arial';font-style: normal;font-weight: normal;}


/*----------Para Styles----------*/
DIV,UL,OL /* Left */
{
 margin-top: 0px;
 margin-bottom: 0px;
}


a.style1:link{color:#969696;}
a.style1:visited{color:#808080;}
a.style1:active{color:#FFFF00;text-decoration: underline;}
a.style1:hover{color:#008000;text-decoration: underline;}
a.style2:link{color:#000000;text-decoration: underline;}
a.style2:visited{color:#808080;text-decoration: underline;}
a.style2:active{color:#008000;}
a.style2:hover{color:#008000;text-decoration: underline;}
a.style3:link{color:#808000;text-decoration: underline;}
a.style3:visited{color:#808000;text-decoration: underline;}
a.style3:active{color:#808000;text-decoration: underline;}
a.style3:hover{color:#808000;text-decoration: underline;}


div#container
{
	position:relative;
	width: 1034px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left; 
}
body {text-align:center;margin:0}

.padding_left{
	padding-left:10px;	
}

.text_align{
text-align:justify;
}

hr{
color:#CCCCCC;
background-color:#0000FF;
height:1px;
}


/*--------Button BGboxes Input Boxes Properties ----------*/

.sidebox {
 	background-color:#99CC66;         /* if needed */
    border: 1px solid #CCCCCC;   /* if needed */
    -webkit-border-radius: 4px;    /* for Safari */
    -moz-border-radius: 2px;       /* for Firefox */
	padding:5px; 
	font-size:15px;
	
}
.sidebox1 {
 	background-color:#669900;          /* if needed */
    border: 1px solid #CCCCCC;   /* if needed */
    -webkit-border-radius: 4px;    /* for Safari */
    -moz-border-radius: 4px;       /* for Firefox */
	padding:5px; 
	font-size:15px;
}

.field_title_box {
 	/*background-color:#FFFFFF;  */        /* if needed */
	background-image:url(http://zeolife.com/beta/admin/images/shape583907290.gif);
    border: 3px solid #669900;   /* if needed */
    -webkit-border-radius: 4px;    /* for Safari */
    -moz-border-radius: 4px;       /* for Firefox */
	padding:0px; 
	font-size:15px;
}

.button{
	background-color:#00CCCC;
	border: 1px solid #339900;
	color:#000000;
	font:17px/17px Calibri, Arial, Helvetica, sans-serif;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px; 
	margin:5px; 
	font-weight:bold; 
	font-size:11px;
	cursor:pointer;
}

.button1{
	background-color:#33CCCC;
	border: 1px solid #339900;
	color:#000000;
	font:17px/17px Calibri, Arial, Helvetica, sans-serif;
	padding:2px; 
	margin:5px; 
	font-weight:bold; 
	font-size:11px;
}

.button_disabled{
	background-color:#CCCCCC;
	border: 1px solid #666666;
	color:#666666;
	font:17px/17px Calibri, Arial, Helvetica, sans-serif;
	padding:2px; 
	margin:5px; 
	font-weight:bold; 
	font-size:11px;
}
.inputbox {
 	background-color:#ccffff;          /* if needed */
    border: 1px solid #7ed5e6;   /* if needed */
    -webkit-border-radius: 4px;    /* for Safari */
    -moz-border-radius: 4px;       /* for Firefox */
	padding:5px; 
}
.inputbox1 {
    border: 1px solid #7ed5e6;   /* if needed */
    -webkit-border-radius: 4px;    /* for Safari */
    -moz-border-radius: 4px;       /* for Firefox */
	padding:5px; 
}

<!-- Unique ID's -->

#separator{
	font-weight: normal;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
}


/*------------------- Words : Texts Properties ---------------------------*/


.title{
	font-size:13px;
	font-weight:bold;
}
.title1{
	font-size:16px;
	font-weight:bold;
}

.title2{
	font-size:20px;
	font-weight:bold;
	text-indent: 10px;
	color:#000000;
}

.title3{
	font-size:14px;
	font-weight:normal;
	text-indent: 10px;
	color:#000000;
}
.title4{
	font-size:12px;
	font-weight:bold;
	text-indent: 10px;
	color:#000000;
}
.titlehead{
	font-size:18px;
	font-weight:bold;
	color:#7b9137;
}
.link{
text-decoration:underline;
}
.link1{
cursor:pointer;
}



.border_top{
	border-top-width:1px;
    border-top-color:#CCCCCC;
    border-top-style:solid;
	padding: 5px;
}

.border_left{
	border-left-width:1px;
    border-left-color:#CCCCCC;
    border-left-style:solid;
	padding: 5px;
}

.border_right{
	border-right-width:1px;
    border-right-color:#CCCCCC;
    border-right-style:solid;
	padding: 5px;
}
.myborder {
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
    border-right-style:solid;
    border-left-style:solid;
    border-top-style:solid;
    border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-right-color:#CCCCCC;
	border-left-color:#CCCCCC;
	border-top-color:#CCCCCC;
	padding-bottom:10px;
	padding-left:10px;
	padding-top:10px;
}
.myborder2 {
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
    border-right-style:solid;
    border-left-style:solid;
    border-top-style:solid;
    border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-right-color:#CCCCCC;
	border-left-color:#CCCCCC;
	border-top-color:#CCCCCC;
}
/* Tool Tip CSS*/
.hotspot {color:#900; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer}

#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}
/* Tool Tip CSS*/

body,td,th {
	font-family: Arial;
}









/*CUSTOM CSS FIXES*/

.contact_us{
height:120;
width:280;
}

.title_link1{
font-family:Trebuchet MS;
color:#7B9137;
text-decoration:underline;
cursor:pointer;
}

.title_link2{
font-family:Trebuchet MS;
color:#009900;
text-decoration:underline;
cursor:pointer;
}

h1.title{
position:absolute;
overflow:hidden;
left:353px;
top:690px;
width:789px;
height:47px;
z-index:30;
color:#7B9137;
font-family:Trebuchet MS;
font-size:36px;
}
