

/* --- Basic Settings --- */
.artepixel {
	font-size: 10px;
	color: #55565b;
}

/* --- Makes page 100% high --- */
html, body {
    height: 100%;
}

/* --- Defines BG color and centers content on page --- */
body { 
	background-image: url(art/mainbg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
    background-color: #FFFFFF;
    text-align: center;
}

/* --- Changes the way IMG's are displayed --- */
img {
	border-style: none;
}

/* --- HEaders --- */
h1 {
	font-size: 30px;
	font-weight: lighter;
	color: #999999;
	height: 40px;
	background-image: url(art/h1bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 15px;
}

h2 {
	font-size: 18px;
	font-weight: lighter;
	color: #005286;
	margin-bottom: 5px;
}

h3 {
	font-size: 16px;
	font-weight: lighter;
	color: #939598;
	margin-bottom: 5px;
}

/* --- FONTS  --- */
BODY, TABLE {
	font-family: Arial;
	font-size: 12px;
	color: #4c4c4c;
	text-align: justify;
}

.addy {
	color: #999999;
	font-size: 11px;
}

li {
	margin: 10px;
}





/* --- LINKS  --- */
a {
	color: #005286;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #7f7f7f;
}



/* PSEUDOCLASSES */

a.colla {
	color: #005286;
	height: 20px;
	font-size: 18px;
}
a.colla:visited {
	color: #005286;
	
}
a.colla:hover {
	text-decoration: underline;
	color: #7f7f7f;
}
a.colla:active {
	color: #005286;
	
}




/* --- CONTENT  --- */
.mainshadow {
background-image: url(art/mainshadow.gif);
background-repeat: repeat-y;
width: 750px;
text-align: center;
	
}
.rightlat {
	background-image: url(art/right_bg_1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 190px;
	text-indent: 5px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

.formtable {
	color: white;
}

.submenu {
	background-image: url(art/submenubg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #517a9f;
	width: 200px;
	height: 25px;
	font-size: 14px;
	color: White;
	padding-top: 5px;
}

.coll {
	border: 1px;
	background-color: #D4E9F7;
	padding: 10px;
}
.indi {
	font-size: 10px;
}

.lightbluebox {
	color: #4c4c4c;
	width: 350px;
	text-align: left;
}

/* CONTACT */
.contactbg {
	height: 26px;
	width: 250px;
	margin-top: 10px;
	color: White;
	background-image: url(art/contactbg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 5px;
}
.contactbg TABLE {
	color: White;
	text-indent: 5px;
}
.contactfield {
	border: none;
	width: 170px;
	background-color: #b3b3b3;
}

.contactbig {
	height: 110px;
	width: 250px;
	margin-top: 10px;
	color: White;
	background-image: url(art/contactbig.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 5px;
	}
.contactbig TABLE {
	color: White;
	text-indent: 5px;
}
.commentfield {
	border: none;
	width: 230px;
	height: 75px;
	background-color: #b3b3b3;
	overflow:hidden;
}
.mailfield {
	border: none;
	width: 150px;
	background-color: #b3b3b3;
}

.homeaddy {
	color: White;
	width: 155px;
	text-align: left;
	font-size: 10px;
}
.homephone {
	color: White;
	font-size: 20px;
	margin-top: 20px;
}


.sociotitle {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
}
.sociodrop {
	font-size: 14px;
	font-style: oblique;
}
/* --- GALLERIES  --- */




/* --- FOOTER  --- */


/* --- SPACERS  --- */


/* --- HACKS  --- */

/* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
/* --- Makes the content be above everything. Allows for footers with degadé. MUST BE ID --- */
/*#body-content {
	position: relative;
	min-height: 100%;
	z-index: 9;
}
*/

/* --- Makes content within content 100% high --- */
/* html #body-content {
	height: 100%;
}
*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}


/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */