/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */

/* CONTAINER */

body {
	background:  #ccc url(../images/body_bg.jpg) center top;
	font-size:12px;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	line-height: 1.6em;
}
#container {
	background:  transparent url(../images/content_shadow.png);
	width: 1000px;
	margin: 0 auto;
	padding: 0px 13px;/*margin-bottom:50px;*/
}
#gradient {
	background:  transparent url(../images/blue_greadiant.jpg) repeat-x top center;
	width: 1000px;
	margin: 0 auto;
	padding: 0px
}
/* GENERAL MOJO AND MULA */
		
		h1 {
	font-weight: normal;
	font-size: 32px;
	color: #CC6633;
	margin-bottom: 30px;
	background-color: #004883;
}
h2 {
	color: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #004883;
	padding:3px 10px;
	clear:both;
	margin:0;
}
a {
	color:#2e64a6;
	text-decoration: none;
}
.pic {
	padding:5px;
	border: 1px solid #e2e2e2;
}
a:hover {
	color:#004377;
}
form {
	float:right;
	margin-top: -45px;
	font-size: 9px;
}
input {
	background-color: #FFF;
	color: #999999;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}
.button {
	padding: 2px;
}
.pic{
	margin-right:10px;
	border:1px solid #CCC;
	}

/* HEADER ELEMENTS */

		#header {
	background:  transparent url(../images/header_bg.png) no-repeat top left;
	clear: both;
	height:125px;
}
/* the slogan */
		#header p {
	margin-top: -20px;
	margin-left: 30px;
	color: #999999;
}
/* CONTENT ELEMENTS */

		#content {
	width: 
 970px;
	margin:5px 15px;
}
#content p {
	padding-bottom: 10px;
	margin: 5px 0px;/*border-bottom: 1px solid #DDDDDD;  A faint grey line below the text */
}
/* SIDEBAR ELEMENTS */

#calendar {
	background:  #093871 url(../images/calendar_title.jpg) no-repeat top left;
	background-color:#d0d0d0;
	height:160px;
	padding: 60px 30px;
	overflow: hidden;
	clear: both;
}
.calendar_card {
	font-family: Arial, Helvetica, sans-serif;
	background:  #d0d0d0 url(../images/calendar_card_bg.jpg) no-repeat top left;
	width:130px;
	height:170px;
	text-align: center;
	cursor:pointer;
}
.calendar_card strong {
	font-size:18px;
	color:#003c6b;
	display:block;
	padding-top:15px;
}
.calendar_card em {
	font-size:60px;
	color:#404040;
	display:block;
	padding-top:25px;
	font-style:normal;
	font-weight:bold;
}
.calendar_card p {
	font-size:12px;
	color: #333;
	display:block;
	padding-top:8px;
	font-weight:bold;
	margin:5px;
}
#banners {
	width: 200px;
	float:left;
}
#flashplayer {
	padding:0 10px 15px;
	width:750px;
	float: left;
}
.threepan {
	width:300px;
	margin:0 0 10px;
	padding:0 11px;
	float:left;
	border-right: 2px dotted #666;
}
.threepan div {
	height:150px;
	margin-top:5px;
}
#sidebar {
	float: right;
	width: 175px;
}
#sidebar p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
/* FOOTER ELEMENTS */

		#footer {
	background:  #093871 url(../images/footer_bg.jpg) repeat-x top left;
	margin-top: 20px;
	clear: both;
	padding: 0px 5px 0px 5px;
	height:30px;
}
#footer p {
	color:#fff;
	padding: 5px;
}
#footer p a {
	color: #ffcc00;
}
#footer p a:hover {
	color: #FFFFFF;
}

.left{ float:left;}
.right{ float:right;}

/* And they lived happily ever after. The End. */
		
	
	
	
	/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	float: left;
	width: 140px;
}
#navigation a {
	display: block;
	padding: 5px;
	width: 140px;
	border-bottom: 1px solid #CCC;
}
#navigation a:link, #navlist a:visited {
	color:#CC6714;
	text-decoration: none;
}
#navigation a:hover {
	background: #000000 url(../images/arrow.gif) 96% 50% no-repeat;
	background-color: #F5F5F5;
	color:#CC6714;
}
/* THE SMALL BOX BELOW NAV */

		#navigation p {
	margin-top: 40px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}
/* Top Navigation */
	
	
		
		#menu {
	padding: 18px 0px;
	height:60px;
	margin:0 0 0 230px;
	text-transform: uppercase;
}
#menu UL {
	margin: 0;
	padding: 7px;
}
#menu UL LI {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
#menu UL LI A:link, #menu UL LI A:active, #menu UL LI A:visited {
	color: #515151;
	padding: 22px 10px;
	font-size: 12px;
	/*background: transparent url(../images/nav_normal.gif) repeat-x center left;*/
	font-family: "lucida grande", arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #a6a6a6;
}
#menu UL LI a.selected {
	color: #2e64a6 !important;
}
#menu UL LI a.first {
	border-left: 1px solid #a6a6a6;
}
#menu UL LI A:hover {
	/*background: transparent url(../images/nav_hover.gif) repeat-x center left;*/
	color: #2e64a6;
}

