/* Font Face Declarations */
@font-face {  
   font-family: Scriptina;    
   src: local(SCRIPTIN), 
   url(SCRIPTIN.ttf);  
} 

@font-face {
	font-family: SerifGothic;
	src: local(itc_serif_gothic),
	url(itc_serif_gothic.ttf);
}


/* Base CSS */


div,form,p,body,td {
	font-family:SerifGothic, "Times New Roman", sans-serif;
	font-size:14px;
	color:#886845;
}

body {
    margin:0px;
    padding:0px;
	background-image:url('/images/background.jpg');
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#a48a71;
}

img {
	border:none;
}

form {
	margin:0px;
	padding:0px;
}

h1 {
	font-family:Scriptina, "Times New Roman", sans-serif; 
	color:#c6918c;
	font-weight:normal;
	font-size:32px;
	margin:0px 0px 10px 0px;
	padding:0px;
}


h2 {
	margin:15px 0px 15px 0px;
	padding:0px;
	font-weight:normal;
}

p {
	margin:10px 0px 10px 0px;
	padding:0px;
}

/* Main Layout */

div#main {
	width: 987px;
	margin:0px auto;
	text-align:left;
}

/* Header */

div#header {
	width:987px;
	height:120px;
}

div#header-top {
	width:987px;
	height:38px;
}

div#header-top-left {
	width:875px;
	height:38px;
	float:left;
}

div#header-top-middle {
	width:80px;
	height:38px;
	float:left;
}

div#header-top-right {
	width:32px;
	height:38px;
	float:left;
}

/* Left Column */

div#left-column {
	width:310px;
	float:left;
}

div#logo {
	width:310px;
	height:82px;
}

div#left-panel {
	width:310px;
	height:1001px;
	background-image:url('/images/left_shadow.jpg');
	background-repeat:repeat-y; 
	background-position:top left; 
}

div#left-panel-top {
	width:160px;
	height:477px;
	background-image:url("/images/left_panel_background_1.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	padding:86px 125px 0px 25px;
	text-align:center;
	color:white;
	font-size:16px;
}

div#left-panel-bottom {
	width:310px;
	height:438px;
}

div#sec-left-column {
	width:310px;
	float:left;
	background-image:url('/images/left_shadow.jpg');
	background-repeat:repeat-y; 
	background-position:top-left; 
	background-color:#e2dbce;
}

div#sec-left-panel {
	width:310px;
	background-image:url("/images/secondary_lp_background.jpg");
	background-repeat:no-repeat;
	background-position:top-left;
}

div#sec-left-panel-top {
	width:160px;
	height:477px;
	padding:86px 125px 0px 25px;
	text-align:center;
	color:white;
	font-size:16px;
}

div#sec-left-panel-bottom {
	width:310px;
	height:206px;
}

/* Right Column */

div#right-column {
	width:677px;
	float:left;
}

div#header-menu {
	width:677px;
	height:65px;
}

div#home-content {
	width:625px;
	height:894px;
	padding:0px 40px 0px 12px;
	background-image:url("/images/middle_panel_1.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}

div#sec-content {
	width:602px;
	min-height:786px;
	height: auto !important;
	height:786px;
	padding:0px 40px 0px 30px;
	background-image:url("/images/secondary_background.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#e2dbce;
	float:left;
}

div#sec-content-shadow {
	width:5px;
	height:786px;
	background-image:url("/images/right_shadow_bkgnd.jpg");
	background-repeat:repeat-y;
	background-position:top;
	float:left;
}

/* Footer */

div#footer-top {
	width:677px;
	height:57px;
}

div#footer-top-left {
	width:185px;
	height:57px;
	float:left;
}

div#footer-menu {
	width:460px;
	height:57px;
	float:left;
}

div#footer-top-right {
	width:32px;
	height:57px;
	float:left;
}

div#footer-bottom {
	width:677px;
	height:67px;
}

div#footer-bottom-left {
	width:501px;
	height:67px;
	float:left;
}

div#footer-bottom-sitemap {
	width:74px;
	height:67px;
	float:left;
}

div#footer-bottom-contact {
	width:102px;
	height:67px;
	float:left;
}

div#footer-credit {
	margin:40px 0px 20px 0px;
	color:#d0b9b4;
	text-align:center;
	font-size:12px;
}

div#footer-total {
	width:987px;
	height:124px;
}

div#footer-total-left {
	width:310px;
	height:124px;
	float:left;
}

div#footer-total-right {
	width:677px;
	height:124px;
	float:left;
}

/* URMS, Forms */

div.urms_form_div_l {
	width:150px;
	float:left;
	text-align:left;
	margin:0px 0px 10px 0px;
}

div.urms_form_div_r {
	width:440px;
	text-align:left;
	margin:0px 0px 10px 0px;
	float:left;
}

div.urms_form_div_w {
	width:590px;
	text-align:left;
	margin:0px 0px 10px 0px;
	padding:0px;
}

div.contact_form_div_w {
	margin-bottom:15px;
}

div.contact_form_l {
	width:100px;
	float:left;
	text-align:left;
	margin:0px 0px 10px 0px;
}

div.contact_form_r {
	width:320px;
	text-align:left;
	margin:0px 0px 10px 0px;
	float:left;
}

div.contact_form_w {
	width:420px;
	text-align:left;
	margin:0px 0px 10px 0px;
	padding:0px;
}

div#dropmenudiv {
	position:absolute;
	margin:0px 0px 0px 18px;
	line-height:22px;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	border-left:2px solid #FFF;
	z-index:100; 
	background-color:#FFF;
}

#dropmenudiv a {
	color:#FFF;
	display: block;
	text-indent: 10px;
	padding:3px 0 3px 0px;
	text-decoration: none;
	font-weight: normal;
	border-bottom:2px solid #FFF;
	background-color:#ca958f;
	z-index:100;
}

#dropmenudiv a:hover { 
	background-color:#b3775b;
	z-index:100;
}

/* Links */

a:link, a:active, a:visited, a:hover {
	color:#886845;
	text-decoration:underline;
}

div#left-panel-top a:link, div#left-panel-top a:active, div#left-panel-top a:visited, div#left-panel-top a:hover {
	color:white;
	text-decoration:underline;
}

div#sec-left-panel-top a:link, div#sec-left-panel-top a:active, div#sec-left-panel-top a:visited, div#sec-left-panel-top a:hover {
	color:white;
	text-decoration:underline;
}

div#footer-credit a:link, div#footer-credit a:visited, div#footer-credit a:active, div#footer-credit a:hover {
	color:#d0b9b4;
	text-decoration:underline;
}

a.gallink:link, a.gallink:active, a.gallink:visited, a.gallink:hover {
	text-decoration:underline;
	color: rgb(191, 130, 119);
}
