/*** Global Settings ****/
body {font : normal 12px/1.6em Arial, Helvetica, sans-serif;color : #2a3845;margin : 0;padding : 0;background:#000;}
p { margin : 0;padding : 0;}
a:visited, a:link {color : #a43b55;text-decoration : underline;background:none;}
a:hover {color : #a43b55;text-decoration : none;background:none;}
h1 { color : #7a2e40;margin: 0px 0px 10px 0px;padding-bottom : 10px;font : normal 17px Georgia, serif;border-bottom : 1px solid #efece7;}
h2 {color : #7a2e40;margin : 20px 0 10px;padding-bottom : 10px;font : normal 17px Georgia, serif;border-bottom : 1px solid #efece7;}
h3 {color : #7a2e40;margin : 5px 0;padding-bottom : 10px;font : bold 14px Arial, Helvetica, sans-serif;border-bottom : 1px solid #efece7;}
h4 { color : #7a2e40;margin: 0px 0px 10px 0px;padding-bottom : 10px;font : normal 20px Georgia, serif;border-bottom : 1px solid #efece7;}
ul {padding:0;margin:0 0 0 17px;}
.box {background : #f7f7f7;border : 1px solid #f0e9eb;padding : 10px;}
.box2 {background : #f7f7f7;border : 1px solid #f0e9eb;}

/*** Layout ****/
#wrapper {margin : 0 auto;background:#FFFFFF;width : 976px;border-left : 1px solid #f0e9eb;border-right : 1px solid #f0e9eb;}
#header {margin : 0px 0px;}
#bg {height : 15px;}
#nav {background:#5d5950;padding:5px 20px;text-align:left;color:#f6dde3;}
#nav a:visited, #nav a:link {text-decoration : none;color : #f6dde3;}
#nav a:hover {text-decoration : underline;color : #f6dde3;}
#main-content {margin : 0 auto;}
#logo {margin-bottom : 45px;}
#logo2 {margin-bottom : 14px;}
.forms {
	font : normal 11px Arial, Helvetica, sans-serif;
	line-height: 15px;
	border: 1px;
	border-color: #CCC;
	border-style: dotted;
}
.smtxt {font : normal 10px Arial, Helvetica, sans-serif;margin : 2px 0 0 2px;}
.mdtxt {font : normal 12px Arial, Helvetica, sans-serif;margin : 2px 0 0 2px;}
.lgtxt {font : normal 14px Georgia, serif;color : #7A2E40;margin : 0px 0 0 0px;}
.lgtxtw {font : normal 18px Georgia, serif;color : #fff;margin : 0px 0 0 0px;}
.logotxt1 {font : normal 18px Georgia, serif;color : #fa7393;margin : 10px 0 0 15px;}
.logotxt2 {font : normal 18px Georgia, serif;color : #7a2e40; }
.vtsort {font:normal 12px Georgia, serif;color:#7A2E40;margin-left:2px;padding-top:5px;padding-bottom:5px;padding-left:2px;padding-right:2px;}
#left-column {width : 650px; padding-left: 20px;padding-right: 0px;float : left;}
#right-column {width : 260px;float : right;padding-left: 0px;padding-right: 20px;}
#left-columnind {width : 700px; padding-left: 20px;padding-right: 0px;float : left;}
#right-columnind {width : 210px;float : right;padding-left: 0px;padding-right: 20px;}
.brochure {background : #f7f7f7; width:500px; height:656px; border : 1px solid #f0e9eb;padding : 10px;}
#left-column_br {width : 580px; padding-left: 20px;padding-right: 0px;float : left;}
#right-column_br {width : 330px;float : left;padding-left: 20px;padding-right: 0px;}
.sidebar_br {width : 390px;margin : 0 auto;padding : 10px 10px;background : url(../images/shadow.jpg) no-repeat top;}
.crd a:visited, .crd a:link, .crd a:hover{text-decoration : none;color : #2a3845;cursor: text;}
#footer {background : #f7f7f7;border-top : 1px solid #f0e9eb;padding : 10px 15px;clear : both;}

/*** SideBAR ***/
#main-image {text-align : center;}
.sidebar {width : 238px;margin : 0 auto;padding : 10px 10px;background : url(../images/shadow.jpg) no-repeat top;}
.sidebarind {width : 200px;margin : 0 auto;padding : 10px 10px;background : url(../images/shadow.jpg) no-repeat top;}

/* code for jquery sort tables */
table.tablesorter {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0pt 0px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	text-decoration:none;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #DEE2C5;
	border: 1px solid #B9B9B9;
	font-size: 8pt;
	padding: 2px;
	text-decoration:none;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	text-decoration:none;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	border: 1px solid #B9B9B9;
	padding: 2px;
	vertical-align: top;
	text-decoration:none;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #ADB96E;
}
