/*////////////// GENERAL //////////////*/
html, body {
	height: 100%;
}

body {
	color: #555;
	background-color: #333;
}

a:link, a:active, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/*////////////// HEADINGS //////////////*/
h1, h2, h3, h4, h5 {
	color: #444;
	font-weight: normal;
	letter-spacing: -1px;
}

h1 {
	margin-top: 5px;
	margin-bottom: 25px;
}

h2, h3 {
	margin-bottom: 15px;
}

h2 {
	margin-top: 5px;
}


/*////////////// HEADER //////////////*/
#header_wrap {
	min-height: 100px;
	background: url(../images/header_bg.gif) bottom repeat-x;
}

#header {
	height: 100%;
}

h1#logo {
	margin-top: 0;
	margin-bottom: 0;
}

h1#logo a {
	width: 136px;
	height: 75px;
	margin-top: 13px;
	display: block;
	text-indent: -9999px;
	background: url(../images/landau_forte_college_logo.png) no-repeat;
}


/*////////////// NAVIGATION //////////////*/
#nav_wrap {
	color: #A5A69E;
	z-index: 100;
}

#accessibility {
	height: 34px;
	margin-top: 13px;
}

#search {
	width: 150px;
	float: right;
}

#search h3 {
	display: inline;
	font-size: 100%;
}

#search form {
	float: right;
}

#search .inputbox {	/* These rules apply a cross-browser curved border to the search box */
	width: 12em;
	height: 1.35em;
	color: #A5A69E;
	padding: 4px;
	font-size: 85%;
	border: 1px solid #A5A69E;
	-moz-border-radius: 5px;				
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/templates/lfc_universal/css/border-radius.htc);
	background-color: #444;	/* This rule combats the black background produced using the HTC file with IE */
}

#text_size {
	width: 95px;
	float: right;
}

#text_standard, #text_larger, #text_largest {
	width: 20px;
	height: 1.35em;
	margin-left: 10px;
	float: right;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
}

#text_standard a:link, #text_standard a:visited, #text_standard a:active,
#text_larger a:link, #text_larger a:visited, #text_larger a:active,
#text_largest a:link, #text_largest a:visited, #text_largest a:active {
	color: #A5A69E;
	text-decoration: none;
}

#text_standard a:hover, #text_larger a:hover, #text_largest a:hover {
	color: #FFF;
	text-decoration: underline;
}

#text_standard {
	padding-top: 6px;
	font-size: 14px;
}

#text_larger {
	padding-top: 5px;
	font-size: 17px;
}

#text_largest {
	padding-top: 3px;
	font-size: 19px;
}

#nav {
	font-size: 110%;
	clear: right;
	float: right;
}

#nav a:hover {
	text-decoration: none;
}


/*////////////// SPLASH //////////////*/
#splash_wrap {
	height: 273px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#splash_wrap #splash {
	height: 100%;
}

#splash_wrap #splash p {
	padding: 0;
	margin: 0;
}

#slideshow_wrapper div {
	height: 1px;
}

#splash_wrap_thin {
	height: 70px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#splash_wrap_thin #splash {
	height: 100%;
}

#splash_wrap_thin #splash #menu_title {
	color: #FFF;
	font-size: 240%;
	margin-top: 12px;
}


/*////////////// CONTENT //////////////*/
#content_wrap {
	padding-top: 20px;
}

#component {	/* Padding for all content in a regular box */
	padding: 10px 15px 10px 20px;
}

#news {
	height: 70px;
}

#news_content {
	width: 805px;
	margin-top: 24px;
	padding-left: 115px;
}

#breadcrumbs {
	margin-bottom: 35px;
}

#breadcrumbs img {
	visibility: hidden;
}

#breadcrumbs .moduletable {	/* These rules apply a cross-browser curved border */
	margin-bottom: 20px;
	border: 1px solid #BFBFBF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#component_wrapper,
#module_wrapper {
	margin-bottom: 20px;
}

#component {
	position: relative;
}

#component .buttonheading {
	position: absolute;
	top: 10px;
	right: 10px;
}

.buttonheading a {
	padding-left: 8px;
}

.iteminfo {
	color: #999;
	font-size: 80%;
	margin-top: -28px;
	margin-bottom: 30px;
}

#component blockquote {
	background-color: #F4F4F4;
	border-left: 5px solid #D1D1D1;
	clear: both;
	margin: 5px 10px 20px 0;
	padding: 10px 10px 10px 20px;
}

#component blockquote p {
	color: #777;
	margin: 10px 0;
	padding-bottom: 5px;
}

#sidebar .moduletable-sidebarslideshow {
	height: 210px;
}


/*////////////// TABS //////////////*/
#content .moduletable-redtab-l, #content .moduletable-redtab-r,
#content .moduletable-bluetab-l, #content .moduletable-bluetab-r,
#content .moduletable-twittab-l, #content .moduletable-twittab-r {
	min-height: 60px;				/* Specify a minimum height so the box border extends below the tab */
}

