@charset "UTF-8";
/* CSS Document */

body{
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

p{
	font-size:14px;
	line-height:30px;
	padding-left:50px;
}


/*SPAN*/
.greenbg{
	font-size:14px;
	line-height:30px;
	padding:0 3px 0 3px;
	background-color:#c7d517;
	font-weight:bold;
}

.smaller{
}

span{
	font-size:14px;
	line-height:30px;
	
}

div{font-size:14px;
	line-height:30px;

}

/*Main Body*/
#top_container{
	width:100%;
	background-color: #090909;
	background-image: url(../images/bg.jpg);
	background-position: right 0;
	background-repeat: no-repeat;
}

#top{
	width:1100px;
	margin-right:auto;
	margin-left:auto;
	padding-top:50px;
	
}

#top-articles{
	width:1100px;
	height:200px;
	margin-right:auto;
	margin-left:auto;
	padding-top:50px;
	
}


#main_body{
	width:1100px;
	height:100%;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFFFFF;
	padding-top: 100px;
	padding-right: 0;
	padding-left: 0px;
}

#main_body #left{
	float:left;
	width:650px;
	padding-bottom:100px;
	
}

#main_body #leftindex{
	float:left;
	width:650px;
	padding-bottom:100px;
	
}

#main_body #right{
	float:right;
	width:360px;
}


#logo{
	width:680px;
	height:56px;
	display:block;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-color: #D82493;
	background-position: 25px 5px;
	margin-bottom:60px;
	float:left;
	color: #D82493;
	font-size: 1px;
	text-transform: uppercase;
}

#definition{
	margin-top: 80px;
	clear:both;
	padding-bottom: 50px;
}

#definition #header{
	font-size:18px;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	padding-left:30px;
	margin:0;
	font-weight:bold;
}

#definition #box{
	width:970px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	line-height:36px;
	background-color:#0099a4;
	padding:20px 100px 20px 30px;
}
/*LEFT*/
.orange_header{
	/*background-color: #ff8700;*/
	padding: 4px 3px 0px 10px;
	margin:0 0 50px 0;
	/*background-image: url(../images/header.png);*/
	background-position: left top;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E7279D;
}

.orange_header2{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E7279D;
	padding: 4px 3px 0px 10px;
	margin:40px 0 50px 0;
}
h1{
	font-size:20px;
	color: #000000;
	font-family: Verdana, sans-serif;
	margin:0;
	margin-left:30px;
	font-weight:bold;
}

h3{
	font-size:18px;
	color: #000000;
	font-family: Verdana, sans-serif;
	margin:0;
	margin-left:30px;
	font-weight:bold;
}

#main_body #left p{
	font-size:14px!important;
	color:#000000;
	padding-left:50px;
}

#main_body #left h2{
	font-size:14px;
	color:#000000;
	padding-left:50px;
}



#main_body #left ul li{
	font-size:14px !important;
	list-style-type: disc;
	margin-left: 20px;
	list-style-position: outside;
	line-height:30px;
}

#main_body #leftindex ul li{
	font-size:14px !important;
	list-style-type: none;
	margin-left: 20px;
	list-style-position: outside;
	line-height:30px;
}

/*RIGHT*/

#rss{
	background-color: #E7279D;
	padding: 8px 3px 9px 20px;
}

h2{
	font-size:16px;
	color:#e7279d;
	padding:40px 0 20px 20px;
}

.sidebar{
	background-color: #f2f1f0;
	padding:10px 10px 10px 0px;
	font-size:12px;
}

.sidebar ul li{
	font-size:12px;
	line-height:30px;
	list-style:none;
	width:280px;
	
}

.sidebar ul li a{
	color:#333333;
	text-decoration:underline;
}

.sidebar ul li a:hover{
	color:#e7279d;
	text-decoration:underline;
}

/*FOOTER*/
#footer{
	background-color: #f2f1f0;
	font-size:12px!important;
	clear:both;
	width:100%;
	margin-top: 50px;
	margin-right: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 3px;
	padding-left: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

#footer #container{
	width:1100px;
	padding-left:60px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px!important;
}
#footer #container a:link, #footer #container a:visited {
	text-decoration:underline;
	ont-size:12px!important;
	color:#000000;
}

#footer #container a:hover, #footer #container a:active {
	text-decoration:underline;
	ont-size:12px!important;
	color:#000000;
}



/*LINKS*/

a:link, a:visited{
	color:#000000;
	text-decoration:underline;
}

a:hover, a:active{
color:#e7279d;
	text-decoration:underline;
}

/*NAVIGATION*/
#nav{
 	margin-top:0px;
	float:right;
	width:400px;
	height:25px;
	overflow:hidden;
}


.slash{
	padding:0 4px 0 8px;
	float:right;
}

#home, #articles, #help{
	display:block;
	height:25px;
	overflow:hidden;
	background-position:left top;
	float:right;
}

#home{
	width:55px;
	background-image:url(../images/home.png);

}

#articles{
	width:79px;
	background-image:url(../images/articles.png);
}

#help{
	width:41px;
	background-image:url(../images/help.png);
}


#home:hover, #articles:hover, #help:hover{
	background-position:bottom left;
}

#homepage #home, #articlespage #articles, #helppage #help{
	background-position:bottom left;
}
 
