/* CSS Document */

#outer{
	width:990px;
	margin:0 auto;
	background-image:url(../images/stripes.jpg);
	background-repeat:repeat-y;
	padding:20px 0 50px 0;
}

#bottomStripe{
	width:990px;
	margin:0 auto;
}


#inner{
	min-height:400px;
	width:62em;
	margin:0 auto;
	background-color:#FFFFFF;
	border:1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

#native{
	width:62em;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:;
	text-align:right;
}

#native p{
	margin:0;
}

#native a{
	color:#000000;
}

/*--------------------------------Banner and Navigation*/

#banner{
	position:relative;
}

#partnership{
	position:absolute;
	top:80px;
	right:45px;
}

#nav{
	position:absolute;
	top:145px;
	left:35px;
}

#nav ul{
	margin:0;
	padding:0;
}

#nav ul li{
	display:inline;
}

#nav ul li a{
	padding-right:4em;
	color:#EB008B;
	text-decoration:none;
	font-size:1.1em;
}

#nav ul li a:hover{
	color:#00ACEE;
}

/*----------------------------------------------submenu*/

#submenu{
	width:130px;
	float:left;
	font-size:0.85em;
	margin-left:20px;
}

#submenuTop{
	height:13px;
	background-image:url(../images/submenu.jpg);
	background-repeat:no-repeat;
}

#submenuBottom{
	height:40px;
	background-image:url(../images/submenu_03.jpg);
	background-repeat:no-repeat;
}

#submenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#submenu ul li{
	background-image:url(../images/submenu_02.jpg);
	background-repeat:no-repeat;
	padding:10px 3px 10px 15px;
}

#submenu ul li a{
	text-decoration:none;
}

/*--------------------------------------------homepage column layout*/
#topColumns:after, #bottomColumns:after, div.thumb:after{
	display:block;
	height:0;
	content:"&nbsp;";
	visibility:hidden;
	clear:both;
}

#leftTop{
	width:35em;
	margin-left:1em;
	color:#000000;
	font-size:0.85em;
	float:left;
	line-height:1.5em;
}

#leftTop.general{
	width:58em;
	min-height:250px;
}

#rightTop{
	width:35em;
	float:left;
	margin-left:1em;
	color:#000000;
	font-size:0.85em;
	line-height:1.5em;
	min-height:250px;
}

#rightTop a img{
	border:none;
}

#bottomColumns{
	border-top:4px solid #00ACEE;
	margin:1em 1em 0em 1em;
	padding:0.5em 0 0.5em 0;
	color:#000000;
	font-size:0.85em;
}

#leftBottom, #middleBottom, #rightBottom{
	min-height:100px;
	width:16em;
	padding-right:1em;
	float:left;
}

#leftBottom{
	width:33em;
	border-right:4px solid #00ACEE;
	margin-right:1em;
}

#middleBottom{
	margin:0 0.5em 0 0.5em;
}

#rightBottom{
	padding-top:1.5em;
}

.developmentImage{
	width:7.5em;
	float:left;
}

.developmentImage a img{
	border:1px solid #EB008B;
}

.developmentImage a:hover img{
	border:1px solid #00ACEE;
}

.thumb a img{
	float:left;
	clear:left;
	margin-right:10px;
}

#leftTop form, #rightTop form{
	margin-top:10px;
	margin-left:20px;
}

#leftTop textarea, #rightTop textarea{
	height:150px;
}

#leftTop label, #rightTop label{
	display:block;
	width:100px;
	float:left;
	clear:left;
}

#leftTop input, #rightTop input{
	margin-bottom:10px;
	float:left;
}

.submit{
	clear:both;
	float:left;
}

.clear{
	clear:both;
}

/*-----------------------------------homepage registration form*/

.registerText{
	width:10em;
	border:1px solid #00ACEE;
	font-size:0.9em;
	color:#EB008B;
	padding:2px;
}

.goButton{
	border:none;
	background-color:#FFFFFF;
	color:#EB008B;
	text-decoration:underline;
	cursor:pointer;
}

#pledgeForm{
	margin-top:20px;
	width:300px;
}	

#pledgeForm label{
	display:block;
	width:100px;
	float:left;
}

#pledgeForm input{
	margin-bottom:10px;
}

#pledgeForm .goButton{
	float:right;
	margin-right:5px;
}

/*--------------------------------------footer*/

#footer{
	border-top:4px solid #00ACEE;
	margin:0 1em 0 1em;
}

#footer ul{
	margin:0.5em 0 0.5em 0;
	padding:0;
	text-align:center;
}

#footer ul li{
	display:inline;
}

#footer ul li a{
	color:#EB008B;
	text-decoration:none;
	font-size:0.85em;
	margin:0 1em 0 1em;
}

#footer ul li a:hover{
	color:#00ACEE;
}

/*------------------------------------------------general styles*/

#topColumns a, #bottomColumns a{
	color:#EB008B;
}

#topColumns a:hover, #bottomColumns a:hover{
	color:#00ACEE;
}

h1{
	color:#EB008B;
	font-size:1.3em;
}

h2{
	color:#00ACEE;
	font-size:1.2em;
}

h3, h4, h5, h6{
	color:#EB008B;
	font-size:1em;
}

#leftBottom h1, #middleBottom h1, #rightBottom h1{
	margin:0 0 5px 0;
}

#leftBottom h2, #middleBottom h2, #rightBottom h2{
	margin:0;
}

#middleBottom p, #rightBottom p{
	margin:0;
	float:right;
	width:9.5em;
}

#middleBottom br, #rightBottom br{
	margin:5px;
}

#leftBottom img, #middleBottom img, #rightBottom img{
	float:left;
	margin-right:5px;
}

.textright{
	text-align:right;
}

form table{
	border:none;
}

form table td{
	border:none;
	vertical-align:top;
}

.clearleft{
	clear:left;
}

.clearright{
	clear:right;
}

.clear{
	clear:both;
}

.error, .required{
	color:red;
}

.caption{
	font-size:0.8em;
}

ul{
	padding:0 0 0 10px;
}

ul.key{
	list-style-type:none;
}

ul.key li{
	padding-left:13px;
	padding-bottom:5px;
	background-repeat:no-repeat;
	background-position:0 3px;
}

ul.key li.blue{
	background-image:url(../images/blue.jpg);
}

ul.key li.green{
	background-image:url(../images/green.jpg);
}

ul.key li.yellow{
	background-image:url(../images/yellow.jpg);
}

ul.key li.orange{
	background-image:url(../images/orange.jpg);
}

ul.key li.red{
	background-image:url(../images/red.jpg);
}

ul.key li.purple{
	background-image:url(../images/purple.jpg);
}

.thumb{
	margin-bottom:5px;
}

hr{
	border:2px solid #00ACEE;
}

.floatleft{
	float:left;
}

a img{
	border:none;
}

.image{
	float:right;
	margin:10px;
}

.opinionsForm{
	width:350px;
}