@charset "utf-8";
/* CSS Document */

/*
Orange: #EF9F2E
Dark Gray: #2F3640
Light Gray: #C6C6C6
*/

*{margin: 0;
	padding: 0;
	border: none;
}

a{
	text-decoration:none;
}

h2{
	font-size: 18px;
	border-bottom: 1px solid #EF9F2E;
	margin-bottom:10px;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	background: #C6C6C6 url(../images/bg.jpg) repeat-x;
	font-size: 12px;
}

#container{
	width: 800px;
	margin: auto;
	background: url(../images/container_bg.jpg) no-repeat;
}

#banner{
	width: 800px;
	height: 102px;
	background: url(../images/banner.jpg) no-repeat;
}

#nav{
	background: url(../images/nav.jpg) no-repeat;
	width: 790px;
	height: 30px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 16px;
}

#nav ul{
	list-style-type:none;
	margin-left: 38px;
}

#nav li{
	float: left;
	height: 30px;
}


#nav li#current{
	background: url(../images/swirl.jpg) no-repeat 10px top;
}

#nav li a{
	padding: 10px 33px;
	color: #2F3640;
}

#nav li a:hover{
	color: #C6C6C6;
}

#contentmiddle{
	background: url(../images/contentmiddle.jpg) repeat-y;
	width: 780px;
	padding: 10px;
	font-size: 12px; 
	float: left;
}

#contentmiddle img{
	border: 2px solid #c6c6c6;
}

#cmleft{
	float: left;
	width: 430px;
	margin-right: 10px;
	overflow:auto;
}

#cmright{
	float: right;
	width: 330px;
	margin-top: 21px;
}

#cmright img{
	margin-bottom: 15px;
}

#contentbottom{
	background: url(../images/contentbottom.png) no-repeat;
	width: 800px;
	height: 54px;
	float: left;
}

.bottombox{
	margin: 20px 0;
	float: left;
	width: 250px;
	height: 130px;
	background: #D7D7D7;
	color: #2F3640;
	font-size: 11px;
}

.bottomcontent{
	height: 46px;
	padding: 10px;
	overflow:hidden;
}

#logos{
	width: 800px;
	text-align:center;
	clear:both;
}

#footer{
	width: 800px;
	height: 20px;
	text-align:center;
	margin: 20px 0;
	clear:both;
	font-size: 10px;
}

/*--------------------Blog Page-------------------*/

#blogleft{
	float: left;
	width: 565px;
	padding-right: 10px;
}

#blogright{
	float: right;
	width: 200px;
	margin-top: 21px;
}

/*----------------Form----------------*/

table{
	font-size: 10px;
}

input, select, textarea{
	border: 1px solid black;
}

input[type="submit"]{
	border: 3px outset #F0F0F0;
	border:
}
