/*-----------
2008/2009 Homepage Style Sheet
Concordia 2008 Design
mooremike.com
By Mike Moore 10/2008
v 1.1
-------------*/
body, p, td {
	height: 100%;
    color: #444444;
    font-size: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif
}

body{
    background: #ffffff;
    padding: 0px;
    margin: 0px;
}

p{
    margin-bottom: 18px;
    margin-top: 6px;
}

img {
	border: 0px;
}

p.featureContent {
    color: #836022;
}

a {
    text-decoration: none;
}

a:link {
	color:#58571B;
	font-size:13px;
	font-weight:bold;
	line-height:1em;
	margin-bottom:5px;
	margin-top:4px;
    text-decoration: underline;
}

a:visited {
    /**color: #666529;**/
    color: #58571B;
    font-weight: normal;
    text-decoration: underline;
	font-size:13px;
}

a:hover {
    color: #7f7e43;
    text-decoration: underline;
	font-size:13px;
}

a:active {
}

h1{
    color: #CE881D;
    font-family: arial, Sans-Serif, Verdana;
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: -2px;
    margin-top: 10px;
}

h4 {
color:#58571B;
font-size:13px;
font-weight:bold;
line-height:1em;
margin-bottom:5px;
margin-top:4px;
}


/*General table settings*/
table, tr, td {
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	vertical-align: top;
}

.maintable {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align:top;
}
.maintable1 a {
line-height: 0em;
}

/*Everything left of content*/
#leftside {
	height: 100%;
	background-image: url(/images/0809Homepage/header_shadow.gif);
	background-repeat:repeat-y;
	background-position: right;
}

#header_left  {
	margin:0px;
	padding:0px;
	height: 80px;
	width: 100%;
}

#main_menu_left_spread {
	background:#836022;
	height:24px;
	width: 100%;
	background-image: url(/images/0809Homepage/main_menu_shadow_left.gif);
	background-repeat:repeat-y;
	background-position: right;
	margin:0px;
	padding:0px;
}

#wallpaper_left {
	height: 332px;
	width: 100%;
	background-image: url(http://www.cui.edu/images/0809homepage/wallpaper.gif);
	background-repeat:repeat;
	margin: 0px;
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

#left_wallpaper_shadow {
	float: right;
	display: inline;
	background-image: url(http://www.cui.edu/images/0809Homepage/left_wallpaper_shadow.png);
	background-position: right;
	width: 42px;
	z-index: 1;
	height: 100%;
}

/*Everything right of content*/
#rightside {
	height: 100%;
	background-image: url(/images/0809Homepage/header_shadow_right.gif);
	background-repeat:repeat-y;
	background-position: left;
}

#header_right {
	margin:0px;
	padding:0px;
	height: 80px;
	width: 100%;
}

#main_menu_right_spread {
	background:#836022;
	height:24px;
	width: 100%;
	background-image: url(/images/0809Homepage/main_menu_shadow_right.gif);
	background-repeat:repeat-y;
	background-position: left;
	margin:0px;
	padding:0px;
}

#wallpaper_right {
	height: 332px;
	width: 100%;
	background-image: url(http://www.cui.edu/images/0809homepage/wallpaper.gif);
	background-repeat:repeat;
	margin: 0px;
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

#right_wallpaper_shadow {
	float: left;
	display: inline;
	background-image: url(http://www.cui.edu/images/0809Homepage/right_wallpaper_shadow.png);
	background-position: left;
	width: 42px;
	z-index: 1;
	height: 100%;
}

/*Center Column of content*/
#homeMainContent {
	width: 780px;
	margin: 0px, auto, 0px, auto;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
	padding: 0px;
}

/*Header Items*/
#header_buttons {
	width: 220px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.header_button {
	height: 48px; 
	width: 110px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#spacefillhead {
	height: 75px; 
	width: 305px;
}

/*Content Items*/
#header {
	height: 80px;
}

#flash_player {
	background: #000000; 
	width: 559px;
	height: 332px; 
	margin-left: auto;
	margin-right: auto;
}

#audience_menu {
	width: 222px;
}

a#audience_menu {
	line-height:0em;
}
a:link#audience_menu {
	line-height:0em;
}

#main_menu_background {
	background-color:#836022;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
	margin:0px;
	padding:0px;
}

/** 
Homepage Global Navigation - Horizontal
**/
#globalNav2 {
    background: #836022;
	height: 24px;
	width: 100%;
}

#globalNav2Spacer {
	height: 24px;
	width: 11px;
}

#globalNav2Main {
	width: 100%;
	height: 100%;
}

#globalNav2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: table-row;
	table-layout: fixed;
}

#globalNav2 li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#globalNav2 li a {
	float: left;
	background: #836022;
	color: #cecece;
	height: 24px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    margin: 0px;
    border: 0px;
    padding-left: 11px;
    padding-right: 11px;
    display: table-cell;
    line-height : 1.75em;
}

#globalNav2 li a:hover {
	float: left;
    background: #a87c2f;
	color: #ffffff;
	height: 24px;
	font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    margin: 0px;
    border: 0px;
    padding-left: 11px;
    padding-right: 11px;
    display: table-cell;
    line-height : 1.75em;
}

/* The Concordia News Collection */
table td.newsBox {
    background-color: #ffffff;
    padding: 6px 11px 10px 9px;
	border-right: 1px solid #cecece;
	vertical-align: top;
}
.newsCollection {
	width:243px;
	}
.calendarCell {
	width:210px;
	}


/* Featured Events */
.featuredPhoto {
	background: #ffffff;
	border-right: 1px solid #cecece;
	vertical-align: top;
}

.featuredPhoto img {
	margin: 6px 13px 6px 13px;
}

.calendar {
	background: #ffffff;
	vertical-align: top;
    padding: 2px 10px 10px 10px;
}

#elaborateMainContent {
	margin-top:15px;
}

#footer {
	background-color:#8aa5aa;
	height:100px;
	background: #8aa5aa;
	vertical-align: top;
}