/* GENERAL STYLES */
/* CSS Document */

body  {
	font-size: 62.5%;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#88929B;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img{
	border:none;
}

a {
	text-decoration: none;
	color:#FF0000;
	font-weight:bold;
	outline:none;
}

a:visited {
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	width:980px;
	text-align:left;
	/*padding:0px 44px 0 40px;*/
	position:relative;
	top: 0px;
	left: 0px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	border-right: solid 10px #848E97;
	border-left: solid 10px #848E97;
	padding: 40px 0 17px 0px;
	overflow:hidden;
	height:1%;
}

#nav-container {
	background-image:url(../images/nav_cont_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0 10px 0 10px;
}

#nav {
	background-image:url(../images/nav_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	padding-top:20px;
	width:100%;
	overflow:hidden;
	
}

#breadcrumb {
	margin-left:10px;
	margin-right:20px;
	font-size:1.1em;
	color:#666666;
	padding:5px 0 10px 0;
	border-bottom: solid 2px #88929B;
}

#content {
	width:100%;
	overflow:hidden;
}

#innercontent {
	float:left;
	width:727px;
	border-left: solid 10px #848E97;
}

#inner-container {
	margin-left:170px;
	margin-top:12px;
	font-size:1.3em;
	padding-right:17px;
	padding-bottom:20px;
}

#left-sidebar {
	float:left;
	width:160px;
	padding-right:10px;
	padding-bottom:40px;
}

#sidebar {
	float:right;
	width:210px;
	border-right: solid 10px #848E97;
	padding: 0 10px 0px 13px;
	background-image:url(../images/vertical-div.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}



#footer {
	color:#FFFFFF;
	background-color:#FD4239;
	background-image:url(../images/footer-top.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding: 20px 0 15px 0;
	width:100%;
	overflow:hidden;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

