* {
	margin:0;
	padding:0;
	border:0;
}

body {
	background:#d1dfad;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 100%;
}

#wrap {
	margin:auto;
	width:970px;
}

#container {
	margin:45px 0 0 0;
	border-radius:5px;
	padding:5px;
	background:#fff;
	box-shadow:0 0 5px #999;
}

#header {
	position:relative;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background:#edf1de;
	height:70px;
}

#header .logo {
	position:absolute;
	left:5px;
	top:-38px;
	 
}



#header .title {
	position:absolute;
	left:120px;
	top:0px;
	color:#036274;
	font-weight:bold;
	font-size:25px;
}

#header .subtitle {
	position:absolute;
	left:123px;
	top:32px;
	font-size:1em;
	line-height:15px;
}

#header .c_sym  {
        font-size: 8pt;
        margin-left: 1px;
    }

#header .tv {
	position:absolute;
	right:10px;
	top:8px;
	}

#header .movies {
	position:absolute;
	right:10px;
	top:36px;
}

#header .tv select, #header .movies select {
	padding:3px;
	border:1px solid #999;
	width:200px;
}

#header .meta {
	position:absolute;
	right:10px;
	top:-35px;
	color:#8d9157;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
}

#header .meta a {
	color:#e61;
	text-decoration:none;
}

#header .meta a:hover {
	text-decoration:underline;
}


.text_right
        {             
         width: 275px;
         padding: 50px 20px 50px 20px;
         border-top: 1px dashed black;
         border-bottom: 1px dashed black;
         background-color:#ffff99;
         font-size: 85%;
         font-style:italic;
         float:right;
         margin-left: 150px;
         }


/** NAVIGATION ***********************************************/

#nav {
	position:relative;
	background:#fff;
	box-shadow:inset 0 0 5px #999;
	padding:5px 0;
	height:30px;
	z-index:999;
}

#nav ul {
	list-style:none;
	overflow:auto;
	background:#008d9e;
	padding:0 0 0 4px;
}

#nav ul li {
	float:left;
	width:135px;
	height:30px;
	border-left:1px solid #fff;
	font-size:11px;
	background:#008d9e;
	text-align:center;
}

#nav ul li:first-child {
	width:136px;
	border:0;
}

#nav ul li:hover {
	background:#fff;
}

#nav ul li:hover a {
	color:#000;
}

#nav ul li a {
	display:block;
	line-height:30px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}

#nav ul li a:hover {
	color:#e61;
}

#nav ul li ul {
	display:none;
	position:absolute;
	left:4px;
	top:35px;
	width:952px;
	background:#fff;
	padding:0;
	box-shadow:0 3px 3px #ccc;
}

#nav ul li ul li {
	background:#fff;
}

#nav ul li ul li a {
	color:#000;
	text-transform:none;
}

#nav ul li ul li a:hover {
	color:#e61;
    transition-delay:1s;
}

#nav ul li:hover ul {
	display:block;
    transition-delay:1s;
}

/** NAVIGATION ENDS **************************************************/

#main {
	padding:10px;
	padding-top:20px;
	background:#edf1de;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

#feature .content {
	float:left;
	width:600px;
	background:#fff;
	padding:5px;
	border-radius:4px;
	box-shadow:0 0 5px #999;
	position:relative;
}

#feature .sidebar {
	float:right;
	width:310px;
	padding:5px;
	box-shadow:0 0 5px #999;
	background:#fff;
	border-radius:5px;
}

#feature .sidebar img {
	border-radius:4px;f
}

#feature .sidebar .button-signup {
	display:block;
	height:45px;
	line-height:42px;
	font-size:18px;
	padding:0 0 0 25px;
	background:url(/main/images/email-button.png) 245px center no-repeat #008D9E;
	border-radius:5px;
	margin:5px 0 0 0;
	color:#fff;
	text-decoration:none;
}

#feature .sidebar .button-signup:hover {
	background-color:#3C5196;
}

#feature .sidebar .button-video {
	display:block;
	text-align:center;
	margin:5px 0 0 0;
	border-radius:5px;
	padding:0px 0;
	background:#333;
}

#feature .sidebar .button-video:hover {
	background:#555;
}

#feature .slideshow {
	width:600px;
	height:260px;
	border-radius:5px;
	overflow:hidden;
}

#feature .slideshow-nav {
	position:absolute;
	left:15px;
	top:15px;
	z-index:99;
}

#feature .slideshow-nav a {
	float:left;
	width:20px;
	height:20px;
	background:url(/main/images/slideshow-nav-bg.png) 0 0;
	text-indent:999px;
	overflow:hidden;
	margin:0 5px 0 0;
	opacity:0.5;
}

#feature .slideshow-nav a.activeSlide {
	background-position:0 -20px;
	opacity:1;
}

#blocks {
	margin:10px 0 0 0;
}

#blocks ul {
	list-style:none;
}

