/* *********************************************************** */
/* Fonts Embeded */
/* *********************************************************** */
@font-face {
    font-family: Cochin;
    font-style:  normal;
    font-weight: normal;
    src: url(../fonts/COCHIN0.eot);
}

/* *********************************************************** */
/* General */
/* *********************************************************** */
body {
	margin: 0;
	padding: 0;
	border: 0;
}
td {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #999;
}
a {
	font-family: verdana, helvatica, sans serif;
	font-size: 11px;
	color: #999;	
}
a:hover {
	color: #000;
}
input {
	font-family: verdana, helvetica, sans-serif; 
	font-size: 11px;
	border: 1px solid #CCC;
	background-color: #999;
}
textarea {
	font-family: verdana, helvetica, sans-serif; 
	font-size: 11px; 
	text-decoration: none; 
	color: #000000; 
	background-color: #999;
}
select {
	font-family: verdana, helvetica, sans-serif; 
	font-size: 11px; 
	border: 1px solid #CCC;
	text-decoration: none; 
	color: #000000; 
	background-color: #999;
}
p {
	font-family: verdana, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
div {
	font-family: verdana, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
img {
	padding: 0;
	margin: 0;
}

/* *********************************************************** */
/* Menu Specific */
/* *********************************************************** */
table#menu a {
	color: #456481;
	text-decoration: none;
}
table#menu a:hover {
	color: #456481;
	text-decoration: underline;
}
table#menu a.submenu {
	color: #BFDEFB;
	text-decoration: none;
}
table#menu a.submenu:hover {
	color: #BFDEFB;
	text-decoration: underline;
}

/* *********************************************************** */
/* Processing Section */
/* *********************************************************** */
div#Processing {
	position: absolute;
	top: 150px;
	left: 225px;
	height: 200px;
	width: 300px;
	background-color: #F5F5F5;
	border: 2px solid #000;
	visibility: hidden;	
}
div#Processing p#header {
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	padding: 5px 8px;
	background-color: #666;
} 
div#Processing p#body {
	font-weight: bold;
	font-size: 12px;
	color: #666;
	text-align: center;
	padding: 10px;
}

/* *********************************************************** */
/* Class Specific */
/* *********************************************************** */
.blackTextSize10 {
	color: #000;
}
.RedTextSize11 {
	color: #C00;
}

/* *********************************************************** */
/* Public Area Class */
/* *********************************************************** */
/* General Declaration */
body#public {
	background-color: #000;
	color: #FFF;
	text-align: center;
}
div#main {
	margin: 20px auto;
	width: 780px;
}

/* Menu Area */
p.banner {
	text-align: left;
	padding: 0;
}
div#body {
	height: 443px;
	border: 1px solid #600;
}
div#body p#menu {
	height: 25px;
	background-color: #600;
	text-align: right;
}
div#body p#menu a.menu {
	padding: 0 17px 0 12px;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	color: #F00;
	text-decoration: none;
	background: url(../images/bullet_red.gif) 0 50% no-repeat;
}
div#body p#menu a.menu:hover {
	text-decoration: underline;
	background: url(../images/bullet_red_hl.gif) 0 50% no-repeat;
}

/* Title Area */
p#title {
	background-color: #900;
	height: 42px;
	text-align: left;
	text-transform: capitalize;
}
p#title font.title {
	font-family: "Cochin";
	position: relative;
	top: 8px;
	left: 11px;
	font-size: 36px;
	color: #F00;
	z-index: 0;
}
p#title>font.title {
	top: 9px;
}

/* Body Area */
div#content {
	height: 353px;
}
div#homepageflash {
	padding: 10px;
	height: 353px;
}
div#content div#submenu {
	float: left;
	width: 129px;
	height: 353px;
	border-right: 1px solid #600;
	text-align: left;
	background: url(../images/bg_submenudecoration.gif) 0 100% no-repeat;
	padding: 15px;
}
div#content>div#submenu {
	width: 99px;
	height: 323px;
}
div#content div#text {
	font-size: 10px;
	color: #999;
	float: left;
	width: 648px;
	height: 353px;
	text-align: left;
	padding: 15px;
	overflow: auto;
	scrollbar-3dlight-color: #600;
    scrollbar-arrow-color: #000;
    scrollbar-base-color: #000;
    scrollbar-darkshadow-color: #600;
    scrollbar-face-color: #600;
    scrollbar-highlight-color: #000;
    scrollbar-shadow-color: #000;	
}
div#content div#text p#gellerylisting a {
	text-transform: capitalize;
	text-decoration: none;
	padding-bottom: 5px;
	display: block;
}
div#content>div#text {
	width: 618px;
	height: 323px;
}
div#content div#text p.pic {
	float: left;
	width: 110px;
	height: 110px;
	margin: 0 9px 9px 0;
	background: url(../images/frm_landscape.gif) center no-repeat;
}
div#content div#text p.pt {
	background: url(../images/frm_portrait.gif) center no-repeat;
}
div#content div#text p.ls img {
	margin: 23px 7px;
}
div#content div#text p.pt img {
	margin: 7px 23px;
}
div#content div#submenu a {
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding-bottom: 17px;
}
div#content div#submenu a:hover {
	color: #F00;
}

/* Special layout */
div#text a.menu {
	font-size: 10px;
	text-decoration: none;
	text-transform: capitalize;
	color: #999;
	padding-top: 5px;
	display: block;
	width: 150px;
}
div#text a:hover {
	color: #F00;
}
/* Popup Area */
div#popupwindow {
	position: absolute;
	top: 35px;
	left: 30%;
	width: 524px;
	height: 601px;
	visibility: hidden;
	background: url(../images/frm_popup.gif) center no-repeat;
}
div#popupwindow p.closebutton {
	position: relative;
	top: 30px;
	left: 193px;
}
div#popupwindow>p.closebutton {
	position: relative;
	top: 30px;
	left: 408px;
}
div#popupwindow p.closebutton a {
	text-decoration: none;
}
div#popupwindow p.closebutton a:hover {
	color: #F00;
}
div#popupwindow iframe {
	border: 0;
	border-color: #000;
	width: 480px;
	height: 550px;
	
}
div#popupfilename {
	width: 480px;
	margin-top: 10px;
	padding: 5px 0;
	font-size: 10px;
	color: #999;
	text-align: left;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
div#popupnavigation {
	width: 480px;
	text-transform: uppercase;
	margin: 10px 0;
	font-size: 10px;
	color: #999;
}
div#popupnavigation a {
	font-size: 10px;
	text-decoration: none;
	color: #999;
}
div#popupnavigation a:hover {
	color: #F00;
}

/* Footer Area */
div#body p#footer {
	padding: 0 17px;
	text-align: right;
	background-color: #600;
	height: 25px;
}
p#footer font.address {
	font-size: 10px;
	color: #F00;
	padding: 0 14px;
}
p#footer font.phone {
	font-size: 10px;
	color: #F00;
	padding: 0 0 0 16px;
	background: url(../images/icon_telephone.gif) 0 50% no-repeat;
}



