/****************************************************STYLESHEET **************************************************************/

/** LINKS STUFF**/
a:link {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:visited {
    color: #666666;
    text-decoration: none;
}

a.glossary:link {
	color: #288a54;
	text-decoration: none;
}
a.glossary:active {
	color: #000000;
	text-decoration: none;
}
a.glossary:hover {
	color: #000000;
	text-decoration: underline;
}
a.glossary:visited {
    color: #288a54;
    text-decoration: none;
}
/** BODY STUFF **/
body
{
background: URL(../images/back.gif);
text-align: center; /* for IE */
}

/** CONTAINER TO CENTER ALIGN OF MAIN DESIGN USING DIV ID**/
 div#container
{
margin-left: auto;
margin-right: auto;
/**width: 50em;**/
width: 760px;
border-style: solid;
border-width:10px;
border-color: #ffffff;
text-align: left;
background-color:#ffffff;
}

/**BASIC TEXT CLASS STYLES**/
.navtext {
	color: #666666;
	/*font-size: 66%;*/
	line-height: 120%;
	font-family: Verdana, Arial, "MS Sans Serif", Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-style: solid;
	border-bottom-color: #a18c4c;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f6f3ed;
	text-decoration: none;
}

.bodytext {
	color: #666666;
	font-size: 66%;
	line-height: 130%;
	font-family: Verdana, Arial, "MS Sans Serif", Helvetica, sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	padding-top: 20px;
	text-align: justify;
	padding-bottom: 20px;
}

.enqtext {
	color: #666666;
	font-size: 100%;
	line-height: 130%;
	font-family: Verdana, Arial, "MS Sans Serif", Helvetica, sans-serif;
	text-decoration: none;
	text-align: justify;
}

.bigtext {
	color: #666666;
	font-size: 140%;
	line-height: 130%;
	font-family: Verdana, Arial, "MS Sans Serif", Helvetica, sans-serif;;
	text-decoration: none;
	text-align: justify;
}

.addtext {
	color: #666666;
	font-size: 66%;
	line-height: 130%;
	font-family: Verdana, Arial, "MS Sans Serif", Helvetica, sans-serif;
	text-decoration: none;  
}
.text1 {
    color: #666666;
    font-size: 66%;
    font-family: Verdana, Arial, "MS Sans Serif", Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
    text-align:left;
    padding:1em;
}
.text {
    color: #288a54;
    font-size: 66%;
    font-family: Verdana, Arial, "MS Sans Serif", Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
    text-align:left;
    padding:1em;
}
.greentext {
	color: #288a54;
	font-size: 66%;
	line-height: 130%;
	font-family: Verdana, Arial, "MS Sans Serif", Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.greentext1 {
    color: #288a54;
    font-size: 66%;
    font-family: Verdana, Arial, "MS Sans Serif", Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    padding:1em;
}
.mainnav {
	color: #666666;
	font-size: 66%;
	line-height: 120%;
	font-family: Verdana, Arial, "MS Sans Serif", Helvetica, sans-serif;
	padding-top: 5px;
	letter-spacing: 1px;
	text-decoration: none;
    text-align: right;
    vertical-align: top;   
}

.servicenav {
	color: #666666;
	font-size: 66%;
	line-height: 120%;
	font-family: Verdana, Arial, "MS Sans Serif", Helvetica, sans-serif;
	text-decoration: none;
	width: 205px;
}
.alert 
{
font-family: verdana, arial, sans-serif;
color: red;
text-align: left;
vertical-align: top;
font-size: 66%;
}


/********************************* FORM STUFF ***************************************/
.box
{
    font-size:11px;
    /*color: #074b88;*/
    color: #000000;    
    background-color: #ffffff;
    border-color: #c0c0c0;
    border-bottom: 1px;
    border-left: 1px;
    border-right: 1px;
    border-top: 1px;
    z-index:10;
    border-width: 1px;
    border-style: dotted;
    width: 300px;
/*styles
none
hidden
dotted
dashed
solid
double
groove
ridge
inset
outset
*/  
}

.buttons
{
    font-family: arial, sans-serif;
    font-size: 96%;
    color: #ffffff;
    /*background-color: #4d6da7;*/
    background-color: #288a54;
    padding-left: 5px;
    padding-right: 40px;
    text-align: center;
    border-color: #c0c0c0;
    border-width:1px;
    border-style: dotted;
    cursor:pointer;
}
/******************************************************/
.footerGreen
{
background: URL(../images/trans.gif);
width: 100px;
background-color: #288a54;
height: 10px;
}
.spacer
{
background: URL(../images/trans.gif);
width: 100px;
background-color: #ffffff;
height: 10px;
}

.dotted {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #288b55;
	border-right-color: #288b55;
	border-bottom-color: #288b55;
	border-left-color: #288b55;
	border-bottom-width: 1px;
}
