html
{
	overflow-y: scroll;
	overflow-x: hidden;
}
body
{
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: "Trebuchet MS" ,Trebuchet, "Bitstream Vera Sans" , "DejaVu Sans" ,Arial,sans serif;
	font-size: 14px;
}

.NoPadding
{
	margin: 0px;
	padding: 0px;
}

.shadow
{
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 1px 1px #d8dadb, 2px 2px #d8dadb, 3px 3px #d9dbdc, 4px 4px #d9dbdc, 5px 5px #dadcdd, 6px 6px #dadcdd, 7px 7px #dadcdd, 8px 8px #dbddde, 9px 9px #dbddde, 10px 10px #dcdedf, 11px 11px #dcdedf, 12px 12px #dcdedf, 13px 13px #dddfe0, 14px 14px #dddfe0, 15px 15px #dee0e1, 16px 16px #dee0e1, 17px 17px #dee0e1, 18px 18px #dfe1e2, 19px 19px #dfe1e2, 20px 20px #e0e2e3, 21px 21px #e0e2e3, 22px 22px #e0e2e3, 23px 23px #e1e3e4, 24px 24px #e1e3e4, 25px 25px #e2e4e5, 26px 26px #e2e4e5, 27px 27px #e2e4e5, 28px 28px #e3e5e6, 29px 29px #e3e5e6, 30px 30px #e4e6e7, 31px 31px #e4e6e7, 32px 32px #e4e6e7, 33px 33px #e5e7e8, 34px 34px #e5e7e8, 35px 35px #e6e8e9, 36px 36px #e6e8e9, 37px 37px #e6e8e9, 38px 38px #e7e9ea, 39px 39px #e7e9ea, 40px 40px #e8eaeb, 41px 41px #e8eaeb, 42px 42px #e8eaeb, 43px 43px #e9ebec, 44px 44px #e9ebec, 45px 45px #eaeced, 46px 46px #eaeced, 47px 47px #eaeced, 48px 48px #ebedee, 49px 49px #ebedee, 50px 50px #eceeef, 51px 51px #eceeef, 52px 52px #eceeef, 53px 53px #edeff0, 54px 54px #edeff0, 55px 55px #eef0f1, 56px 56px #eef0f1, 57px 57px #eef0f1, 58px 58px #eff1f2, 59px 59px #eff1f2, 60px 60px #f0f2f3;
	padding: 20px;
}

#container
{
	position: relative;
	z-index: 300;
	margin-bottom: 20px;
}

#subcontainer
{
}

#header
{
	/* height: 71px;*/
}

#logo
{
	box-shadow: 2px -12px 10px #888;
	position: relative;
	z-index: 300;
	padding: 20px;
}


