@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background-color:#00a6c0;
	background-image:url(../images/backgroundTile.jpg);
	background-repeat:repeat-x;
	margin:60px 30px 30px 30px;
	font:12px normal "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1{
	font-size:14px;
	font-weight:bold;
	color:#00a6c0;
	margin:0px 20px 5px 10px;
	text-transform:uppercase;
}

p{
	color:#00a6c0;
	margin:3px 20px 15px 10px;
}

img{
	border:none;
}

#wrapper{
	width:964px;
	margin:0 auto;
	margin-bottom:20px;
}

#content_frame{
	width:744px;
	float:right;
	background-color:#F5F1EA;
}

#content{
	width:724px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	background-color:White;
	min-height:460px;
	height: auto !important;
	height: 460px;
	padding-bottom:20px;
}

#content_home{
	width:724px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	background-color:White;
	height:480px;
	background-image:url(../images/flashBG.jpg);
	background-repeat:no-repeat;
}

#content p{
	color:Black;
	margin:20px 40px 10px 40px;
	line-height:20px;
}

#content h2{
	color:#8c352c;
	margin:20px 40px 3px 40px;
	font-size:16px;
	font-weight:bold;
}

#content h3{
	color:#8c352c;
	margin:3px 40px 10px 40px;
	font-size:12px;
	font-weight:bold;
}

#content a{
	color:#036777;
	font-weight:bold;
	text-decoration:underline;
}

#content a:hover{
	color:#036777;
	font-weight:bold;
	text-decoration:none;
}

#content ul{
	margin:10px 40px 20px 80px;
}

#header{
	width:724px;
	height:80px;
	background-color:#00a6c0;
}

#navigation{
	width:220px;
	float:left;
}

#comedia_logo{
	width:220px;
	height:90px;
	overflow:hidden;
}

#menu{
	width:220px;
	float:right;
	height:410px;
	background-color:White;
}

#main_menu{
	text-align:right;
	position:relative;
	top:12px;
}

#main_menu img{
	border:none;
	border-top:1px solid #c6e9ee;
}

#main_menu img.last{
	border-bottom:1px solid #c6e9ee;
}

#sub_menu{
	width:210px;
	height:250px;
	background-image:url(../images/backgroundSubMenu.gif);
	background-repeat:no-repeat;
	position:relative;
	top:23px;
	left:10px;
	/*padding-top:50px;*/
}

#sub_menu_content{
	position:relative;
	top:50px;
}

#sub_menu p{
	margin-top:0;
	margin-bottom:3px;
}

#sub_menu a{
	color:#8c352c;
	font-weight:bold;
	text-decoration:none;
}

#sub_menu a:hover{
	text-decoration:none;
	background-color:#e6dac2;
}

/*#footer{
	clear:both;
	width:1004px;
	margin:0 auto;
	text-align:right;
	color:White;
}

#footer p{
	margin-top:20px;
	color:White;
}

#footer a{
	color:White;
}

#footer a:hover{
	text-decoration:none;
}*/

#footer{
	clear:both;
	width:1000px;
	margin:0 auto;
	margin-top:20px;
	text-align:right;
	color:White;
}

#footer p{
	position:relative;
	top:20px;
	left:-10px;
	color:White;
}

#footer a{
	color:White;
}

#footer a:hover{
	text-decoration:none;
}

label{
	font-weight:bold;
	color:white;
}