/**
 **********************************************************************************
 * HTML elements
 */
a {
    color: #1c5ca3;
    text-decoration: none;
    border-bottom: 1px solid #e0e0e0;
}
a:hover { border-bottom: 1px solid #1c5ca3; }

body {
    padding: 0px;
    margin: 0px;
    font-size: 0.75em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image: url(/media/images/general/wideBackground.gif);
    background-color: #03244d;
    background-position: center top;
    background-repeat: repeat-y;
}

/**
 **********************************************************************************
 * IDs
 */
#container {
    width: 973px;
    margin: 0px auto 0px auto;
    position: relative;
}

/**
 *---------------------------------------------------------------------------------
 *  head
 */
#head {
    width: 960px;
    height: 140px;
    margin-left: auto;
    border-bottom: 2px solid #f9903f;
}
/** */
#au_logo {
    width: 210px;
    height: 140px;
    float: left;
    position: relative;
    background-image: url(/media/images/general/au-tower-logo.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}
#au_logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    text-decoration: none;
    border: none;
}
/** */
#banner {
    width: 750px;
    height: 140px;
    float: left;
    position: relative;
    background-image: url(/media/banners/atacHomeBanner.jpg);
    background-repeat: no-repeat;
}
/** */
#quick_links {
    font-size: 0.71em;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-top: 3px;
}
#quick_links li {
    padding: 0px 9px 0px 8px;
    background-image: url(/media/images/general/ddTopLinkDot.gif);
    background-position: right center;
    background-repeat: no-repeat;
}
#quick_links ul li.last { background: none; }
/** */
#home {
    height: 100%;
    display: block;
    position: relative;
    top: 0px;
    border: none;
}
/** */
#navigation {
    position: absolute;
    width: 750px;
    bottom: 0px;
    right: 0px;
    height: 30px;
    background-color: #dd550c;
}
#navigation ul {
    height: 50px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
#navigation ul li {
    position: relative;
    width: 33.33%;
    height: 40px;
    float: left;
    display: inline;
}
#navigation ul li a {
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: bolder;
    padding: 10px 0px 0px 0px;
}
#navigation ul li a:hover {
    border: none;
    background-image: url(/media/images/general/ddToolbarHover.jpg);
    background-position: top;
    background-repeat: repeat-x;
}

/**
 *---------------------------------------------------------------------------------
 *  body
 */
body[class="menu"] #body {
    background-image: url(/media/images/general/body-bg.gif);
    background-color: #ffffff;
    background-repeat: repeat-y;
    background-position: left;
    width: 973px;
    height: auto;
    padding: 0px;
    float: left;
    position: relative;
}
#body {
    background: #ffffff;
    width: 973px;
    height: auto;
    padding: 0px;
    float: left;
    position: relative;
}
/** */
body[class="menu"] #extras {
    background: #04254d;
    width: 223px;
    height: auto;
    float: left;
}
body #extras {
    background: #04254d;
    width: 100%;
    height: 25px;
}
/** */
body[class="menu"] #atac_logo {
   	width: 210px;
}
body #atac_logo {
    width: 208px;
    float: left;
}
#atac_logo {
    height: 45px;
    position: relative;
    background-image: url(/media/misc/ATACLogoBottom.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    margin: 0px 0px 0px 7px;
}
#atac_logo a {
    position: absolute;
    left: 0px;
    text-decoration: none;
    width: 100%;
    height: 100%;
    border: none;
}
/** */
body[class="menu"] #reserved,
body #side_menu
	{ display: none; }
/** */
#reserved {
    width: 750px;
    height: 25px;
    display: block;
    overflow: hidden;
    color: #ffffff;
    font-weight: bolder;
    padding: 5px 0px 0px 0px;
    float: left;
}
#reserved a {
    color: #ecebeb;
    border-bottom: none;
    text-decoration: none;
}
#reserved a:hover {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
}
/** */
body[class="menu"] #side_menu {
    display: block;
    margin: 45px 0px 10px 0px;
    min-height: 300px;
    height: auto;
    background-image: url(/media/images/general/bmSidebar4_wide.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

#side_menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 20px 5px 10px 15px;
}
#side_menu ul li {
    color: #f7941c;
    font-weight: bolder;
    margin: 0px;
    padding: 3px 0px 3px 0px;
}
#side_menu ul li.header {
    color: #f7941c;
    font-weight: bolder;
    padding-bottom: 5px;
}
#side_menu ul li a {
    color: #ffffff;
    font-weight: bolder;
    display: block;
    border: none;
    text-decoration: none;
}
#side_menu ul li a:hover { text-decoration: underline; }
/** */
body #content {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-top: 2px solid #c3c3c3;
}
body[class="menu"] #content {
    width: 750px;
    height: 100%;
    background: #ffffff;
    float: left;
    border: none;
}

/** */
#breadcrumbs {
    height: auto;
    font-size: 11px;
    padding: 1px 3px 1px 3px;
    background-color: #ffffff;
    position: relative;
}
#breadcrumbs ul {
    padding: 0px;
    margin: 0px;
    width: auto;
    list-style-type: none;
}
#breadcrumbs ul li {
    display: inline;
    padding: 0px 15px 0px 3px;
    background-image: url(/media/images/general/gt.png);
    background-position: right center;
    background-repeat: no-repeat;
}
#breadcrumbs ul li.last { background: none; }
/** */
#text {
    height: auto;
    background-color: #ffffff;
    padding: 5px 8px 5px 8px;
    position: relative;
}
#text h1,
#text h2,
#text h3,
#text h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-top: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #cccccc;
}
#text h1 { font-size: 20px; }
#text h2 { font-size: 25px; }
#text h3 { font-size: 22px; }
#text h4 {
    font-size: 15px;
    padding: 2px 0px 0px 0px;
    margin-top: 0px;
    border: none;
}



/**
 *---------------------------------------------------------------------------------
 *  footer
 */
#footer {
    background-color: #03244d;
    background-position: top;
    background-repeat: repeat-x;
    float: left;
    height: auto;
    width: 100%;
    text-align: center;
    color: #ecebeb;
    font-size: 12px;
    border-top: 2px solid #f9903f;
    padding: 15px 0px 10px 0px;
    position: relative;
}
/** */
#footer .phone { font-size: 18px; }
/** */
#footer a {
	color: #0099ff;
	margin: 0px 5px;
}
#footer a:hover { color: #ffffff; }

/**
 **********************************************************************************
 * Classes
 */
.white_links a {
    color: #ecebeb;
    border-bottom: none;
    text-decoration: none;
}
.white_links a:hover {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
}
/** */
.links_list ul {
    padding: 0px;
    margin: 0px;
    width: 100%;
    list-style-type: none;
}
.links_list li { display: inline; }

.orange_line {
    margin-left: 15px;
    border-bottom: 2px solid #f9903f;
}
