/* Global Styles 
--------------------------------------------- */

* {
	border: none;
}

html {
	height: 100%;
}

body {
	height: 90%;
	font-size: 16px;
	font-family: "ff-scala-sans-web-1","ff-scala-sans-web-2", 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	color: #313131;
	line-height: 22px;
	/*background: #f3f2f2;*/
	/*background: #f5f5f5;*/
	text-shadow: 0px 2px 0px #FFFFFF;
	margin: 0;
	margin-bottom: 50px;
}

a {
	color: #ee3624;
	text-decoration: none;
}

a:hover {
	color: #A2261A;
}

a, a:active, a:visited {
	outline-style: none;
}

p {
	margin-top:10px;
	margin-bottom: 10px;
}

img	{
	
}

img.social_icon{
	margin: 2px 2px;
}

hr {
	color: #cecece;
	-moz-box-shadow: 0px 1px 1px #FFF;
  	-webkit-box-shadow: 0px 1px 1px #FFF;
  	box-shadow: 0px 1px 1px #FFF;
	margin-top:30px;
}

tr {
	height: 35px;
}

td, th {
	padding: 5px;
}

/* General Layout  
--------------------------------------------- */

#top {
	background-color: #444406;
	color: #FFFFFF;
	height: 60px;
	text-shadow: none;
}

section {
	margin-bottom: 50px;

}
section .inner-section {
	width: 870px;
	margin-top:50px;
	margin-left: auto;
	margin-right: auto;
}

.even {
	background-color: #F1F1F1;
}

#loadMore
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 40px;
	background-color: #FFF;
	width: 85%;
	height: 30px;
	position: fixed;
}

#team-grid 
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	height: 90%;
}

	#team-grid > a {
		float:left;
		font-size: 14px;
		width: 255px;
		height: 100px;
		display: block;
		background: white;
		overflow: auto;
		line-height: 16px;
		margin: 15px 10px;
		padding:5px;
		z-index: -2000;
	}
	
		#team-grid a img {
			padding:4px;
			margin-right:6px;
			float:left;
		}
		
		#team-grid strong {
			display: block;
			margin-top: 6px;
			font-weight: normal;
		}
		
		#team-grid p {
			color: #313131;
			font-size: 12px;
			padding: 0px;
			margin: 0px;
			margin-top: 2px;
			overflow: hidden;
		}
		
		#team-grid > a.load {
			font-size: 20px;
			width: 96%;
			height: 25px;
			background: white;
			vertical-align: middle;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			margin-bottom: 30px;
			
		}
//* asdfasdf */
.adPosts { margin-top: 15px; margin-bottom: 30px; }
.adPosts h2 { margin-bottom: 0; font-family:Georgia, 'Times New Roman', Times, serif; font:normal normal normal 1.6em/normal Georgia, 'Times New Roman', Times, serif;}
.adPosts h2 a { color:#D93315; }
.adContent h2 { margin-bottom: 0; font-family:Georgia, 'Times New Roman', Times, serif; font-size:24pt; color:#D93315; font:italic normal normal 1.9em/normal Georgia, 'Times New Roman', Times, serif; margin: 20px 0 0 0; }
.adContent { margin-left: 15px }
.adContent fieldset { margin: 20px; width: 80%; font-size:.9em;}
.adContent fieldset textarea { height: 60px }
.adPosts ul { list-style-type: none; margin: 0; padding: 0; font-size: 1.12em; }
.adPosts li { display: block; padding: 10px 0; width: 90%; border-bottom: 1px dotted #555; line-height: 1.25em; }
#description { display: block; margin: 0 0 10px 0; width: 90%; border-bottom: 0; }
.adPosts li b { color: #9E0027 }
.adPosts li#poem { background-color: #F1F1F1 }

/* ------------------------ */

#wrap {
    background: url("images/common/body-bg.png") repeat scroll 0 0 transparent;
    border: 1px solid #444406;
    margin: 0 auto;
    position: relative;
    width: 1001px;
}

#header {
    background: url("images/common/top-nav-bg.png") no-repeat scroll 0 0 transparent;
    height: 133px;
    width: 100%;
}

#footer-border {
    background: url("images/common/footer-border.png") repeat-x scroll 0 0 transparent;
    clear: both;
    min-height: 92px;
    overflow: hidden;
}

.header-image #header #title-area {
    background: url("images/common/rakshak-logo.png") no-repeat scroll left top transparent;
    margin: 55px 0 0 42px;
}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
    display: block;
    float: left;
    height: 78px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 460px;
}

#title-area {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 55px 0 0;
    width: 460px;
}

#Disclaimer {
    font-size: 10px;
    margin: 3px 5px;
	padding: 10px 0;
}