@charset "UTF-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #9FA1A4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Cambria, "Palatino Linotype", "Book Antiqua", "URW Palladio L", serif;
	
}

#container { 
	width: 882px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #DBDFA3;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#siteborder {
	border: 7px solid #fff;
}

#sidebar {
	padding-left:.5em;
	padding-right:.5em;
	font-size: 90%;
	float: left;
	width: 8.5em;
	font-weight: bold;
}


#sidebar h4 {
	padding-right: 0.5em;
	border-top:5px;
	font-size:70%;
}

#sidebar h3 {
	padding-right: 0.5em;
	font-weight:bold;
	font-size:80%;
}

#sidebar p {
	padding-right: 0.5em;
	font-size:70%;
}

#fablevision-logo img {
	border-width: 0;
}

#fablevision-logo {
	text-align:center;
}

#mainContent {
	background-position:top right;
	font-size:90%;
	background-image:url(../images/content.gif);
	background-color: #EAEBEC;
	margin-left: 9.5em;
	padding: 0 20px 0 0;
	background-repeat: no-repeat;
}



#mainContent #textarea {
	float: left;
	width: 200px;
	padding-left: 1em;
	}

#mainContent #videoarea {
	width:422px;
	height: 240px;
	margin: 30px 30px 0 230px;
	border: #AFBD21 solid 7px;
}

#mainContent h1 {
	font-size: 150%;
	color: #00A7E5;
	font-weight: normal;
}
#mainContent h5 {
	font-size: 100%;
	font-weight: normal;
	color: #7F439B;
}

#mainContent h6 {
	font-size: 85%;
	font-weight: normal;
}

#mainContent #videoarea #FLVPlayer {
	/* border: #AFBD21 solid 7px; */
}

#maincontentvp {
	font-size:90%;
	background-position:top right;
	background-image:url(../images/content.gif);
	background-color: #EAEBEC;
	margin-left: 9.5em;
	padding: 0 20px 0 0;
	background-repeat: no-repeat;
}

#maincontentvp h1 {
	padding-left: 1em;
	font-size: 150%;
	color: #00A7E5;
}

#maincontentvp #vidoediscription {
	text-align:left;
    margin-top: 20px;
	margin-right: 98px;
	margin-bottom: 10px;
	margin-left: 150px;
}
	
#maincontentvp #vidoediscription h2 {
	font-size: 110%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	
}
#maincontentvp #vidoediscription p {
	font-size: 90%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
}

#maincontentvp #videoarea {
	margin-top: 0px;
	margin-right: 98px;
	margin-bottom: 0px;
	margin-left: 150px;
}



#navbar ul {
	
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navbar {
	border-top:7px;
	background-color: #7d4199;
	font-size:80%;
	height: 1.8em;
	overflow: hidden;
	width:670px;
	font-weight:normal;
	text-align:left;
	padding-top:3px;
}

#navbar a {
	white-sapce: nowrap;
	background-color: #7d4199;
	padding: .5em 5px 4px 10px;
	color:#FFF;
	text-decoration:none;
}

#navbar a:hover {
	color:#9FA1A4;
	}

#navbar .separator {
	color:#FFF;

}

.videolink{
	font-size:80%;
	color:#000;
	text-decoration:none;
	font-weight:normal;

	
}




	/* column container */
	.colmask {
        padding-left: 1em;
		border-bottom: 20px;
		border-top: 20px;
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		/* clear:both; */
		float:left;
		width:710px;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		margin-bottom:40px;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:704px;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		height: 300px;
		background-color:#94a1a4;
		float:left;
		position:relative;
		padding:10px 10px 1em 10px;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		/* background:#EAEBEC;		/* right column background colour */
	}
	.threecol .colmid {
				/* width of the right column */
		/*background:blue;		/* center column background colour */
	}
	
	.threecol .colleft {
		right:270px;			/* width of the middle column */
	/*	background:grey;	/* left column background colour */
	}
	
	.threecol .col1 {
		
		width:205px;			/* width of center column content (column width minus padding on either side) */
		left:270px;			/* 100% plus left padding of center column */
	}
	
	.threecol .col2 {
		
		margin-left:7px;
		width:205px;			/* Width of left column content (column width minus padding on either side) */
		left:270px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	
	.threecol .col3 {
		
		margin-left:7px;
		width:205px;			/* Width of right column content (column width minus padding on either side) */
		left:270px;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
	.colmid .title{
	font-size:100%;
	margin:5px 0;
	padding-left:10px;
	text-align:left;
	color: white;
	background-color: #00a7e5;
	font-weight: bold;
}
.colmid p {
	font-size: 85%;
	margin:5px 0;
}

.colmid img {
	margin-left: 2px;
	border: 0px;
	}

#footer {
	background-color: #DDDDDD;
	font-size: 80%;
}

#footer p {
	background-color: #DDDDDD;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

#footer a {
	text-decoration:none;
	background-color: #DDDDDD;
	color:black;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

#footer a:hover {
	color:#9FA1A4;
}
	
#footer .separator {
	background-color: #DDDDDD;
	color:black;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
}

.floatRight {
	float: right;
	margin-left: .8em;
}

.floatLeft {
	float: left;
	margin-right: .8em;
}

.photo {
	width: 200px;
	font-size: .8em;
	font-style: italic;
	line-height: 1em;
}


#header img {
	border-style: none;

}
