/*Slide Content Begin*/ 

#top-col {
    background: url(/images/site/feature_bg.gif) no-repeat;
    width: 609px;
    height: 310px;
    float: left;
    margin-bottom: -22px;
    padding-top: 20px;
    padding-left: 12px;
}

.sliderwrapper {
    position: relative; /*leave as is*/
    overflow: hidden; /*leave as is*/
    width: 599px; /*width of featured content slider*/
    height: 260px;
    z-index: 1;
}

.sliderwrapper .contentdiv {
    visibility: hidden; /*leave as is*/
    position: absolute; /*leave as is*/
    left: 0; /*leave as is*/
    top: 0; /*leave as is*/
    padding: 5px;
    width: 589px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;
} 

.pagination {
    width: 599px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
    text-align: right;
}

.pagination a {
    padding: 0 5px;
    text-decoration: none;
    color: #115DAF;
    background: white;
}

.pagination a:hover, .pagination a.selected {
    color: #000;
    background-color: #f2f2f4;
}

/*Slide Content Ends*/


/*Common Rules Begins*/


#main-content {
    padding-bottom: 2px;
    margin-top: 5px;
    width: 920px;
    background-color: #fff;
}

.container {
    background-image: url(/images/site/contentbg.gif);
    background-repeat: repeat-x;
    padding: 20px;
    margin-top: 3px;
    margin-right: 1px;
	
} 

#container_beta {
    background-image: url(/images/site/curtis_head.jpg);
    background-repeat: repeat-x;
    padding-left: 165px;
    padding-top: 15px;
    padding-right: 1px;
	height: 175px;
} 


#container_gamma {
    background-image: url(/images/site/stat_promo.jpg);
    background-repeat: repeat-x;
    padding-left: 235px;
    padding-top: 15px;
    padding-right: 5px;
	height: 130px;
	
} 

#container_theta {
    background-image: url(/images/site/twitter_head.jpg);
    background-repeat: repeat-x;
   padding-left: 155px;
   padding-right: 7px;
   padding-top: 8px;
	height: 175px;
	
}
#container_gamma h1 {
	background: none;
    font-size: 1.4em;
    margin-bottom: 0.4em;
    color: #115daf;
    text-indent: 10px;
}

h4 {
	background: none;
    font-size: 1.4em;
    margin-bottom: 0.4em;
    color: #115daf;
    text-indent: 10px;
}

span.read {
	font-size: 11px;
	margin-left: 100px;
	
}

span.read a {
	text-decoration: none;
	
}

span.stat {
	font-size: 11px;
	margin-left: 240px;
	
}

span.stat a {
	text-decoration: none;
	
}
#main-content .container a {
    color: #115daf;;
    text-decoration: none;
}

#main-content .container a:hover, a:active {
    color: #666;
}

p {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 10px;
    color: #4d4d4d;
} 

h1 {
    font-size: 1.2em;
    margin-bottom: 0.4em;
    color: #115daf;
    background: url(/images/site/headline_tag.gif) no-repeat;
    text-indent: 20px;
}

h2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.1em;
    line-height: 1.4em;
    color: #4d4d4d;
} 


hr {
    border: 0;
    width: 100%;
    background-color: #999;
    height: 1px;
    margin-bottom: 10px;
    text-align: center;
} 

a img {
    border: medium none;
    margin-left: -1px;
    margin-bottom: -3px;
}

/*Common Rules Ends*/



/*Left Column*/
#left-col {
    float: left;
    width: 299px;
    margin-top: -20px;
    margin-left: 8px;
}

ul#ici li {
    font-size: 1.2em;
    list-style-image: url("/images/site/check.gif");
    list-style-type: square;
    color: #4d4d4d;
    margin-left: 30px;
    line-height: 1.5em;
}

ul#sub li {
    font-size: 1.2em;
    list-style-type: none;
    color: #4d4d4d;
    padding-left: 40px;
    line-height: 1.5em;
}

/*Middle Column*/

#middle-col {
    float: left;
    width: 299px;
    margin-top: -20px;
    margin-left: 4px;
}

span.headlines {
    background: transparent url(/images/site/headline_tag.gif) no-repeat scroll left center;
    padding: 5px 0px 5px 15px;
    float: none;
}

span.headlines a {
    font-style: italic;
    text-decoration: none;
    color: #115DAF;
}

span.source {
	font-size: 9px;
	font-style: italic;
    float: none;
}

#middle-col hr {
    color: #fff;
    background-color: #fff;
    border: 1px dotted #999999;
    border-style: none none dotted;
    width: 90%;
    text-align: center;
} 

/*Right Column*/

#right-col {
    float: left;
    width: 300px;
    margin-top: -20px;
    margin-left: 4px;
}

 #right-col .container p {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 10px;
    color: #4d4d4d;
}

#right-col hr {
    border: 0;
    width: 100%;
    background-color: #999;
    height: 1px;
	margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
} 


span.readmore {
	font-size: 11px;
	margin-left: 140px;
    float: none;
}
/*Bottom Left Column*/

#bleft-col {
    float: left;
    width: 600px;
    margin-top: 5px;
    margin-left: 3px;
}

 #bleft-col .container p {
    padding-left: 20px;
    padding-right: 10px;
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 10px;
    color: #4d4d4d;
}

.lft{
    margin-left: -20px;
    margin-top: -20px;
} 

#bleft-col .article {
    margin-left: 0px;
    margin-top: 0px;
} 

#bleft-col hr {
    color: #fff;
    background-color: #fff;
    border: 1px dotted #999999;
    border-style: none none dotted;
    width: 90%;
	margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

#container_alpha {
    background-image: url(/images/site/boxlinks_wp.gif);
    background-repeat: no-repeat;
    width: 600px;
    height: 335px;
} 

#container_alpha .container {
    position: relative;
    width: 500px;
    top: 60px;
}

span.more {
	font-size: 11px;
	margin-left: 360px;
    float: none;
}
/*Bottom Right Column*/

#bright-col {
    float: left;
    width: 300px;
    margin-top: 5px;
    margin-left: 3px;
}

#bright-col img {
    margin-left: 20px;
} 