*{
	margin:0;
	padding:0;
}

img { border: none; }

html, body { height: 100%; overflow: hidden; }

body
{
   
   margin: 0px;
   overflow: hidden;
   font-family: Lucida Sans, "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
   font-size: 11px;
   background-image: url( '../images/bground.jpg' );
   background-repeat: repeat;
}

a 
{
	color: #CC0000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.none
{
	color: #CC0000;
	text-decoration: none;
}

a.none:hover
{
	text-decoration: underline;
}

#maincontent
{
    position: fixed;
    top: 0;
    left: 280px; /*Set same as leftcol width + 10px padding*/
    right: 0;
    bottom: 150px; /*Set same as footer height*/
    overflow: auto;
}

/*end main layout*/

/* main content styles */

#maincontentwrap
{
   width: 720px;
	margin-left: 20px;
}
#mainleft
{
	float: left;
	width: 450px;
	height: 600px;
}
#intro
{
    margin-top: 30px;
	margin-bottom: 30px;
    height: 100px;
    width: 455px;
    background-image: url( '../images/introtext.png' );
    background-repeat: no-repeat;
}
#intro_separator
{
	margin-bottom: 13px;
	padding-top: 7px;
	height: 30px;
	width: 455px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: 7px;
	font-style: italic;
}
#intro_separator #intro_separator_image
{
	margin-top: -10px;
	background-image: url( '../images/intro_separator.png' );
	background-repeat: no-repeat;
	background-position: center center;
}
#mainleft_title
{
	color: #666600;
	font-size: 18px;
}
#about_intro
{
	margin-top: 100px;
	margin-bottom: 20px;
	height:90px;
	width:455px;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 70px;	
	font-style: italic;
	
}
#mainright
{
   float: right;
   width: 210px; 
	position: relative;
	left: -30px;
}
#newsletter
{
    margin-top: 30px;
}
#newsletter_form
{
	margin-top: -180px;
}
#newsletter_form p
{
    padding: 5px 0px 10px 15px;
}
#elform
{
    margin-left: 15px;
}
#elform .inputbox
{
    background-color: #cccc99;
    margin: 5px 0px;
}
#newsarchive
{
    float: left;
    width: 180px;
    margin: 70px 0px 20px 0px;
}
#newsarchive ul
{
    margin: 5px 0px;
}
#newsarchive li
{
    list-style: none;
    padding: 5px;
}
#newsarchive li a
{
    text-decoration: none;
    color: #000;
}
#newsarchive li a:hover
{
    color: #666600;
}
#newsarchive li .selected
{
    color: #666600;
}

#picbox
{
	margin-top: 20px;
}
#picboxbody
{
	background-image: url(../images/picbox_body.gif);
	background-repeat: repeat-y;
	padding-left: 10px
}
#picboxbody img
{
   margin-left: 0px;
}
#picboxtop
{
	background-image: url(../images/picbox_top.gif);
	background-repeat: no-repeat;
	height: 20px;
}
#picboxbottom
{
   font-family: Lucida Sans, "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
   font-size: 10px;
	color: #666600;
	background-image: url(../images/picbox_bottom.gif);
	/*background-image: url(../images/picbox_top.gif);*/
	background-repeat: no-repeat;
	/*padding: 5px 10px 5px 10px;*/
	height: 25px;
	width: 450px;
	overflow: hidden;
}
#about_picbox
{
	margin-top: 20px;
}
#about_picboxbody
{
    background-image: url(../images/about_picbox_body.png);
    background-repeat: repeat-y;
}
#about_picbox img
{
    margin-left: 10px;
}
#about_picboxtop
{
    background-image: url(../images/about_picbox_top.png);
    background-repeat: no-repeat;
    height: 20px;
}
#about_picboxbottom
{
    background-image: url(../images/about_picbox_bottom.png);
    background-repeat: no-repeat;
    height: 20px;
}
#about_caption
{
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#caption_title
{
	font-weight: bold;
}
#caption_text
{

}
#articlebox
{
	margin-top: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 11px;	
	line-height: 150%;
}

/*content left styles*/
#contentleft
{
   position: absolute;
   top: 0px;
   left: 0px;
	bottom: 0px;
   width: 300px; /*Width of left frame div*/
	height: 100%;
   overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
   background-image: url(  '../images/leftcol.jpg' );
   background-position: top;
   background-repeat: no-repeat;
}
#logo
{
    background-repeat: no-repeat;
    height: 150px;
    width: 210px;
    margin: 20px 0px 20px 30px;
}
#leftnav
{
    margin: 30px 0px 40px 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	font-size:14px;
}
#leftnav li
{
	width: 210px;
	text-align: center;
   list-style: none;
   height: 50px;
	background-image: url(  '../images/leftnavitem_bg.png' );
   background-repeat: no-repeat;
}
#leftnav .selected{
	color:#666600;
}
#leftnav li a
{    
   display: block;
   height: 22px;
	padding: 28px 0px 0px 0px;
	color:#000;
	text-decoration:none;
	letter-spacing: 7px;
}
#leftnav li a:hover
{
	color:#666600;
}
#contentleft #bottomfold
{
    position: absolute;
	top: auto;
    left: 0px;
    bottom: 150px;
    height: 90px;
    width: 300px;
    background-image: url(../images/bottomfold.jpg);
    background-repeat: no-repeat;
}

#footer
{
	position: absolute;
    top: auto;
    left: 280px; /*Set left value to WidthOfLeftFrameDiv*/
    width: 100%;
    bottom: 0px;
    right: 0px;
    height: 150px; /*Height of footer*/
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    background-image: url(../images/footer_rbg.jpg);
    background-repeat: repeat-x;
}
.subhead
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 16px;
    font-style: italic;
    color: #666600;
    padding: 15px 0px;
}
#footermenu .subhead
{
    width: 100px;
    padding: 10px 0px 0px 0px;
}
#footermenu li:hover.subhead
{
    background-image: none;
}
#address
{
    position: absolute;
	top: auto;
    left: 0px;
    bottom: 0px;
    height: 150px;
    width: 300px;
    background-image: url(../images/address.jpg);
    background-position: left;
    background-repeat: no-repeat;
}
/*footer styles*/
#footermenu
{
    background-repeat: no-repeat;
    height: 40px;
    width: 100%;
    margin: 20px 0px 0px 20px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 11px;
	overflow: hidden;
}

