/* Default CSS Document */

/** BODY ELEMENTS **/
* {
	margin: 0;
	padding: 0;
}

body {
	color: #666;
	background-color: #fff;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: .75em;
	text-align: center;
	margin-top: 20px;
}

/** IMAGES **/

img.right {
	float: right;
	padding-left: 20px;
}

/** LINKS **/

/** MAIN CONTAINERS **/
div#container {
	width: 793px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#content {
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 500px;
}

div#content p {
	line-height: 1.5em;
	padding-bottom: 10px;
}

div.side {
	width: 200px;
	padding: 20px;
}

div#main {
		
}

div#header {
	margin: 0;
	width: 552px;
}

div.menuTop {
	width: 235px;
	height: 217px;
	padding-top: 20px;
}

div.menuBottom {
	width: 235px;
	height: 60px;
}

div.menuTop ul, div.menuBottom ul {
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

div.menuTop ul li, div.menuBottom ul li {
	padding: 4px 0;
	border-bottom: thin dotted #FFF;
	list-style-type: none;
}

div.menuTop a, div.menuBottom a {
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	background-image: url(../images/nav-arrow.gif);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	padding: 4px;
}

div.menuTop a:hover, div.menuBottom a:hover {
	color: #6DB0B6;
	background-image: url(../images/nav-arrow-on.gif);
}

div.menuTop a.live {
	color: #6DB0B6;
	background-image: url(../images/nav-arrow-on.gif);
}

div#right {
	float: right;
	background-color: #4D6A7B;
	background-image: url(../images/nav-bgflat.gif);
	background-repeat: no-repeat;
	background-position: center;
}

div#sidebar {
	float: right;
}

div#bottom {
	background-color: #4D6A7B;
	width: 512px;
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

div#bottom p {
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.3em;
}

div#footer {
	clear: both;
	margin-top: 10px;
}

div#footer p {
	font-size: .9em;
}

div#footer p.credit {
	color: #CCC;
	padding-left: 25px;
	padding-top: 10px;
	font-size: .9em;
}

div#footer ul {
	list-style-type: none;
}

div#footer ul li {
	display: inline;
	padding-right: 15px;
	font-size: .9em;
}

div#footer a {
	color: #666;
	text-decoration: none;
}

div#footer a:hover {
	color: #4D6A7B;
}

div#footer p.credit a {
	color: #CCC;
}

/** TYPOGRAPHY **/

a {
	color: #4D6A7B;
}

a:hover {
	color: #999;
	text-decoration: none;
}

.x {
	display: none;
}

.pagetitles {
	text-transform: uppercase;
	font-size: 1.25em;
	color: #183C53;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	margin-bottom: 20px;
}

.callout {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #178AA0;
}

.red {
	color: #C00;
}

.sideText {
	padding-bottom: 10px;
	font-size: .9em;
	line-height: 1.4em;
}

ul {
	padding-left: 25px;
}

ul li {
	padding-bottom: 10px;
}

ul li.side {
	padding-bottom: 3px;
}

h1 {
	color:#4C6A7B;
	font-size: 1.4em;
	line-height: 1.2em;
	padding-bottom: 20px;
}

h2 {
	color: #4C6A7B;
}

h3 {
	padding-bottom: 12px;
}

/** END **/
