/* basic styles */
* {
	padding: 0;
	margin: 0;
	border: none;
	border: 0px;
}
img { 
	padding: 0;
	margin: 0;
}
body {
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
}
p {
	margin-top: 3px;
	margin-bottom: 1.3em;
	/*line-height: 1.275em;*/
}
div {
	margin: 0;
	padding: 0;
}
ul, ol, li {
	margin: 0;
	list-style: none;
}
table, td, tr {
	border-collapse: collapse;
}
a {
	cursor:pointer;
	text-decoration: none;
	color: #69207e;
}
a:hover {
	text-decoration: underline;
	color: #ed1b2d;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #69207e;
	font-size: 21px;
	line-height: 27px;
	margin-bottom: 27px;
	margin-top: 27px;
}
blockquote i {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style:italic;
	float: right;
	color: #BC804B;
	margin-right: 9px;
	margin-bottom: 9px;
}
h1 {
	font-size: 1.66em;
	color: #ed1b2d;
	line-height: 1.2625em;
	/*line-height: 1.0625em;*/
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 0;
}
    
    h1 sup { font-size:0.5em; vertical-align:top; }

h2 {
	font-size: 1.275em;
	color: #69207e;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 0;
}

    h2 sup { font-size:0.7em; vertical-align:top; }
/**** useful classes ****/
.clear {
	clear: both;
}
.hide {
	display: none;
	margin-top: -5000px;
	visibility:hidden;
}
/* layout structure */
#background {
	background: url(../images/HeaderBG_hSync_SAbar.jpg) repeat-x top left;
	margin:0;
	z-index: 1;
	margin-bottom: 24px;
}
#saBar {
	display:block;
	z-index: 2;
	margin: 0 auto;
}
#saBarLeft {
	position: relative;
	background: url(../images/bg_saBarLeft.jpg) top repeat-x;
	width: 50%;
}
#saBarRight {
	position: relative;
	width: 50%;
}
#saLink {float: right;width: 230px;height: 30px;}
#saLink a {
	display: none;
	float: right;
	width: 230px;
	height: 30px;
}

#wrap {
	width: 958px;
	position: relative;
	margin: 0 auto;
	clear: none;
}
#header {
	position: relative;
	background: url(../images/HeaderBG_SAbar.jpg) top left no-repeat;
	height: 142px;
	padding-top: 0;
	width: 958px;
	margin: 0 auto;
	z-index: 3;
}
#headerbluebar {position: relative; height: 22px;}
#headerbluebar a {
	display: block;
	height: 60px;
	margin:0;
	position: absolute;
	right: 50px;
	top: 0;
	width: 200px;
	z-index: 5;
}
#headerbluebar a img { width: 100%; height: 100%;}

#headerright {
	display: block;
	float: right;
	width: 510px;
	clear: none;
}

#usresidents {
	display: inline;
	float: right;
	text-align: center;
	margin: 12px 70px 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #333;	
}
#usresidents a {}

#logowrap {
 	display: block;
	float:left;
	clear: none;
}
#logo24 { float: left; }
#logo24 a {
	display: block;
	width: 200px;
	height: 110px;
	background: url(../images/Logo_AllegraD_24.jpg) top left no-repeat;
	margin-top: 4px;
}
#logo24 a:hover {
	/*background: url(../images/Logo_AllegraD_24.jpg) bottom left no-repeat;*/
}
#logo12 { float: left; }
#logo12 a {
	display: block;
	width: 200px;
	margin-top: 4px;
	height: 110px;
	background: url(../images/Logo_AllegraD_12.jpg) top left no-repeat;
}
#logo12 a:hover {
	/*background: url(../images/Logo_AllegraD_12.jpg) bottom left no-repeat;*/
}
#logo24 a img, #logo12 a img { width: 100%; height: 100%;}
.contentwrap {
	display: block;
	margin: 0;
}

.content {
	display: block;
	float: left;
	width: 415px;
	padding: 21px 27px;
	clear: none;
}

/* table structure */
.symptomTable { background:#fff url(../images/symptomsChartBg.gif) top left repeat-y; margin:1em 0; }
    .symptomTable td { background:transparent; padding:9px 5px; }
        .symptomTable td.border { border-bottom:1px solid #f69680; }
    .symptomTable td.symptomTableTop { background:transparent url(../images/symptomsChartTop.gif) top left no-repeat; color:#fff; font-weight:bold; }
    .symptomTable td.symptomTableBtm { background:transparent url(../images/symptomsChartBtm.gif) bottom left no-repeat; border-bottom:none; }
/* end table structure */

#coupon {
	display: inline;
	float: right;
	margin: 21px 39px 12px 0;
	clear: none;
	font-size:13px;
}

#couponHead {
	margin: 0;
}

#couponInner a {
	width: 210px;
	padding: 9px 0 120px 15px;
	background: url(../images/couponCTA.gif) bottom left no-repeat;
	float: left;
	padding-bottom: 60px;
}


#couponInner a:hover {
	text-decoration: none;
}

#couponInner a b {
	padding-right: 12px;
}
/**** utilities ****/
#utilities {
	display: block;
	float: right;
	margin-top: 22px;
	width: 300px;
}

