/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background: #e7e8eb;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #069;
}

h2 {
	padding-bottom: 10px;
	margin-bottom: .8em;
	font-size: 2em;
	font-weight: normal;
	border-bottom:1px solid #e0e0e0;
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 1em;
	line-height: 1.8em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a:link {/*border-bottom: 1px solid #ccc;*/ color: #538ab1; text-decoration: none;}
a:active {/*border-bottom: 1px solid #ccc;*/ color: #538ab1; text-decoration: none;}
a:visited {/*border-bottom: 1px solid #ccc;*/ color: #069; text-decoration: none;}
a:hover {/*border-bottom: none; color: #069;*/ text-decoration: underline; background: none;}

img { border:none;}


/* Container Style */
#container {
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
width: 800px;
margin: 0 auto 0 auto;
padding-top: 15px;
background: #fbfaf4;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 0px 0 0 10px;
	background: url(images/img03.gif) no-repeat left center;
	border-bottom: 1px solid #D6D5D5;
	font-size: 1.4em;
}

.boxed .content {
	padding: 10px;
}


/* Logo */

#logo {
background: url(images/logo.gif) no-repeat center top;

margin-bottom:15px;
text-align:center;
padding-top:215px;
}

#logo h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 120%;
font-weight:bold;
margin:0;
color:#cc912d;
}

#logo h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
font-weight:normal;
font-style:italic;
margin-top:10px;
}



/* Content */

#content {
	width: 770px;
	margin: 0 auto;
}

/* Content > Main */

#main {
	float: right;
	width: 500px;
	
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #385B88;
}

#inputsubmit1 {
	background: #385B88;
	color: #FFFFFF;
}

/* Content > Sidebar > Menu 

#menu {
	margin-bottom: 50px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px 0 10px 24px;
	border-top: 1px dashed #c0c0c0;
	border-bottom:none;
	color: #538ab1;
	
}

#menu a:hover {
	background: #cc912d;
	text-decoration: none;
	font-weight: bold;
	font-style:italic;
	color: #fff;
}
#menu .active a {
	background: #069;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
} */

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
	text-align:left;
}
#updates a:link {border-bottom: 1px solid #e0e0e0; color: #cc912d; text-decoration: none;}
#updates a:active {border-bottom: 1px solid #e0e0e0; color: #cc912d; text-decoration: none;}
#updates a:visited {border-bottom: 1px solid #e0e0e0; color: #cc912d; text-decoration: none;}
#updates a:hover {border-bottom: none; color: #999; text-decoration: none; background: none;}


/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	padding-top: 20px;
	width: 800px;
	padding-bottom: 20px;
	background: #dadeef;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#footer p {
	width: 770px;
	text-align:center;
	margin: 0 auto;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

/* Members > Sort Form list of members.cfm*/
select {
margin:0;
padding:1px;
font-size: 1em;
border: 1px solid #385B88;
color: #069;
}
option {
margin:3px;
}

#tooltip {
    padding: 10px;
    background: #fff;
    border: 1px solid #000;
    text-align: left;
    font-size: .8em;
	color:#000;
}

a.tip {
	color: #538ab1;
}

p.sponsor-head {
background:#069;
padding:3px;
font-weight:bold;
color:#fff;
}

div.sponsor-block {
border-bottom:1px solid #069;
padding-bottom:15px;
margin-bottom:15px;
}