/* ----- BASIC ELEMENTS ------*/

body {
	background: #fff;
 	margin: 0; 
 	padding: 0;
 	font: 12px/15px Arial, Verdana, Helvetica, Sans-Serif; 
 	color: #333333;
}

a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}


a:hover, a:active {
	color: #333333;
}



h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0;
	letter-spacing: 0px;
}


h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0;
	letter-spacing: 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0;
	letter-spacing: 0px;
}


/* ------- CONTAINERS -------- */

#pagecontainer {
	position: relative;
	padding: 0px;
	width: 900px;
	margin: 0px auto;
}



#header {
	margin: 0px;
	padding: 0px;
	height: 172px;
	width: 900px;
}

div#horzmenu {
    position:absolute;
    border:0;
    width:910px;
    height:36px;
    top:130px;
    
}

div#horzmenu ul {
    border:0;
    margin:0;
    padding:0;
    list-style-type:none;
}

div#horzmenu ul li {
    margin:0;
    padding:0;
    position:relative;
    display:inline;
    float:left;
}




div#leftmenu {
    width:182px;
    float:left;
    line-height:0px;
}

div#contentcontainer {
    width:715px;
    float:left;
    padding:0;
    margin:0;
}




#container {
	padding: 0px;
	width: 900px;
	margin: 5px 0 0 0px;
}





#footer {
	font-size: 11px;
	clear: both;
	width: 900px;
	height: 25px;
	margin: 15px 0 0 0px;
	border: 1px solid #d0d0d0;
}


#pageheader {
	border-bottom: 1px dotted #006699;
	height: 22px;
	margin-bottom: 14px;
	margin-top: 9px;
}




/* -------- LISTS ------------ */

#menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}



#aboutus {
	font: 11px/13px Arial, Verdana, Helvetica, Sans-Serif; 
	marker-offset: 0px;
	margin: 0px 20px 20px 15px;
	padding: 0px;
	list-style: none;
	list-style-position: outside;
}


#footerlist {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	vertical-align: middle;
}

#footerlist li {
	float: left;
}

#copyright {
	padding: 5px 0 0px 10px;
}

#contactus {
	padding: 5px 2px 0px 10px;
}

#legal {
	padding: 5px 2px 0px 2px;
}

#home {
	padding: 5px 2px 0px 2px;
}


div#SiteDeveloper {
    color:#c0c0c0;
    text-align:right;
    padding:40px 5px 0 0;
    font-size: 10px;
}
div#SiteDeveloper a:link, div#SiteDeveloper a:visited, div#SiteDeveloper a:active, div#SiteDeveloper a:hover {
    text-decoration:none;
    color:#c0c0c0;
}

div.DefaultPromoVideo {
    padding:10px 10px;
}

div.DefaultPromoText {
    padding:10px 50px 0 50px;
}

div.DefaultPromoText h1 {
    font-size:30px;
    padding-bottom:5px;
}

div#NewsShareContainer {
    width:718px;
    background:#000000;
}

div.xcNewsMain {
    background: url('/Template/Images/NewsBackground.jpg');
    border:0;
    margin:0;
    padding:0;
    width:340px;
    height:200px;
    float:left;
}

div.xcNewsMain h1 {
    visibility:hidden;
    height:38px;
}

div.xcNewsItems {
    padding: 0 5px;
}

div.xcNewsFeed {
    position:absolute;
    left:480px;
    top:410px;
    
}

div.xcNewsDate {
    color:#ff0000;
    font-size:12px;
}

div.xcNewsTitle {
    font-size:14px;
    font-weight:bold;
    height:15px;
    overflow:hidden;
}

div.xcNewsTitle a {
    text-decoration:none;
}

div.xcNewsMain hr {
    weight:2px;
}

div#ShareContainer {
    width:378px;
    height:200px;
    float:left;
    line-height:0px;
}




div.xcNewsStories {
    background: url('/Template/Images/ShareYourStory.jpg');
    border:0;
    margin:0;
    padding:0;
    width:375px;
    height:200px;
    float:left;
}

div.xcNewsStories h1 {
    visibility:hidden;
    height:38px;
}


div.xcNewsStoryItems {
    padding: 0 5px;
}


div.xcNewsStoryDate {
    color: #ff0000;
    font-size:12px;
}

div.xcNewsStoryTitle {
    font-size:14px;
    font-weight:bold;
    height:15px;
    overflow:hidden;
}

div.xcNewsStoryTitle a {
    text-decoration:none;
}

div.xcNewsStories hr {
    weight:2px;
}

