/*@charset "utf-8";
 

MC311 Portal: Screen 
Written top to bottom in order

*/

html,body{
	margin:0;
	padding:0;
	background-image: url(../images/bkg.jpg);
}

body{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
a:link {color:#333399; text-decoration:none;}
a:visited {color:#333399; text-decoration: underline;}
a:hover {color:#990000; text-decoration: underline;}

/* for design display purpose only */
.divider {
	color:#CCC;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	margin: 1ex;
	padding: 1ex;
	border-top: 1px dotted #CCC;
	text-decoration: underline;
	}
/* for design display purpose only */

h1, h2 {
	margin: .5em 0; 
	padding: .5em 0;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
}

#logoprint {display:none; padding: 2px;}

/* Layout Start: except the footer
   See footer section  */

#header {
	margin: 0;
	padding: 0;
	background-image: url(../images/top_banner.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 123px;
}

#container{
	width:960px;
	margin:0 auto;
	text-align:left;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	}

#content{
	/* 2 values: (top bottom) (left right)
	   4 values: top right bottom left     */
	margin: .5em 0 .5em 1em; 
	padding: .5em 0 .5em 1em; 
	float:left;
	width:660px
	}
	
#content p{line-height:1.4}

#extra{
	margin: .5em 0 .5em 1em; 
	padding: .5em 0 .5em 1em; 
	float:left;
	width:670px;
	}

#R_col{float:right; width:260px}

/* 
	Layout End
	
	Header start;
	Header is made of topmenu, header, navcontainer
	
	Topmenu Start 
*/

#topmenu{
	margin: 0;
	padding: 0;
	background-color: #333;
	background-image: url(../images/top_banner_logo.gif);
	background-repeat: no-repeat;
	height: 34px;
}
#topmenu a{
	font-size: 85%;
	float: right;
	padding-right: 1.75em;  /* define space between items */
	padding-top: 1em;
	color: #FFFFFF;
/*	font-weight: bold;*/
	text-decoration: none;
}
#topmenu a:hover{color: #CCC;}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;  
}

/* Topmenu end */

/* nav container start */

#navcontainer ul{
	margin: 0em;
	padding: 0em;
	background-image: url(../images/menu_bkg.gif);
	float: left;
	width: 100%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a{
	padding: 0.8em 1.2em;
	background-image: url(../images/menu_bkg.gif);
	color: #000033;
	text-decoration: none;
	float: left;
	border-right: 2px solid #fff;
	font-size: 110%;
	font-weight: bolder;
}

#navcontainer ul li a:hover{
	background-image: url(../images/menu_bkg_on2.gif);
	color: #990000;
}

/* nav container end */

/*Search Box Start*/

.search_R_col {
	margin: 5px;
	padding: 5px;
	background-color: #c0e7fb;
}
.search_tips {
	font-size: 85%;
	padding-top: 1ex;
	padding-right: 0;
	padding-bottom: 1ex;
	padding-left: 0;
	text-align: center;
}
#search_box {
    width: 240px;
    height: 45px;
    background: url(../images/searchbox2.gif);
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 12px 0 0 12px;
    border: 0;
    width: 159px;
    background: none;
}
#search_box #go {
    float: right;
    margin: 7px 10px 0 0;
}

/* Search Box End */

.topservice {
	margin: .5em;
	padding: .5em;
}

/* Scroller Start */

.announce {
	margin: .5em;
	padding: .5em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#announce1{
	margin: .5em;
	padding: .5em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#pscroller1{width: 225px; height: 80px;}
.someclass{ /*class to apply to your scroller(s) if desired*/}

/*End of scroller*/

/* Today Start */

#today {}
#today ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#today a {
	display: block;
	width: 90%;
	border-bottom: 3px solid #fff;
	padding: .5em 1em .5em 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
}
#today a:link, #today a:visited {
	color: #000033;
	text-decoration: none;
	background-image:url(../images/today_bar.gif);
	background-repeat:repeat-y;
	background-position: 0;
}
#today a:hover {
	background-image:url(../images/today_bar_on.gif);
	background-repeat:repeat-y;
	background-position: 0;
}

/* Today End */

/* Featured Programs Start */
	
#btn {}

#extra_icon {
	margin-right: 1em;
	margin-left: 2em;
	float: left;
	margin-bottom: 0.5em;
}
#extra_icon1 {
	margin-right: 1em;
	margin-left: 2em;
	float: left;
	margin-bottom: 0.5em;
}
#extra_icon2 {
	margin-right: 1em;
	margin-left: 2em;
	float: left;
	margin-bottom: 0.5em;
}
#extra p {
	clear: both;
	padding-bottom: 1em;
}

/* Featured Programs End */

/* Footer Start */

#footer{
	clear:both;
	width:100%;
	color: #FFF;
	background-color: #333;
	font-size: 80%;
	text-align: center;
	}

#footer a{ color: #FFF; text-decoration: none;}
#footer a:hover{ color: #CCC;}
#footer p{
	margin: 0;
	padding: 1em;
}

/* Footer End */

/* Solution Page
/* breadcrumb start */

.breadcrumb{
	font-size: 1em;
	color:#666666;
	font-family: "Courier New", Courier, monospace;
}
.breadcrumb a{
	/*color: #990000;
	background: transparent url(breadcrumb.gif) no-repeat center right;*/
	text-decoration: none;
	/*padding-right: 18px; adjust bullet image padding*/}
.breadcrumb a:visited, .breadcrumb a:active{/*color: navy;*/}
.breadcrumb a:hover{text-decoration:underline;}

/* breadcrumb end */

.solution{
	background-color: #FFFFCC;
	margin: 1em;
	padding: 1em;
	border: 1px solid #990000;
}
.solution b{
	color: #990000;
	line-height: normal;
	font-size: 120%;
}
.top {
	font-size: 60%;
	font-weight: normal;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.top a{	color: #999999; }

.captchaCaps
{
	text-transform:uppercase;
}