@charset "UTF-8";

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */




body {
	background-color: #4077aa;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width:100%;
	height: 100%;
}

p {text-indent:15px;}




.emailboxtype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


#topleft{
    position : absolute;
    top : 0px;
    left : 0px;
    z-index : 50;
}
#topright{
    position : absolute;
    top : 0px;
    left : 235px;
    z-index : 50;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	margin-bottom:10px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	margin-bottom:10px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	margin-bottom:10px;
}


#content {
    width: 545px;
	padding-top : 135px;
	padding-bottom : 10px;
    padding-left : 10px;
    z-index : 50;
}

# content h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	background-color : transparent;
	margin-bottom:10px;
}
	
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
}

#photo1 {
	position : absolute;
    top : 94px;
    left : 560px;
    z-index : 15;
}


#photo2 {
	position : absolute;
    top : 155px;
    left : 656px;
    z-index : 10;
}
	



a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
	text-decoration: underline;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
	text-decoration: underline;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
	text-decoration: none;
}

#float_image{
	float:left;
	clear:left;
	clear:right;
	padding:10;
}

#beveled_image{
	position : absolute;
    top : 115px;
    left : 450px;
    z-index : 0;
}
#img_step {
	width: 82px;
	margin: 0 0 0 15px;
	padding: 5px 0 0 0;
	height: 93px;
	font-size: 1px;
	line-height: 1px;
}

#emailbox {
    position : absolute;
    top : 350px;
    left : 560px;
    z-index : 50;
	padding:10;
	
}
.email_box_top_img {
		background: transparent url("images/email_box_top.gif") no-repeat left top;
		height:10px;
		width: 160px;

	}
.email_box_mid_img {
		background: transparent url("images/email_box_mid.gif") repeat-y left top;		
		height:100px
		width: 160px;
	}
	
.email_box_bottom_img {
		background: transparent url("images/email_box_bottom.gif") no-repeat left top;
		height:11px;
		width: 160px;
	}

#pageheader {
    position : absolute;
    top : 125px;
    left : 0px;
    z-index : 50;
	padding:10;	
}


#footer {
	position: relative;
	bottom: 0;
	padding: 10px;
	width: 500px;
			}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #000066;
	text-indent:0px;
}
#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	color: #000066;
	text-decoration: underline;	
}


	
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom:10px;
	margin-left:5px;
	list-style-type:decimal;
	}


ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	list-style:inside;
	color: #000000;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-bottom: 5px;list-style-position:outside;  margin-left:15px;

}


li span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	color:#990000;
}

.calendar_holder {
			
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 13px;
			font-style: normal;
			line-height: 15px;
			font-weight: normal;
			color: #000000;
				}

#calendar ul {
				list-style:none;
				width:400px;
				display:block;
				}
#calendar li {
				list-style-image:none;
				list-style-type:none;
				margin-bottom: 0px;
				display:block;
				background-color:#dcdcdc;
				height:25px;
				line-height:25px;
				padding-left:0px;
				color:#000000;
				border-left:#000000 solid 1px;
				border-right:#000000 solid 1px;
				border-bottom:#000000 solid 1px; }
#calendar li a{
				display:block;
				background-color:#dcdcdc;
				height:25px;
				color:#000000;
				line-height:30px;
				text-decoration:none;}

#calendar li a:visited{
				background-color:#CCCCCC;
				height:25px;
				color:#000000;}

#calendar li a:hover{
				background-color:#014a8e;
				height:25px;
				color:#febf00;}


/* Dropdownlist */

@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */

@import "helper.css";


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */


ul.dropdown {
 font-weight: normal;
 
 
 
}

	ul.dropdown li {
	 border-style: solid;
	 border-width: 1px 1px 1px 1px;
	 border-color: #000000;
	 color: #000000;
	 width:88px;
	 min-height:15px;
	 max-width:88px;
	 min-width:inherit;
	 text-align:center;
	 background-image:url(images/list_bg_off.jpg);
	 
 	
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
 				background-repeat:repeat-x;
				color:#FFFFFF;
				background-image: url(images/list_bg_on.jpg);
				border-left:#000000 1px solid;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #000;
							text-decoration: none;
							height:35px;
							min-height:inherit;
							}
	
	ul.dropdown a:hover		{ color: #fff;
								height:35px;}
	
	ul.dropdown a:active	{ color: #ffffff;
								 }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 86px;
	 padding-top:10px;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
	
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
			background-image:url(images/bg_btnnavtext1_on.jpg);
			background-repeat:repeat-x;}
			
				

ul.dropdown-upward *.dir {
background-image:url(images/bg_btntext1_off.jpg);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
}
