html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#divider{
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 10px;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

div#navigation .skip {
position: absolute;
top: -10000px;
left: -10000px;
}

body {
	line-height: 1;
	color: black;
	background: white;
 
}
#navigation ol, ul {
	line-height: 130%;
	
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body {
	font-family:Arial,"Bitstream Vera Sans",sans-serif;
	font-size:15px;
	color: #333;
}

p {
	color: #333333;
}


a {
	text-decoration: none;
}
a:link, a:visited {
	color: #3DA5B7;
	text-decoration: none;
	font-weight: bold;
} 
a:active, a:hover {
	color: #3DA5B7;
	text-decoration: underline;
}
.darklink {
	color: #333;
	border-bottom: 1px dotted #333;
}


pre {
	font-size: 11px;
	background-color: #D3F6FF;
	padding: 5px;
	max-height: 200px;
	overflow: auto;
	line-height: 130%;
}

* html pre { 
   height: expression( this.scrollHeight > 199 ? "200px" : "auto" ); /* sets max-height for IE */
}

#container {
	width: 960px;
	margin: 0 auto;
 
}

.textbox {
	width: 654px;
	border: 1px solid #d1dbbd;
	color: #666666;
	font-size: 15px;
	padding: 3px;
}
.registertextbox {
	border: 2px solid #ADD87A;
	color: #000000;
	font-size: 1.4em;
	padding: 5px;
}
.profileTabLeft {
	width: 100px;
	float:left;
	font-weight:bold;
	font-size: 13px;
	padding: 3px;
}
.profileTabClear {
	width: 400px;
	height:10px;
	padding: 3px;
}
.profileTabRight {
	width: 285px;
	height:25px;
	
	font-size: 13px;
	padding: 3px;
}

.textarea {
	width: 654px;
	border: 1px solid #d1dbbd;
	color: #666666;
	font-size: 15px;
	padding: 3px;
	height: 300px;
}
.textarea_pm {
	width: 225px;
	border: 1px solid #d1dbbd;
	color: #666666;
	font-size: 15px;
	padding: 3px;
	height: 200px;
}

h1 {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 7px;
}

h2 {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
}

h3 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
}

h4 {
	color: #2e2e2e;
	font-size: 20px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 17px;
}

h5 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 2px;
}

p {
	line-height: 1.4em;
	font-size: 13px;
}

.button {
	border: 1px solid #ccc;
	color: #666666;
	font-size: 15px;
	padding: 3px;
}

strong {
	font-weight: bold;
}

#navigation ol {
	list-style: none;
	padding: 0;
	margin: 0 !important;
}
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0 !important;
}

#navigation li {
	float: left;
	color: #fff;
	border-bottom: 0px;
	padding-top: 20px;
	padding-left:12px;
	padding-right:12px;
	font-size:15px;
	padding-bottom: 10px;
	font-family:Helvetica,Arial,Helmet,Freesans,sans-serif;
	font-weight: 600;
	display:block;
	cursor: pointer;
 
}  

#navigation li a {
	color: #fff;
	border-bottom: 0px;
}  

#navigation li a:hover {
	color: #ccc; 
}  

html {
     overflow: -moz-scrollbars-vertical;
	 overflow-y: scroll;
}

h1 {
	font-size:25px;
	font-family:  Helvetica, Arial, sans-serif;
	color: #8a8a8a;
	font-weight:100;
	padding-left: 10px;
}

h2 {
	font-size:20px;
	font-family:  Helvetica, Arial, sans-serif;
	color: #000;
	font-weight:100;
}

.floatingboxtitle {
	background-color: #556d78;
	color: #fff;
	text-transform: uppercase;
	font-size:15px;
	font-family:  Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding-top:10px;
	padding-bottom:8px;
	text-align:center;
	width: 220px;
}

.floatingboxcontent {
	color: #556d78;
	font-size:13px;
	font-family:  Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-align:center;
	width: 200px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	line-height: 1.3em;
	height: 120px;
}

.floatingboxlink {
	font-size:14px;
	font-family:  Helvetica, Arial, sans-serif;
	font-weight: 400;
	padding-left:27px;
	line-height: 1.3em;
	margin:0 auto;
 
}

.simplelink {
	height: 26px;
	width:162px;
	text-align:center;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #6a6a6a;
	text-transform: uppercase;
}	

.greenbutton {
	height: 22px;
	width:162px;
	display: block;
	text-align:center;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #6a6a6a;
	text-transform: uppercase;
	background-image: url(../img/button.png);
	text-decoration: none;
	border-bottom: 0px;
	padding-top:4px;
}

.bluebuttonlink {
	height: 22px;
	width:162px;
	display: block;
	text-align:center;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #fff;
	text-transform: uppercase;
	background-image: url(../img/bluebutton.png);
	text-decoration: none;
	border-bottom: 0px;
	padding-top:4px;
}

