@charset "utf-8";
/* CSS Document */


/*designer box *********** */
.box {
  width: 100%;
  background: url("images/top.jpg") top repeat-x #c9d8ed;
  text-align: left;
}


div.boxcontent{ 
	background-color: #c9d8ed;
	text-align: left;
	padding: 0px 0px 15px 0px;
	margin:0px 25px 0px 0px;
	color: #000000;
} 
div.boxcontent p.boxcontext{ 
	text-align: left;
	padding: 0px 0px 15px 20px;
	margin:0px 15px 10px 0px;
	color: #000000;
	border-bottom:2px solid #95a8c1;
} 

div.boxcontent p{ 
	text-align: left;
	padding: 0px 0px 15px 20px;
	margin:0px 25px 0px 0px;
	color: #000000;
} 
div.boxcontent h3.resume{ 
	border-bottom:2px solid #95a8c1;
} 
div.boxcontent div.resume{ 
	padding: 0px 30px 20px 30px;
}
div.boxcontent span.innerbold{
	font-weight: bold;	
} 
div.boxcontent ul{ 
	margin:0px 25px 0px 0px;
	color: #000000;
} 

div.boxcontent ul li.innercontent{ 
	font-weight: bold;
	color: #000000;
} 
div.boxcontent ul li.innercontent ul.sublayer{ 
	font-weight: normal;
	color: #000000;
} 

.right {
  width: 100%;
  background: url("images/right.jpg") right repeat-y;
  
}
.bottom {
  width: 100%;
  background: url("images/bottom.jpg") bottom repeat-x;
}
.left {
  width: 100%;
  background: url("images/left.jpg") left repeat-y;
}
.box div.topleft {
	display: block;
	background: url("images/topl.jpg") top left no-repeat;
	padding: 2.0em 0em 0em 2.0em;
}

.box div.topright {
	display: block;
	background: url("images/topr.jpg") top right no-repeat;
	padding: .8em 0 0 0;
	margin: -2.0em 0 0 0em;

}

.box div.bottomleft {
	display: block;
	height: 45px;
	margin-top: -2.0em;
	background: url("images/bottoml.jpg") bottom left no-repeat;
}

.box div.bottomright {
	display: block;
	background: url("images/bottomr.jpg") bottom right no-repeat;
	height: 45px;
	padding: 0 2.0em 0 0;
	margin-left: 3.0em;
}
.box div.leftcontent {
	padding: 0px;
}
/* end designer box ************** */

