﻿/*GLOBAL STYLES*/
body
{
    margin:0;
    padding:0;
    background:black;
    font-family:Tahoma;
    font-size:12px;
}
a
{
    color:Black;
    text-decoration:underline;
}
a:hover
{
    color:Gray;
}
p
{
    margin:5px 0px 5px 0px;
    padding:0px;
    line-height:130%;
}
h2
{
	margin-top:10px;
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
}
h1
{
	margin-top:10px;
	margin-bottom:5px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}
img
{
	border:none;
}
/*ID STYLES*/
div#pageWrapper
{
    width:810px;
    margin:0px auto 0px auto;
    background:white;
    position:relative;
}
div#leftShadow
{
    position:absolute;
    width:8px;
    height:100%;
    left:-8px;
    top:0px;
    background:url(../images/leftshadow.png);
}
div#rightShadow
{
    position:absolute;
    width:8px;
    height:100%;
    right:-8px;
    top:0px;
    background:url(../images/rightshadow.png);
}
ul#topNav
{
    padding:0px;
    margin:0px;
    font-family:Arial Rounded MT Bold, Arial;
}
ul#topNav li
{
    float:left;
    list-style-type:none;
    text-align:center;
    width:135px;
}
ul#topNav a
{
    padding:3px 0px 3px 0px;
    display:block;
    width:100%;
    height:100%;
    text-decoration:none;
}
ul#topNav a:hover
{
    background:black;
    color:White;
}
div#topImageSection
{
	clear:both;
    position:relative;
    width:810px;
    height:290px;
}
div#phoneNumber
{
    color:White;
    position:absolute;
    top:5px;
    right:5px;
    font-family:Arial Rounded MT Bold, Arial;
    font-size:14px;
    z-index:10;
}
div#imageSlice
{
    font-family:Arial Rounded MT Bold, Arial;
    font-size:14px;
    position:absolute;
    width:295px;
    height:14px;
    left:0px;
    bottom:0px;
    background:url(../images/imageslice.gif) no-repeat;
    padding:6px 0px 0px 5px;
    z-index:10;
}
div#CUlogo
{
    position:absolute;
    background:url(../images/cu.png) no-repeat;
    width:316px;
    height:130px;
    left:10px;
    top:130px;
    z-index:10;
}
div#topImageSection img
{
    width:810px;
    height:290px;
}
div#homePageText p
{
	margin-bottom:15px;
}
/*footer styles*/
div#footer
{
    clear:both;
    color:White;
    text-align:center;
    padding:3px;
    font-size:11px;
}
div#footer a
{
    color:White;
    text-decoration:none;
}
div#footer a:hover
{
    text-decoration:underline;
}
div#bodyPage
{
    padding:5px 5px 15px 5px;
}
/*image fade styles*/
div#bannerImages
{
	position:absolute;
	top:0px;
	left:0px;
	width:810px;
	height:290px;
	overflow:hidden;
}
div#bannerImages img
{
	top:0px;
	left:0px;
	width:810px;
	height:290px;
}