/* CSS Document */

body {
	background-image: url(/img/bg.png);
	background-repeat: repeat-x;
	background-color: #3b3b3b;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}

#topblock a:link, #topblock a:visited {
	color: #ba2425;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#topblock a:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

#container {
	width: 760px;
	margin: 0 auto;
}

/* transparency fix */
img { behavior: url(/css/iepngfix.htc); }

/* clear fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#header {
	width: 760px;
	height: 269px;
	background-image: url(/img/header.png);
	behavior: url(iepngfix.htc);
	text-align: left;
}

#nav {
	position: relative;
	/*left: 40px;*/
	top: 50px;
	margin-left: 360px;
	width: 130px;
	text-align: left;
}

#topblock {
	position: absolute;
	top: 128px;
	width: 200px;
	margin-left: 545px;
	height: 140px;
}

#navlist {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	list-style: none;
}

.subnavlist {
	margin-left: 15px;
	margin-bottom: 3px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-transform: capitalize;
	list-style: square;
}

#navlist a:link, #navlist a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#navlist a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#clientlogin {
	margin-left: 525px;
	margin-top: -50px;
	text-align: center;
}

#clientlogin a:link, a:visited {
	color: #ba2425;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

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

#clientlogin input {
	width: 80px;
	font-size: 10px;
}

/* MAIN CONTENT AREA */
#master {
	background-color: #fff;
	width: 749px;
/*	height: 300px;*/
	padding: 5px 5px 5px 5px;
	margin-left: 1px;
	text-align: left;
}

#content_header {
	background-image: url(/img/content_header.png);
	width: 749px;
	height: 29px;
	font-size: 12px;
	font-weight: bold;
}

#content_title {
	position: relative;
	margin-left: 170px;
	top: 7px;
	color: #fff;
	text-transform: uppercase;
	width: 310px;
}

#sidebar_title {
	margin-left: 550px;
	margin-top: -7px;
	color: #fff;
	text-transform: uppercase;
}

#content {
	width: 513px;
	padding: 5px 5px 5px 5px;
	border-left: 2px solid #b0b4b7;
	border-right: 2px solid #b0b4b7;
	border-bottom: 2px solid #b0b4b7;
	height: inherit;
	margin-bottom: 5px;
	float: left;
	clear: both;
	background-image:url(/img/sidebar_bg.png);
	background-position: bottom center;
	background-repeat: repeat-x;
}

#content h1, #content h2, #content h3, #sidebar h1, #sidebar h2, #sidebar h3 {
	margin: 0px;
	color: #ba2425;	
	margin-bottom: 5px;
}
#content h1, #sidebar h1 {
	font-size: 16px;
}
#content h2, #sidebar h2 {
	font-size: 14px;
}
#content h3, #sidebar h3 {
	font-size: 12px;
}

#content p, #sidebar p {
	margin: 0;
	margin-bottom: 0.8em;
	/*text-align: left;*/
}

#content img {
	/*border: 1px solid #b0b4b7;
	padding: 1px 1px 1px 1px;
	margin-left: 10px;
	margin-bottom: 10px;*/
}

#content a:link img, #content a:visited img {
	background-color: #333333;
	border: 2px solid #b0b4b7;
	padding: 1px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}

#content a:hover img {
	background-color: #ba2425;
}

#content a:link, #content a:visited, #sidebar a:link, #sidebar a:visited {
	color: #ba2425;
	text-decoration: none;
	font-weight: normal;
}

#content a:hover, #sidebar a:hover {
	text-decoration: underline;
	font-weight: normal;
}

#content ul, #sidebar ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 0px;
}
#content li, #sidebar li {
	margin-left: 5px;
	list-style-type: square;
	margin-bottom: 2px;
}

/* SIDE BAR */
#sidebar {
	left: 20px;
	width: 203px;
	padding: 5px 5px 5px 5px;
	border-left: 2px solid #b0b4b7;
	border-right: 2px solid #b0b4b7;
	border-bottom: 2px solid #b0b4b7;
	margin-bottom: 5px;
	float: right;
	height: inherit;
	background-image:url(/img/sidebar_bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: left;
}

#sidebar a:link img, #sidebar a:visited img {
	background-color: #333333;
	border: 2px solid #b0b4b7;
	padding: 1px;
	margin-bottom: 10px;
}

#sidebar a:hover img {
	background-color: #ba2425;
}


/* FOOTER */
#footer {
	clear: both;
	background-image: url(/img/footer.png);
	width: 749px;
	height: 57px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
}

#footer ul {
	margin-left: 0px;
	padding-top: 20px;
	padding-left: 10px;
}

#footer li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

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