/* LOAD BASE CSS */

@import url(_css_base.css);

/* SITE CSS CODE */

@import url(_css_styles.css);

/* BASE STYLES */

body {	
	background-color: #FFFFFF;
}

a {
	color: #446699;
}

a:hover {
	color: #666666;
}

a.link {
	padding-left: 8px;
	color: #446699;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-image: url("../../_cont/_design/arrow_gray.gif");
}

a.link:hover {
	color: #666666;
}

h1, h2, h3 {
	font-family: Times New Roman;
}

h1 {
	color: #446699;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	height: 20px;
	color: #666666;
	font-size: 15px;
	line-height: 20px;
}

h3 {
	color: #000000;
	font-size: 13px;
}

/* LAYOUT AND DESIGN */

div#site {
	top: auto;
	left: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 150px;
	padding-bottom: 50px;
	width: 700px;
	height: auto;
}

div#head {
	width: 700px;
	height: 45px;
}

div#menu {
	width: 700px;
	height: 40px;
	margin-top: 10px;
	background-color: #446699;
}

div#body {
	width: 698px;
	height: auto;
	margin-top: 1px;
	border: 1px solid #BBBBBB;
	border-width: 4px 1px 1px 1px;
}

div#content {
	width: 660px;
	height: 340px;
	min-height: 340px;
	margin: 20px 19px 0px 19px;
}

html>body div#content {
	height: auto;
}

div#foot {
	width: 680px;
	height: 23px;
	margin: 20px 9px 0px 9px;
	border-top: 1px solid #DDDDDD;
}

/* PARTS */

div#content p {
	line-height: 13px;
}

div#content p.noline {
	line-height: 1;

}

div#content div#left {
	float: left;
	width: 190px;
	height: auto;
}

div#content div#right {
	float: right;
	width: 450px;
	height: auto;
}

div#content.home div#left {
	width: 395px;
}

div#content.home div#right {
	width: 245px;
}

div#foot p {
	width: auto;
	height: 100%;
	color: #999999;
	font-size: 10px;
	line-height: 23px;
}

/* gallery */

div.gallery {
	width: auto;
	height: auto;
	padding: 4px;
	border: 1px solid #EEEEEE;
}

div.gallery div.thumb {
	float: left; 
	width: auto;
	height: auto;
	padding: 5px;
}

div.gallery div.thumb img { 
	border: 1px solid #EEEEEE;

}

div.gallery div.thumb a:hover {
	text-decoration: none;
	width: auto;
}

div.gallery div.thumb a:hover img {
	border: 1px solid #003399;
}

div.gallery div.thumbnews {
	padding: 1px;
}

/* MISC */

.divrow {
	clear: left;
	width: 100%;
	height: auto;
}

.divcol {
	width: auto;
	height: auto;
	float: left;
}

.divcor {
	width: auto;
	height: auto;
	float: right;
}

.rowfix {
	float: none;
	clear: both;
	display: block;
}

/* spacers */

/* CONTENT */

div#welcome {
	height: 170px;
}

div#welcome div.badge {
	width: 125px;
}

div#welcome div.intro {
	width: 250px;
	margin-left: 20px;
}

div#companies {
	margin-top: 20px;
}

div#companies .divcol {
	width: 125px;
}

div#companies img {
	float: left;
}

div#news {
	width: 235px;
	height: 190px;
	padding: 4px;
	border: 1px solid #EEEEEE;
}

div#promos {
	margin-top: 15px;
	width: 245px;
	height: 125px;
}

/* misc */

h1.border, h2.solid {
	width: auto;
	height: 28px;
	padding: 0px 9px 0px 9px;
	font-size: 11px;
	line-height: 28px;
}

h1.border {
	color: #555555;
	border: 1px solid #CCCCCC;
}

h2.solid {
	color: #FFFFFF;
	font-family: Arial;
	background-color: #446699;
	background-repeat: repeat-x;
	background-position: 0px;
	background-image: url("../../_cont/_design/h2solid_5x30.gif");
	border: 1px solid #CCCCCC;
}

h1.sup, h2.sup {
	height: 10px;
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
}

/* contact */

form.contact {
	margin-top: 10px;
}

form.contact .medium {
	width: 225px;
}

form.contact .large {
	width: 325px;
}

form.contact .button, form.contact .buttonhover {
	padding-left: 8px;
	color: #666666;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	background-image: url("../_imgs/bullets/arrow_gray.gif");
	background-repeat: no-repeat;
	background-position: 0px 10px;
	border-width: 0px 0px 1px 0px;
	border-color: #CCCCCC;
}

form.contact .buttonhover {
	color: #446699;
}

.address {
	margin-top: 10px;
	padding: 3px;
	color: #333333;
	font-size: 11px;
	line-height: 14px;
}

.address span {
	font-size: 12px;
	font-weight: bold;
}

