/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3
{
}

body
{
	/*font-family: "trebuchet ms", sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #fff;
	color: #222;
}

.curley
{
	font-family: Monotype Corsiva,georgia,times new roman,times,serif;
	font-size: 14pt;
	
}

.floatRight { float: right; }
.floatLeft { float: left; }

a
{
	color: #007788;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}



.clear
{
	clear: both;
}

/* Outer */

#outer
{
	position: relative;
	margin: 2em;
}

/* Header */
/* background: #073C4C url('images/header.jpg') top right no-repeat; 
    143471 */
#header
{
	position: absolute;
	top: 0em;
	background: #FFFFFF url('images/header_.jpg') top left no-repeat; 
	height: 135px;
	width: 100%;
}

#header h1
{
	position: absolute;
	top: .5em;
	/* left: 15.5em; */
	left: 1em;
	font-size: 1.75em;
	color: #000;
}

#header h2
{
	position: absolute;
	top: 5.0em;
	left: 30.7em; 
	font-size: 1.3em;
	font-weight: normal;
	color: #000;
}


.subheader
{
	position: absolute;
	top: 11.0em;
	left: 40.0em; 
	font-size: .8em;
	font-weight: normal;
	color: #000;
	background: none;
}

.subheader2
{
	position: absolute;
	top: 11.0em;
	left: 33.0em; 
	font-size: .8em;
	font-weight: normal;
	color: #000;
	background: none;
}


#header a
{
	color: #000;
	text-decoration: none;
}

/* Menu */

#menu
{
	position: absolute;
	width: 100%;
	top: 10.0em;
	left: 0em;
	/* background: #007788 url('images/x3.gif') top left repeat-x; */
	height: 4em;
}

/*
#menu ul
{
	list-style: none;
	position: absolute;
	bottom: 0em;
	left: 1em;
}

#menu li
{
	display: block;
	float: left;
}	

#menu li a
{
	color: #fff;
	display: block;
	padding: 0.75em 1.25em 1.25em 1.25em;
	text-decoration: none;
}

#menu li a:hover
{
	background: #007788 url('images/x4.gif') top left repeat-x;
}
*/

/* Content */

#submenu
{
	position: absolute;
	width: 100%;
	top: 13.1em;
	left: 0em;
	background: #c20500 url('images/red_grad.gif') top left repeat-x; 
	height: 1.5em;
}

#submenu a
{
	color: #fff;
	text-decoration: underline;
	padding-left: 1.0em;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#submenu a:hover
{
	text-decoration: none;
}

#submenu a.right
{
	float: right;
	padding-right: 1.0em;
}




#content
{
	line-height: 1.7em;
	padding-top: 200px;
}

#content p
{
	margin-bottom: 1.5em;
}

#content a img
{
	text-decoration: none;
}

#content h2,h3,h4,h5,h6
{
	width: 100%;
	position: relative;
	left: -14px;
	margin: 0em -22px 1.2em 0em;
	color: #222;
	padding: 1.1em 14px 0.0em 14px;
	font-size: 1.1em;
	background: #fff url('images/x2.gif') top left repeat-x;
}

#content h2 span, #content h3 span
{
	position: absolute;
	top: 0em;
	right: 0em;
	background: #fff url('images/x1.gif') top right no-repeat;
	width: 16px;
	height: 28px;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}

#content blockquote
{	
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-style: italic;
	border: dashed 1px #BFB793;
	background: #FFFEFB url('images/x5.gif') top left repeat-x;
	padding: 1em;
	margin-bottom: 1.5em;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowH
{
	background: #FDFEFE url('images/x6.gif') top left repeat-x;
	color: inherit;
}

#content table tr.rowA
{
	background: #FDFEFE url('images/x6.gif') top left repeat-x;
	color: inherit;
}

#content table tr.rowB
{
	background: #FFFEFC url('images/x7.gif') top left repeat-x;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	position: relative;
	float: left;
	margin-right: -36em;
	width: 100%;
}

#primaryContent
{
	background:  url('images/termites_bg.jpg') top left repeat-x;
	margin: 0em 17em 0em 0em;
	padding: 1.2em;
}

#widePrimaryContent
{
    background:  url('images/water_mark.png') top center no-repeat ;
    margin: 0em 0em 0em 0em;
    padding: 1.2em;
}


/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: right;
	width: 12em;
	padding: 1.2em;
	margin-right: 1em;
}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 12em;
	padding: 1.5em;
}


/* Printable Page */
#printable
{
	line-height: 1.7em;
	padding-top: 5px;
}

#printable h2
{
	font-size: 1.3em;
	font-weight: normal;
	color: #010080;
}


/* Footer */

#footer
{
	padding: 1.5em;
	background: #fff url('images/x2.gif') top left repeat-x;
	font-size: 0.8em;
}


/* --------------------------------------- */

  
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{

/*
	position: absolute;
	width: 100%;
	top: 11.3em;
	left: 0em;
	background: #007788 url('images/x3.gif') top left repeat-x; 
	height: 4em;

	
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(media/menur_bg.gif) repeat-x; 
	height: 46px;
	list-style: none;
*/

	position: relative;
	padding: 0 0 0 5px;
	margin: 0 auto 0 auto;
	background: url(images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;

}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 16px 0 1px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}




