/************* Basic Layout **************/
* {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 12px;
}

html {
	margin: 0;
	padding: 0;
}

#outer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;

}

#main {
	width: 940px;
	background-image: url(../images/bg_main.png);
	background-repeat: repeat-y;
	padding: 20px 20px 20px 20px;
	height: 100%;
}


/* ************* Generic ************* */

p {
	margin-bottom: 15px;
}

ul {
	list-style-type: none;
	margin-bottom: 10px;
}

a {
	color: #006699;
	text-decoration: underline;
}

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

img {
	border-style: none;
}

input, textarea {
	border: 1px solid #000;
}

.inputbox {
	margin-right: 2px;
}

.button {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.no-block {
	text-align: left;
}

/************* HEAD ************* */

#top_bar {
	background-color: #000000;
	width: 970px;
	text-align: right;
	padding: 4px 10px 4px 0px;
}

#top_bar ul {
	margin-bottom: 0px;
}

#head_top_bar {
	background-image: url(../images/bg_top_bar.jpg);
	width: 100%;
	height: 28px;
}

#search_bar {
	float:right;
	margin-right: 20px;
	margin-top: 2px;
}

/************* LEFT ************* */
#left {
	float: left;
	margin-right: 25px;
	width: 200px;

}
.menu {

}

.menu li {
	background-image: url(../images/list_item.png);
	background-repeat: no-repeat;
	background-position: 4px 8px;;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 180%;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #cccccc;
}

.menu li a, .menu-nav li a {
	text-decoration: none;
}

.menu-nav li a {
	color: #FFFFFF;	
}


.mainlevel-nav {
	padding: 0 5px 0 0px;
	color: #FFFFFF;
	text-decoration: none;
}

.menu-nav li {
	display:inline;
	padding-left: 15px;
}

.menu #current {
	background-image: url(../images/list_item_active.png);
	background-repeat: no-repeat;
	border-bottom-style: none;
	background-color: #E7E7E7;
}

/************* CONTENT ************* */

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	line-height: 150%;
}

.componentheading {
	font-size: 150%;
}
.contentheading {
	font-size: 200%;
}

#content {
	margin-left: 225px;
	text-align: justify;
}

#content li {
	background-image: url(../images/list_item.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
}

.dfContactTable tr td, th {
	border: 2px solid #FFF;
}

#component-contact {
	margin: 0px;
	width: 99%
}

/************* RIGHT ************* */



/************* FOOTER ************* */
#foot_content {
	text-align: center;
	margin-top: 10px;
}

#bottom_bar {
	clear: both;
	width: 980px;
	height: 20px;
	background-image: url(../images/bg_bottom_bar.png);
	background-repeat: repeat-x;
}
