/*------- CSS Import Files -------*/


@import url("form.css");
@import url("login.css");
@import url("listing.css");
@import url("faq.css");



/*------- CSS Import Files -------*/


/*------- HTML Tag CSS -------*/


HTML {
	width: 100%;
	height: 100%;
}

HTML, BODY, A, DIV, TABLE, TR, TD, BUTTON, IMG, P {
	margin: 0;
	padding: 0;
	border: 0;
}

DIV, IMG {
	display: inline-block;
}

BODY, TABLE {
	width: 100%;
	height: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #15477c;
}

BODY {
	text-align: center;
	background: #ffffff url(../img/layout/site/site-bg.gif) 50% 0 repeat-y;
}

FORM {
	display: inline;
}

TABLE {
	border-collapse: collapse;
}

INPUT, SELECT, TEXTAREA {
	height: 28px;
	padding: 5px 2px;
	border: 1px solid #cccccc;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #15477c;
}

.button {
	height: 25px;
	margin: 15px 10px 0 0;
	padding: 0 15px 0 15px;
	border: 1px solid #cccccc;
	background: #5e6f82 url(../img/layout/form/button-bg.gif) repeat-x;
	cursor: pointer;

	font-family: Tahoma, geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

A {
	font-weight: bold;
	color: #15477c;
}

A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}


/*------- HTML Tag CSS -------*/


#site-container {
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#site-table {
	height: 100%;
	width: 100%;
	background: #ffffff;
}

#header-cell {
	height: 100px;
	width: 100%;
	background: #0000dd;
	vertical-align: top;
}

#header-cell #header-bg {
	height: 100%;
	width: 100%;
	background: url(../img/layout/header/header.jpg);
}

#header {
	width: 100%;
	height: 100%;
}

#header #menu {
	margin: 77px 0 0 96px;
}

#header #menu .opt {
	width: 105px;
	height: 22px;
	float: left;
	margin-right: 3px;
	cursor: pointer;
}

#header #menu .home {
	background: url(../img/layout/header/menu/home.jpg);
}

#header #menu .faq {
	background: url(../img/layout/header/menu/faq.jpg);
}

#header #menu .contact {
	background: url(../img/layout/header/menu/contact.jpg);
}

#content-cell {
	height: 100%;
	width: 100%;
	vertical-align: top;
}

#content-container {
	height: 100%;
	margin: 20px;
}

#footer-cell {
	height: 40px;
	width: 100%;
	vertical-align: top;
}

#footer-cell #footer-bg {
	height: 50px;
	width: 100%;
}

#footer {
	height: 100%;
	width: 100%;

	margin: 20px 20px 0 20px;
}

#footer #copyright {
	width: 100%;
	text-align: center;

	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #555555;
}

#footer #footer-menu {
	font-size: 10px;
	margin: 0 0 5px 0;
	padding-top: 5px;
	border-top: 1px solid #cccccc;
}

#footer #footer-menu .opt {
	width: 108px;
	float: left;
	text-align: center;
}
	
.page-title {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: #cccccc solid 1px;

	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: bold;
}

.page-instructions {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: #cccccc solid 1px;
}


/*------- Contact Page CSS -------*/


.contact-label {
	float: left;
	width: 220px;
	margin: 5px 10px 0 0;
	padding: 3px 0 0 0;
	text-align: right;
	font-size: 11px;
}

#contact-confirm {
	width: 100%;
	margin: 50px 0 0 0;
	padding: 10px 0 10px 0;
	text-align: center;
	border: 1px solid #cccccc;
	border-width: 1px 0 1px 0;

	font-family: Georgia, serif;
	font-size: 23px;
	line-height: 30px;
}

#contact-confirm-button INPUT {
	margin-left: 500px;
}

#contact-info {
	margin-bottom: 30px;
	line-height: 24px;
}

#contact-info #phone {
	width: 310px;
	margin-left: 25px;
}

#contact-info #phone .ptype {
	width: 100px;
	float: left;
}

#contact-info #phone .pnum {
	font-weight: bold;
	font-size: 14px;
}

#contact-info #mail {
	width: 350px;
	float: right;
	margin-right: 25px;

	font-size: 14px;
}

#contact-info .contact-type {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;

	font-family: Georgia, serif;
	font-weight: bold;
}

/*------- Contact Page CSS -------*/


/*------- Home Page CSS -------*/

#img-viewer {
	margin: 0 0 30px 0;
}

#home-content {
	margin: 0 20px 20px 20px;
}

#home-text {
	width: 410px;
	float: left;
	margin: 10px 40px 0 0;
	line-height: 20px;
	text-align: justify;
}

#home-demo {
	height: 180px;
	width: 300px;
	background: url(../img/layout/home/demo.jpg) 0 -20px;
}

#home-demo p {
	width: 270px;
	margin: 10px 15px 0 15px;

	font-size: 14px;
	text-align: justify;

}


/*------- Home Page CSS -------*/


/*------- Administration LSM CSS -------*/


#admin-main {
	height: 100%;
	width: 540px;
}

#admin-lsm {
	height: 100%;
	width: 200px;
	float: left;
	margin-right: 15px;
	border-right: 1px solid #000066;

	font-family: Georgia, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#admin-lsm #lsm-container {
	margin-right: 20px;
}

#admin-lsm #lsm-container .opt {
	margin: 0 0 10px 0;
}

#admin-lsm a {
	color: #454545;
	text-decoration: none;
}



/*------- Administration LSM CSS -------*/


