body{
	background: #fdfdfd;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

input {
    font-size: 12px;
    color: #000000;
    font-family: arial;
    border-color: #008ECE;
    border-width: 1;
}

.submit
{
	background-color: #008ECE;
	border-color: #790601;
	border-width: 1;
	color: #FFFFFF;
	font-size: 13px;
	font-family: arial;
	font-weight: bold;
}

#IntroText {
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	color: #adadad;
	margin-left: 75px;
	margin-top: 50px; 
	width: 800px;
}

.IntroText2 {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #adadad;
	margin-left: 25px;
	margin-top: 50px; 
	width: 875px;
}

#nav-container {
	margin-top: -3px;
	margin-right: 3px;
	margin-bottom: 3px;
	background: #D5D5D5;
	border: 1px solid #848284;
	width: 900px;
	height: 200px;
}
#nav-container li {
	font-family: Arial;
	font-size: 13px;
	color: #0066a4;
	list-style: none;
	padding-left: 50px;
	padding-top: 10px;
}

#HeaderImage
{
	background-image: url(./images/shadow85.jpg);
	padding-bottom: 5px;
	width: 900px;
}

/* Information Pages */
.InfoPage
{
	width: 800px;
	padding-top: 25px;
	padding-left: 50px;
	font-family: Arial;
	font-size: 16px;
	color: #000000;
}
.InfoPage h1
{
	font-family: Arial;
	font-size: 40px;
	font-weight: bold;
	color: #B2B2B2;
}
.InfoPage h2
{
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	color: #B2B2B2;
}
.InfoPage a
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #018CCD;
	text-decoration: none;
}

.InfoPage a:hover
{
	text-decoration: underline;
}

/* Browse Page */
.AssociationInfoLabel
{
	padding-left: 50px;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #B2B2B2;
}
.AssociationInfoLabel a
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #018CCD;
	text-decoration: none;
}

.AssociationInfoLabel a:hover
{
	text-decoration: underline;
}

.AssociationInfo
{
	padding-left: 40px;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.AssociationName
{
	padding-left: 50px;
	height:20px;
	font-family: Arial;
	font-size: 23px;
	font-weight: bold;
	color: #000000;
}
.AssociationBriefName
{
	padding-left: 50px;
	height:75px;
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	color: #B2B2B2;
}
#BrowseIntroText {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #adadad;
	margin-top: 50px; 
	width: 800px;
}
/* Top Menu */
#sddm
{
        margin: 0px;
        padding: 0px;
        z-index: 30;
}
#sddm li
{
        margin: 0px;
        /* padding: 1px; */
        list-style: none;
        float: left;
        background-color: #CFCFCF;
        font: 12px arial;
        font: bold 11px arial;
	z-index: 30;
}
#sddm li a
{       display: block;
        margin: 0 1px 0 0;
        padding: 4px 10px;
        /* width: 60px; */
        background-color: #CFCFCF;
        color: #0266A2;
        text-align: center;
        text-decoration: none;
	z-index: 30;
}
#sddm li a:hover
{
        background-color: #008ECE;
        color: #FFFFFF;
	z-index: 30;
}
#sddm div
{       position: absolute;
        visibility: hidden;
        margin: 0;
        padding: 0;
        background-color: #5A5CFF;
        border: 1px solid #CFCFCF;
	z-index: 30;
}
#sddm div a
{
        position: relative;
        display: block;
        margin: 0;
        padding: 5px 10px;
        width: auto;
        white-space: nowrap;
        text-align: left;
        text-decoration: none;
        background-color: #C7DCEB;
        font: 11px arial;
        border-bottom: #B8B5AC 1px dashed;
	z-index: 30;
}
#sddm div a:hover
{
        background-color: #008ECE;
        color: #FFFFFF;
	z-index: 30;
}
/*****/


/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 900 px; /* Set to gallery width, in px or percentage */
height: 85px; /* Set to gallery height */
background-image: url(./images/shadow85.jpg);
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}

/* End Gallery Styles */

/* Advertising Positions */
.AdvertisingDescription
{
	vertical-align: top;
	width: 350px;
	font-family: Arial;
	font-size: 15px;
	color: #000000;
}

/* Subscribe Box */
#SubscribeForm
{
background-color: #008ECE;
}

.SubscribeHeading
{
	background-color: #008ECE;
	border-color: #790601;
	border-width: 1;
	color: #FFFFFF;
	font-size: 13px;
	font-family: arial;
	font-weight: bold;
}
.SubscribeText
{
	color: #000000;
	font-size: 13px;
	font-family: arial;
}
.SubscribeTextSmall
{
	color: #000000;
	font-size: 11px;
	font-family: arial;
}
.SubscribeTextSmall a
{
	color: #018CCD;
	font-size: 11px;
	font-family: arial;
}
.SubscribeTextSmall a:hover
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

/* Bios */
.Bio
{
	width: 800px;
	padding-top: 25px;
	padding-left: 50px;
	font-family: Arial;
	font-size: 16px;
	color: #000000;
}
.Bio h2
{
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	color: #B2B2B2;
}
.Bio a
{
	font-family: Arial;
	font-size: 16px;
	color: #018CCD;
	text-decoration: none;
}
.Bio a:hover
{
	text-decoration: underline;
}

/* Industries */
.Industries
{
	width: 800px;
	padding-top: 25px;
	padding-left: 50px;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}
.Industries h2
{
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	color: #B2B2B2;
}
.Industries a
{
	font-family: Arial;
	font-size: 14px;
	color: #018CCD;
	text-decoration: none;
}
.Industries a:hover
{
	text-decoration: underline;
}
.Industries li
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-bottom: 5px;
}
.Industries li a
{
	font-family: Arial;
	font-size: 12px;
	color: #018CCD;
	text-decoration: none;
}

/* Search */
.Search
{
	width: 800px;
	padding-top: 25px;
	padding-left: 50px;
	font-family: Arial;
	font-size: 16px;
	color: #000000;
}
.Search h2
{
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	color: #B2B2B2;
}
.Search a
{
	font-family: Arial;
	font-size: 16px;
	color: #018CCD;
	text-decoration: none;
}
.Search a:hover
{
	text-decoration: underline;
}
.Result
{
	border-bottom: solid #000000;
	border-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}
.Result a
{
	font-family: Arial;
	font-size: 14px;
	color: #018CCD;
	text-decoration: none;
}
.Result a:hover
{
	text-decoration: underline;
	font-weight: bold;
}
.ResultInfo
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}
.ResultInfo a
{
	font-family: Arial;
	font-size: 14px;
	color: #018CCD;
	text-decoration: none;
}
.ResultInfo a:hover
{
	text-decoration: underline;
	font-weight: bold;
}
