*{
	font-size:14px;
	font-family:georgia, serif;
	margin:0;
	padding:0;
	list-style:none
}

body{
	background:#FFF;
	color:#FFF;
}

p, address{
	margin:0 0 16px;
	line-height:1.5em;
}

address{
	font-style:normal;
}

q{
	display:block;
	margin:6px 0
}

cite{
	display:block;
	margin:6px 0
}

div:after{/* For Gecko Browsers which like to completely break float elements out of the parent's layout */
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}

img{
	border:0
}

a{
	color:#0095a2
}

a:hover{
}
.clear{
	clear:both;
}
.hidden-text{
   	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

.full-width{
	width: 100% !important;
}

/* BEGIN: Headings ================== */
h1{
	font-size:20px;
	color:#FFF;
}

h2{
	font-size:15px;
	margin:10px 0 4px 0
}

h3{
	font-size:14px
}

h4{
	font-size:13px
}

h5{
	font-size:12px
}

h6{
	font-size:11px
}
/* END: Headings ================== */


/* BEGIN: Forms ================== */
fieldset{
	margin:0 0 20px 0
}

legend{
	padding:0 10px;
	font-weight:bold
}
option{
	padding:0 3px
}

input, textarea{
	padding:1px 2px
}
/* END: Forms ================== */

/* NAVIGATION STYLES */
#navContainer{
	background:#000 url(images/bgNav.gif) repeat-x;
	height:28px;
}
#nav{
	margin:auto;
	width:600px;
}
#nav ul{
	margin:0;
	padding:0;
}
#nav li{
	margin:0;
	padding:0;
	float:left;
}
#nav li a{
	display:block;
	text-indent:-9999px;
	outline:none;
	height:28px;
}
.home{
	background:url(images/btnHome.gif) no-repeat;
	width:60px;
}
.about{
	background:url(images/btnAbout.gif) no-repeat;
	width:66px;
}
.faq{
	background:url(images/btnFaq.gif) no-repeat;
	width:48px;
}
.board{
	background:url(images/btnBoard.gif) no-repeat;
	width:108px
}
.partners{
	background:url(images/btnPartners.gif) no-repeat;
	width:80px;
}

.forms{
	background:url(images/btnForms.gif) no-repeat;
	width:125px;
}
.contact{
	background:url(images/btnContact.gif) no-repeat;
	width:108px;
}
#nav li a:hover{
	background-position:0 -28px;
}
#nav li a.active{
	background-position:0 -56px;
}
/* END NAVIGATION STYLES */

#logoContainer{
    width:983px;
	height:125px;
	margin:auto;
	background:#FFF;
}
#logo{
	display:block;
    float:left;
	width:248px;
	height:119px;
	background:url(images/imgLogo.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden
}

#divLogin{
    float:left;
    display:inline;
    width:402px;
    height:90px;
    margin: 5px 0 0 320px;
    padding:0;
    border-left:1px solid #333
}
#divLogin p#loginForm *{
    vertical-align:middle;
}

#loginForm{
    color: #000;
    margin-left: 5px !important;
}


#divLogin p{
    margin:0
}

#pLoginText{
	color: #000;
	font-weight: bold;
	text-align:center;
	margin: 30px 0 10px 0 !important;
	display:block;
}

#divLogin label, #divMainLogin label{
    display:inline;
    float:left;
    height:13px;
    margin:3px 4px 0 13px;
    text-indent:-9999px;
    overflow:hidden;
}

#divLogin #lblUsername{
    background:url(images/lblUsername.png) no-repeat 0px 4px;
    width:47px;
    margin-left:22px;
    height: 22px;
}

#divLogin #lblPassword{
    background:url(images/lblPassword.png) no-repeat 0px 4px;
    width:45px;
    height: 22px;
}
#divLogin .textfield{
    float:left;
    width:96px;
    padding:3px 2px 2px;
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:11px
}

#divLogin p#loginLinks{
    color:#000;
    padding-right:10px;
    text-align:right
}
#divLogin #loginLinks a, #divMainLogin #loginLinks a, #divLogout a{
    font-size:11px;
    color:#0095a2;
}

#divLogin #loginError{
	display:block; 
	height: 33px;
}

#divMainLogin {
	width: 272px;
	margin: 0 0 0 250px;
	line-height: 30px;
}

