/* CSS Layout by T. Copeland ~ 2007.09.18 ~ api-webservices.com */

/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background-color: #696969;
}
body, p{
	font: 13px Helvetica, Geneva, Verdana, Arial, sans-serif;
}
p{
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.3;
}
h1, h2, h3, h4, h5, h6{ padding: 0; margin-bottom: 0; color: #366; font-family: Georgia, "Times New Roman", Times, serif;}
b, strong{ color:#366;}
#container{
	background: #e0fbfa url(../images/design/container_bg.jpg) repeat-y right;
	min-width: 850px;
	width: 100%;
	float: left;
}
#header{
	background: url(../images/design/header_bg.jpg) repeat-x;
	height: 65px;
	width: 100%;
}
#header img{
	border: none;
}
#contact{
	background: #696969 url(../images/design/contact.jpg) no-repeat;
	color: #fff;
	font: 12px Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 100%;
	text-indent: 191px;
	height: 18px;
}
#wrapper{
	background: url(../images/design/wrapper.jpg) repeat-y;
	float: left;
	width: 100%;
}
#wrapper2{
	background: url(../images/design/left_col.jpg) no-repeat left top;
	min-height: 400px;
	width: 100%;
	float: right;
}
#wrapper3{
	background: url(../images/design/content.jpg) no-repeat right top;
	float: left;
	width: 100%;
}
#nav{
	padding-left: 216px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	padding-top: 5px;
	height: 30px;
}
#nav ul{
	margin: 0;
	padding: 0;
}
#nav li{
	display: inline;
	list-style-type: none;
	border-color: #000;
	border-width: 1px;
}
#nav a{
	padding: 5px 10px;
	background-color: #fff;
	text-decoration: none;
	color: #123c66;
	border: 1px solid #696969;
}
#nav a:hover{
	padding-bottom: 10px;
	background-color: #e6e6e6;
	border: 1px solid #4c4c4c;
}
#content{
	min-width: 600px;
	padding: 0 50px 0 216px;
	clear: left;
}
#content a{
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
#content a:visited, #api a:visited{
	color: purple;
}
#content a:hover{
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#footer{
	background: url(../images/design/footer_bg.jpg) repeat-x;
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
}
#footer_nav{
	background: url(../images/design/wrapper.jpg) repeat-y;
	float: left;
	height: auto;
	padding: 25px 0 15px 216px;
	width: auto;
}
#footer_nav a{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-transform: uppercase;
}
#footer_nav a:visited{
	color: #2d5a5d;
}
#footer_nav a:hover{
	text-decoration: underline;
}
#api{
	background: url(../images/design/footer1.jpg) no-repeat;
	float: left;
	width: 400px;
	clear: left;
	height: 3px;
}
#api p{
	color: #fff;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 7px 0 0 10px;
}
#api a{
	text-decoration: underline;
	color: #000;
	margin: 0;
}
.left{
	float: left;
	padding-right: 10px;
}
.right{
	float: right;
	padding-left: 10px;
}
.clear{
	clear: both;
}
.large_display{
	min-width: 850px;
	padding: 0 10px 0 0; 
}

/* Members List */
#memnav a{
	font-size: 15px;
	font-weight: bold;
	background-color: #0099CC;
	color: #fff;
	text-decoration: none;
	margin: 0;
	border-style: none;
	padding: 3px 5px 1px;
}
#memnav a:hover{
	font-size: 15px;
	font-weight: bold;
	background-color: #4ab855;
	color: #fff;
	text-decoration: none;
	padding: 3px 5px 1px;
	margin: 0;
	border-style: none;
}
#my_site_content p:first-line{
	font-weight: bold;
}
/* @end */