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

body {
	margin: 0;
	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

#header {
	background-image: url(/img/header.jpg);
	background-repeat: no-repeat;
	height: 218px;
}

#topnav {
	background-image: url(/img/topnav_bg.jpg);
	background-repeat: no-repeat;
	height: 58px;
	margin-bottom: 7px;
	padding-top:20px;/*added*/
	text-align:center;/*added*/
}

#topnav table {
	width: 100%;
}

#topnav table tr td {
	padding-top: 20px;
	text-align: center;
}
/*added jul 5*/
#topnav a{
	margin-right:25px;}

#content_container {
	min-height: 300px;
	margin-bottom: 7px;
}

.content_1col {
	background-image: url(/img/1col_bg.gif);
	background-repeat: repeat-y;
	
	padding: 25px;
}

.content_2col {
	background-image: url(/img/2col_bg.gif);
	background-repeat: repeat-y;
}

#content_left {
	width: 402px; /* subtract padding 452 - 25 * 2 */
	float: left;
    padding: 25px;
}

#content_right {
	width: 490px; /* subtract padding 540 - 25 * 2 */
	float: right;
	padding: 25px;
}

#footer {
	background-image: url(/img/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 39px;
	text-align: right;
	
	padding-top: 7px;
	padding-right: 14px;
}

.content {
	color: #fff;
}

.content a, .content a:link, .content a:visited {
	color: #fff;
	text-decoration: underline;
}

.content a:hover {
	color: #000;
	text-decoration: underline;
}

.content h1 {
	font-size: 20px;
	margin: 0;
	padding: 0;
}

.content p {
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
}

.content table tr td, .content table tr th {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

img {
	border: none;
}

#content_left ul {
    padding:0;
    list-style:none;
}
#content_left ul li {
    display:inline;
}
#content_left ul li a {
    text-decoration:none;
    padding:5px 15px;
    margin:0 10px;
    background-color:#d2232a;
    color:#ffffff;
    font-size:24px;
    font-weight:bold;
}
#ecard-image {
    width:400px;
}
#ecard-left-col {
    width: 460px; 
    float: left;
}
#ecard-left-col img {
width:460px;
}
#ecard-right-col {
    width:460px;
    height:460px;
    float:left;
}
#ecard-right-col.white {
    background-color:#FFFFFF;
    color:#D2232A;
}

#ecard-right-col.red {
    color:#ffffff;
    background-color:#d2232a;
}
#ecard-right-col.white a {
    text-decoration:underline;
    color:#d2232a;
	outline-color:#FFFFFF;
    outline-style:solid;
    outline-width:1px;
}
#ecard-right-col.red a {
    text-decoration:underline;
    color:#ffffff;
}
#ecard-body {
    text-align: center;
    margin:15px;
	font-family:calibri;
}
#ecard-title {
    font-size: 22px; 
    font-weight: bold; 
    margin-top: 15px;
	padding-top:40px;
}
#ecard-subtitle {
    font-size: 14px; 
    font-weight: bold; 
    margin: 15px;
}
#ecard-message {
font-size:14px;
height:175px;
line-height:22px;
padding:0px 22px;
overflow:hidden;
}
#ecard-ftr {
    font-size:14px;
}
#ecard-ftr img {
    height: 70px;
}
#ecard-container {
    border: 1px solid rgb(255, 255, 255); 
    width: 920px;
}
.e-card-choose {
    text-align:center;
    color:#d2232a;
    font-size:18px;
    font-weight:bold;
}
#ecard-entry {
}
.fixed-height {
	height:375px;
	overflow:hidden;
}
