/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{ text-align:center; background: #253D87 url(../images/bg.jpg) repeat-x left top; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #333333; height: 100%; 
}


a				{outline: none;}
a:link 			{ color:#253D87; text-decoration:underline; }
a:visited 		{color:#135293; text-decoration:underline;}
a:hover 		{color:#FF9523; text-decoration:none;}
a:active 		{color:#FF9523; text-decoration:none;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{ font-size:20px; margin:0 0 12px; color: #253D87; font-weight: bold; }
h2 					{ font-size:20px; margin:8px 0; color: #5373D0; font-weight: normal; }
h3 					{ font-size:16px; margin:6px 0 5px; color: #253D87; }
h4 					{ font-size:14px; margin:4px 0; color: #5373D0; }
h5					{ font-size:12px; margin:3px 0; color: #243D87; }
h6 					{font-size:xx-small; margin:0;}
hr 					{ border-bottom: 1px dashed #CBCBCF; color: #fff; background-color: #fff; border-top-style: none; border-right-style: none; border-left-style: none; }
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

h1.pageheading	{}

.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}

/* Lightbox */

.gallery-item {
	float: left;
	width: 100px;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	background: #ddd;
	border: 1px solid #999;
	}

.gallery-item a {
	text-decoration: none;
}

.gallery-item img.thumbnail {
	margin-bottom: 5px;
}

#imageDetails {
	color: #000;
}

/* Page */

#wrapper { width: 1026px; text-align: left; padding-top: 0px; margin: 0 auto; background: url(../images/content-bg.jpg) repeat-y 209px; }
#outer-wrapper{ width: 100%; min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -65px auto; }


/* Header */

#header { width: 100%; height: 185px; margin: 0 0 0 0px; background: url(../images/header.jpg) no-repeat center bottom; 
}
#header-content { height: 185px; width: 1000px; margin-right: auto; margin-left: auto; }


#header-content h1 { float: left; text-transform: lowercase; text-align: center; font-weight: normal; font-style: italic; color: #9C9C9C; margin-top: 15px; margin-right: 0px; margin-left: 0; 
}

#header-content h1 a { display: block; width: 181px; height: 162px; text-indent: -9000px; background: url(../images/logo.jpg) no-repeat center center; 
}

#header-content h1 a:hover { background: url(../images/logo-hover.jpg) no-repeat center center; }

/* Content */

#content { width: 1026px; float: left; margin-bottom: 10px; 
}

#content-main { width: 758px; margin-right:30px;padding:10px 0 15px 30px;float: right; /* background: url(../images/sponsors-border.jpg) no-repeat center bottom; */
}

#content-main p, .content-main ul, .content-main ol {
	line-height: 180%;
}



#content-side { float: right; width: 190px; margin-right: 13px; padding-top: 10px; padding-right: 30px; padding-left: 30px; }
#content-side h5 { border-bottom: 1px solid #253D87; padding-bottom: 10px; }

#content-side .side-box { width: 190px; float: left; margin-bottom: 20px; }

#diary { float: left; width: 205px; margin-top: 20px; }
#diary hr { margin-right: 5px; margin-left: 5px; margin-bottom: 10px; }

#diary p { font-size: 11px; }

#diary h1, #diary h2, #diary h3, #diary h4, #diary h5, #diary h6, #diary p, #diary ul, #diary hr { padding-right: 7px; padding-left: 7px; color: #253D87; }
.rounded_style
{ background-color: #fff; -webkit-border-radius: 8px;    /* for Safari */ -moz-border-radius: 8px;       /* for Firefox */ 
}




#left-container { float: left; width: 205px; }



/* Footer */

#footer { width: 100%; height: 50px; text-align: center; background: #fff url(../images/footer-bg.gif) repeat-x; clear:both; padding-top: 15px; }
#sponsers { clear: both; float: left; width: 776px; height: 85px; padding-left: 250px; background: url(../images/sponsors-bg.jpg) no-repeat 215px bottom; }
#sponsers img { margin-top: 5px; }
#sponsers p { color: #243D87; font-size: 11px; }



.clr-footer { clear:both; height:65px; }


#footer p { margin: 0; color: #B4C1EB; font-size: 11px; 
}
#footer a { color: #B4C1EB; }
#footer a:hover { color: #FFFFFF; }

/**photo galery**/
.gallery-item  {
background:#E3E3E3;
border:1px solid #253D87;
float:left;
margin-bottom:8px;
margin-right:10px;
padding:10px;
text-align:center;
width:100px;