.bluebutton {
	height: 26px;
	width:162px;
	display: block;
	text-align:center;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #fff;
	text-transform: uppercase;
	background-image: url(../img/bluebutton.png);
	text-decoration: none;
	border-bottom: 0px;
	padding-top:0px;
	border: 0px;
	background-color: #3faabc;
 
}

.bluelink {
 color: #3faabc;
 text-decoration: underline;
}

.greensubmitbutton {
	height: 26px;
	width:162px;
	display: block;
	text-align:center;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #6a6a6a;
	background-color: #fff;
	text-transform: uppercase;
	background-image: url(../img/button.png);
	text-decoration: none;
	border-bottom: 0px;
	padding-top:0px;
	border: 0px;
}

#footer {
	border-top: 1px solid #d1d1d1;
	color: #6a6a6a;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding-left:20px;
	width: 960px;
	padding-bottom:40px;
	margin: 0 auto;
	margin-top:40px;
	display: block;
}

#footer a {
    text-decoration: none;
    color: #6a6a6a;
}

#footertext {
	padding-top:10px;
}

#logincenter a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#leftcontent {
	border:3px solid #e7e7e7;
	width: 640px;
	padding:10px;
    margin-right:20px;
	float: left;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:13px;
	color: #333;
	background-color: #fff;
	line-height:1.3em;
}
#leftcontentregister {
	border:3px solid #6C3;
	width: 640px;
	padding:10px;
	margin-right:20px;
	float: left;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:13px;
	color: #333;
	background-color: #fff;
	line-height:1.3em;
}
.textbox {
	border:1px solid #ccc;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:13px;
	color: #333;
	width: 200px;
}

#rightcontent {
    float:left;
    width: 240px;
}

.rightcontentbox {
	border:3px solid #e7e7e7;
    width: 100%;
	padding:10px;
	float: left;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:13px;
	color: #333;
	background-color: #fff;
	line-height:1.3em;
}
.rightcontentbox_scroll {
	border:3px solid #e7e7e7;
	width: 100%;
	padding:10px;
	float: left;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:13px;
	color: #333;
	background-color: #fff;
	line-height:1.3em;
	height: 400px;
	overflow: auto;
}
.rightcontentboxchatrequest {
	border:3px solid #F39;
	width: 100%;
	padding:10px;
	float: left;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:13px;
	color: #333;
	background-color: #fff;
	line-height:1.3em;
}
.rightcontentboxchat {
	border:3px solid #9F0;
	width: 100%;
	padding:10px;
	float: left;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:13px;
	color: #333;
	background-color: #fff;
	line-height:1.3em;
}

.rightcontentboxad {
	border:3px solid #06C;
	width: 100%;
	padding:10px;
	float: left;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:13px;
	color: #333;
	background-color: #fff;
	line-height:1.3em;
}



table td{ 
	padding:2px;
}


#privatemessage {
	border:3px solid #F39;
	width: 100%;
	float: left;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:xx-large;
	color: #333;
	background-color: #fff;
	line-height:1.3em;
	background-image: url(../icons/chat_request.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}

#loginbar {
	font-family:verdana;
	font-size:10px;
	background-color:#000;
	color:#fff;
	border-bottom:1px solid #737373;
	background-image:url(../img/loginbg.jpg);
	background-position: center;
	background-repeat:no-repeat;
}

#logincenter {
	width:960px;
	margin:0 auto;
	text-align:right;
	padding-top:7px;
	padding-bottom:7px;
}

#navbar {
	font-family:verdana;
	font-size:10px;
	background-color:#2e2e2e;
	color:#fff;
	padding-bottom:7px;
	border-bottom:1px solid #000;
	height:60px;
	background-image:url(../img/navbg.jpg);
	background-position: center;
	background-repeat:no-repeat;
}

#navigation {
	width:960px;
	margin:0 auto;
}

#logo {
	float:right;
	width:150px;
	padding-top:1px;
}

#content {
	padding-top:7px;
	background-image:url(../img/contentbg.jpg);
	background-repeat:repeat-x;
	min-height: 334px;
	height:auto !important;
	height:334px;
}

#titlecenter {
	width:960px;
	margin:0 auto;
}

#title {
	padding-top:20px;
}

.titlealt {
	color:#1b4e64;
}

#welcomebox {
	background-image:url(../img/contentbg.png);
	background-position: center;
	background-repeat:no-repeat;
	height:431px;
}

#boxtitle {
	padding-top:45px;
	padding-bottom:25px;
	width:960px;
	margin:0 auto;
	text-align:center;
}

