/* CSS: style.css */
h1, h2, h3, h4, pre, body, html {
	margin:0;
	padding:0;
	}

p{
	margin-top: 0;
	padding-top: 0;
}
	
a img, :link img, :visited img { border:none; }
ul { }

#content a:link,#content a:visited{
	color:#FFFFFF;
	text-decoration:none;
}#content a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

/**********************************************/
/* HEADINGS */
h1, h2, h3 { margin-bottom: 3px;
         line-height: 1.5em;
         font-family: Tahoma;
         font-weight: normal; }
h4, h5, h6 { margin-bottom:3px;
                 line-height:1.5em;
                 font-family:Tahoma; }
h1 { font-size:18px; color: #15689a; font-weight: bold; }
h2 { font-size:14px; color: #CA001E; font-weight: bold; }
h3 { font-size:16px; color: #B26419; font-weight: normal; }
h4 { font: normal 16px Tahoma; color: #B26419; }
h5 { font-weight:normal; font-size:1em; }

td {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #d1d1d1;
	vertical-align:top;
}

div{
	font-family: Tahoma;
    font-weight: normal;
    font-size: 12px;
    color: #d1d1d1;
	text-align:justify;
}

.pR td
{
		padding-right:30px;
}
/**********************************************/

/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */

/******************************************************
			CONTENT BOXES
******************************************************/

html,body{ 
	text-align: center;
}



body{
	margin: 0;
	padding: 0;
	background:#000 url(../../../graphics/banner.jpg) center top no-repeat;	
}

#a1{
	width: 907px;
	margin: auto;
	position: relative;
	z-index: 1;
}

html>body #a1{ 
	height: auto;
}


#left
{
	width:140px;
	float:left;
	padding-top:250px;
	position:relative;
}

#right
{
	float:right;
	width:740px;
}

#banner
{
	height:400px;
}

.menu,.menu2,.menu_a,.menu2_a
{
	outline:none;
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	color:#d1d1d1;
	text-decoration:none;
	text-align:left;
	background:url(../../../graphics/point.gif) 4px 3px no-repeat;
	padding-left:20px;
	padding-bottom:20px;
	display:block;
}

.menu2,.menu2_a
{
		background:url(../../../graphics/point2.gif) 4px 3px no-repeat;
		font-weight:normal;
		margin-left:16px;
		padding-left:15px;
}

.menu2:hover,.menu2_a
{
	background:url(../../../graphics/point2_a.gif) 0px 0px no-repeat;
	text-decoration:underline;
	font
}

.menu:hover,.menu_a
{
	background:url(../../../graphics/point_a.gif) 0px 0px no-repeat;
	text-decoration:underline;
}



#content img
{
	border-color:#d1d1d1;
}

/******************************************************
			SECONDARY BOXES
******************************************************/

.mini
{
	float:left;
	width:180px;
	margin-left:3px;
}

.more
{
	background:#d1d1d1;
	color:#000;
	display:block;
	float:right;
	padding:3px;
	font-weight:bold;
	text-decoration:none;
}


input.contact, textarea.contact
{
	width:190px;
	border:1px solid #fff;
	background:#2e2e2e;
	color:#fff;
	font-size:10px;
	height:18px;
	padding:2px 5px;
	margin-top:2px;
}

textarea.contact
{
	height:100px;
	font-size:11px;
}

.form_label
{
	text-align:left;
	color:#d1d1d1;
}

.form
{
	padding-bottom:10px;
}

.lightbox
{
	border:5px solid #d1d1d1;
	display:block;
}

#footer
{
	width: 907px;
	margin: auto;
	height:80px;
	background:#373c40 url(../../../graphics/footer.jpg) no-repeat;
	font-size:11px;
	text-align:center;
	padding-top:50px;
}

#footer a{
	color:#fff;
	text-decoration:none;
}

.s450
{
	width:450px;
	height:300px;
	overflow:hidden;
}

.s180:hover
{
	border-color:white;
}

.s180
{
	width:180px;
	height:120px;
	overflow:hidden;
}

#mycarousel
{
	padding:0px;
	margin:0px;
}

#logo
{
	position:absolute;
	top:0px;
	left:0px;
}

.table table
{
	border:1px solid white;
	border-collapse:collapse;
}

.table table td
{
	border:1px solid white;
	border-collapse:collapse;
	padding:5px
}

.form{
	text-align:left !important;
}

