@charset "UTF-8";
*  {
	margin: 0px;
	padding: 0px;
}
body {
	/*background:#031364 url(../images/tile_bkg_vert.jpg) top left repeat-x;*/
	background-color:#031364;
	background-image:url(../images/tile_bkg_vert.jpg);/* «« Change this -- */
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color:#b90101;
	font-size:1em;
	text-decoration: none;
}
a:hover {
	color:#ababab;
	font-size:12px;
}
img, div {
	behavior: url(iepngfix.htc) 
}
p {
	line-height: 1.5em;
}
#wrapper {
	width: 925px;
	margin: 0 auto;
	text-align: left;
	line-height:1.1;
}
.clear {
	clear:both;
}
.imgLeft {
	float:left;
	padding: 0 20px 0 0;
}
.eventName {
	color: #0282cb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	line-height: .9em;
	padding: 2em 2em .8em 2em;

}
.eventStyle {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height:1.2em;
}
.eventContent {
	width: 550px;
	margin: 0 0 0 35px;
		float:right;
}
.eventDescription {
	width: 500px;
	margin: 5px 0 0 35px;
	text-align:justify;	
}
#header {
	margin: 0;
	width:925px;
	height: 125px;
	background:url(/images/header9.jpg);/* «« Change this -- */
}
#headerHome {
	margin: 0;
	width:925px;
	height: 125px;
	background:url(/images/header10.jpg);/* «« Change this -- */
}
#headerMember {
	margin: 0;
	width:925px;
	height: 125px;
	background:url(/images/header7.jpg);/* «« Change this -- */
}
#headerAbout {
	margin: 0;
	width:925px;
	height: 125px;
	background:url(/images/header5.jpg);/* «« Change this -- */
}
#headerContact {
	margin: 0;
	width:925px;
	height: 125px;
	background:url(/images/header3.jpg);/* «« Change this -- */
}
#navTop {
	margin: 0;
	width:925px;
	height: 35px;
	background:url(/images/navBar_top_red.gif);/* «« Change this -- */
}
#contentWrapper {
	margin: 0;
	padding:0;
	width:925px;
	background:url(../images/tile_wide.gif) repeat-y;/* «« Change this -- */
	/*line-height:1.1; --- TAKE THIS OUT */
}
#footer {
	width: 875px;
	padding:8px;
	margin: 30px 0 0 15px;
	text-align:center;
	font-size:12px;
	color:#000000;
	border-top:solid 1px #666666;
}
#bottomCornersWide {
	width:925px;
	height: 15px;
	background:url(../images/corners_btm_925.gif) top left no-repeat;/* «« Change this -- */
}
/* INDEX PAGE LAYOUT */
#header h1 {
	margin-left: -3000px;
	font-size:9px;
}
#indexTopRow {
	width: 883px;
	padding:20px 0 0 18px;
}
#indexTopRow h2 {
	color:#b90101;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:18px;
	font-weight:normal;
}
#indexTopRow p {
	color:#000000;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height: 1.25em;
	padding:.75em 0;
	text-align:left;
}
#indexTopRow #topRowColLeft {
	width: 540px;
	float:left;
}
#topRowColLeftText {
	width: 300px;
	float:right;
}
#indexTopRow #topRowColRight {
	width: 320px;
	float:right;
}
#indexSecRow {
	width: 883px;
	padding:20px 0 0 18px;
}
#secRowLeft {
	width: 261px;
	margin:0;
	padding:0 0 0 18px;	
}
#secRowCenter {
	width: 261px;
	margin:0 0 0 303px;	
}
#secRowRight {
	width: 300px;
	margin: 0;
	padding:0 0 0 0;
}

/* TOP NAV LAYOUT */
#navTopLeft {
	width:600px;
	float:left;
	position:absolute;
	margin-top:9px;
	overflow:visible;
}
#navTopLeft ul {
	margin:0;
	padding:0;
	/*position:absolute;*/
	left:0;
	top:6px;
	width:600px;
	list-style:none;
	/*z-index:10;*/
}
#navTopLeft ul li {
	position:relative;
	float:left;
	}
#navTopLeft ul a{
	padding: 0 1.1em;
	font-size:12px;
	font-family:Tahoma, Verdana, sans-serif;
	line-height:1.5em;
	text-decoration:none;
	color:#ffffff;
	float:left;
	display:block;
	}
#navTopLeft ul a.first{
	background:none;
	}
#navTopLeft ul a:hover{
	color:#FFCC00;
}

/* LOG IN */
#logInWrapper {
	width: 325px;
	float:right;
	margin-right: 18px;
	margin-top: 6px;
	color:#FFFFFF;
	text-align:right;
	line-height: -1em;
}
/* SECONDARY PAGE LAYOUT */
#secTopRow {
	width: 883px;
	/*position:relative;*/
	padding:5px 0 0 18px;
}
#secColumnLeft {
	width: 575px;
	margin-top: 20px;
	padding: 0 18px 0 0;
	float:left;
	border-right: solid 1px #999999;
}

#secColumnLeft ul{
 list-style:disc;
 	list-style-position: outside;
	padding-left : 2em

}
#secColumnLeft li{
margin-left : 2px

}

#secColumnRight {
	width: 270px;
	margin-top: 20px;
	padding: 0;
	float:right;
}

/* FORM LAYOUT*/

#form {
	float: center;
	margin: 0px;
	width:auto;
	height:auto;
	background-color: #ffffff;
	padding: 5px;	
}

#memo {
	padding: 0px;
	margin: 0px;
}

#fields label {
	width: 200px;
	display: block;
	padding: 0px;
}
#fields input {
	border: 1px solid #031364;
	margin: 0 0 3px 0;
	width: 200px;
}
#fields textarea {
	border: 1px solid #031364;
	margin: 0 0 3px 0;
	width: 200px;
	height: 63px;
}
#send input {
	width: 94px;
	height: 21px;
	margin: 0px;
}

.contact_info{
float:left;
padding:15px;
}
/* MEMBER LAYOUT*/
.wrapperMember{
	width:575px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	font-family:"Times New Roman", Times, serif;
	border-bottom: solid 1px #666666;
}
.memberHeader {
	width:572px;
	background-color:#024d99;
	color: #FFFFFF;
	padding:3px 0 3px 3px;
	margin-bottom: 10px;
}
.memberInfo{
	width:397px;
	color: #000000;
	float:left;
	font-size:12px;
}
.memberPhoto{
	width:100px;
	border: solid 1px #000000;
	float:right;
}
.memberInfo p {
	line-height: 1.5em;
}
.memberCompany{
	font-size: 18px;
	line-height:1.25em;
}
.memberService{
	font-size: 14px;
}
.memberHook {
	margin-top: 1em;
}
/* CLASSES */
.imgFloatLeft {
	float:left;
	padding: 0 6px 0 0;
}
.alignRight {
	text-align:right;
}
.fltLeft {
	float:left;
}
.fltRight {
	float:right;
}