/* Main CSS Document */

@import url("core.css");

/* container */
#container {
	width: 950px;
	margin: 0px auto;
}


/* header */
#header {
	height: 100px;
}
.logo {
	width: 400px;
	float: left;
}
.image {
	width: 500px;
	float: right;
}


/* nav */
#nav {
	width: 950px;
	height: 40px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	width: 620px;
}
#nav li {
	margin: 0px;
	padding: 9px 0px 0px 0px;
	list-style-type: none;
	float: left;
	display: block;
	height: 31px;
	text-align: center;
	font-weight: bold;
	width: 100px;
	background-image: url(../images/nav-divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav li.on {
	margin: 0px;
	padding: 9px 0px 0px 0px;
	list-style-type: none;
	float: left;
	display: block;
	height: 31px;
	text-align: center;
	font-weight: bold;
	width: 100px;
	background-image: url(../images/nav-divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #ffffff;
}
#nav li a, #nav li a:visited {	
	color: #d5f3ff;
	text-decoration: none;
}
#nav li a:hover {
	color: #ffffff;
	text-decoration: none;
}


/* content */
#content {
	width: 950px;
	padding: 20px 0px 20px 0px;
	background-image: url(../images/bg-content.jpg);
	background-repeat: no-repeat;
}
.thumb {
	width: 25%;
	float: left;
}
.desc {
	width: 73%;
	float: right;
}
#content.nobg {
	background-image: none;
}



/* left */
.left {
	width: 200px;
	float: left;
}
.leftblog {
	width: 680px;
	float: left;
	padding: 15px 0px 0px 15px;
}


/* right */
.right {
	width: 709px;
	float: right;
	padding: 0px 0px 0px 20px;
	border-left: 1px solid #f2f2f2;
}
.rightblog {
	width: 195px;
	float: right;
}


/* footer */
#footer {
	color: #9f9f9f;
	padding: 30px 0px 10px 0px;
	background-image: url(../images/bg-footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px auto 20px auto;
	width:950px;
}
#footer ul {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
#footer li {
	margin: 0px 10px 0px 10px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#footer a {
	color: #847979;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* form */
label {
	margin: 0px 20px 0px 0px;
	padding: 5px 0px 0px 0px;	
	float: left;
	width: 50px;
}
.field {
	width: 180px;
	height: 23px;
	float: left;
	border: 1px solid #dfdfdf;
	margin: 0px 0px 10px 0px;
}
.txtarea {
	width: 300px;
	float: left;
	border: 1px solid #dfdfdf;
	margin: 0px 0px 10px 0px;
}
.btn {
	padding: 0px 0px 20px 70px;
}


/* table */
table {
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
td {
	padding: 5px;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}
th {
	padding: 5px;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background-color: #00213f;
	color: #fff;
	text-transform: uppercase;
}
