@charset "UTF-8";
/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

h1{
	color: #393939;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
	text-shadow: 0 1px #FFF;
}

h2{
	color: #717171;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-shadow: 0 1px #FFF;
}

h3{
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 13px 0px 0px 0px;
	text-align: center;
}
.black_h3 h3{
	color: #993;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 13px 0px 0px 0px;
	text-align: center;
}
p{
	text-align: left;
	margin: 7px 0px;	
}

span{
	color: #e60077;	
}

li{
	text-decoration: none	
}

a img{
	border: none;	
}

a{
	color: #717171;
	text-decoration: none;
}

a:hover{
	color: #e60077;
	text-decoration: underline;
}

div.hr{
	background: url(../images/hr.gif) repeat-x scroll center;
	height: 10px;
	margin: 10px 0px;
}

div.hr hr{
	display: none;	
}


hr.hrline{margin:20px 0;float:left;width:100%;}

a.fm-button{cursor:pointer;}

/* layout - fixing footer */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
#container {
	width: 100%;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#content-wrapper{
	width:100%;
	padding-bottom:200px;
}

#footer-wrapper {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 200px;
}
.push{margin:20px 0; padding:15px 0; clear:both; width:100%;}
/*
* {margin:0;}
html, body { height:100%;}
.push {
	height: 200px;
	clear:both;
}
#wrapper{
	min-height: 100%;
	height: auto; !important;
	height: 100%;
	margin: 0 auto -200px;
	clear:both;
	width:100%;
	position:relative;
}
*/



/*HEADER*/
#header-wrapper{
	/*background:  #EEEEEE url(../images/header-bg.gif) repeat-x bottom center;
	height: 400px;*/
	background-color:#eee;
	border-bottom: #d0d0d0 solid 1px;
	padding-bottom:10px;
	padding-top: 10px;
}

#header{
	width: 980px;
	clear: both;
	margin:0 auto;
}

/*SECTION1*/

#section1{
	height: 115px;
	clear: both;
	width: 980px;
	margin: 0 auto;
}

#logo{
	padding: 20px 0px 0px 0px;
	width: 345px;
	float: left;
}
#logo img{width:345px; height:95px;}
/*NAVIGATION*/
#menu{
	float: right;
	width: 635px;
	margin: 0;
	padding:0;
}

#menu ul{
	list-style:none;
	margin: 0;
	padding:0;	
	width:100%;
}
#menu ul li{
	background: #FFF url(../images/nav-li-bg.gif) repeat-x;		
	border: 1px solid #d6d6d6;
	
	display: block;	
	padding-top: 20px;
	padding:20px;
	height:15px;
	
	float: right;	
	margin-right: 5px;
	text-align:center;
}
#menu ul li a{
	color: #717171;
	font-size: 14px;
	font-weight: bold;	
}
#menu ul li a:hover{
	color: #e60077;
	text-decoration: none;
}


/*LOGIN STATUS*/

#loginstatus{
	width: 970px;
	margin:0 auto;
	text-align:right;
	clear:both;
	font-weight: bold;	
	padding-right:10px;
}

#loginstatus a{
	color: #e60077;	
}


/*SECTION2*/

#section2{
	height: 275px;
	clear: both;
	width: 980px;
	margin: 20px auto;	
}

.main-img{
	float: left;
	width: 410px;
	margin-top: 50px;
}

#header-box{
	background: url(../images/title-box.png) no-repeat center;
	width: 570px;
	height: 280px;
	float: right;
}

#header-box-content{
	margin: 10px;	
}

#tleft{
	width: 225px;
	text-align: left;
	float: left;
	padding: 10px 0px 10px 20px;
}

#tleft h1{
	color: #e60077;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	letter-spacing: -1px;	
}

#tleft p{
	font-size: 14px;
	font-weight: bold;
}

#tleft p.paragraph{font-size:12px; font-weight:100;}

#toolbox{
	float:left;
	margin-top:45px;
	width:130px;
}
#toolbox-signin{
	width: 80px;
	margin-top:45px;
	float:right;	
	padding: 10px 0px;
}

#toolbox-signin a{
	color: #e60077;
	font-weight: bold;
	margin-left:10px;
}

#tright{
	width: 265px;
	text-align: left;
	float: right;
	padding: 10px 20px 10px 0px;
}

#tright h2{
	color: #16951d;	
}

/*FEATURES*/

#features-wrapper{
	border-top: #FFF solid 1px;	
	margin:0 auto;
	width:980px;
	height:300px;
	padding:40px 0;
	clear:both;
}

#features{
}


/* Home page */
.col1{ float: left; width:300px;}
.col2{ float: right; width:680px;}

