@import "layout.css";
@import "form.css";

/*-------------------------*//*global text styles & classes *//*-------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*define basic elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

*{
	margin:0;
	padding:0;
}

html{
	background:#584199;
	height:100%;
}

body{
	font:normal 62.5%/1 arial,helvetica,sans-serif;
	color:#333;
	text-align:center;
}

.right{
	float:right;
}

.left{
	float:left;
}
/*headings*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h4, h5{
	font-family:arial,helvetica,sans-serif;
	margin:0 0 10px;
}

h1{
	color:#1c9d2b;
	font-size:2.4em;
	margin-top:10px;
	margin-bottom:15px;
}

h2{
	color:#1c9d2b;
	font-weight:normal;
	font-size:1.4em;
	font-weight:bold;
}

h3{
	color:#1c9d2b;
	font-size:1.3em;
	font-weight:bold;

}

h4{
	color:#1c9d2b;
	font-weight:normal;
	font-size:1.3em;
	font-weight:bold;
}

h5{
	color:#1c9d2b;
	font-size:1.6em;
}

/*paragraphs etc*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

p{
	font-size:1.2em;
	margin:0 0 10px;
	line-height:1.4;
	color:#666;
}

span{
	
}

address{
	font:normal 1.1em/1.3 arial,helvetica,sans-serif;
	margin:0 0 10px;
}

blockuote{
	
}

cite{
	
}

/*list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

ol{
	
}

ul{
	margin:0;	
}

li{
	line-height:1.4;
	font-size:1.1em;
	list-style:none;
}

/*definition list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

dl{
	
}

dt{
	clear:left;
	float:left;
	width:100px;
	font-size:1.1em;
}
	
dd{
	font-size:1.1em;
}

/*link styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

a img{
	border:none;
}

a{
	color:#5d469e;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}



.skip{
	position:absolute;
	left:-9999px;
}

/*image replacement*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
.replace{ 
	position:relative; 
	/*hide overflow:hidden from IE5/Mac */ 
	/*\*/ 
	overflow:hidden;
	 /**/
} 

.replace span{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

a.replace span{
	cursor: pointer;
}

/*bug workarounds */
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.clearfix:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix{
	display:inline-block;
}

/*Hides from IE-mac \*/*html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac */

/*general custom classes*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.dotrule{
	height:1px; 
	font-size:1px;
	background:url(/images/dot.gif) repeat-x; 
	clear:both;
	margin:15px 0;
}
.hrule{
	width:100%;
	border-bottom:1px solid #ebebeb;
	margin:20px 0;
	clear:left;
}	
.right{
	float:right;
}

.left{
	float:left;
}

.thumb{
	
}

.thumb.left{
	margin:0 15px 15px 0;
}

.thumb.right{
	margin:0 0 15px 15px;
}

.clear{
	clear:both;
}

.intro{
	font-weight:bold;
}

.right.corplogo{
	border-left:20px solid white;
	border-bottom:20px solid white;
}

.left.staffpic{
	border-right:20px solid white;
}

