/* CSS Document */

/* * {margin:0; padding:0;} */

body { background:#232323;
}

#container {
	width: 800px;
	margin: 20px auto 0px auto;
	background-color: #232323;
	border: 0px #000;
	line-height: 130%;
}

#header {
	border-bottom: 12px #fff;
	background-color: #232323;
}

#navigation {
	background-color: #232323;
	height: 65px;
}

#leftcol {
	float: left;
	width: 67%;
	height:100%;
	background-color: #282828;
	margin: 0;
	padding: 1em;
}

#rightcol {
	margin: 0px;
	height: 100%;
	background-color: #282828;
	padding: 1em;
	
}

#footer {
	clear: both;
	margin: 0;
	height: 50px;
	padding: .5em;
	color: #333;
	background-color: #009ACD;
} 

#video-container {
	width: 600px;
	margin: 20px auto 0px auto;
	background-color: #232323;
	line-height: 130%;
}

#video-col1 {
	float: left;
	width: 150px;
	height: 600px;
	background-color: #282828;
	margin: 0;
	padding: 1em;
}


#video-col2 {
	margin: 0px;
	height: 600px;
	background-color: #282828;
	padding: 1em;
	
}


ul {	float:left;	width:100%;
	height: 100%;	padding:0;	margin:0;	list-style-type:none;}


a:link { 
	text-decoration:none;
	color: #009ACD;
 }


a:visited {
	text-decoration:none;
	color: #009ACD;

}

a:hover { font-weight: bold} 


a.button {	float:left;		width:5.9em;	text-decoration:none;
	font-family: arial;
	font-size:14px;
	font-weight: 800;
	letter-spacing:5px;	color:#009ACD;	background-color:#232323;	padding:.5em;}

a:hover.button {
	background-color:#009ACD;
	color:#fff;
}
li {display:inline}





p {
		font-family: New Century Schoolbook, serif;
		font-size: 14px;
                font-style: normal;
		font-weight: normal;
                font-variant: normal;
                letter-spacing: 1px;
		line-height: 170%;
		color: #C1CDC1;
		margin-bottom: 30px;
            }

p.footer {
		font-family: New Century Schoolbook, serif;
		font-size: 14px;
                font-style: normal;
		font-weight: normal;
                font-variant: normal;
                letter-spacing: 1px;
		color: #232323;
            }

p.highlight {
		font-family: arial, sans-serif;
                font-size: 14px;
		font-weight: bold;
                font-style: normal;
                font-variant: normal;
                letter-spacing: 1px;
                color: #C1CDC1;
            }


h1 {
                font-family: arial, sans-serif;
		color: #c1cdc1;
		font-weight: 800;
		letter-spacing: 5px;
		margin-bottom: 20px;
                font-size: 22px;
                font-style: normal;
                font-variant: normal;

            }

img.default {
			border: 0px;
		}

img.videolist {
	float:left;
	margin: 0px 20px 20px 0px;
	border: 0px;
}

p.videolist {
	clear:both;
}

div.mc-field-group {
		margin-bottom: 15px;
}

div.mc-field-group label {
		font-family: New Century Schoolbook, serif;
		font-size: 14px;
                font-style: normal;
		font-weight: normal;
                font-variant: normal;
                letter-spacing: 1px;
		float: left;
		width: 120px;
		color: #C1CDC1;
            }


div.response {
		display: none;
		font-family: New Century Schoolbook, serif;
		font-size: 14px;
                font-style: normal;
		font-weight: normal;
                font-variant: normal;
                letter-spacing: 1px;
		color: #C1CDC1;
}