.fcolumn{
	float: left;
	margin-top: 10px;
	width: 210px;
	margin-right: 20px;
	height:300px;
}

.tag{
	background: url(../images/tag-box.png) no-repeat;
	height: 160px;
}
.tag p{
	padding: 20px 10px;
	height:80px;
	font-size:0.9em;
	text-align:justify;
}

.tag img{
	padding: 8px 0px 0px 10px;
	margin-left:10px;
}

.last{
	margin-right: 0px;	
}

/* screen shots */
#screenshots{
	float: left;
	width: 300px;
	margin-top: 10px;
}

#screenshots ul{list-style:none; margin:0; padding:0; width:100%; float:left;}
#screenshots ul li{float:left; width:120px; height:80px; margin-right:10px; margin-bottom:10px; border:4px solid #ccc;}
#screenshots ul li:hover{border:4px solid #333;}

/* side bar */
#home_sidebar_contents{width:300px; margin:20px 0 10px 0; float:left; height:45px; padding-top:5px; padding-bottom:10px;}
#home_sidebar_contents ul{margin:0; padding:0; width:100%;float:left;list-style:none;}
#home_sidebar_contents ul li{
	margin:5px 0;
	float:left;
	width:275px;
	height:15px;
	line-height:15px;
	min-height:15px;	
	text-indent:55px;
	padding:25px 0 15px 15px;
}
#home_sidebar_contents ul li a{
	color:#F6C; 
	font-size:1.8em; 
	font-weight:300; 
	font-family: Arial, Helvetica, sans-serif;
}
#home_sidebar_contents ul li a:hover{color:#666;}
li#digest{
	background-image:url(../images/news.gif); 
	background-repeat:no-repeat; 
}
li#schedule{
	background-image:url(../images/schedule.gif); 
	background-repeat:no-repeat; 
}

/*FOOTER*/

#footer-wrapper{
	padding:15px 0;	
	background-color:#EEE;
	border-top: #d0d0d0 solid 1px;
}

#footer{
	width:980px;
	height: 160px;
	padding:0;
	margin: 10px auto;
}

#footer h2{
	letter-spacing: normal;
	color: #16951d;
	font-size: 12px;
	font-weight: bold;
}

#footer p{
	font-size: 10px;
	line-height: 1.5em
}

#footer .column{
	float: left;
	margin-top: 10px;
	width: 210px;
	height:130px;
	margin-right: 30px;
}

#footer .column p{
	padding: 0px 10px;
	height:80px;
}



/* error class - form validation*/
.error{color:#CD0A0A;}
.error h1{background-image:url(../images/warning.png); background-repeat:no-repeat; text-indent:20px; font-size:14px; color:#CD0A0A;}
.error p{padding:2px 0; color:#CD0A0A;}

/* success class - form validation*/
.success{color:#16591D;}
.success h1{background-image:url(../images/success.png); background-repeat:no-repeat; text-indent:20px; font-size:14px; color:#16591D;}
.success p{padding:3px 0; color:#16591D;}



/* Fancy Box  - Register form box style */
.fancybox-wrapper{width: 500px; margin:10px auto; clear:both; }
.fancybox-top{
	background: url(../images/fancybox-g-top.png) no-repeat center;
	height: 65px;
	width: 485px;
}

/* yellow heading */
.fancybox-y-top{
	background: url(../images/fancybox-y-top.png) no-repeat center;
	height: 65px;
	width: 485px;
}
/* heading - green*/
.fancybox-top h1, .fancybox-y-top h1{
	color: #FFF;
	padding: 30px 0px 0px 20px;
	letter-spacing: normal;
	text-shadow: none;
}
.fancybox-content{
	background: url(../images/fancybox-fill.png) repeat-y center;
	width: 485px;
	margin:0;
}
.fancybox-content .smallbox{
	width:450px;
	padding:5px 25px;;
}
.fancybox-content p{margin-left:30px; width:400px; line-height:25px;}
.fancybox-content a{color:#36C;}

.fancybox-bottom{
	background: url(../images/fancybox-bottom.png) no-repeat center;
	height: 25px;
	width: 485px;
	margin:0;
}

/* A big red button , used in register button, login button, join now button */	
.btn_red{
	background-image:url(../images/btn_fill_red.gif);
	background-repeat:repeat-x;
	height:30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight: bold;
	text-transform:uppercase;
	color:#FFF;
	border:1px solid #FFF;
	font-style: normal;
	cursor:pointer;
	outline:none;
}

/* form error indication style */
.errorText {
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
}

.helpNotes{font-style:italic; color:#33F; background-color:#ededee; padding: 5px 10px;}
.helpNotes img {position:relative; bottom:-6px; }