#content #module_l {
	padding: 10px 10px 0 10px;		/* Padding for all content in a tabbed box */
}

#breadcrumbs #module_l {
	padding: 10px 20px 10px 20px;
}

#content .moduletable-redtab-l,
#content .moduletable-bluetab-l,
#content .moduletable-twittab-l {	/* Bring the left side of the box in to accommodate the tab */
	margin-left: 10px;
}

#content .moduletable-redtab-r,
#content .moduletable-bluetab-r,
#content .moduletable-twittab-r {	/* Bring the right side of the box in to accommodate the tab */
	margin-right: 10px;
}

#content .moduletable-redtab-l h3,
#content .moduletable-bluetab-l h3,
#content .moduletable-twittab-l h3 {	/* Float the header and add spacing to the tab */
	float: left;
	padding-right: 15px;	/* Add some padding between the end of the text and the end of the tab */
	margin-left: -10px;		/* The padding added to the .moduletable earlier needs to be removed here */
	margin-right: 10px;		/* The space between the tab and the box content */
}

#content .moduletable-twittab-l h3 {	/* For the Twitter icon to be visible some extra spacing is required */
	padding-left: 3px;
	margin-left: 16px;
}

#content .moduletable-redtab-r h3,
#content .moduletable-bluetab-r h3,
#content .moduletable-twittab-r h3 {	/* Float the header and add spacing to the tab */
	float: right;
	padding-left: 15px;		/* Add some padding between the end of the text and the end of the tab */
	margin-right: -10px;	/* The padding added to the .moduletable earlier needs to be removed here */
	margin-left: 10px;		/* The space between the tab and the box content */
}

#content .moduletable-twittab-r h3 {	/* For the Twitter icon to be visible some extra spacing is required */
	padding-right: 3px;
	margin-right: 16px;
}

#content .moduletable-redtab-l h3, #content .moduletable-redtab-r h3,
#content .moduletable-bluetab-l h3, #content .moduletable-bluetab-r h3,
#content .moduletable-twittab-l h3, #content .moduletable-twittab-r h3 {
	height: 58px;
	margin-top: -10px;
	margin-bottom: 0;
	color: #FFF;
	font-size: 110%;
	line-height: 64px;
	letter-spacing: 0px;
}

.tabborder_fix {
	position: relative;
}

#content .moduletable-redtab-l .tabborder, #content .moduletable-redtab-r .tabborder,
#content .moduletable-bluetab-l .tabborder, #content .moduletable-bluetab-r .tabborder {	/* Absolutely position the edge of the tab */
	position: absolute;
	top: -11px;
	width: 15px;
	height: 57px;
}

#content .moduletable-twittab-l .tabborder, #content .moduletable-twittab-r .tabborder {	/* Absolutely position the edge of the Twitter tab */
	position: absolute;
	top: -11px;
	width: 75px;
	height: 57px;
}

#content .moduletable-redtab-l .tabborder,
#content .moduletable-bluetab-l .tabborder,
#content .moduletable-twittab-l .tabborder {	/* Absolutely position the div and add a background image */
	left: -20px;
}

#content .moduletable-redtab-r .tabborder,
#content .moduletable-bluetab-r .tabborder,
#content .moduletable-twittab-r .tabborder {	/* Absolutely position the div and add a background image */
	right: -20px;
}


/*////////////// LISTS //////////////*/
#component ul {
	list-style: none outside none;
}

#component ul li {
	margin-left: 20px;
	padding: 6px 0 6px 27px;
}

#component ul li:hover {
	background-color: #F4F4F4;
}

#component .contentdescription ul li:hover {
	background-color: transparent;
}


#sidebar ul.menu-sub {
	list-style: none outside none;
	margin: 0 10px;
	padding: 0;
}

#sidebar ul.menu-sub li {
	margin: 0;
	padding: 6px 12px;
	text-decoration: none;
	border-bottom: 1px solid #BFBFBF;
}

#sidebar ul.menu-sub a {
	text-decoration: none;
}

#sidebar ul.menu-sub li a:hover {
	text-decoration: underline;
}

#sidebar ul.menu-sub li:hover,
#sidebar ul.menu-sub li a:hover {
	background-color: #F4F4F4;
}


/*////////////// DIVIDER //////////////*/
#divider {
	margin-top: 20px;
	margin-bottom: 15px;
	height: 10px;
}


/*////////////// FOOTER //////////////*/
#footer_wrap {
	color: #CCC;
	height: 80px;
	background: url(../images/footer_bg.gif) top repeat-x;
}

#logo_footer {
	float: left;
	margin-top: 20px;
}

#footer_wrap p {
	float: left;
	margin-top: 26px;
	margin-left: 10px;
}