/* Services styleing */
div.services {
	float: left;
	width: 46%;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 30px 20px;
}
div.services h4{
	margin: 0px;
}
div.services p{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: justify;
}
div.services img{
	float: left;
	margin: 0px 15px 0px 0px;
}
div.services ul li{
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
div.services ul li ul {
	padding: 2px;
	margin: 2px;

}
div.services ul li ul li{
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}



/* About Styling*/
div.about {
	padding: 0px;
	margin: 0px 20px 20px 0px;
}
div.about h4{
	margin: 0px;
}
div.about p{
	padding: 0px 0px 40px 0px;
	margin: 0px;
	border-bottom:2px solid #95a8c1;
}
div.about img{
	float: left;
	margin: 0px 15px 0px 0px;
}


/* FORUM Styling*/
table.forum{
	border: 1px solid #626f80;
	width: 97%;
	margin: 0px 0px 15px 0px;
	padding: 5px;
	background-color: #b8c6d9;
}
table.forum td.userside{
	vertical-align: top;
	border-width: 1px 0px 1px 1px;
	border-color: #626f80;
	background-color: #c9d8ed;
	width: 100px;
	text-align:center;
}
table.forum tr td{
	vertical-align: top;
	text-align: center;
	padding: 15px;
	background-color: #c9d8ed;
	border: 1px solid #626f80;
}
table.forum tr td small{
	color: #000000;
}
table.forum tr td p{
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
table.forum tr td p.user{
	font-weight: bold;
	text-align: center;	
}
table.forum tr td p.small{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	overflow: auto;
	font-size: small;
	max-height: 400px;
}
table.forum tr td img{
 	width: 90px; 
	border: 1px solid #000000;
	float: left; 
	margin: 0px 0px 10px 0px;
}


/* Beginning of Index Page date Styling*/
div.currentouterbox {
	width: 98%; 
	border: 1px solid #626f80; 
	background-color: #b8c6d9; 
	padding: 5px; 
	margin: 5px 0px 15px 0px; 
	display: block;
}
div.currentbox {
	width: 99%; 
	border: 1px solid #626f80; 
	background-color: #ceddf2; 
	padding: 5px 0px 5px 5px; 
	position: inherit; 
	display: block;
	overflow: auto; 
}
div.currentbox img{
	float: right; 
	border: 1px solid #000000; 
	margin: 5px 10px 10px 10px;
}
div.currentbox p.currentdesc{
	margin: 0px 10px 10px 0px; 
	padding: 0px 10px 10px 0px;
}
div.currentbox p.currentdesc{
	margin: 0px 10px 10px 0px; 
	padding: 5px 10px 10px 10px;
}
div.eventname{
	padding: 0px; 
	color: #000000; 
	font-size: 20px; 
	font-family: arial;
}
div.eventname h3{
	padding: 10px; 
	margin: 0px; 
	color: #000000; 
	font-family: arial;
}
div.dateouterbox{
	padding: 2px; 
	margin: 0px 20px 0px 0px; 
	border: 1px solid #626f80; 
	position: relative; 
	background-color: #b8c6d9; 
	float: left;
}
div.datebox{
	padding: 0px 0px 3px 0px; 
	border: 1px solid #626f80; 
	width: 55px; 
	background-color: #95a8c1; 
	text-align: center;
}
div.day{
	padding: 0px; 
	color: #ffffff; 
	font-size: 30px; 
	line-height: 80%; 
	font-family: arial; 
	font-weight: bold;
}
div.month{
	padding: 0px 0px 2px 0px; 
	color: #ffffff; 
	font-size: 10px; 
	font-family: arial; 
	font-weight: bold;
}

div.year{
	padding: 2px 0px 0px 0px; 
	color: #ffffff; 
	font-size: 12px; 
	line-height: 80%; 
	font-family: arial; 
	font-weight: bold;
}
/* End of Index Page date Styling*/



/* Beginning of Archive Page Styling*/
div.archivebox{
	padding: 5px 0px 0px 0px;
	margin: 0px; 
	color: #000000; 
	font-family: arial; 
	overflow: auto;
	border-bottom: 1px solid #626f80;
}
p.archiveboxdesc{
	padding: 0px; 
	margin: 0px 0px 10px 5px;
	font-size: small;
}
p.archiveboxurl{
	padding: 0px; 
	margin: 0px;
	font-weight:bold;
}
div.archivecurrent{
	width: 100px; 
	float: right; 
	margin: 0px 5px 0px 10px;
}
div.archivecurrent img{
	width: 100px; 
	border: 1px solid #000000;
	margin: 0px 0px 10px 0px;
}
div.archivecurrent b{
	text-align: left; 
	margin: 0px 5px 0px 0px;
}
p.discusstut{
	padding: 0px; 
	margin: 0px;
}
/* End of Archive Page Styling*/




/* Beginning of Thanks Page Styling*/
div.thanks img{
	float: left;
	padding: 0px 10px 10px 0px;
	width: 50px;
}
div.thanks p{
	padding-left: 0px;
}
div.thanks table{
	width: 500px;
	padding: 5px;
	margin: 10px 0px 30px 0px;
	border: 1px solid #000000;
	background: #626f80;
}
div.thanks table td{
	font-size: smaller;
	vertical-align: top;
	padding: 10px;
	background: #dfe9f7;
}
div.thanks table td img{
	width: 100px;
}
/* End of Thanks Page Styling*/




/* Contact Styling*/
div.contact img{
	float: left;
	margin: 0px 10px 0px 0px;
}
div.contact p{
	margin: 0px;
	padding: 0px;
}
div.contact table{
	width: 90%;
	padding: 5px;
	margin: 20px 0px 30px 0px;
	border: 1px solid #000000;
	background: #626f80;
}
div.contact table td{
	padding: 10px;
	background: #dfe9f7;
}


/*Registration form*/
div.regform{
	margin: 25px 0px 0px 5%;
	font-size: smaller;
	font-weight: bold;
}
div.regform table{
	width: 500px;
	padding: 5px;
	margin: 20px 0px 30px 0px;
	border: 1px solid #000000;
	background: #626f80;
	
}
div.regform table td{
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 10px 20px;
	background: #dfe9f7;
}
div.regform table td img{
	width: 100px;
	border: 1px solid #000000;
}



/* Horizontal rule*/
hr{
	color: #95a8c1;
	margin: 10px 10px 10px 0px;
}
