@charset "utf-8";

/* CSS Document */

h1 {
	color:#352e54;
	font:normal 20px Georgia, "Times New Roman", Times, serif;
	margin:0 0 35px 0;
}

h2 {
	border-bottom:1px solid #ececec;
	color:#352e54;
	font:bold 14px Arial, Helvetica, sans-serif;
	margin-top:25px;
}

h3 {
}

h4 {
}

p {
}

a {
	color:#3e4b78;
	text-decoration:underline;
}

a:visited {
	color: #3e4b78;
	text-decoration: underline;
}

a:hover {
	color: #900;
	text-decoration: underline;
}

.h2_uline {
	border-bottom:3px solid #ddd;
}

.blue_bullet_list ul {
	margin:0;
	padding:0;
	list-style:none;
	padding-left:15px;
}

.blue_bullet_list li {
	margin:0;
	padding:0;
	list-style:none;
	background:#fff url(images/elements/list_dot.gif) no-repeat;
	background-position:0px 7px;
	padding-left:15px;
}

.link_desc {
	color:#666;
	font-size:11px;
}

/* board of directors */
div.con_us div.con_us_title {
	margin-top:0px;
	margin-bottom:10px;
	height:200px;
}

div.con_us div.con_us_title div.con_us_img {
	float:left;
	width:80px;
	height:80px;
	margin-top:5px;
	border-bottom:1px solid #eaeaea;
}

div.con_us div.con_us_title div.con_us_text {
	margin-left:80px;
	border-left:1px solid #eaeaea;
	padding-left:5px;
}

div.con_us div.con_us_title div.con_us_text h3 {
	font-size:14px;
	border-bottom:1px solid #eaeaea;
	margin:0 0 2px -5px;
	padding:0 0 5px 5px;
	font-variant:small-caps;
	color:#cc3300;
}

/* partners */
div.partners div.partners_title {
	margin-top:0px;
	margin-bottom:10px;
}

div.partners div.partners_title div.partners_img {
	float:left;
	width:210px;
	height:135px;
	margin-top:5px;
	border-bottom:1px solid #eaeaea;
}

div.partners div.partners_title div.partners_text {
	margin-left:210px;
	border-left:1px solid #eaeaea;
	padding-left:5px;
}

div.partners div.partners_title div.partners_text h3 {
	font-size:14px;
	border-bottom:1px solid #eaeaea;
	margin:0 0 2px -5px;
	padding:0 0 5px 5px;
	font-variant:small-caps;
	color:#cc3300;
}

div.partners div.partners_title div.partners_text h3 a {
	font-size:14px;
	font-variant:small-caps;
	color:#cc3300;
	text-decoration:none;
}

/* Corners */
span.corners-top, 
span.corners-bottom, 
span.corners-top span, 
span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
	}

span.corners-top {
	background-image: none;
	background-position: 0 0;
	}

span.corners-top span {
	background-image: none;
	background-position: 100% 0;
	}

span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	}

span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
	}

span.corners-top {
	background-image:url(images/elements/corners_left.gif);
	}

span.corners-top span {
	background-image:url(images/elements/corners_right.gif);
	}

span.corners-bottom {
	background-image:url(images/elements/corners_left.gif);
	}

span.corners-bottom span {
	background-image:url(images/elements/corners_right.gif);
	}
	
/* Corners ends */	

.box_info {
	background-color:#ffcccc;
	}
	
.box_info_inside {
	padding: 20px 10px 20px 125px;
	background-image:url(images/elements/under_const.png);
	background-position:25px 50%;
	background-repeat:no-repeat;
	display:table-cell;
	vertical-align:middle;
	}

.att_box {
	background-color:#ececec;
	border:1px solid #ccc;
	padding:10px 5px;
}

.pre_text {
	font-family:Consolas, "Courier New", Courier, monospace;
	font-size:9pt;
	color:#666666;
	margin:0px 20px 0px 30px;
	}
	
.code {
	font-family:Consolas, "Courier New", Courier, monospace;
	font-size:9pt;
	color:#cc0000;
	}
	
code {
	font-family:Consolas, "Courier New", Courier, monospace;
	font-size:9pt;
	color:#cc0000;
	}
	
.img_right {
	float:right;
	padding:5px;
	margin:0 0px 10px 10px;
	border:1px solid #cecece;
}

.img_right p {
	color:#999;
	font:normal 10px Arial, Helvetica, sans-serif;
	margin:3px 0 0 0;
	padding:0;
}

h1.home_page {
	font:italic normal 25px Georgia, "Times New Roman", Times, serif;
	color:#606060;
}

#home_page {
	font:normal 15px/18px Georgia, "Times New Roman", Times, serif;
	color:#606060;
}

#home_page .learn-more {
	font-size:11px;
}

#upgrade {
	color:#424242;
	background-color:#FC0;
	padding:10px;
	border:2px solid #424242;
	text-align:center;
	margin:0;
	margin-bottom:20px;
}

/* ************ ENTRIES ************ */

.enLeft {
	float:left;
	width:120px;
	color:#c63;
	text-align:right;
}

.enRight {
	padding-left:130px;
}

.enPush {
	clear:both;
	margin-bottom:10px;
}

.new_event {
	color:#c63;
	font:italic normal 10px Verdana, Geneva, sans-serif;
}