/**
 * CCL Style Sheet
 *
 * @author     Victoria Doheny
 * @copyright  Patient Advocate Foundation 2008
 * @license    All rights reserved
 */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	background-image: url(../images/bgbg.gif);
	background-repeat: repeat-x;
	background-color: #023a64;
}
.clr {
    clear: both;
}

a {  text-decoration: none; color: #000099}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #336699;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}

#pagewidth-1024 {
    width: 770px;
    text-align: left;
}



/* menu 1 */
#menu1 {
	width: 770px;
	margin-top: 0px;
	/*	float: right; */
	margin-right: 35px;
	list-style: none;
	list-style-position: outside;
	height: 25px;
	text-align:right;
}	
#menu1 a {
	color: #FFFFFF;
    text-decoration: none;
    padding: 0 11px 0 18px;
    font: bold 11px Geneva, Arial, Helvetica, sans-serif;
}
#menu1 a:hover, a.menu1.active_menu {
    /* background: url("../images/swirl2.png") left no-repeat; */
}




#header {
    background: url("../images/header1.png") no-repeat;	
    height: 106px;
}

#content {
	background: url("../images/content1.jpg") no-repeat;
	background-position: bottom;
	/*min-height: 568px; */
    padding: 0 20px 20px 20px;
	background-color:#FFFFFF;
	border-left: solid 1px #3366CC;
	border-right: solid 1px #3333CC;
	/* margin-top: -30px; */
}
/* Navigation */

/* menu 2 */
#menu2 {
	margin-top: 18px;
	float: right;
    margin-right: 1px;
	list-style: none;
    list-style-position: outside; 
   /* position:relative;*/
}

.menu{float:right; margin:0 auto; padding: 0px; height:29px; width: 500px; display:block; background:url('../img/topMenuImages.png') repeat-x;}
.menu li{padding:0; margin:0; list-style:none; display:inline;}
.menu li a{float:left; padding-left:15px; display:block; color:rgb(51,102,204); text-decoration:none; font:15px Geneva, Arial, Helvetica, sans-serif; cursor:pointer; background:url('../img/topMenuImages.png') 0px -30px no-repeat; font-weight:bold;}
.menu li a span{line-height:29px; float:left; display:block; padding-right:15px; background:url('../img/topMenuImages.png') 100% -30px no-repeat;}
.menu li a:hover{background-position:0px -60px; color:rgb(51,102,204);}
.menu li a:hover span{background-position:100% -60px;}
.menu li a.active, .menu li a.active:hover{line-height:29px; font:15px Geneva, Arial, Helvetica, sans-serif; background:url('../img/topMenuImages.png') 0px -90px no-repeat; color:rgb(51,102,204); font-weight:bold;}
.menu li a.active span, .menu li a.active:hover span{background:url('../img/topMenuImages.png') 100% -90px no-repeat;}


.photoarea	{
	width: 300px;
	height: 400px;
	float: right;
	padding: 0px;
}

.content_230 { 
	width: 230px; 
	clip:    rect(   ); 
	padding-left: 20px; 
	font-size: 12px; 
	padding-right: 10px;
	float: right;
}

.content_330 { 
	width: 330px; 
	clip:    rect(   ); 
	padding-left: 20px; 
	font-size: 12px; 
	padding-right: 10px;
	float: right;
}

#hplinks ul {
	list-style:inside;
	list-style-position:inside;
	list-style-image:url(..//images/list_hp.jpg);
}	 


#hplinks a	{
	font-size:18px;
	color:#3366CC;
	line-height:40px;
	text-decoration:none;
}

#hplinks a:hover	{
	color:#669999;
	text-decoration:none;
}


#rlinks ul {
	list-style:outside;
	list-style-position:outside;
	list-style-image:url(../images/list_hp.jpg);
}	 


#rlinks a	{
	font-size:12px;
	color:#3366CC;
	line-height:30px;
	text-decoration:none;
}

#rlinks a:hover	{
	color:#669999;
	text-decoration:none;
}


#r2links ul {
	list-style:outside;
	list-style-position:outside;
	list-style-image:url(../images/list_hp.jpg);
}	 


#r2links a	{
	font-size:14px;
	color:#3366CC;
	line-height:30px;
	text-decoration:none;
	font-weight:bold;
}

#r2links a:hover	{
	color:#669999;
	text-decoration:none;
}


#footer	{
	background: url("../images/footer.png") no-repeat;
	/* background-position:bottom; */
	height: 111px;
	text-align:center; 
	padding:20px;
	font-size:10px;
}

/* Form Styles */
#subForm1 {
	font-size: 1em;
	padding-left: 10px;
}

label {
	color: #003366;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

#subForm1 .label {
	float: left;
	width: 150px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	margin-top: 4px;
}



/*
 * Required fields, errors, etc
 */
.required {
    background-color: #daebb6;
}

input.error, select.error, textarea.error, span.error {
    border: 1px dotted #F00;
    background-color: #FEE;
}
#errorContainer {
    background-color: #FEE;
    border: 1px solid #F00;
    margin-bottom: 1em;
}
#errorContainer p {
    margin-left: 1em;
    font-weight: bold;
}


