@charset "utf-8";

html { 
	min-width: 810px;
	 }
	 
body  {
	font: 100% Calibri, Verdana, Arial, Helvetica, sans-serif;
	background: #F5F5DC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

li {
	list-style: none;
	
	}
	
h5	{
	font-size: 100%;
	font-weight:bold;
	margin-bottom: -7px;
	}
	
#navbar {

}
	
#container {
	
	width: 800px;  /* this will create a container  */
	border-top: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-left: 1px solid #966;
	border-bottom: 1px solid #966;
	background: #FFF url(../images/elogo.png) 590px 10px no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	line-height: 20px;
	font-size:small;
	position:relative;
	top:20px;
}

#blurb {
	font: 180% Palatino Linotype, Palatino, URW Palladio L, Georgia, "Times New Roman", Times, serif;
	/*height: 320px;*/
	margin: 0;
	padding: 0px;
	line-height: normal;
	font-size: 180%;
	text-align: left;
}

#title {


font: 180% Palatino Linotype, Palatino, URW Palladio L, Georgia, "Times New Roman", Times, serif;

	margin: 0px 20px 20px 0;
	padding: 20px 20px 0 20px;
	line-height: normal;
}

#information {
	margin: 0px 20px 0 0;
	padding: 0 20px 0 20px;
	line-height: 20px;
}


#aboutme {
	text-align: left;
	margin: -12px 0 0 500px;
	padding: 90px 10px 0 10px;
	width: 253px;
	background: url(../images/gridtalk.jpg) top no-repeat;
/*	background-color:#CACAAF;*/
	border: 1px solid #E5E5E5;
	line-height: normal;
	height: 370px;
}

#select {
	text-align: left;
	margin: 0 0 0 253px;
	padding: 10px 10px 10px 10px;
	width: 500px;
/*	background: url(../images/gridtalk.jpg) top no-repeat;*/
/*	background-color:#CACAAF;*/
	border: 1px solid #E5E5E5;
	line-height: normal;
	height: 350px;
}

#tweet {
	text-align: left;
	margin: 0 0 0 430px;
	padding: 10px 10px 10px 10px;
	width: 340px;
/*	background: url(../images/gridtalk.jpg) top no-repeat;*/
/*	background-color:#CACAAF;*/
	border: 1px solid #E5E5E5;
	line-height: normal;
	height: 385px;
}


#action {
	text-align: left;
/*	background: #000;*/
	float: left;
	width: 420px;
	padding: 0 0 0 0;
	border: 0;
	margin: -30px 0 0 -24px;
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: -18px;
	line-height: normal;
}

#action2 {
	text-align: left;
	/*height: 350px;*/
background: #F5F5DC;
	float: left;
	width: 210px;
	padding: 0 10px 0 10px;
	border: 0;
	margin: 0 0 0 20px;
	/* False margin value for all versions of IE Win, including 6.0 */	
	
	line-height: 15px;
}

#action3 {
	text-align: left;
	/*height: 350px;*/
background: #F5F5DC;
	float: left;
	width: 380px;
	padding: 0 10px 0 10px;
	border: 0;
	margin: 0 0 0 20px;
	/* False margin value for all versions of IE Win, including 6.0 */	
	
	line-height: 15px;
}


#legal {
	font: 70%  "Lucida Grande","Lucida Sans Unicode","Eras Medium ITC","DejaVu Sans",Helvetica,Verdana,sans-serif;
	/*background: #F5F5F5;*/
	margin: 20px 25px 20px 42px;
	border: 1px solid #E5E5E5;
	padding: 10px;
	line-height: normal;
}

.actionItem {
	width: 460px;
	/*background: #CAAFAF;*/
}

.actionItemPicture {
	width: 100px;
	margin: 0 0 0 5px;
	float: left;
	border: 1px solid #666666;
}

.actionItemContent {
	margin: -5px 0 0 120px;
	padding: 0 0 0 0;
	height: 105px;

}

.altFont {
	font: 100% Impact, Gill Sans MT, Gill Sans, Futura, Verdana, Arial, Helvetica, sans-serif;
	color:#663333;
}

.altFontA {
	font: 100% Impact, Gill Sans MT, Gill Sans, Futura, Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
}

.altFontB {
	font: 100% Impact, Gill Sans MT, Gill Sans, Futura, Verdana, Arial, Helvetica, sans-serif;
	color: #999966;
}

.langlist {

}

.langlist ul, .langlist li {
margin: 0px;
padding: 0px;
display: inline;
color:#336699;
}

.smaller {

}

.smaller ol, .smaller li {
list-style-type: decimal-leading-zero;
}

.smallpad {

}

.smallpad ul {
	display: inline;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	
}

.smallpad li {
display: marker;
	background: url(../images/relationship2.jpg) left center no-repeat;
	padding-left: 25px;
	padding-right: 10px;
	margin-bottom: 10px;
}
#textonly {
	font-size: 18pt;
	text-align:left;
	padding: 40px 40px 40px 40px;
}
