/* 
CSS Document 
Wink Hosting (www.winkhosting.com)
Designed By Alexis Corredor
alexis.corredor@gmail.com
*/
div.homediv a:hover{color:#99CC00}
#regular_list a:hover{color:#FFFFFF}
dash {
 border-style: dashed;
 
 }
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#mainContainer{
	background-color: transparent;
	/* border-bottom: 1px solid #D0D0D0; padding:5px 5px; */
	
	width:860px; margin:auto; padding:30px 0 0 0; background:#FFFFFF; margin-top:0px;

}

/*HEADER*/
#header{
	width: 860px;
	position:relative;
	height: 162px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	left: 17px;
	top:-30px;	

}


#im{
	width: 830px;
	position:relative;
	height: 162px;
	left: 17px;
	top: 0px;
	background-repeat:no-repeat;
	background-image:url(../images/header.jpg);

}
#footer{
	
	background-repeat:no-repeat;
	background-image:url(../images/bg_footer.gif);
	height:28px; 
	color:#FFFFFF; 
	padding-top:6px; 
	margin-top:8px; 
	text-align:center; 
	width:900px;	
	margin:auto;
	margin-left:35px;
	
}


/*MENU IN HEADER*/

/*

#menu {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	margin: 10px;
}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}	
	
#menu li a:link, #menu li a:visited {
	color: #5E7830;
	display: block;
	background: url(../images/menu1.gif);
	padding: 8px 0 0 10px;
}
	
#menu li a:hover {
	color: #26370A;
	background: url(../images/menu1.gif) 0 -32px;
	padding: 8px 0 0 10px;
}
	
#menu li a:active {
	color: #26370A;
	background: url(../images/menu1.gif) 0 -64px;
	padding: 8px 0 0 10px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}*/




/*LEFT PANEL (News, Links, etc.)*/
#leftpanel{
	float:left;
	width:200px;
}



/*CONTENT*/
#content{
	width: 800px;
	margin-top:70px;
	margin-left:110px;
}
#welcome{
	width: 700px;
	margin-top:-260px;
	margin-left:300px;
}
#contenttext{
	float:right;
	width: 580px;
}

/*FOOTER*/
.footer{
	width: 779px;
	height: 32px;
	background-image:url(bg_footer.gif);
	background-repeat:no-repeat;
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	align:center;
}
/*FOOTER LINKS*/
.footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}

/*TABLE*/
.table_top{
	width: 204px; 
	height: 27px;
	background-image:url(../images/table_top.jpg);
	background-repeat:no-repeat;
	margin-left:650px;
	
}
.table_content{
	width: 204px;
	background-image:url(../images/table_content.jpg);
	background-repeat:repeat-y;
	margin-left:650px;
}
.table_text{
	margin-left:60px;
	margin-right:15px;
	text-align:justify;
}
.table_bottom{
	width: 204px; height: 23px;
	margin-left:650px;
}

/*TEXT STYLES*/
.news_date {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0099CC;
}
.body_text {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.news_more {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	font-weight: bold;
}
.news_text {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.subtitle_gray {	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 14px;
	color: #CCCCCC;
}
.title_blue {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 26px; color: #7DA5E0; }
.title_panel {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}




.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid black;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: white url(../images/glossyback.gif) repeat-x bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(../images/arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(../images/glossyback2.gif);
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */



#button {
	width: 30em;
	padding: 1em 1em 1em 1em;
	margin-bottom: 1em;
	margin-left:10px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	background-color: #fff;
	color: #333;
	margin-top:-150px;
	
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
#button li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	list-style: none;
	list-style-image: none;
}
	
#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #82C4D7;
	border-right: 10px solid #82C4D7;
	background-color:#DFC199;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #82C4D7;
	color: #fff;
}
#login
{
 margin-top:0px;
}
.post .title {
	background: #3C74E6 url(../images/img06.gif) repeat-x;
	width:430px;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.post .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}
.post .story {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(../images/img07.gif) repeat-x;
	width:390px;
	margin-left:0px;
}

.left
{
  margin-left:60px;

}

#regpage
{

  margin-left:90px;

}


th.new1 {
    text-align: left;
    font-weight: bold;
    padding: 2px;
    border: 2px solid #FFFFFF;
    background: #4a70aa;
    color: #FFFFFF;
}
td.alt1 {
    
    padding: 2px;
    border: 2px solid #DEEEEF;
    /*background:url(../images/gradient-background.jpg) no-repeat;*/
}
td.alt{
	
    padding: 2px;
    border: 2px solid #DEEEEF;
    /*background:url(../images/gradient-background.jpg) no-repeat;*/
}


submit img{
   vertical-align: middle;
}



.wth{width:300px;}
.wth1{width:150px;}

.error_image{
	background:url(../images/error_bg.jpg) right bottom no-repeat;
	height:60px;
	
}
.info_image{
	background:url(../images/info_bg.jpg) right bottom no-repeat;
	height:60px;
	
}

#error_display{
	color:#FF0000; font-weight:bold; font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px; padding-left:20px; padding-right:20px;
}

.alert_display, .alert_display a, .alert_display.link, .alert_display.visited, .alert_display.active{
	font-size:16px;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#tabs {
	 position:relative;
	width:450px;
	font-size:93%;
	line-height:normal;
	margin-left:250px;
	margin-top:-55px;
	border-bottom:1px solid #666;
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
	}

#tabs ul {
	margin:0;
	padding:0px 0px 0px 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:right;
	background:url("../images/left.png") no-repeat left top;
	height:23px;
	width:88px;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs a span {
	float:right;
	display:block;
	background:url("../images/right.png") no-repeat right top;
	padding:6px 15px 4px 6px;
	margin-right:2px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}


#sidebar {
	width:220px;
	margin-top:15px;
	margin-left:550px;
	
}

div.sidebarnavitem {
	border-bottom:1px dashed #bfbfbf;
	padding-top:6px;
	padding-bottom:2px;
	text-align:left;
}

div.sidebarnavitem:hover{background-color:#BCBCBC;}
div.sidebarnavitem a:hover{color:#FFFFFF}

div.sidebarnavitem {
	border-bottom:1px dashed #bfbfbf;
	padding-top:6px;
	padding-bottom:2px;
	text-align:left;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1em;
	/*background: url("../images/something.gif") no-repeat;*/
}

.boxed .title {
	height: 29px;
	padding: 11px 0 0 27px;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 7px;
}

#menu {
	/*text-align:center;
	width:900px;
	margin:0pt auto;
	background-color:#479849;*/
	text-align:center;
	width:9400px;
	margin:0pt auto;
	background-color :#000; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 3px; 
	border: 1px solid #FFFFFF;
}

#menu ul li {
    
	list-style-type:none;
	display:inline;
	width:156px;
	margin-right:20px;
	/* background-color:#00b0f1; */
	
	padding:5px 20px;
	text-align:center;
	color:#FFFFFF;


}
#menu ul {
	margin:5px;
	padding:1px 1px 2px 0px;
	list-style:none;
	
	}

#menu li:hover{
	background-color : #688318;

}

input[type=submit]{
background-color:#0066CC; 
color:#FFFFFF;
}

input[type=button]{
background-color:#0066CC; 
color:#FFFFFF;
}

.textclass{
border:solid 1px #999999;
}


