/* Senior Specialists Networking Group */
/* authored by GilbertStudios */
/* all main styles - wrapper, masthead, headBanner, mainNav, mainPage, content, sidebar, footers */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	background: #fff;
	min-width: 750px;
}
a {
	color:#3B77C4;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #346804;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* :KLUDGE: all "_" chars are to fix IE 6 wierdness */
#wrapper {
	position: relative;
	width: 750px;
	margin: 0 auto;
	_overflow: hidden;
	text-align: left;
}
#masthead {
	margin: 50px 0 0 0;
}
h1, h1 a {
	font-size: 25px;
	font-weight: bold;
	color: #346804;
}
#masthead p {
	margin: 0;
	color: #346804;
}
/*
      ************************************  mainPage  ***
*/
#mainPage {
	width: 750px;
	border-bottom: 1px solid #ABABAB;
}
#content {
	position: relative;
	display: inline;
	float: left;
	width: 710px;
	margin: 20px 0 20px;
}/*
#index #content {
	width: 540px;
}*/
h2 {
	margin: 0 0 10px 0;
	font-size: 21px;
	font-weight: normal;
	color: #346804;
}
p {
	margin: 10px 0;
	line-height: 18px;
	color: #666666;
}
h3 {
	margin: 20px 0 10px 0;
	font-size: 19px;
	font-weight: normal;
	color: #ABABAB;
}
h4 {
	margin: 10px 0;
	font-size: 17px;
	font-weight: normal;
	color: #1C407B;
}
#index h3 {
	font-size: 21px;
}
.indentMe {
	margin-left: 50px;
}
.red {
	color: #C10000;
}
.blue {
	color: #1C407B;
}
.black{
	color: #000000;
}
#content ul, #content ol {
	margin: 10px 20px 10px 35px;
}
#content ul li, #content ol li {
	margin: 5px;
}
/*
      ************************************  sideBar / sidePic  ***
*/
#sideBar {
	position: relative;
	display: inline;
	float: left;
	width: 250px;
	margin: 20px 0 20px 20px;
}
#sideBar h4 {
	margin: 0 0 10px 0;
	font-size: 21px;
	font-weight: normal;
	color: #C10000;
}
#sideBar h5 {
	margin: 10px 0;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
#sideBar p {
	margin: 5px 0;
	line-height: 15px;
	color: #6E6E6E;
}
.clear {
	clear: both;
}
#sideBar h2 {
	margin: 20px 0 0;
	font-size: 19px;
}

/*
      ************************************  footer  ***
*/
#footer {
	width: 750px;
	clear: both;
}
#footer p {
	clear: both;
	text-align: center;
	line-height: 16px;
}
#footer p#design, #footer p#design a {
	font-size: 10px;
	color: #000;
}
#subFoot p {
	font-size: 10px;
	line-height: normal;
	color: #949494;
	text-align: justify;
}

