@import url("navigation.css");

/* AEIOMed 2008
Site Layout and Design Styles
by Dan Moriarty, wwww.danmoriarty.com
modified from original 2007 version
Copyright 2008, All Rights Reserved */


/* = BASE RULES = */
body { 
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", Verdana, sans-serif;
	font-size:small;
	text-align:center;
	background: #fff url(../images/elements/background.jpg) repeat-x top left;
	color:#000;
	}

a:link, a:visited {
	color:#0058A3;
	text-decoration:underline;
	}

a:hover {
	text-decoration:none;
	color:#1f8ae4;
	}

img {
border:none;
}

/* = CONTENT HOLDERS = */
#wrapper {
	text-align:left;
	margin:0 auto;
	width:800px;
	background:#fff;
	z-index:102;
	border:1px solid #333;
	font-size:90%;
	}

#top {

	}
	
#content {
	padding:10px 15px 5px 20px;
	width:765px;		
	background:#fff;
	}

#content.wider {
	width:800px;
	padding:10px 0 5px 0;
	}

#maincol {
	float:left;
	width:450px;
	padding-top:10px;
	}

#maincol.wider {
	width:750px;
	}

#sidecol {
	float:right;
	width:300px;
	padding:10px 0 5px 0;
	}

#sidecol.nopadding {
	padding-top:0;
	}

#bottom {
	clear:both;
	}

#footer {
	clear:both;
	width:780px;
	margin:0 auto;
	padding:10px;
	text-align:left;
	background:#608BBB;
	color:#fff;
	}
	
#footer a {
	color:#fff;
	}


/*=misc classes and spans=*/

table.tablestyle1, table.tablestyle2 {
	border:none;
	}

table.tablestyle1 {
	margin:12px 0;
	padding:12px;
	}

.tablestyle1 td {
border-collapse:collapse;	
border-bottom:1px solid #ccc;
	padding:12px 0 4px 0;

}
	
	
.tablestyle2 td {
	padding:10px 0;
	border-collapse:collapse;
	border-bottom:1px solid #333;
	}


.tablestyle1 h3 {
	margin:0 0 .3em 0;
	}
	
.redtext {
	color: #f00;
}
.smalltext {
	font-size:1.2 em;
	line-height: 1.4em;
	color:#000;
	padding-bottom:1.5em;
	}


#filmsample.filmstyle1 {
height:526px;width:640px;border:1px solid #ccc;
}

/* == TYPE == */
h1 { font-size:220%; }
h2 { font-size:190%; }
h3 { font-size:140%; }
h4 { font-size:110%; }


h1, h2, h3, h4 {
	margin:.8em 0 .4em 0;
	padding:0;
	color:#333;
	}

h1.siteheader {
	display:none;
	margin:0;
	padding:0;
	}

h2 {
	border-bottom:1px dotted #ddd;
	}
	
	
h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#1760b0;
}

p {
	line-height:160%;
	margin:.2em 0 .6em 0;
	}

li {
	margin:.4em 0;
	}
	
td {
	vertical-align:top;
	}

label {
	display:block;
	clear:right;
	}
.bodytextbold {
	font-weight:bold;
	}


dl {
	margin:.2em 0;
	}

dt {
	font-weight:bold;
	font-size:110%;
	margin:.6em 0;
	}

dd {
	margin:0 0 0 20px;
	padding:0;
	}