@charset "utf-8";
/* CSS Document */

/*
body -- The body is actually everything on the page. This is not an ID or a class, therefore it doesn't have a period or number sign when calling it in the CSS file. KickApps has made it easy for you to specify elements dependant on the page by also including IDs in the body.
#ka_mainContainer -- This is exactly what it's titled, the main container. Everything displayed on the page is nested within this element.
#ka_le_headercont -- This contains the title of your site and displays your title image. Using CSS you can replace the default KickApps image with your own. By setting {text-indent: -9999px;} it will shift the text off the screen, making it look as if it's hidden.
#ka_header -- This is a container that holds the TopNav, SubNav, and BtmNav.
#ka_headerTopNav -- This is your menu bar. It contains a tag for each navigational tab.
#ka_headerSubNav -- The SubNav is what appears directly below the TopNav. It contains categories associated with the current TopNav tab selected.
#ka_headerBtmNav -- Here you will find the login/register/password links as well as the search bar.
#ka_contentContainer -- Everything between the #ka_header and the #ka_footer.
#ka_leftColumn -- The left column of the page, contains different modules per page.
#ka_rightColumn -- The right column of the page, also contains different modules per page.
#ka_footer -- This the entire footer section at the bottom of the page. Contains the #footerUser.
#footerUser -- This is simply the links located inside the footer.

*/

body {
	background-color:#C31B01;
	background-image: url(http://www.fairfield.edu/images/fairfieldlive/global/live_full_bkg.jpg);
	background-repeat: no-repeat;
}
#ka_mainContainer{
	margin-top:172px;
	margin-left:134px;
	padding:0;
	width:728px;
	background:transparent;
	color:#323232;
	font:75% normal "Lucida Grande",arial,tahoma,sans-serif;
	line-height:1.4em;
	text-align:left!important;
	background-color: #FFF;
}

#ka_le_headercont {
	text-indent:-8000px; 
    height:120px;
    width:730px; 
    margin:0 auto;
}

#ka_leftColumn{
	float:left;
	margin: 0 0 0 2;
	padding:0;
	width:425px;
}#ka_rightColumn{
	float:right;
	padding:0;
	width:300px;
	position: relative;
	height: 400px;
}

#ka_headerTopNav li.current {
	background:#FFFFFF url(http://www.fairfield.edu/images/fairfieldlive/global/live_navgradient_red.gif) repeat-x scroll 0 0;
	color:#FFFFFF;
}

#ka_headerTopNav li a:active {
	
}

#ka_headerTopNav li a:hover{
	background:#C41A00 url(http://www.fairfield.edu/images/fairfieldlive/global/live_navgradient_red.gif) repeat-x;
	color:#FFFFFF;
}

#ka_headerTopNav li.current a {
background:#C41A00 url(http://www.fairfield.edu/images/fairfieldlive/global/live_navgradient_red.gif) repeat-x scroll 0 0;
color:#FFFFFF;
}

#ka_headerSubNav {
background:#C41A00 none repeat scroll 0 0;
margin:0;
padding:6px;
}

body#ka_myhome h3 {
background:#FFF none repeat scroll 0 0;
border:medium none;
color:#222222;
font-size:0.92em;
font-weight:bold;
margin:0;
padding:4px 0 5px 8px;
}

#ka_headerTopNav {
	
}


#ka_headerBtmNav {
	
}

#ka_contentContainer {
	
}

.ka_profileSegHeader {
	background-color:#FFF;
padding:0;
position:relative;
}



#ka_footer {
	
}

#footerUser {
	
}
