body {
	background-color: #373737;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-shadow: #333 0 0 0;
}

a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #0046b5;
}

ul, li {
    list-style-type: none;
	padding-left: 15px;
}

#wrapper {
	width: 956px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 0px 10px 10px 10px;
	text-align: left;
}

#navigation, #footer {
	background-color: #02070b;
	color: #CCCCCC;
	padding: 5px 10px 5px 30px;
	background-repeat: no-repeat; 
	background-position: right bottom;
}

#navigation a:link, #footer a:link, #navigation a:visited, #footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
	margin-right: 15px;
}

#navigation a:hover, #footer a:hover {
	color: #FFFFFF;
}

#main {
		
}

#secondaryMain {
	background-image: url(../images/sideback.jpg); 
	background-repeat: repeat-y;
	min-height: 500px;
	padding-bottom: 20px;
}

#secondaryMain #leftBar {
	float: left;
	width: 220px;
	margin-left: 15px;
	margin-top: 10px;
	color: #E9E9E9;
}

#secondaryMain #leftBar p {
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

#secondaryMain #leftBar a:link, #secondaryMain #leftBar a:visited {
	color: #bdbdbd;
}

#secondaryMain #leftBar a:hover {
	color: #FFFFFF;
}

#secondaryMain #leftBar .subNav {
	padding-top: 4px;
	padding-bottom: 8px;
}

#secondaryMain #rightBar {
	float: left;
	width: 660px;
	margin-left: 40px;
	margin-top: 15px;
}

#secondaryMain #rightBar p {
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

#secondaryMain #rightBar a {
	color: #0046b5;
	text-decoration: underline;
}

#secondaryMain #rightBar a:hover {
	color: #1f6be5;
}

.mainBox {
	padding: 20px; 
	border: 1px solid #666666; 
	margin-top: 10px;
}

.tertiaryBox {
	padding: 15px;
}

.bigTitle {
	font-size: 16px;
	font-weight: bold;
}

.mediumTitle {
	font-size: 14px;
	font-weight: bold;
}

.underlineTitle {
	font-size: 18px;
	color: #094675;
	font-weight: normal;
	margin: 5px 0px 10px 0px;
	padding-bottom: 10px; 
	border-bottom: 1px #CCCCCC solid;
}

.mainAd {
	background-color: #2A2829;
	color: #FFFFFF;
}

.mainAd .main {
	padding: 15px;
}

#featuredText {
	float: left; 
	width: 480px; 
	font-size: 18px;
	margin-top: 14px;
}

#featuredQuote {
	font-size: 16px;
	font-style: italic; 
	color: #CCCCCC;
	text-align: right;
	margin-top: 45px;
}

#featuredQuote div {
	font-size: 14px; 
	color: #FFFFFF; 
	text-align: right; 
	padding-top: 5px;
}

.addLinkClass {
	padding: 5px 10px; 
	background-color: #E9E9E9;
	margin-bottom: 2px;
}

.addLinkClass span {
	font-size: 10px; margin-left: 10px;
}

.advertClass {
	padding: 10px; 
	display: none;
}	

.lightBox {
	float: left;
	width: 238px;
	margin-right: 2px;
}

.lightBox .top {
	background-image: url(../images/lightbox_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 20px;
}

.lightBox .main {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-image: url(../images/rollback.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	min-height: 280px;
}

.lightBox .icon {
	position: absolute;
	margin-left: 180px; 
	margin-top: 0px;
}

.lightBox .main h3 {
	font-size: 18px;
	color: #094675;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding-bottom: 10px; 
	padding-top: 5px;
	border-bottom: 1px #CCCCCC solid;
}

.lightBox .main .links {
	padding-left: 10px;
}

.bubbleInfo {
    position: relative;
}

.popup {
	width: 250px; background-image: url(../images/hover-arrow.gif); background-repeat: no-repeat; padding-left: 15px; position: absolute; display: none;
}

.popup div {
	padding: 10px; background-color: #E9E9E9;
}

.articleControl {
	margin-top: 40px; padding-top: 10px; border-top: 1px solid #CCCCCC;
}

.articleControl div {
	float: left; width: auto; margin-right: 10px;
	text-align: center;
}

.smallToBig {
	cursor: pointer;
	border: 0px;
}

.rssFeed img {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 0px;
}

.sitemapList ul {
	font-size: 14px;
}

.sitemapList ul li ul {
	font-size: 12px;
}

#featuredFlash a {
	display: block;
	width: 380px;
	padding: 10px 5px;
	border-bottom: #666666 1px dashed;
	color: #FFFFFF;
}

#featuredFlash a:hover {
	color: #CCCCCC;
}

/* Misc visuals ----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 8px; -webkit-border-radius: 8px; }


