/* CSS Document */

/* @group STRUCTURE */
body { font-size: 65%;
	/*background: url(images/bg.jpg) repeat;*/
}

/* Default fonts and colors. */
body,h2,h3,h4,h5,h6,ul,ol,dl,input,textarea { font-family: Verdana, Helvetica, Arial, sans-serif; color: #747986; line-height: 17px; }

#wrapper {
	width: 1010px;
	margin: auto;
	padding-top: 25px;
}

.pagetitle{ 
	margin-left: 15px;
	padding-top: 0px;
	border-bottom: 1px solid #eee; width: 805px;
	margin-bottom: 1.25em;
}

/* @end */

/* @group Headings */

h1 { color: #747986;
	font: normal 2em "Courier New", Courier, mono;line-height: 30px;
}
h2 { color: #747986;font-size: 1.4em;}
h3 { color: #747986;font-size: 1em; margin-bottom: .5em;}
h4 { color: #747986;font-size: 1em;}
h5 { color: #747986;font-size: 1em;}
h6 { color: #747986;font-size: 1em;}

/* @end */

/* @group Text Elements */
p { margin: 0 0 1em; }
a { color: #6799d6; text-decoration: none; }
a:hover { color: #444; text-decoration: none; background-color: #eee; }

.title{ 
	margin-left: 10px;
	padding-top: 0px;
	margin-bottom: 1.25em;
}

.byline{ 
	color: #444;
}

.bold {
	font-weight: bold;
}

.quote {color: #999; 
	font: 1.6em "Times New Roman", Times, serif;
}

/* @end */

/* @group Header */

#header {
	margin: 0px;
	padding: 0px;
}
#header-video {
	width:730px;
	height: 410px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#header-container {
	width:640px;
	height: 360px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#header-containerBG {
	width:640px;
	height: 460px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#header-containerBG2 {
	width:640px;
	height: 430px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#header-containerh {
	width:640px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}


/* @end */

/* @group Treeview */
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}
.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: no-repeat left center;
list-style-type: none;
padding-left: 14px;
margin-bottom: 4px;
}
.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: none ;
cursor: pointer !important;
}
.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}
.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

/* @end */
/* @group Sidebar */

#sidebar {
	float:left;
	width:183px;
	min-height: 600px;
	color:#777;
	line-height:15px;
	border-bottom:1px #eee;
	margin-top: 120px;
	padding-left: 0px;
} 

#sidebar ul{
	margin: 0px;
	padding: 0px 0px 20px;
}
#sidebar li{
	list-style:none;
}
#sidebar li a {
	height: 12px;
	width:100%;
	margin:1px 0 1px 0;
	display:block;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	padding: 1px 1px 2px;
}
/*
#sidebar li a:hover{
	background-image: url(../images/bullet_black.gif);
	background-repeat: no-repeat;
	background-position: right; 
}*/

#sidebar input {
	width:140px;
	background-color:#f6f6f6;
	border-top:1px solid #eee;
	border-right:1px solid #f9f9f9;
	border-bottom:1px solid #f9f9f9;
	border-left:1px solid #eee;
	color: #f6f6f6;
	padding:4px;
	margin:3px;
}
#sidebar input:hover {
	border:1px solid #ccc;
	color:#666;
}
#sidebar input:focus {
	border:1px solid #999;
	color:#333;
}

/* @end */

/* @group Content */

#content {
	float: left;
	width: 500px;
	margin-left:7px;
	margin-top: 15px;
	min-height: 300px;

}

#rightBar {
	vertical-align:top;
	min-height:320px;
	float:left;
	width:200px;
	line-height: 8px;
	border-bottom:1px #eee;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eee;
	margin-left: 5px;
	margin-top: 25px;
	padding-left: 10px;
	font-weight: normal;
	color:#666;
}


/* @end */

/* @group Footer */

#footer {
	padding:15px;
	margin:50px 0 0px;
	font-size:11px;
	color:#666666;
	clear:both;
}

#footercontent {
	margin:0 auto 0 auto;
}

/* @end */	