#footermenu li
{
	width: 45px;
	height: 40px;
	display: block;
	float: left;		
}
#footermenu li a
{
   display: block;
	width: 45px; 
   height: 40px;   
	color:#000000;
	text-decoration:none;
}
#footermenu li a:hover
{
	display: block;
   height: 35px;
   width: 42px;
	background-image: url(../images/circle.gif);
   background-repeat: no-repeat;
	
}

.circle
{
	background-image: url( '../images/circle.gif' );
	background-repeat: no-repeat;
}

/*end footer styles*/

/* html elements */

h1, h2, h3, h4, h5
{
   color: #666600;
}

h1
{
    font-size: 22px;
    margin: 3px 0px;
}
h2
{
    font-size: 18px;
    margin: 3px 0px;
}
h3
{
    font-size: 16px;
    margin: 3px 0px;
}
h4
{
    font-size: 14px;
    margin: 3px 0px;
    font-weight: 200;
}
h5
{
    font-size: 11px;
    margin: 3px 0px;
    font-weight: 500;
}

* html body{ /*IE6 hack*/
padding: 0 0 150px 280px; /*Set value to (0 0 HeightOfTopFrameDiv WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentBottom{ /*IE6 hack*/
width: 100%;
}

/*
	Contact Block
*/
#contact_block
{
	display: none;
	position: absolute;
	top: 225px;
	left: 90px;
	margin-left: 100px;
	width: 300px;
	height: 210px;
	z-index: 12;
}

#contact_block #contact_middle
{
	margin-top: -210px;
}

#contact_block #contact_middle #contact_title
{
	font-family: Georgia, Helvetica, Verdana, Sans-serif;
	font-size: 17px;
	font-style: italic;
	color: #ffffff;
}

#contact_block #contact_middle #contact_text
{
	font-family: Lucida Sans, "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

#contact_block #contact_middle #contact_text a
{
	color: #00cccc;	
	text-decoration: none;
}

#client_top
{
	margin-top: 71px;
}

#client_middle
{
	margin-top: -10px;
	font-family: Lucida Sans, "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
	color: #ffffff;
	font-size: 11px;	
	margin-left: 15px;
	margin-right: 15px;	
}

#client_middle #client_intro
{
	font-family: Georgia, Helvetica, Verdana, Sans-serif;
	font-size: 20px;
	font-style: italic;
	overflow: hidden;
}

#client_middle #client_content
{
	height: 315px;
	padding-top: 5px;
	overflow: hidden;
}

#client_middle #client_content span.block_title
{
	font-family: Georgia, Helvetica, Verdana, Sans-serif;
	font-size: 20px;
	font-style: italic;
}

#client_middle #client_content strong
{
	color: #cc0000;
}

#client_middle #client_separator
{
	width: 170px;
	height: 15px;	
}

#client_middle #client_footer
{
	height: 35px;
	font-size: 14px;
	overflow: hidden;
}

#client_middle #client_footer strong
{
	color: #cc0000;
}

#client_image
{
	margin-top: -571px;
	margin-left: 20px;
	margin-bottom: 5px;
}

#btnclose
{
	position: absolute;
	top: 85px;
	right: 15px;
}

#clientlogos
{
	position: absolute;
	bottom: 0px;
	left: 320px;
   width: 500px;	
}

#clientlogos a
{
	position: relative;
	overflow: hidden;
	border: 0;
}

#clientlogos table td
{
	width: 120px;
	height: 90px;
}

#clientlogos table td.separator
{
	width: 30px;
	height: 90px;
}

#clientscroller
{
	width: 600px;
	height: 100%;
	position: relative;
	overflow: hidden;
}

#clientlogos #arrowleft
{
	width: 25px;
	height: 100%;
	position: absolute;
	overflow: hidden;
	left: -25px;
	margin-top: -50px;
}

#clientscroller #clientlist
{
	width: 2000px;
	height: 100px;
	bottom: 0;
	position: relative;
	overflow: hidden;
}

#clientlogos #arrowright
{
	width: 25px;
	height: 100%;
	position: absolute;
	overflow: hidden;
	left: 611px;
	margin-top: -50px;
}

/* SYSTEM MESSAGE LAYER */

#system_message
{
	position: absolute;
	z-index: 10;
	top: 350px;
	left: 350px;
	width: 280px;
	height: 140px;
	overflow: hidden;
}

#system_message #system_text
{
	position: relative;
	z-index: 15;
	overflow: hidden;
}

#system_message #system_text table td
{
	position: relative;
	color: #fff;
	font-size: 14px;
}

#system_message #system_text a
{
	position: relative;
	color: #00CCCC;
}

.bgblack
{
	background-color: #000;
}

.ajax
{
	color:#666600;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	font-style:italic;
	padding-bottom: 40px;
}

.finger
{
	cursor: pointer;
}