#boxfooter {
	padding-top:52px;
	width:960px;
	margin:0 auto;
	text-align:center;
}

#boxes {
	width:880px;
	margin:0 auto;
    padding-left: 80px;
}

.floatingbox {
	background-color:#fff;
	border:9px solid #cef1ff;
	height:198px;
	width:220px;
	float: left;
}

#maincontent {
	padding-top:10px;
	padding-bottom:20px;
	width:960px;
	margin:0 auto;
}

#maincontent table{
	width:100%;
}

#maincontent table tr td{
	padding:5px;
	padding-left:10px;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:12px;
	border-bottom: 1px dotted #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}

#maincontent table tr th {
	background-color:#3da5b7;
	color:#fff;
	padding:5px;
	padding-left:10px;
	font-weight:bold;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:12px;
	border-bottom: 1px dotted #1a5964;
}

.tick {
	text-indent: -9999px;
	background-image: url(../img/tick.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.center {
	text-align:center;
}

#fullcontent {
	border:3px solid #e7e7e7;
	width: 936px;
	padding:10px;
	float: left;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:13px;
	color: #333;
	background-color: #fff;
	line-height:1.3em;
} 

.link {
	color: #333;
	border-bottom: 1px solid #333;
}



.subnav ol {
	list-style: none !important;
	padding: 0;
	margin: 0 !important;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

.subnav li a {
	float: left;
	color: #666;
	border-bottom: 0px;
	font-size:12px;
	margin-bottom: 10px;
	padding:4px;
	padding-right: 8px;
	padding-left: 8px;
	font-family:Helvetica,Arial,Helmet,Freesans,sans-serif;
	font-weight: bold;
	display:block;
	cursor: pointer;
	margin-right:7px;
	border-bottom: 0px;
    text-decoration: none;
    background-color:#fff;
 
}  

.subnav li a:hover {
	color: #000; 
	background-color:#fff;
}  

.subnav .selected a{
	color: #fff; 
	background-color:#333;
}

.subnav .selected a:hover{
	color: #fff; 
	background-color:#333;
}

.subnavarrow {
    float: left;
    padding-left: 10px;
    margin-right: 7px;
    width:20px;
    height:20px;
}

.pagination a{
    text-decoration: none;
    color: #000;
    margin-right:5px;
    display: block;
    padding:3px;
    float:left;
}

.pagination .selected {
    font-weight:bold;
}

#recent{
	font-size: medium;
	padding: 10px;
}
#recent1{
	padding: 10px;
	height: 300px;
}

#profile_thumbs{
	padding: 5px;
	float: left;
	width: 105px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #333;
	height: auto;
	text-align: center;
	overflow: hidden;
}
#chat_request{
	padding: 5px;
	float: left;
	width: auto;
	margin-left: 5px;
	margin-bottom: 5px;
	height: auto;
	text-align: center;
}

#search_quick{
	
 text-align:right;width:150px;float:left;padding:10px;
}
#search_quick1{
	text-align:left;width:450px;padding:10px;"
}
/** Legacy css*/
.profileOptions {
	float: left;
	width: 600px;
	height: auto;
	margin-bottom: 0px;
	border: medium solid #FF0000;
	background-image: url(../images/icons/Attention2.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px;
	background-color: #FFF4F8;
}
#directorysearchresultscontainer{
	
	
	float: left;
	width: 320px;
}

    /* set dimensions, alignment, background-color for ad space */
    .hopfeed_div {
	padding:            5px;
	margin:             0;
	text-align:         left;
	background-color:   FFFFFF;
	width:              304px;
	height:             80px;
	float:left;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
    }

    /* set dimensions, alignment, background-color for ad space */
    .hopfeed_header {
        font-size:          7pt;
        font-family:        Verdana, Arial, Helvetica, Sans Serif;
		padding:            5px;
    }

    /* set the <ul> display format and margins */
    .hopfeed_ul {
        list-style:         none;
        margin:             0;
        padding:            0;
    }

    /* set the <li> display format and margins */
    .hopfeed_li {
        margin:             0;
        padding:            0;
    }

    /* set the normal title link font */
    .hopfeed_link a{
        font-size:          12pt;
        font-family:        Verdana, Arial, Helvetica, Sans Serif;
        font-weight:        bold;
        color:              3300FF;
    }

    /* set the mouseover title link font */
    .hopfeed_link a:hover {
        color:              3300FF;
    }

    /* set the description font */
    .hopfeed_desc {
        font-size:          8pt;
        color:              000000;
    }
#scrollbox_home_page{
	overflow: auto;
	height: 350px;
	width: 650px;
}
.center_box{
	padding-left: 90px;
	font-size: 1.4em;
	font-weight: bold;
}
.center_box h2{
	font-size: 1.2em;
	
	color: #C00;
}
