/******************************* layout styles ****************************************/

/* zero out all margin and padding that might posssibly be applied to elements by default */
* {
margin:0; 
padding:0;
font-family:Arial, Helvetica, sans-serif;/* optional-define font for site via parent element */
}

body {
min-width:1020px; /* supported in Mozilla and Safari but not IE */
text-align:center;/* centers layout in middle of screen for IE 6 and below-KLUDGE */
background-color:#464646;
/* so that 1em is equal to 10px */
font-size:62.5%;
}

#wrapper {
width:1020px;
margin:auto; /* centers layout in middle of screen for CSS compliant browsers */
text-align:left; /* needed to left align text now that text-align:center has beeen asigned to body element */
/* can add background image here to create faux column effect: http://www.alistapart.com/articles/fauxcolumns/  */
background:#fff url(../images/page-bg.png) repeat-y;
}

#wrapper-thanks {
width:1020px;
margin:auto; 
text-align:left; 
background:#fff url(../images/page-bg-thanks.png) repeat-y;
}

/******************************* banner styles ****************************************/
img#banner {
display:block;
margin-left:30px;
height:87px;
}

img#sub-header {
display:block;
margin-left:30px;
height:26px;
}

/******************************* content layout styles ********************************/
#all-content, #all-content-thanks {
margin-left:30px;
width:960px;
}

#main-content {
float:left;
width:710px;
}

#main-content-thanks {
margin:30px auto;
width:640px;
border:1px solid #ccc;
background-color:#fff;
}

img#130years {
display:block;
width:710px;
height:250px;
background:url(../images/130yrs_main_image.gif) no-repeat;
}

/************************************* typography **************************************/
p, p.top {
font-size:1.16em;
line-height:1.5em;
color:#666;
}

p {
padding:5px 23px;
}

p.top {
margin:0 50px 0 23px;
padding:0 0 30px 0;
}

p.note {
margin:0 23px;
padding:0 0 10px 0;
font-size:1.1em;
line-height:1.5em;
}

h1 {
margin:5px 30px 0 23px;
padding-top:10px;
border-top:1px solid #999;
font-size:1.5em; 
color:#754c24;
}

h1#degrees {
margin-top:10px;
padding-top:30px;
border:none;
background:#fff url(../images/committment-border.png) no-repeat 0 0;
}

h2 {
padding-top:10px;
font-size:1.35em; 
color:#666;
}

#main-content ul#committment {
list-style-type:square;
margin:0 0 0 70px;
font-size:1.25em;
line-height:1em;
color:#666;
}

#main-content ul#committment li {
padding:5px 0;
}

#main-content ul#committment li a {
font-size:1em;
text-decoration:underline;
color:#9a0000;
}

#main-content ul#committment li a:hover {
text-decoration:underline;
color:#666;
}

/************************************* degrees ****************************************/
#bachelor-degree-container {
float:left;
width:440px; /* this should be 400px but IE6 chokes on it-pushes the sidebar float contant below the campus locations stuff */
margin-bottom:20px;
margin-left:23px;
/* padding-right:5px; */
border-right:1px solid #999;
}

#master-degree-container {
float:right; 
width:170px; 
margin-right:50px;
margin-bottom:20px;
}

#bachelor-degree-container ul.bachelor, #master-degree-container ul.master {
list-style-type:none;
margin:0;
padding:0;
}

ul.bachelor {
list-style-type:none; 
float:left; 
width:210px; 
}

ul#bachelor-right {
/* margin-left:80px; */
}

ul.master {
list-style-type:none; 
float:left; 
width:200px;
}

ul.bachelor li, ul.master li {
float:left;
width:100%;
padding:3px 0;
}

ul li a {
font-size:1.25em;
line-height:1em;
text-decoration:underline;
color:#9a0000;
}

ul li a:hover {
text-decoration:none;
color:#666;
}

img#bottom-pullout {
display:block;
clear:both;
width:710px;
height:182px;
}

/************************************* locations ************************************/
#henderson-container {
float:left; 
width:357px;
margin-top:10px;
margin-bottom:20px; 
margin-left:23px; 
}

#henderson-pic {
display:block; 
float:left; 
margin-right:10px;
width:107px; 
height:92px;
background:url(../images/greenvalley_campus_image.jpg) no-repeat;
}

.campus-text{
float:left;
margin-top:-5px;
height:100px;
}

.campus-text h3 {
margin:0;
padding:0;
font-size:.75em;
color:#999;
}

.campus-text p {
margin:0;
padding:1px 0;
font-size:1em;
color:#999;
}

a {
color:#9a0000;
}

a:hover {
text-decoration:none;
color:#000;
}

#info-session-thanks-container {
clear:both;
width:265px;
margin-left:20px; 
padding:10px 200px 10px 220px; 
}

img#info-session-top-thanks {
display:block;
width:265px;
height:59px;
}

#info-session-middle-thanks {
width:265px;
background:url(../images/thankyoubox_mid.gif) repeat-y;
}

