/*Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
min-height: 100%;
height: 100%;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*Main divs*/

html {
min-height: 100%;
height: 100%
}

body{
margin:0;
padding:0;
line-height: 1.5em;
background: #FFF url('images/bg.gif') repeat-y center top;
font: 0.9em/1.4em Tahoma, Geneva, sans-serif; 
color: #666;
min-height: 100%;
height: 100%;
width: 100%;
}

html>body, html>body #maincontainer {
height: auto;
}

#maincontainer{
width: 798px; /*Width of main container*/
position: absolute;
top: 0;
left: 50%;
margin-left: -399px;
min-height: 100%;
height: 100%
}

#topsection{
background: #FFF url('images/banner.gif') no-repeat left top;
height: 120px; /*Height of top section*/
width: 798px; 
margin: 0 auto;
}

#contentwrapper{
float: left;
width: 100%;
margin-bottom: 90px;
}

#contentcolumn{
margin-left: 171px; 
padding: 20px 20px 0px 0px;
}

#contentcolumnwide{
margin-left: 171px; 
padding: 20px 180px 0px 0px;
}

#innerleft {
float: left;
width: 440px;
margin-right: 20px;
}

#innerleftblog {
float: left;
width: 380px;
margin-right: 20px;
}

#innerright, #blogright {
float: right;
margin-right: 20px;
}

#blogright {
width: 170px;
}

#innerright a{
background: transparent;
}

#blogright a{
display: block;
margin-top: 6px;
}

/*Left Column*/

#leftcolumn{
float: left;
width: 171px; 
margin-left: -798px;
text-align: center;
padding-top: 20px;
}

#leftcolumn a {
font-size: 110%;
text-decoration: none;
color: #999;
display: block;
height: 37px;
padding-top: 9px;
}

#leftcolumn a.blue {
background: transparent url('images/blue_btn.gif') no-repeat center top;
}

#leftcolumn a.pink {
background: transparent url('images/pink_btn.gif') no-repeat center top;
}

#leftcolumn a.yellow {
background: transparent url('images/yellow_btn.gif') no-repeat center top;
}

#leftcolumn a.blue:hover{
background: transparent url('images/blue_btn.gif') no-repeat center -45px;
}

#leftcolumn a.pink:hover{
background: transparent url('images/pink_btn.gif') no-repeat center -45px;;
}

#leftcolumn a.yellow:hover{
background: transparent url('images/yellow_btn.gif') no-repeat center -45px;;
}



/*Typography*/

span {
text-indent: -9999px;
display: block;
}

h3 {
color: #6C0638;
font-weight: normal;
font-size: 140%;
padding-bottom: 10px;
}

h4 {
color: #6C0638;
font-weight: normal;
font-size: 100%;
padding: 10px 0 10px 0;
}

em {
color: #6C0638;
font-style: normal;
}

a {
color: #6C0638;
}

a:hover {
color: #FFF;
background: #6C0638;
text-decoration: none;
}

p {
padding-bottom: 1.2em;
}

#contentcolumn ul, #contentcolumnwide ul {
list-style-type: disc;
list-style-position: inside;
padding-bottom: 1.2em;
}

.floatright{
float: right;
}


/*Footer*/

#clear {
clear: both;
}

#footer{

min-height: 70px;
background: #FFF url('images/footer.gif') repeat-y center top;
width: 100%; 
margin: 0 auto;
position: absolute;
bottom: 0;
font-size: 80%;
text-align: center;
}

#footerleft{
float: left;
padding: 15px 0 0 40px;
text-align: left;
width: 267px;
}

#footerright{
float: right;
padding: 15px 40px 0 0;
text-align: right;
}

#footermid{
float: left;
}

#footer a {
color: #666;
}

#footer a:hover {
color: #666;
text-decoration: none;
background: transparent;
}


.alliance {
margin-top: 5px;
}



/*Images*/

.imgleft {
float: left;
padding-right: 20px;
}

/*Videos*/

object {
margin-bottom: 10px;
}