#blocks ul li {
	float:left;
	margin:0 0 0 10px;
	width:217px;
	background:#fff;
	border-radius:5px;
	box-shadow:0 0 5px #999;
	padding:5px;
	overflow:hidden;
	font-size:11px;
	cursor:pointer;
}

#blocks ul li h2 {
	background:#008d9e;
	font-weight:normal;
	line-height:28px;
	height:30px;
	color:#fff;
	padding:0 0 0 10px;
	font-size:18px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

#blocks ul li  img {
	display:block;
	margin:0 0 3px 0;
}

#blocks ul li:first-child {
	margin:0 1px 0 0;
}

#blocks ul li:last-child {
	margin:0 0 0 11px;
}

#content {
	border-radius:5px;
	background:#eee;
	box-shadow:0 0 5px #999;
	padding:20px;
	overflow:auto;
}

#content h1, #listpagecontent h1 {
	font-size:30px;
	font-weight:bold;
	color:#e61;
}

#content h2 {
	font-size:22px;
	font-weight:bold;
	color:#3c5196;
}

#content h3 {
	font-size:20px;
	font-weight:normal;
}

#content h6 {
	font-size:14px;
	font-weight:normal;
	color:#999;
	margin:0 0 20px 0;
}

#content p {
	line-height:24px;
	margin:0 0 5px 0;
	padding-bottom: 4px;
	padding-top: 7px;
    font-weight: normal;
}

#content ul, #content ol {
	line-height:21px;
	margin:0 0 20px 0;
	padding:0 0 0 30px;
}

#content a {
	color:#3c5196;
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
	color:#008d9e;
}

#content ul.reports {
	list-style:none;
	overflow:auto;
	padding:0 0 0 60px;
}

#content ul.reports li {
	float:left;
	margin:20px;
}

#content ul.reports li img {
	box-shadow:1px 1px 5px #999;
}

#section {
	margin:-15px -15px 15px -15px;
	background:#3c5196;
	font-weight:none;
	font-style:italic;
	line-height:29px;
	height:30px;
	color:#fff;
	padding:0 0 0 15px;
	font-size:13px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;

}

#section a:link 
{color:white;
 text-decoration: none;
 }    /* unvisited link */

#section a:visited 
{color:white;
 text-decoration: none;
 } /* visited link */

#section a:hover 
{color:#BFCAA2};
 text-decoration: none;}   /* mouse over link */

#section a:active 
{color:white;
 text-decoration: none;}  /* selected link */

}

#section {
	margin:-15px -15px 15px -15px;
	background:#3c5196;
	font-weight:none;
	font-style:italic;
	line-height:29px;
	height:30px;
	color:#fff;
	padding:0 0 0 15px;
	font-size:14px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

#section img {
	float:right;
	background:#3c5196;
	padding:10px;
	border-radius:5px;
}

#breadcrumb {
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
}

#sidebar {
	float:right;
	width:220px;
	margin:0 0 0 10px;
	}

#sidebar ul {
	list-style:none;
}

#sidebar ul li {
	border-radius:5px;
	background:#fff;
	padding:5px 5px 10px 5px;
	box-shadow:0 0 5px #999;
	margin:0 0 10px 0;
}

#sidebar h2 {
	background:#008d9e;
	font-weight:normal;
	line-height:28px;
	height:30px;
	color:#fff;
	padding:0 0 0 10px;
	font-size:18px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

#sidebar p {
	padding:0 10px;
	margin:5px 0 0 0;
	font-size:12px;
	line-height:18px;
}

#footer {
	padding:10px 15px;
	color:#8d9157;
	font-size:11px;
	text-transform:uppercase;
	line-height:16px;
}

#footer a {
	color:#8d9157;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer .social {
	float:right;
}

#footer .social ul {
	list-style:none;
}

#footer .social ul li {
	float:left;
	margin:0 0 0 10px;
}

.clear {
	clear:both;
	height:0;
	overflow:hidden;
}


input
{
    color: #000;
    background: #fff;
    border: 1px solid #333;
}

.inputbox2 
    {
    border: 1px solid #333;
}
.statsList
{ list-style-type:none;
  
   }
.statsList li
{margin-left:30px;
 
    
    }
/* individual page elements */
.ReturnToPrevious
{
    font-variant: small-caps;
   
    font-size: small;
    color: #3C5196;
}
.ReturnToPrevious a
{ 
    text-decoration:none;
    }
    

/* Below are added css styles afer Sept 20,2012 */
    
#content h2.MarginBot15 {
	font-size:16px;
	color:#000;
     }
     
   
    
#listpagecontent h2.MarginBot15 {
	font-size:16px;
     }

   
 #content ul.newptc {
	margin-bottom: 9px;
	margin-top: -9px;
}


/*     
 #content ol.newptc {
	text-indent:3px;

     } */ 
     
  #content li.newptc {
	text-indent:3px;
	list-style-type:none;
	margin-bottom: 7px;
     }
     

    p.newptc {
     padding-left:25px;
             }
             
    p.newptc2 {
     padding-left:55px;
             }
         
    strong.newptc
{
    color: #036274;
}