#info-session-middle-thanks p {
padding-right:15px;
}

#info-session-bottom-thanks {
width:266px;
height:17px;
background:url(../images/thankyoubox_btm.gif) repeat-y;
}

/************************************* NEW sidebar ***************************************/
#sidebar .sidebar-content-container .box-top {
margin:0 10px;
height:5px;
background-color:#fff;
}

#sidebar .sidebar-content-container .box-middle {
background:url(../images/box-middle.png) repeat-y;
}

#sidebar .sidebar-content-container .box-bottom {
height:21px;
background:url(../images/box-bottom.png) no-repeat;
}

img#jumpstart {
display:block;
width:215px;
height:245px;
padding-top:2px;
margin-left:18px;
}

#sidebar .sidebar-content-container .box-middle a#terms {
display:block; 
float:right; 
margin:5px 20px 3px 0;
font-size:11px;
text-decoration:underline;
color:#9a0000;
}

#sidebar .sidebar-content-container .box-middle a#terms:hover {
text-decoration:none;
color:#656565;
}

/************************************* sidebar ***************************************/
#sidebar {
float:right;
width:250px;
margin-top:20px;
}

img.inquiry-header2 {
width:215px;
height:59px;
margin-top:10px;
margin-left:10px;
}

.inquiry-middle {
height:165px;
background:url(../images/box-middle.png) repeat-y;
}

.inquiry-middle ul#contact-icons {
list-style-type:none;
float:left;
margin:0;
padding:0;
}

.inquiry-middle ul#contact-icons li {
margin:0;
padding:0;
}

.inquiry-middle ul#contact-icons li.call {
width:161px;
margin-top:.25em;
margin-left:1.5em;
padding:.4em 0 .2em 4.5em;
font-weight:bold;
text-decoration:none;
font-size:1.2em;
background:#70011a url(../images/call.png) no-repeat top left;
color:#fff;
}

.inquiry-middle ul#contact-icons li a {
display:block;
margin-top:.27em;
margin-left:1.4em;
width:156px;
padding:.95em 0 .95em 4.5em;
font-weight:bold;
text-decoration:none;
font-size:1.3em;
background:#70011a;
color:#fff;
}

.inquiry-middle ul#contact-icons li a.chat {
background:#5a351a url(../images/chat.png) no-repeat;
}

.inquiry-middle ul#contact-icons li a.chat:hover {
background:#b9af73 url(../images/chat-hover.png) no-repeat;
}

.inquiry-middle ul#contact-icons li a.email {
background:#5a351a url(../images/email.png) no-repeat;
}

.inquiry-middle ul#contact-icons li a.email:hover {
background:#b9af73 url(../images/email-hover.png) no-repeat;
}

.inquiry-middle ul#contact-icons li a.apply {
background:#5a351a url(../images/apply.png) no-repeat;
}

.inquiry-middle ul#contact-icons li a.apply:hover {
background:#b9af73 url(../images/apply-hover.png) no-repeat;
}


/******************************* image replacement styles ****************************/
.IR-text {
display:block;
height:0;
width:0;
text-indent:-9999px;
color:#CC9900;
}

/******************************* thank-you.php and disclaimer.php styles ****************************/
h1.form-thanks {
height:54px;
margin:10px 0 10px 20px;
padding:0;
background:url(../images/thanks-header.gif) no-repeat;
}

h1.disclaimer {
margin:10px 0 10px 20px;
padding:0;
font-size:2em;
color:#751f14;
}

h2.disclaimer {
margin-left:20px;
margin-bottom:10px;
padding-top:0;
}

p.disclaimer {
padding:.5em 3em .5em 2em;
font-size:1.1em;
color:#656565;
}

p.disclaimer a {
color:#9a0000;
}

p.disclaimer a:hover {
color:#656565;
text-decoration:underline;
}

/******************************* footer styles ***************************************/
#footer {
clear:both;
margin:auto;
padding:0;
width:1020px;
height:125px;
font-size:11px;
background:#ccc url(../images/footer.png) no-repeat left bottom;
color:#656565;
}

#footer ul {
float:left;
list-style-type:none;
margin:3px 0 0 0;
padding:0;
}

#footer ul#colo-campuses {
margin-left:230px;
}

#footer ul#nev-campuses {
clear:both;
margin-left:390px;
}

#footer ul#contact-us {
margin-left:450px;
}

#footer ul li {
float:left;
margin:0;
padding:0;
}

#footer ul li a {
padding:0 5px;
border-right:1px solid #000;
font-size:11px;
text-decoration:underline;
color:#9a0000;
}

#footer ul li a:hover {
text-decoration:none;
color:#656565;
}

#footer ul li a.last-footer-item {
border-right:none;
}

#footer p {
clear:both;
margin:0;
padding:3px 0 0 0;
font-size:11px;
}

#footer p a {
text-decoration:underline;
color:#9a0000;
}

#footer p a:hover {
text-decoration:none;
color:#656565;
}