#divMainLogin #lblUsername{
    background:url(images/lblUsername.png) no-repeat 0px 8px;
    width:47px;
    height: 22px;
}

#divMainLogin #lblPassword{
    background:url(images/lblPassword.png) no-repeat 0px 8px;
    width:47px;
    height: 22px;
}


#divMainLogin .textfield{
    padding:3px 2px 2px;
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:11px;
    width:180px;
}


#divLogout{
	color: #000;
	padding: 10px;
}

#divLogout .btnLogout{
	float:right;
}

#divAdminNav{
	color: #000;
	padding-left:20px;
}


#divForgotPassword{
	color: #000;
	padding: 10px 0 0 20px;
	font-weight:bold;
}

#divForgotPassword .formAlign{
	display:block; 
	float:left; 
	padding: 4px 0 0 0;
}

#content{
	background:#FFF url(images/bgContent.jpg) repeat-x;
	min-height:712px;
	padding-right:7px;
}

#main{
	margin:auto;
	width:983px;
	padding-top:26px;
}

#mainTop{
	background:url(images/bgMainTop.jpg) no-repeat;
	height:263px;
	padding:50px 60px 0 470px;
}
#mainTop h1{
	background:url(images/bgHeader.gif) bottom repeat-x;
	padding-bottom:5px;	
}
#mainTop p{
	padding-top:10px;
}
#learn a{
	text-indent:-9999px;
	display:block;
	background:url(images/btnLearnMore.gif) no-repeat;
	width:114px;
	height:27px;
	float:left;
	padding-right:10px;
}

#mainLeft{
	float:left;
	width:740px;
	background:#FFF url(images/bgMainLeft.gif) top repeat-x;
}
#mainLeft h2{
	font-size:20px;
	padding:8px 0 8px 20px;
	margin:0;
}

#mainLeft.admin h2{
	padding:0;
	margin:0 0 16px
}

#mainLeft.admin h3{
	margin:0 0 16px
}

#mainLeft.admin ol{
	margin:0 0 20px 24px !important
}

#mainLeft.admin ol li{
	list-style:lower-alpha
}

#mainLeft.admin ol ol{
	margin-bottom:5px !important
}

#mainLeft.admin ol ol li{
	list-style:lower-roman
}

#mainLeft div h4{
	color:#333;
}
#mainLeft div ul{
	margin:0;
	padding:0;
}
#mainLeft div ul li{
	color:#333;
	background:url(images/bgCross.gif) no-repeat;
	padding:0 0 0 20px;
	margin:0;
	font-size:11px;
}
#mainLeft div.one{
	width:190px;
	height:145px;
	float:left;
	padding:0 0 0 160px;
	margin:15px;
	background:url(images/imgMainLeft1.gif) top left no-repeat;
}
#mainLeft div.two{
	width:184px;
	height:145px;
	float:left;
	padding:0 0 0 160px;
	margin:15px 0;
	background:url(images/imgMainLeft2.gif) top left no-repeat;
}

#mainLeft div.three{
	width:190px;
	float:left;
	padding:0 0 0 160px;
	margin:0 20px;
	background:url(images/imgMainLeft3.gif) top left no-repeat;
}
#mainLeft div.four{
	width:180px;
	float:left;
	padding:0 0 0 160px;
	margin:0;
	background:url(images/imgMainLeft4.gif) top left no-repeat;
}

#mainRight{
	width:243px;
	height:373px;
	float:left;
	background:url(images/bgMainRight.jpg) no-repeat;
}
#mainRight h3{
	font-size:17px;
	padding:10px 0 0 30px;
}

#mainRight ul{
	width:193px;
	margin:25px 0 0 15px;
	background:url(images/bgDotted.gif) bottom repeat-x;
	padding-bottom:5px;
}
#mainRight #docsList{
    margin:0 0 15px 15px
}
#mainRight ul li{
	color:#333;
	font-size:11px;
	background:url(images/bgCross.gif) no-repeat;
	padding:0 0 5px 18px;
	line-height:1.5em;
}
#mainRight a.hidden-text{
	background:url(images/btnJoinNowSmall.gif) no-repeat;
	width:135px;
	height:27px;
	margin:10px 0 0 60px;
}

#mainRight #btnIMedConsent.hidden-text{
    display:block;
    background:url(/images/btnIMedConsentLogin.png);
    width:174px;
    height:28px;
    margin:15px 0 15px 27px
}
#mainRight #btnIMedConsent.hidden-text:hover{
    background-position:0 28px
}

