/* Website Title
 * Layout
 *
 * 
*/


/* 														------------- Basic Structure */

body {
	margin:0;
	padding:0;
	background: #C4CDD4 url(../image/background_cloud5.jpg) bottom repeat-x;
	background-attachment: fixed;
}

img {
	display: block;
}

a#skipnav{
	 visibility: hidden; 
	 position: absolute; 
	 left: -9999px; 
}

/*
.clear-fix {
	clear:both;
}

* html .clear-fix {
	height: 1px;
}
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#frame {
	/*
	margin: 10px;
	background-color: #DDDDDD;
	height: 100%;
	*/
}

#container {
	width: 800px;
	margin: 0 auto 0 auto;
}

#header {
	width: 265px;
	height: 81px;
	background-color: #C8173F; /* was ce0030 */
}

/* 														------------- Basic Structure Specifics */

/* 												--- Header */

#header h1 {
	padding-top: 32px;
	padding-left:8px;
	margin: 0;
}

/* 												--- Content */

#content {
	background: transparent url(../image/background_container.gif) left top repeat-y; 
	min-height: 200px;
}

#footer {
	padding-top: 29px;
	padding-bottom: 10px;
	background: transparent url(../image/background_footer.gif) left top no-repeat;
}

.column {
	float:left;
	margin: 0;
	padding:0;
}
#primary {
	width: 250px;
	padding-top: 35px;
	padding-left: 15px;
}
#secondary {
	width: 535px;
}


/* 														------------- Layout Specifc */

/* 										--- Secondary */
.title, .article {
	display: block;
	/* width: 489px; maybe need this for ie? */
	padding-top: 20px;
	padding-left: 24px;
	margin-bottom: 14px;
}

.title p, .article p {
	width: 423px;
}
.title {
	background-color: #FFFFFF;
}
.article {
	background: transparent url(../image/background_article.png) right top;
}

.article.noTitle, .sIFR-hasFlash .article.noTitle {
	padding-top: 14px;
}

.control {
	background: #FFFFFF url(../image/element_square.png) right top no-repeat;
	width: 270px;
	margin: 33px 0 0 0;
	padding: 9px 0 8px 23px;
}

.control p {
	margin: 0;
	padding: 0;
}




