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

body {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #000000;
	background: #fff;
	font-size: medium;
	text-align: center;
	}
	



	


/*-- global styles ------------------*/


p {
	font-size: 93%;
	line-height: 1.53em;
	margin: .46em 0em .92em 0em;
	/* 16px line-height / 12px font-size / top-margin 25% of the main line height */
}


li {
	font-size: 93%;
	line-height: 1.00em;
	margin: .35em 0em .80em 0em;
	/* 16px line-height / 12px font-size / top-margin 25% of the main line height */
}

/*-- Navigation Styles ------------------*/

.tagline {
	font-size: 12px;
	color: #000000;
	line-height: 12px;
	font-weight: bold;
	margin: 0em;	
}

.footer {
	font-size: 10px;
	color: #000000;
	line-height: 12px;
	font-weight: normal;
	margin: 0em;
}

.footer a:link {
	font-size: 10px;
	color: #000000;
	line-height: 12px;
	font-weight: normal;
	margin: 0em;
	text-decoration:none;
}

.footer a:hover {
	font-size: 10px;
	color: #000000;
	line-height: 12px;
	font-weight: normal;
	margin: 0em;
	text-decoration:underline;
}

#nav {
	font-size: 13px;
	color:#fff;
	margin:0;
	padding:0;
	float:left;
	width:100%;

}

#nav a:hover {
	color:#D9FF6C;
	background:#666666;
}

#nav li {
	display:inline;
	margin:0;
	color:#000000;
	padding:2px 4px 1px 2px;
	float:left;
	width:auto;
	border-right:1px solid #42432d;
	text-decoration:none;
	font:bold 1em/1em Arial, Helvetica, sans-serif;
}

#nav li a {
	display:inline;
	margin:0;
	color:#000000;
	padding:2px 4px 1px 2px;
	float:left;
	width:auto;
	border-right:1px solid #42432d;
	text-decoration:none;
	font:bold 1em/1em Arial, Helvetica, sans-serif;
}










#toplinks {
	font-size: 11px;
	color:#000000;
	margin:0;
	padding:0;
	float:right;
	width:auto;

}

#toplinks a:hover {
	text-decoration:underline;
}

#toplinks li {
	display:inline;
	margin:0;
	color:#000000;
	padding:2px 4px 1px 2px;
	float:right;
	width:auto;
	text-decoration:none;
	font:bold 1em/1em Arial, Helvetica, sans-serif;
}

#toplinks li a {
	display:inline;
	margin:0;
	color:#000000;
	padding:2px 4px 1px 2px;
	float:right;
	width:auto;
	text-decoration:none;
	font:bold 1em/1em Arial, Helvetica, sans-serif;
}








/*-- Headlines ------------------*/

h1 {
	font-size: 154%;
	font-weight: bold;
	padding: 0;
	margin: 0em 0em .28em 0em;
	text-transform: uppercase;
}

h1 em {
	color: #7da435;
	font-style: normal;
}

h2 {
	font-size: 139%;
	font-weight: bold;
	margin: 0em 0em .6em 0em;
	position: relative; 	/* fix for Safari */
}

h3 {
	font-size: 100%;
	margin: 1.68em 0em .42em 0em;
}

h4 {
	font-size: 100%;
	margin: 1.68em 0em .42em 0em;
}

h5 {
	font-size: 100%;
	margin: 1.68em 0em .42em 0em;
}




/*-- Form Styles ------------------*/


select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}



/*-- Global Links ------------------*/

a {
	outline: none;
}

a:link {
    text-decoration: underline;
    outline: none;
    color: #0064b0;
}

a:visited {
    color: #0064b0;
}

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

a:active {
	color: #817B00;
}


/* prevent borders on images */
a img {
	border: 0;
}	
.rtcol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 4px;
}

/* style for latest blogs on chickbizpublishing home page */

.rounded_top{
background:url(../images/rounded_top.jpg) no-repeat;
height:27px;
width:339px;
font-family:arial;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
padding-left:8px;
padding-top:5px;
}
.rounded_middle{ 
background:url(../images/rounded_middle.jpg) repeat-y;
width:339px;
height:70px;
}
.rounded_bottom{
background:url(../images/rounded_bottom.jpg) no-repeat;
width:339px;
height:9px;
}