#mainRight.content{
    color:#333
}
#mainRight.content h3{
    width:206px;
    height:38px;
    margin-left:2px;
    padding:15px 0 0 14px;
    color:#fff;
    background:#000;
    border:1px solid #ccc
}
#mainRight.content p{
    margin-left:12px
}
#mainRight.content p strong{
    font-size:12px;
}

#MMRight{
	width:222px;
	height:373px;
	float:left;
   	background:url(/images/bgContentRightPlain.gif) no-repeat 19px 10px
}

#MMRight.content{
    color:#333
}
#MMRight.content h3{
    width:204px;
    height:24px;
    padding:8px;
    color:#fff;
    background:#000;
    border:1px solid #ccc;
    text-align:center;
}
#MMRight.content p{
    margin:0 0 8px 12px
}
#MMRight.content p strong{
    font-size:12px;
}

#bottom{
	clear:both;
	color:#333;
	width:984px;
	padding:30px 0 10px 0;
	margin:auto;
	background:url(images/bgBottom.gif) top right no-repeat;
}
#bottom ul{
	margin-top:4px;
}
#bottom ul li{
	background:url(images/bgCross.gif) no-repeat;
	padding:0 0 3px 20px;
}
#choice{
	float:left;
	width:194px;
	height:123px;
	text-indent:-9999px;
	background:url(images/imgChoice.gif) no-repeat;
	margin:0 10px 0 0;
	padding:0;
}
#or{
	float:left;
	width:27px;
	height:123px;
	text-indent:-9999px;
	background:url(images/imgOr.gif) no-repeat;
	margin-right:20px;
}
div.btmList{
	float:left;
	width:298px;
	margin:0 10px 0 0;
	padding-bottom:20px;
}
.btmListJoin{
	float:left;
	width:330px;
	margin-left:20px;
	text-align:center;
	background:url(images/bgDottedVert.gif) left repeat-y;
	text-align: left;
	padding-left: 10px;
}
.btmListJoin a{
	text-indent:-9999px;
	display:block;
	background:url(images/btnJoinNowBig.gif) no-repeat;
	width:238px;
	height:36px;
	margin: 0 0 10px 30px;
	overflow:hidden
}
.btmListJoin p{
	text-align:center
}
.btmListJoin p strong{
	padding-top:10px;
	font-size:18px;
}

/* -- CONTENT PAGES STYLES -- */

#mainContent{
	background:#FFF;
	min-height:686px;
}

#mainLeft.content{
	background:#FFF url(images/bgMainLeftContent.gif) top repeat-x;
	padding-bottom:40px;
}
#mainLeft.admin{
	background:#FFF url(images/bgMainLeftContent.gif) top repeat-x;
	padding-bottom:40px;
	width:auto;
	float:none
}

#mainLeft.content h1{
	font-size:24px;
	padding:22px 0 8px 20px;
	margin:0;
}

#mainLeft.content h2{
	font-size:18px;
	padding:22px 0 8px 30px;
	margin:0;
	color:#0095A2;
}

#mainLeft.content p{
	font-size:12px;
	padding:0 20px 8px 30px;
	margin:0;
	color:#333;
}
#mainLeft.content p.top{
	margin-top:20px;
}

#mainLeft.content img{
	padding:10px 0 10px 30px;
}

#mainLeft.content ul, #mainLeft.content dt, #mainLeft.content ol{
	margin:0;
	padding:10px 0 0 0;
}
#mainLeft.content ul li, #mainLeft.content dl dd{
	color:#333;
	background:url(images/bgCross.gif) no-repeat;
	padding:0 0 4px 20px;
	margin:0 0 0 30px;
	font-size:12px;
	line-height:1.5em;
}
#mainLeft.content ol li{
	color:#333;
	background:none;
	list-style:decimal;
	padding:0 0 4px 0;
	margin:0 0 0 50px;
	font-size:12px;
}
#mainLeft.content dt, #mainLeft.content dl dd{
	color:#333;
	padding:0 0 4px 20px;
	margin:0 0 0 30px;
	font-size:12px;
	background:none;
}
#mainLeft.content dt{
	font-weight:bold;
	margin-top:10px;
}
#mainLeft.content address{
	color:#333;
	font-style:normal;
	font-size:12px;
	margin:10px 0 0 10px;
}
#mainLeft.content address.left{
	margin:10px 0 20px 30px;
}