.header-controls
{
	float: right;
	position: relative;
	right: 0;
	top: -80px;
}
#navigation
{
	background: #8a0026; /* Old browsers */
	background: -moz-linear-gradient(top, #8a0026 0%, #8a0026 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8a0026), color-stop(100%,#8a0026)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8a0026 0%,#8a0026 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8a0026 0%,#8a0026 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8a0026 0%,#8a0026 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8a0026 0%,#8a0026 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a0026', endColorstr='#8a0026',GradientType=0 ); /* IE6-9 */
	position: relative;
	z-index: 100;
}

#navigation nav
{
}

#navigation .menu-position
{
	/*    position: relative;     margin-left: 435px;*/
	width: 960px;
	margin: 0 auto;
}
#navigation .menu-position .user-name
{
	float: right;
	text-align: left;
	display: inline;
	margin: 0px;
	padding: 12px 4px 0px 0px;
	list-style: outside none none;
	color: white;
}
#navigation ul
{
	text-align: left;
	display: inline;
	margin: 0;
	padding: 15px 4px 17px 0;
	list-style: none;
}
#navigation ul li
{
	font: bold 12px/18px;
	display: inline-block;
	margin-right: -4px;
	position: relative;
	padding: 10px 9px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	border-right: solid 1px #fff;
}
#navigation ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}
#navigation ul li:hover
{
	background: #15385f;
	color: #fff;
}
#navigation ul li ul
{
	padding: 0;
	position: absolute;
	top: 38px;
	left: 0;
	width: 150px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
}
#navigation ul li ul li
{
	background: #b81b46;
	display: block;
	color: #ae2047;
	/*text-shadow: 0 -1px 0 #000;*/
}
#navigation ul li ul li:hover
{
	background: #911b3b;
}
#navigation ul li:hover ul
{
	display: block;
	opacity: 1;
	visibility: visible;
}
. #pagecontainer
{
}

#footer
{
	width: 100%;
	z-index: 100;
	margin-top: 50px;
}

.copyright
{
	text-transform: capitalize;
	width: 50%;
	float: left;
	padding-bottom: 10px;
}

.designedby
{
	text-transform: capitalize;
	width: 50%;
	float: right;
	text-align: right;
}

.clear
{
	clear: both;
}

.wrapper
{
	width: 960px;
	margin: 0 auto;
}


a
{
	color: #333;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

hr
{
	background: #1A568E;
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	margin: 0 0 1.4em;
	border: none;
}

.sidebar
{
	width: 212px;
	float: left;
	border: solid 1px #CCCCCC;
	padding: 5px;
	border-radius: 5px;
}

.contentcontainer
{
	width: 700px;
	float: right;
	border: solid 1px #CCCCCC;
	padding: 10px;
	border-radius: 5px;
}

h1, h2, h3, h5, h6
{
	border-bottom: 1px solid #CCCCCC;
	color: #2b6b36;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
}



h1
{
	border-bottom: 1px solid #CCCCCC;
	color: #2b6b36;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.grid_3
{
	float: left;
	width: 47%;
	margin-right: 15px;
}

.news-list
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.news-list img
{
	float: left;
	margin-right: 10px;
}

.news-list h4
{
	border: none;
	margin: 0px;
	padding: 0px;
}

.news-list li
{
	background-color: #f2f2f2;
	display: inline-block;
	padding: 5px;
	border: solid 1px #e4e4e5;
	margin-bottom: 10px;
	color: #333333;
}
.news-list li:hover
{
	background-color: #dbdbdb;
}
.news-list p
{
	margin: 0px;
	padding: 0px;
}






.news-list-thumb
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.news-list-thumb img
{
	float: left;
	margin-right: 10px;
}

.news-list-thumb h4
{
	border: none;
	margin: 0px;
	padding: 0px;
}

.news-list-thumb li
{
	display: inline-block;
	padding: 5px;
	margin-bottom: 10px;
	float: left;
	width: 315px;
	margin-right: 20px;
}

.news-list-thumb p
{
	margin: 0px;
	padding: 0px;
}


.more
{
	padding: 5px;
	background-image: linear-gradient(to bottom, #5CB85C 0px, #419641 100%);
	background-repeat: repeat-x;
	border-color: #3E8F3E;
	background-color: #419641;
	border-radius: 5px;
	color: #ffffff;
	margin-top: 10px;
}

.pull-right
{
	float: right;
}

a
{
	text-decoration: none;
}

.price
{
	font-weight: bold;
}


.donor-top
{
	background-image: url("../images/donor-top.jpg");
	background-repeat: no-repeat;
	float: left;
}


.donor-bottom
{
	background-image: url("../images/donor-bottom.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
	float: left;
}

.common-block-text
{
	font-size: 16px;
	line-height: 18px;
	padding: 10px 30px;
	text-align: center;
}

.social-media
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.social-media li
{
	float: left;
	margin-right: 3px;
}

.contentcontainerfullwidth
{
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 20px;
}
.ChkIsbrk label
{
	padding-left: 10px;
	font-weight: normal;
}

/*------------------------------------------------*/

#site-title a {
    color: #57ad68;
    letter-spacing: -2px;
}

/*-------File Upload-----*/
.file-upload
{
    color:#006699;
    /*border: 1px solid #ccc;*/
    padding: 7px;
    width:200px;
}
.file-upload::-webkit-file-upload-button
{
    background-color:#006699;
    color:#fff;
    padding:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;    
    -ms-border-radius:5px;
    cursor:pointer;
    border:1px solid #006699;
}
.file-upload::-webkit-file-upload-button:hover
{
    background-color:#0080C0;
}


.img-px
{
    color:#08C2DE;
    font-size:18px;
}
th
{
    text-align:center !important;
}

.allow-paging td
{
    padding-right:10px;
}
.writers-msg
{
    font-size: 20px;
    margin-left: 300px;
    color: blue;
}
.col-bottom
{
    margin-bottom:20px;
}
.ddl-error
{
    color:Red;
    font-weight:bold;
}