/*#############  Tweeter div   ###############*/
#twitter_div { 
	font-family:Arial,Helvetica,sans-serif;
	width: 100%; 
	height: 150px; 
	overflow: auto;
}
ul#twitter_update_list { 
	list-style: none; 
	font-size:12px;
	margin:0px;
	padding:0px;
}
ul#twitter_update_list li {
	margin:  0px  5px 10px auto;
	padding: 5px;
	color: #7a8a99;
	background:  #f2f2f2;
	border:1px solid #e0e0e0;
	line-height:16px;
}





/*#############  About us   ###############*/
#bgimage {
	background:  transparent url(../images/about_us_bg_img.png) no-repeat top left;
	width: 1000px;
	margin: 0 auto;
	padding: 0px
}
#dotedline {
	background:  transparent url(../images/dotedline.png) repeat-y top center;
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
}
.graybox {
	background-color:#f1f1f1;
	border: 1px solid #dbdbdb;
	padding: 10px;
}
#ceo {
	width: 470px;
	margin:220px 8px 10px 0px;
	float:left;
}
#about {
	width: 470px;
	margin:auto 0px 10px 10px;
	float:right;
}
#ceo h1, #about h1 {
	background-color: #834700;
	color:#fff;
	font-size: 14px;
	padding:2px 10px;
	margin:0 auto 15px 0;
	text-transform:uppercase;
	font-weight:bold;
}
#about h2 {
	background-color: transparent;
	color:#19629c;
	font-size: 14px;
	padding:3px 0px;
}
/*#########################################*/



/*#############  Events Page   ###############*/


#countrydiv {
	width: 300px;
	margin: auto 8px 20px 0px;
	float:left;
}
#calendardiv {
	width: 650px;
	margin:auto 0px 20px 10px;
	float:right;
}
.topdiv {
	background-color:#6d8a77;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding:3px 15px;
}
.topdiv strong {
	color:#ffc600;
}
.centerdiv {
	height:450px;
	overflow:auto;
	background-color:#dfdfdf;
	color:#000;
	padding:5px 10px;
	border:1px solid #b8b8b8;
}
.centerdiv p {
	color:#666;
	line-height:22px;
}
.bottomdiv {
	background-color:#6d8a77;
	height:6px;
}
#calendercontainer {
	width:200px;
	float:left;
	margin-top:10px;
}
#detailscontainer {
	margin-top:10px;
	width:400px;
	height:420px;
	overflow:auto;
	float:right;
	border:1px solid #b8b8b8;
	background:#FFF;
	padding:5px;
}


/*#############  History Page   ###############*/
#historypan {
	background:  transparent url(../images/history-bg.jpg)  no-repeat top center;
	padding:0px;
	margin:0px;
	margin-left:10px;
	width:760px;
	height:685px;
	float: left;
}
#historypan #captionpan {
	padding: 10px 25px;
	color: white;
	font-weight: bold;
	text-transform:uppercase;
}
#historypan #detailspan {
	padding: 10px 25px;
	height: 430px;
}
#historypan #titlepan {
	padding: 13px 100px;
	color: black;
	font-weight: bold;
	text-transform:uppercase;
}
#historypan #thumpan {
	padding: 10px 25px;

}

/*#############  Forum   ###############*/
#forumPan { 
	
margin:0px;
	margin-left:10px;
	margin-bottom:25px;
	width:755px;
	float: left;
}

#forumPan form {
	float: inherit
}



.livefeed_topdiv {
	background-color:#31a4bc;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding:10px 15px;
}
.livefeed_topdiv strong {
	color:#ffc600;
}
.livefeed_centerdiv {
	background: url(../images/blue_greadiant.jpg) repeat-x;
	height:270px;
	overflow:auto;
	background-color:#dfdfdf;
	color:#000;
	padding:5px 10px;
	border:1px solid #b8b8b8;
}
.livefeed_centerdiv p {
	color:#666;
	line-height:22px;
}
.livefeed_bottomdiv {
	background-color:#31a4bc;
	height:10px;
	margin-bottom: 25px;
}


.forum_topdiv {
	background-color:#31a4bc;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding:10px 15px;
}
.forum_topdiv strong {
	color:#ffc600;
}
.forum_centerdiv {
	padding:5px 10px;
	border:1px solid #b8b8b8;
}
.forum_centerdiv p {
	color:#666;
	line-height:22px;
}
.forum_bottomdiv {
	background-color:#31a4bc;
	height:10px;
}



/*#############  Media  ###############*/


#pressreleasepan {
	width: 470px;
	margin:5px 8px 10px 0px;
	float:left;
}
#contactuspan {
	width: 470px;
	margin:auto 0px 10px 10px;
	float:right;
}
#pressreleasepan h1, #contactuspan h1 {
	background-color: #a46161;
	color:#fff;
	font-size: 14px;
	padding:8px 10px;
	margin:0 auto 0px 0;
	text-transform:uppercase;
	font-weight:bold;
}
#pressreleasepan h2,  #contactuspan h2, #casestudiespan h2 {
	background-color: transparent;
	color:#19629c;
	font-size: 14px;
	padding:3px 0px;
}

#casestudiespan {
	width: 970px;
	margin:5px 8px 10px 0px;
	float:left;
}

.casestudielistbox{
	width: 48%;
	margin:5px 8px 10px 0px;
	border:1px solid #e9e9e9;
		 
}

#casestudiespan h1 {
	background: url(../images/h1bg.jpg) repeat-x;
	color:#0054a6;
	font-size: 14px;
	padding:8px 10px;
	margin:0 auto 0px 0;
	text-transform:uppercase;
	font-weight:bold;
	border:1px solid #e9e9e9;
}
