/* APERTURE24 screen styles, 2007
Site Layout and Design Styles
by Dan Moriarty, wwww.danmoriarty.com
Copyright 2007, All Rights Reserved */



/*BASE RULES */

/*remove all default padding and margins*/

body{
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
	color:#FFFFFF;
	font-size:.8em;
	text-align:center;/*fix for IE 5-6*/
	margin:0;
	}

a:link {
	color:#474747;
	}
a:visited{
	color:#474747;
	}

a:hover, #footer a:hover {
	color:#990000;
	}

img a:link, img a:visited {
	text-decoration:none;
	border:none;
	}
	

/* HOLDER TAGS */

#outerwrapper {
	margin:0 auto;
	background: #000 url(../images/bg-body.gif) repeat-y;
	width:860px;
	}
	
#wrapper {
	margin:0 auto;
	background:#000 url(../images/wrapper-bg.gif) no-repeat 0 125px;
	text-align:left;
	width:760px;	font-size:90%;

	}


#top {
	background:#000 url(../images/bg-top.gif) no-repeat;
	height:125px;
	width:760px;
	}
	

#content {
	width:100%;

	}


#sidemenu {
	width:254px;
	padding:0 0 0 10px;	
	float:left;
	font-family:"Trebuchet MS", Trebuchet, "Lucida Grande", Verdana, sans-serif;

	}
#sidemenu a {
	color:#fff;
	text-decoration:none;
	}

#sidemenu a:hover {
	color:#990000;
	}

	
#maincontent {
	float:right;
	width:460px;
	padding:10px 16px 10px 20px;
	color:#333;	
	height:370px;
	overflow:auto;
	border-bottom:12px solid #eee;
	}

#maincontent.long {
	height:auto;
	background:#fff;
	}	

#bottom {
	clear:both;
	}
	
#footer {
	color:#fff;
	background:#747174;
	clear:both;
	padding:10px;
	text-align:center;
	width:476px;
	margin-left:264px;
	}

#footer a:link, #footer a:visited {
	color:#fff;
	}

	
#bottomshadow {
	background: url(../images/bg-bottom.gif) no-repeat;
	width:860px;
	margin:0 auto;
	height:30px;
	}



	
/*TYPOGRAPHY */

h1{
	font-size:200%;
}

h1.siteheader { /*this is top type header*/
	display:inline;
	color:#fff;
display:none;
	width:400px;
	margin:-20px 0 0 0;
	padding:0;
	line-height:0;

	}
	
h2{
	color:#000;
	font-size:170%;
	margin:.5em 0;
}

h3{
	font-size:130%;

}

h4{
}

h5{

}

p {
	line-height:150%;
	margin:.8em 0;
	}
	
ul{

}

li{
}


fieldset {
	margin:1em 0;
	padding:1em;
	border:1px solid #ccc;
	width:400px;
	}

legend {
	font-weight:bold;
	font-size:110%;
	color:#666;
	}
	
label {
	display:block;
	}


/*PAGE SPECIFIC*/


/*MISC SPANS AND CLASSES */


/*NAVIGATION */

#sidemenu ul {
	list-style:none;
	width:110px;
	margin:5px 0 5px 5px;
	padding:0;
	text-align:right;
	float:left;
	}

#sidemenu li {
	padding:6px 0;
	margin:0;
	}

#sidemenu2 ul {
	float:right;
	width:85px;
	margin-right:12px;
	}
	
#sidemenu2 ul {
	
	}

/*MISC */

.breadcrumbs {
	margin:0 0 5px 0;
	}
	

.csc-mailform-field {
margin:10px 0px 10px 0px;
padding:10px 0px 0px 0px;
display:block;
width:100%;
}


table.tablestyle1 {
border:none;
width:98%;
}

table.tablestyle1 tr {
	background:#000;
	}

table.tablestyle1 th {
		text-align:center;	padding:6px;
	margin:0 2px;
	background:#fff;

	}
	
table.tablestyle1 td {
	padding:6px;
	margin:0 2px;
	background:#fff;
	}

.copydivider {
	border-bottom:1px solid #333;
	font-size:110%;
	padding-bottom:15px;
	}