@import url("contribute.css");
@import url("topnavV2.css");
/*-----------------------------------------------------------------------------

/* =General Set Up
-----------------------------------------------------------------------------*/

body {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	min-width: 1050px;
	margin: 0px;
	background-color: #0483c8;
	background-image: url(/image_01/bubbles.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


p { text-align: left;
}	

form { display:inline;
}

.clear {
  clear: both;
}


/* Remove border around linked images */

img {
	border: 0;
}


/* =Page Position
-----------------------------------------------------------------------------*/

/* Center design with body id="wrapper" */

#mainWrapper {
	width: 941px;
	margin: 0 auto;
	text-align: left;	
}

#Masthead {
	width: 941px;
	height:  62px;
	display: inline;
	float: left;
	margin-top: 18px;
}


/* =Top Contact Links
-------------------------------------*/

#ContactLinks {
	width:  571px;
	display: inline;
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	margin-bottom: 11px;
	padding-right: 7px;
}

#ContactLinks img{
	margin-left: 8px;
	margin-right: 5px;
}

#ContactLinks a {
	color: #FFF;
	text-decoration: none;
}

#ContactLinks a:hover {
	color: #FFF;
	text-decoration: underline;
}



/* =Top Curve
-------------------------------------*/

.CurveContainer {
	width:  941px;
	height:  10px;
	display: inline;
	float: left;
}

/* =Main Content
-------------------------------------*/

#MainContent {
	width:  941px;
	min-height:  600px;
	display: inline;
	float: left;
	background-color: #FFF;
}

/* =Left Section
-------------------------------------*/

#LeftSectionWrapper {
	width:  340px;
	display: inline;
	float: left;
	margin-top: 8px;
	margin-left: 16px;
}

#SideBar {
	width:  340px;
	display: inline;
	float: left;
	border: 1px solid #dadbdc;
	margin-bottom: 18px;
}

.SideBarFixedHeight {
	min-height: 354px;
}

.SideBarLiquid{
}

#SideBarContent {
	width:  300px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 12px;
	line-height: 23px;
}

#SideBarContent H1{
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}


#SideBarContent H2{
	background-image: url(../image_01/bullet.gif);
	background-position: 1px 11px;
	padding-left: 20px;
	background-repeat: no-repeat;
	font-size: 13px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 30px;
}

#SideBarContent H2 a{
	color: #0081c6;
	text-decoration: none;
}

#SideBarContent H2 a:hover{
	color: #0081c6;
	text-decoration: underline;
}


#SideBarContent H3 {
	color: #656669;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 6px;
	font-weight: normal;
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#BlogSideBar {
	width:  340px;
	display: inline;
	float: left;
	margin-bottom: 18px;
}

.BlogBig {
	height: 275px;
	background-image: url(../image_01/bg_blog.gif);
	background-repeat: no-repeat;
}

.BlogSmall {
	height: 191px;
	background-image: url(../image_01/bg_blog_sm.gif);
	background-repeat: no-repeat;
}


#BlogSideBarContent {
	width:  300px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 12px;
	line-height: 23px;
	color: #FFF;
}

/* =In-Page
-------------------------------------*/

.pageImg {
	position: relative;
}

#pageHeagingBox {
	width: 120px;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #99F;
}

/* =Right Section
-------------------------------------*/

#RightSectionWrapper {
	width:  550px;
	display: inline;
	float: right;
	margin-top: 8px;
	margin-right: 16px;
}


/* =Feature: Home page image
-------------------------------------*/

#Feature {
	width:  550px;
	margin-bottom: 10px;
	border: 1px solid #dadbdc;
}

#Feature img {
	margin-top: 9px;
	margin-bottom: 9px;
	margin-left: 9px;
}

/* =Sub-pages heading image
-------------------------------------*/

#SubFeature {
	margin-bottom: 10px;
	visibility: hidden;
}

#SubFeature img {
}

#PlainContent {
	width:  544px;
	display: inline;
	float: left;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 24px;
}

#PlainContent H1{
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#PlainContent H2{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #7f858c;
}