#mainRight.content{
	width:243px;
	height:612px;
	float:left;
	background:url(images/bgMainRightContent.jpg) no-repeat;
	padding-top:11px;
}

/* -- END CONTENT PAGES STYLES -- */

/* -- CMS Admin Styles -- */
#mainLeft.admin{
	background:#FFF url(images/bgMainLeftContent.gif) top repeat-x;
	padding-bottom:40px;
	width:auto;
	float:none
}

#mainLeft.admin h1{
	font-size:24px;
	padding:22px 0 8px 20px;
	margin:0;
}

#mainLeft.admin #inner{
    padding:20px 30px 8px
}
#popupContent{
    padding:20px 30px;
    color: #000;
}
#editUser, #editArticle{
    position:relative
}
#userApproved{
    width:195px;
    position:absolute;
    top:0;
    right:20px
}

#articleActive{
    width:195px;
    position:absolute;
    top:0;
    right:20px
}

.saveRow{
    clear:both;
    padding:5px 0 0;
    text-align:center;
    border-top:1px solid #000
}

/* -- GRID STYLES -- */

.gridTitle{
	font-weight:bold;
}

.gridDateModified{
	float:right;
}

.gridDescription{
}

/* -- END GRID STYLES -- */

/* -- EDIT STYLES -- */

#upEdit{
	line-height: 22px;
	margin-bottom: 6px;
}

.RadUpload_Default {
	margin-left:105px;
}

.btnAddNew{
	margin: 0 0 10px 0;
}

.errorSummary{
	border: 1px solid #F00;
	color: #F00;
	background-color: #FEE;
	padding: 5px;
	font-weight: bold;
	margin: 5px;
	display:block;
}

.errorSummary li, .errorSummary ol{
	background: none;
}

.successSummary{
	border: 1px solid #060;
	color: #060;
	background-color: #9F9;
	padding: 5px;
	font-weight: bold;
	margin: 5px;
	display:block;
}

#editArticle label{
	font-weight: bold;
	color: #000;
	width: 100px;
	display:block;
	float: left;
	text-align:right;
	margin: 0px 5px 15px 0px;
}
#editArticle fieldset .divFormField{
    float:left;
}

#editUser label{
	font-weight: bold;
	color: #000;
	width: 154px;
	display:block;
	float: left;
	text-align:right;
	margin: 0px 5px 0 0px;
}

#editUser .checkbox, #editArticle .checkbox{
	padding: 5px 0 0 0;
	display: block;
}

#editArticle p, #editUser p{
	float: none;
	display:block;
	clear:both;
	padding: 0 ;
}
#editUser fieldset p
{
    height:22px !important;
    padding:8px 0 !important;
    margin:0 !important;
}
#editUser fieldset p.alt
{
    background:#F2F2F2
}

#editUser .textfield, #editUser riTextBox{
	width: 180px;
	color: #000;
}

#editUser fieldset{
	width: 368px;
	float: left;
	border-right: 2px solid #fff;
	border-width:0 2px 0 0
}
#editArticle fieldset{
    border:0;
    margin:20px 0
}

#editArticle h1, #editUser h1{
	color: #000;
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
}

.req {
	color: #F00 !important;
}

#articleList{
	padding: 20px;
}

#article{
	color: #000;
}

#article .date{
	font-weight: bold;
	padding: 10px 20px 10px 20px;
}

#article .description{
	padding: 10px 20px 10px 20px;
}

#article .content {
	padding: 10px 20px 10px 20px;
}

#article #returnLink{
	padding: 0 0 0 20px;
	font-weight:bold;
}

/* -- END EDIT STYLES -- */


#footer{
	background:url(images/bgFooter.gif) repeat-x;
	height:88px;
	text-align:center;
	color:#999;
	padding-top:10px;
}
#footer p, #footer a{
	font-size:11px;
	color:#999;
}
#footer p{
	margin:5px 0 0 0;
}
#footer a:hover{
	text-decoration:none;
}

.RadGrid_Default .rgAltRow .rgSorted {
background-color: #F2F2F2 !important;
border-bottom-color:#F2F2F2 !important;
}

.RadGrid_Default .rgRow .rgSorted {
background-color: #FFF !important;
border-bottom-color:#FFF !important;
}
