/* styles_news.css */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(http://www.candex.us/images/iimg01.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: black;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
p, blockquote, ul, ol {
	margin-top: 0;
	padding-top: 0;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #C0C0C0;
}

#header {
	width: 760px;
	height: 50px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: right;
	height: 30px;
	width: 650px;
	border-top: 20px solid #FFFFFF;
	background: #E1EEFA url(http://www.candex.us/images/img03.gif) repeat-x left bottom;
}
#menu ul {
	margin: 0;
	padding: .35em 0 0 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	padding: 0 1em;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}
#menu a:hover {
	color: #0088FF;
}


/* Top Image */

#topimage {
	width: 960px;
	height: 140px;
	margin: 0 auto;
}

/* IMAGE FLOATING */

.floatLeft{
	float: left;
} 
.floatRight{
	float: right; 
	padding: 5px;
} 
.image-left{
	float: left; 
	padding: 5px;
} 
.image-right{
	float: right; 
	vertical-align: text-top;
}

/* Content */

#content {
	width: 960px;
	margin: 0 auto;
}
#content h2 {
	height: 25px;
	padding: 6px 0 0 31px;
	background: url(http://www.candex.us/images/img06.gif) no-repeat 10px 10px;
	text-transform: uppercase;
	font-size: 0.92em;
	color: #000000;
}
#content h3 {
	font-size: 1.3em;
	color: #006400;
}
#content ul {
	margin: 0;
	padding-left: 33px;
	list-style: none;
}
#content li {
	padding-left: 12px;
	background: url(http://www.candex.us/images/img09.gif) no-repeat left center;
}
#content .content {
	padding: 10px 31px 20px 31px;
}

/* LANGUAGE */

#language {
	float: right;
	margin: 0;
	padding: 0;
}

/* Column One */

#colOne {
	float: left;
	width: 620px;
}

#colOne .boxed {
	background: url(http://www.candex.us/images/img07.gif) repeat-x;
}

/* Column Two */

#colTwo {
	float: right;
	margin-left: 7px;
	width: 300px;
	background: url(http://www.candex.us/images/img05.gif) repeat-x;
}

#colTwo .boxed {
	background: url(http://www.candex.us/images/img08.gif) repeat-x;
}

#colTwo .content {
	padding: 10px;
}

/*FOOTER*/

#footerMain{
	width:705px;
	margin:0 50px 0px 200px;
	height:20px;
	color:#000;
	padding: 6px 10px;
}
#footer{
	width:705px;
	background:url(http://www.candex.us/images/footer_bg.gif) 0 0 repeat-x;
	height:20px;
	position:relative;
	padding: 6px 10px;
}
#footer ul{
	width:657px;
	position:absolute;
	left:150px;
	top:5px;
}
#footer ul li{
	float:left;
	color:#fff;
	background-color:inherit;
	font:bold 12px/16px Tahoma, Arial, Helvetica, sans-serif;
}
#footer ul li a{
	font:bold 12px/16px Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	padding:0 11px;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#fff;
	background-color:#03373B;
}