#utilities p {
	display:block;
	float: left;
	width: 165px;
	font-size: 12px;
	vertical-align: middle;
}
#utilities p a {
	color: #666;
}
#utilities p a:hover {
	color: #69207e;
}

#textSize {
	width: 86px;
	margin: 4px 39px 0 10px;
	text-align: center;
	font-size: 12px;
	position: relative;
}

#textSize a {
	color: #666;
}
#textSize b {
	color: #666;
	font-weight: normal;
	
}

.sm {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 2px;
}
.md {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 2px;
}
.lg {
	font-size: 20px;
	line-height: 19px;
	margin-bottom: 5px;
}



#larger {
	display: inline-block;
	width:11px;
	height:11px;
	background: url(../images/icon_TextSize_lg.gif) top left no-repeat;
	padding:3px;
}

#smaller a {
	display: inline-block;
	width:11px;
	height:11px;
	background: url(../images/icon_TextSize_sm.gif) top left no-repeat;
	padding:3px;
}
/**** content columns ****/


/**** home content ****/
#homeflash {
	display:block;
	width:958px;
	height:361px;
	background: url(../images/Home_Family.jpg) top left no-repeat;
}
#homeflash img { width: 100%;  height: 100%;}
#hCoupon {
	display: block;
	float: right;
	width: 510px;
}

#hCoupon img {
	padding: 21px 33px 21px 0;
}

.hLeftCol {
	display: block;
	float: left;
	width: 382px;
	padding: 21px 27px 21px 27px ;
}

.hLeftCol h1 {
	font-size: 1.66em;
}

/***** search *****/
#search {
	display: block;
	float:left;
	width: 200px;
	margin-top: 82px;
}
#searchbox {
	width: 200px;
	clear: none;
}
.searchinput {
	display: block;
	float: left;
	width: 127px;
	height: 17px;
	font-size: 12px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px 2px 0 3px;
}
.searchbutton {
	display: inline-block;
	height: 21px;
	width: 39px;
	float: left;
	clear: none;
	background: url(../images/Search_btn.gif) top left no-repeat;
	cursor:pointer;
}
.searchbutton:hover {
	background: url(../images/Search_btn.gif) bottom left no-repeat;
}
.searchbtnvalue {
	visibility: hidden;
	display: none;
}
/**** NAVIGATION ****/
#navwrap {
	display: block;
	float: left;
	background: url(../images/hNavBtm_HorzSync.gif) top repeat-x;
	height:35px;
	width: 100%;
}
#navbar {
	background: url(../images/hNav_BottomRightCorner.gif) top right no-repeat;
	height:35px;
}
#navbartabs {
	background: url(../images/hNav_BottomLeftCorner.gif) top left no-repeat;
	height: 35px;
	float: left;
	width: 100%;
}

#nav {
	display:block;
	height:35px;
	margin:0 0 0 10px;
	float: left;
	list-style: none;
	list-style-position:inside;
	padding: 0;
	clear: none;
}


#navPI {
	float: right;
	margin-top: 10px;
	padding: 0 39px 0 9px;
	float: right;
	text-align: right;
	font-weight: bold;
	font-size:12px;
	color: #edc5bf;
	clear: none;
}
#navPI a {
	font-weight: bold;
	color: #fff;
}

#navPI a:hover {
	text-decoration: underline;
}

#nav li {
	float: left;
	height: 32px;
	padding-top: 3px;
}

#nav a {
	display: block;
	float: left;
	margin: 0 1px 0 0;
	font-size:15px;
	line-height: 17px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	background: #f13a39 url(../images/Nav_O.gif) top repeat-x;
	color:#fff;
	padding: 6px 18px 9px;
	text-align: center;
	height:17px;
}

#nav a:hover {
	background: #ee4a57 url(../images/Nav_X.gif) top repeat-x;
}
 #nav a.active {
 	background: #6c2381 url(../images/Nav_C.gif) top repeat-x;
 }
 

/**** subnav ****/
#subnavwrap{
	display: block;
	float: left;
	width: 201px;
	padding-bottom: 100px;
	background: url(../images/subnavBG.gif) top left no-repeat;
	min-height: 240px;
}


#subnav {
	list-style: none;
	margin: 18px 0 0 9px;
	width: 192px;
}
#subnav li { float: left; width: 100%;}
#subnav li a {
	display: block;
	height: 100%;
	color: #69207e;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 9px 9px 9px 19px;
	margin: 0;
	border-top: 1px solid #e8e8e8;
}
#subnav li a:hover {
	color: #dc291e;
	background: #fff;
	background-position: -226px center;
	text-decoration: none;
}
#subnav li a.subactive {
	background: #fff url(../images/SubActive.gif) center left no-repeat;
	color: #dc291e;
	border-bottom: 1px solid #e8e8e8;
}


/**** ISI ****/
.isi {
	display: block;
	margin: 0;
	padding: 27px;
	clear: both;
}

