/* A3 v1 Last updated by Jace: 7.15.07 */

body {
	margin: 10px 10px 10px 40px;
	padding: 0;
	background: #D5DF3D url(../images/swoosh.jpg) no-repeat;
	font: 11px Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

img {
	border: 0;
}

img.contactimg {
	margin-top: 5px;
	margin-right: 15px;
}

div.wrapper {
	width: 830px;
	background-color: #FFFFFF;
	border: 4px solid #778E1E;
}

/* primary divs */
div.contents {
	background: #C4D088 url(../images/swoosh2.gif) no-repeat;
	border-bottom: 4px solid #778E1E;
	color: #616161;
}

div.footer {
	margin-top: 20px 10px;
}
/* end of primary divs */

/* content contents */
div.content {
	padding: 30px 40px 0 0;
	text-align: right;
}

div.home {
	height: 260px;
}

div.altervid {
	margin-bottom: 70px;
}

table.links {
	width: 320px;
	padding: 10px;
	background-color: #D5DF3C;
	border: 4px solid #4162A7;
	text-align: center;
	margin-left: auto;
}

table.links td {
	padding: 3px;
	color: #1C4299;
	font-size: 12px;
}

table.links h2 {
	color: #1C4299;
	margin: 2px;
}

table.links a {
	color: #1C4299;
}

table.links a:hover {
	background-color: #D5DF3C;
	color: #1C4299;
	text-decoration:none;
}

div.swfplaylist {
	width: 420px;
	margin-left: auto;
}
/* end of content contents */



/* navs */
div.navs {
	height: 150px;
	margin-top: 40px;
	text-align: center;
}
/* end of navs */

/* footer contents */
div.footer table {
	text-align: center;
}

div.footer td.iconsfooter img {
	padding: 0 3px;
}

div.footer td.subscribe {
	padding: 20px 15px 35px 15px;
}

div.footer td.subscribe table {
	margin: 0 auto;
}

div.footer td.subscribe input {
	margin-right: 10px;
}

div.footer td.statement {
	padding: 10px 15px;
}
/* end of footer contents */

/* clean the floats */
head+/**/body .clear:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

/* Fix IE Float bug */
.clear {min-height:1%;}
* html .clear {height:1%;}
/* end of clean the floats*/