
/*********** General *********/

.clearer {
	clear: both;
	height: 0;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #003366;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

/***** Header ****/

#header {
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 118px;
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
}
#header h1 {
	margin-bottom: 0px;
	height: 1px;
	display: none;
	/*height: 135px;
	width: 558px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 25px;
	top: 0px;
	z-index: 10;*/
}
#header h2 {
	font-size: 1px;
	margin-bottom: 0px;
	height: 1px;
	display: none;
}


/*********** Containers, Wrappers ******/

#container {
	float: left;
	width: 100%;
	margin-right: -230px;
}

#content {
	/*FF hack to make left column move directly under header */
	float: left !important;
	float: none;
	/*End FF hack*/
	margin-right: 175px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}


#content-container {
	margin-left: 286px;
	margin-top: 23px;
	padding: 0px;
}


#outer-wrapper {
	margin-top: 5px !important;
	margin-top: 0px;
	z-index: 5;
	padding: 0px;
}


/************* Main Content **********/


#content-header {
	background-image: url(images/home-content-header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	width: 304px;
	display: block;
	/*IE Hack to remove 3px margin from left of header*/
	position: relative;
	left: 0px !important;
	left: -3px;
	/*End IE Hack*/
}


#content-header h1 {
	display: none;
	margin-left: -3px;
}
#main-content-wrapper {
	background-image: url(images/home-maincont-topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	margin-left: 3px;
	/*margin-left: 5px;*/
}

#main-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333333;
	padding: 10px;
	background-image: url(images/home-maincont-topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#main-content-topright {
	background-image: url(images/home-maincont-topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#main-content-footer {
	background-image: url(images/home-maincont-bottom-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 14px;
	/*IE Hack to remove 3px margin from left of header
	position: relative;
	left: 0px !important;*/
	/*left: -3px;*/
	/*End IE Hack*/
}
/* Not ready for use yet * html .visualIEFloatFix { height: 0.01%; }*/
#main-content-footer-right {
	background-image: url(images/home-maincont-bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 14px;
	/*IE Hack to remove 3px margin from left of header
	position: relative;
	left: 0px !important;*/
	/*left: 3px;*/
	/*End IE Hack*/
}
#main-content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #003366;
}
#main-content a:link, #main-content a:visited {
	color: #003366;
}
#main-content a:hover, #main-content a:active {
	color: #6699CC;
}

/********* Right Navigation ***************/

#nav {
	font-size: .95em;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	list-style: none;
}
#nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 15px;
	font-weight: bold;
}
#nav li a:hover, #nav li a:active {
	background-color: #003366;
	color: #FFCC00;
}
#nav li {
	display: block;
	padding: 3px 5px 5px 15px;
	behavior: url(fileadmin/DBOM-templates/IEhoverfix.htc);
}
#nav li:hover, #nav li.hover {
	background-color: #003366;
}

/************ Special Left Nav ************/

#special-nav1 {
	background-image: url(images/sp-nav1-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*display: block;*/
	width: 286px;
	float: left;
	background-color: #6699CC;
	padding-top: 5px;
	vertical-align: middle;
	color: #FFCC00;
	font-weight: bold;
	z-index: 15;
	font-size: .9em;
}
#special-nav1 a:link, #special-nav1 a:visited,
#special-nav2 a:link, #special-nav2 a:visited,
#special-nav3 a:link, #special-nav3 a:visited {
	color: #FFCC00;
	text-decoration: none;
}
#special-nav1 a:hover, #special-nav1 a:active,
#special-nav2 a:hover, #special-nav2 a:active,
#special-nav3 a:hover, #special-nav3 a:active {
	color: #FFCC00;
	text-decoration: underline;
}
#special-nav1 .bottom {
	background-image: url(images/sp-nav1-bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 10;
	/*width: 286px;
	height: auto;*/
}
#special-nav1 span {
	background-image: url(images/sp-nav1-bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 286px;
}
#special-nav1 img, #special-nav2 img, #special-nav3 img {
	margin-right: 8px;
	vertical-align: middle;
	margin-bottom: 8px;
}
#special-nav2 {
	width: 286px;
	float: left;
	background-color: #436384;
	padding-top: 5px;
	vertical-align: middle;
	color: #FFCC00;
	font-weight: bold;
	z-index: 15;
	background-image: url(images/sp-nav2-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: .9em;
}
#special-nav2 .bottom {
	background-image: url(images/sp-nav2-bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: -10px;
	z-index: 10;
	/*width: 286px;
	height: auto;*/
}
#special-nav3 {
	background-color: #1F476F;
	width: 286px;
	padding-top: 5px;
	vertical-align: middle;
	color: #FFCC00;
	font-weight: bold;
	background-image: url(images/sp-nav3-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: .9em;
}
#special-nav3 .bottom {
	background-image: url(images/sp-nav3-bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: -10px;
}


/******** Footer ************/
#footer {
	font-size: .7em;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer a:link, #footer a:visited {
	color: #c2d8ef; }
#footer a:active, #footer a:hover {
	color: #6699cc; }

/******** Special Left Area ******/

#lefthead h2 {
	display: none;
}
#lefthead {
	background-image: url(images/ministry-area-header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 43px;
	width: 286px;
}
#left {
	background-image: url(images/left-bg.gif);
	background-repeat: repeat-y;
	width: 286px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
#left-content {
	float: left;
}
#left-footer {
	display: block;
	height: 38px;
	width: 286px;
}

#left-special {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	color: #FFFFFF;
	padding: 10px;
}
#left-special .quotecredit {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	margin-top: 10px;
}

/******* Right *******/

#right-content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFCC00;
}
#right-content {
	padding: 8px;
	color: #D6E6F5;
}
#right-content a:link,
#right-content a:visited {
	color: #D6E6F5;
}
#right-content a:hover {
	color: #ffffff;
}
#right-bottom {
	background-image: url(images/home-right-bottomleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 18px;
}
#right {
	float: right;
	width: 165px;
	margin-left: 5px;
	margin-top: 23px;
	background-color: #274E74;
	background-image: url(images/home-right-topleft.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: .8em;
}

/*** Calendar ***/

.tx-cal-controller {
	width: 75%;
}