.isi h2 {
	color: #333;
	text-transform:uppercase;
}
#footernavwrap {
	background: #dc291e url(../images/footerBar_Top.gif) top left no-repeat;
	padding: 8px 0 0;
}
.footernav {
	text-align: center;
	padding: 0 0 8px;
	background: url(../images/footerBar_Bottom.gif) bottom left no-repeat;	
	color: #fff;
	font-weight: normal;
	margin: 0;
}
.footernav p { margin: 0; padding: 0; line-height: auto; background-color: #dc291e;}
.footernav a {
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	padding:3px;
}
.footernav a:hover {
	font-weight: bold;
	color: #edc5bf;
}
.copyright {
	text-align: center;
	font-size: 12px;
}
/**** FOOTER ****/
#footer {
	display: block;
	width: 972px;
	clear: both;
	background: #fff url(../images/footerbar.gif) bottom left no-repeat;
	height: 29px;
}
#footerlogo {
	width: 134px;
	height: 77px;
	margin: 0 auto;
}

a:active {
	outline: none;
}


/*added by prgmrs*/
.textboxes
{
border:  1px solid #666;
height:20px;
width:170px;}

.arrowlist li {
	background: url(../images/BulletTop.gif) left top no-repeat;
	padding: 3px 0 3px 12px;
	margin-left: 36px;
}

/**** map legend ****/
.mapLegend {
	margin-bottom: 12px;
}
.mapLegend thead tr th {
	font-size: 1.275em;
	color: #69207e;
	padding: 9px;
	margin: 9px 0 12px 0;
}

.mapLegend thead tr {
	padding: 9px 9px 21px 9px;
}

.mapLegend tbody tr {
	margin-top:9px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #eee;
}

.mapLegend tbody tr td {
	padding: 9px;
	margin:9px;
}

.smallText
{
	font-size:11px;
}

/**** footnote ****/ 
.footnotealign 
{
	float: left; 
	width: 9px; 
} 

.footnote 
{
	margin-left: 9px; 
	clear: none; 
}

/******** FAQ **********/

h3.faqToggler {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #69207e;
	position: relative;
}
h3.faqToggler a {
	text-decoration: none;		
}
h3.faqToggler sup {
	font-size: 0.75em;
	position: relative;
	top: -0.25em;
	vertical-align:text-top;	
}

.faqToggled {
	padding: 1.15em 0 0 20px;
	margin-bottom: 0.9375em;
	background-color: #FFF;
}

/** Background styles **/
.dormback
{background:url(../images/Interior_Dorm.jpg) no-repeat; height:233px; width:958px;}


.familyback
{background:url(../images/Interior_Family.jpg) no-repeat; height:233px; width:958px;}

.tagline
{padding:170px 0 0 30px; float:left;}


.stacey {_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/Profile_Stacey.png, sizingMethod='scale');
 		background-repeat:no-repeat; width:424px; height: 233px; float:right;}
			
html>body .stacey {background:url(../images/Profile_Stacey.png) no-repeat; width:424px; height: 233px; float:right;}


.rachel {_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/Profile_Rachel.png, sizingMethod='scale');
 		background-repeat:no-repeat; width:424px; height: 233px; float:right;}
			
html>body .rachel {background:url(../images/Profile_Rachel.png) no-repeat; width:424px; height: 233px; float:right;}

.maria {_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/Profile_Maria.png, sizingMethod='scale');
 		background-repeat:no-repeat; width:424px; height: 233px; float:right;}
			
html>body .maria {background:url(../images/Profile_Maria.png) no-repeat; width:424px; height: 233px; float:right;}

.courtney {_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/Profile_Courtney.png, sizingMethod='scale');
 		background-repeat:no-repeat; width:424px; height: 233px; float:right;}
			
html>body .courtney {background:url(../images/Profile_Courtney.png) no-repeat; width:424px; height: 233px; float:right;}


.jeffrey {_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/Profile_Jeffrey.png, sizingMethod='scale');
 		background-repeat:no-repeat; width:424px; height: 233px; float:right;}
			
html>body .jeffrey {background:url(../images/Profile_Jeffrey.png) no-repeat; width:424px; height: 233px; float:right;}


.rebecca {_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/Profile_Rebecca.png, sizingMethod='scale');
 		background-repeat:no-repeat; width:424px; height: 233px; float:right;}
			
html>body .rebecca {background:url(../images/Profile_Rebecca.png) no-repeat; width:424px; height: 233px; float:right;}


.paul {_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/Profile_Paul.png, sizingMethod='scale');
 		background-repeat:no-repeat; width:424px; height: 233px; float:right;}
			
html>body .paul {background:url(../images/Profile_Paul.png) no-repeat; width:424px; height: 233px; float:right;}

.family {_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/Profile_Family_Group.png, sizingMethod='scale');
 		background-repeat:no-repeat; width:424px; height: 233px; float:right; }
 
html>body .family {background:url(../images/Profile_Family_Group.png) no-repeat; width:424px; height: 233px; float:right;}
	
.dorm {_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/Profile_Dorm_Group.png, sizingMethod='scale');
 		background-repeat:no-repeat; width:424px; height: 233px; float:right; }
 
html>body .dorm {background:url(../images/Profile_Dorm_Group.png) no-repeat; width:424px; height: 233px; float:right;}