@charset "utf-8";
/* CSS Document */
#header {
    width: 100%;
    text-align: center;
}

#header .title{
    margin-bottom: 10px;
}

#leftColumn {
	float: left;
	width: 505px;
	overflow: hidden;
	padding-right: 35px;
	padding-left: 20px;

}
#footer {
    clear: both;
	background-color: #526B94;
    padding-top: 10px;
    padding-bottom: 10px;
	text-align: center;
	color: #FFF;
    border-top: 2px solid #003;
}
#container #main #footer a {
	color: #FFF;
}

#rightColumn {
	float: left;
	width: 320px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #003;
	overflow: hidden;
	padding-right: 5px;
	padding-left: 5px;
}
#featureArticles #article2 {
	clear: left;
}

#featureArticles {
	margin-bottom: 0px;

}
#main {
	margin-right: auto;
	margin-left: auto;
	width: 940px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #003;
	background-color: #ddd;
    background-image: url("images/phoenixalphabg.png");
    background-repeat: no-repeat;
    background-position: 50% 80px;
}
#singleColumn {
	background-color: #ddd;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #003;
}
#singleColumn #article {
	overflow: hidden;
}

#menuBar {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	/*background-color: #526B94;*/
}
#main h1, #singleColumn h1 {
	font-size: 1.2em;
	background-image: url(images/dividerGradient1.png);
	color: #FFF;
	padding-left: 10px;
	width: 280px;
	border: 1px solid #000;
	font-style: normal;
	font-weight: normal;
	padding-top: 2px;
	margin-left: -5px;
	padding-bottom: 2px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius:  10px;
    border-top-right-radius: 10px;
}

#singleColumn h1 {
	margin-left: -20px;
}

ul li {
	margin-left: -1.7em;
	padding-bottom: 4px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-repeat: repeat-x;
	background-position: left top;
    background-image: url(images/header_bg3.jpg)
}

a:link {
	color: #903030;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #000131;
	text-decoration: underline;
}
#singleColumn hr {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#singleColumn h2{
	background-color: #526B94;
	font-size: 1.1em;
	border: 1px solid #003;
	margin-left: -5px;
	width: 50%;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}
#singleColumn #article #moreArticles {
	background-color: #CCC;
	border: 1px solid #000;
	width: 450px;
	padding: 5px;
}

#singleColumn h3 {
	font-size: 1.1em;
	color: #526B94;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#singleColumn #article img {
	padding: 5px;
}

#singleColumn #article h1 {
	font-size: 1.5em;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	color: #000;
	background-image: none;
	width: auto;
}

#sponsors {
	text-align:center;
}

.clear-both {
    clear: both;
}

.float-right {
    float: right;
}

/* Main Menu */
#navbar {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
}


#menu {
    list-style: none;
    /*background: #526B94;*/
    /*-moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
    /*border-bottom: 2px solid #003;
    border-left: 2px solid #003;
    border-right: 2px solid #003;*/
    /*-moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;*/
    /*-moz-box-shadow: 0 2px 1px #9c9c9c;
    -webkit-box-shadow: 0 2px 1px #9c9c9c;
    box-shadow: 0 2px 1px #9c9c9c;*/
}

#menu li {
    float: left;
    padding: 0 0 10px 0;
    position: relative;
    line-height: 0;
}

#menu a {
    float: left;
    height: 25px;
    padding: 0 28px;
    color: #FFF;
    text-transform: uppercase;
    font: bold 12px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}

#menu li:hover > a {
    color: #FAFAFA;
}

*html #menu li a:hover /* IE6 */
{
    color: #fafafa;
}

#menu li:hover > ul {
    display: block;
}

    /* Sub-menu */

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;
    background: #526B94;
    /*background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);
    background: -o-linear-gradient(#444, #111);
    background: -ms-linear-gradient(#444, #111);
    background: linear-gradient(#444, #111);*/
    -moz-box-shadow: 0 0 2px rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, .5);
    box-shadow: 0 0 2px rgba(255, 255, 255, .5);
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul {
    top: 0;
    left: 150px;
}

#menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu ul a {
    padding: 10px;
    height: 10px;
    width: 130px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a /* IE6 */
{
    height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{
    height: 10px;
}

#menu ul a:hover {
    background: #0186ba;
    background: -moz-linear-gradient(#04acec, #0186ba);
    background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
    background: -webkit-linear-gradient(#04acec, #0186ba);
    background: -o-linear-gradient(#04acec, #0186ba);
    background: -ms-linear-gradient(#04acec, #0186ba);
    background: linear-gradient(#04acec, #0186ba);
}

#menu ul li:first-child > a {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul ul li:first-child a:after {
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec;
}

#menu ul ul li:first-child a:hover:after {
    border-right-color: #04acec;
    border-bottom-color: transparent;
}

#menu ul li:last-child > a {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

    /* Clear floated elements */
#menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html #menu {
    zoom: 1;
}/* IE6 */
*:first-child+html #menu {
    zoom: 1;
}/* IE7 */
