/* CSS document for Executive Stress Office Support*/
/*Coded by PERTHwebs.com - All Rights Reserved*/
INPUT, SELECT, TEXTAREA {font-family: Verdana; font-size: 10px; color:#339999; border: 1px solid #009CAB;}

body {
	color:#333;
	text-align: center;
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0;
	background-color: #E1E1E1;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
a:link {
	color:#7556A4;
}
a:visited{
	 color:#7556A4;
}
a:active {
	color:#7556A4;
}
a:hover {
	color:#333;
	text-decoration:none;
}	
#wrapper {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	background-color: #FFF;
}
#masthead{
	height: 150px;
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
	border-bottom: solid 1px #CCC;
}
#leftcolumn{
	float:left; 
	width: 150px;
}
#rightcontent {
	float:right;
	width: 700px;
	color: #333333;
	padding-right: 30px;
	text-align: justify;
	padding-top: 20px;
}
#login {
	float:right;
	width: 700px;
	color: #333333;
	padding-right: 30px;
	text-align: justify;
	padding-top: 20px;
}
#footer{
	clear:both;
	height:60px;
	text-align: center;
	border-top: 1px solid  #CCC;
	background-color: #E8E8E8;
}
#footer p {
	margin-top: 10px;
	font-size: 10px;
	color:#7556A4;
}
p {
	font-size: 11px; 
	color: #333;
}
#leftcolumn p{
	font-size: 11px; 
	color: #333;
	line-height: 1.2em;
}

#rightcontent p {
	font-size: 11px; 
	color: #333;
	line-height:1.2em;
}
h1 {
	color: #7556A4;
	font-size: 13px; 
	border-bottom: 1px dashed #009CAB;
}
h2 {
	font-size: 12px;
	color: #009CAB;
}
hr {
	color: #7556A4;
	height: 1px;
	width: 500px;
	text-align: center;
}

.border {
	border: 1px solid #7556A4;
}
img {
border: none;
}
/* Menu */
#menu {
	width: 150px;
	text-align: left;
	font-weight: bold;
}
.menu {
	vertical-align: top;
	width: 145px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BC9BDD;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul {
	border-bottom: 0px;
	background-color: #886FB1;
	background-image: url(images/purplemenu.jpg);
}
.menu ul ul {
	padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 2px 5px 2px 5px;
	color: #FFFFFF;
	display: block;
	background-color: #009CAB;
	text-decoration: none;
	border-bottom: 1px solid #7556A4;
	background-image: url(images/green.jpg);
}
.menu a:hover {
	background-color: #7556A4;
	background-image: url(images/purplemenu.jpg);
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}
.menu_current {
	font-weight: bold;
	font-style: italic;
}
/*- Images */
.fpimage {
	border: 1px solid #CCCCCC;
}
.leftborder {
	border-left: 1px dashed #7556A4;
}
.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #7556A4;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 3px 0px 3px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
.search_box {
	float: right;
	clear: right;
	width: 150px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
	border: solid 1px #7556A4;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.date {
	font-size: 10px; 
	color: #009CAB;
}
tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bullet {
	list-style-image: url(http://www.execstress.com/media/Lyn-bullet.gif);
}
.heading {
	color: #009CAB;
	font-size: 13px; 
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
#navholder {
	height: 40px;
	width: 900px;
	display:block;
	}
/* top menu */
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:900px;
	position:absolute;
	height:40px;
	text-transform:uppercase;
	font-size:13px;
	background:transparent url("images/purple.jpg") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-right:1px solid #ffffff;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
	height:40px;
	}
ul#menu li a:hover{
	background:transparent url("images/green.jpg") repeat-x top left;	
	}

