
/*general rules*/
*{
margin:0px;
padding:0px;
list-style:none;
text-decoration:none;
font-family:tahoma, Arial, Helvetica, sans-serif;
}

a img{
border:none;
}

body{
	background:#747474 url(../images/body_back.gif) repeat;
}

.clear{
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}
.pic{
	float:right;
	margin:0px 0px 10px 10px;
}
.pic img{
	border:1px solid #013567;
}

h1{
	position:absolute;
	top:17px;
	left:5px;
	width:254px;
	height:115px;
	display:block;
}


/*end of general rules*/
#container{
	width:894px;
	position:relative;
	left:50%;
	margin-left:-442px;
	margin-top:90px;
	border:1px solid #000000;
	background:#ffffff;
	
}

#content{
	margin:0px 5px;
}

#copyright{
	text-align:right;
	color:#ffffff;
	background:#003466;
	padding:7px 12px 7px 12px;
}

/*header*/
#header{
	background:#ffffff;
	height:130px;
	position:relative;
	padding:25px 5px 0px 0px;
	text-align:right;
}

#header h2{
	text-transform:uppercase;
	font-weight:normal;
	font-size:16px;
	color:#1675a1;
}

#header h3{
	text-transform:uppercase;
	color:#333333;
	font-size:14px;
	margin-bottom:50px;
}

#header a{
	color:#666666;
}

#header a:hover{
	color:#1675A1;
}

#header a:visited{
	color:#0A6898;
}

#header a:visited:hover{
	color:#1675A1;
}

#header h1 a{
	display:block;
	width:254px;
	height:115px;
	text-align:left;
	text-indent:-9999px;
	background:url(../images/logo.jpg) center center no-repeat;
}

/*end of header*/

/*mc*/
#mc{
	width:614px;
	padding:50px 0px 50px 20px;
	float:right;
}
#mc h2{
	font-size:16px;
	font-weight:normal;
	margin-bottom:15px;
}
#mc p{
	margin-bottom:10px;
}
#contactform{
	width:300px;
}
#contactform label{
	display:block;
	text-transform:capitalize;
	font-weight:bold;
	color:#1675A1;
}
#contactform fieldset{
	border:0px;
}
.text{
	width:250px;
	height:20px;
	border:1px solid #000000;
}
#message{
	width:500px;
	height:150px;
	border:1px solid #000000;
	margin-bottom:30px;
}
#send, #clear{
	width:100px;
	height:20px;
	line-height:20px;
	text-align:center;
	text-transform:capitalize;
	font-weight:bold;
	background:#1675A1;
	color:#ffffff;
	border:1px solid #000000;
}

#clear{
	position:relative;
	left:300px;
}
/*end of mc*/

/*sc*/
#sc{
	position:relative;
	width:200px;
	padding:250px 25px 25px 25px;
	background:url(../images/sc_back.gif) top right repeat-y;
	float:left;
}
.bottom{
	position:absolute;
	width:250px;
	height:21px;
	left:0px;
	bottom:0px;
	z-index:2;
	background: url(../images/bottom.gif) bottom center no-repeat;
}
/*end of sc*/

/*banner*/
.banner{
	position:relative;
}
.banner p{
	width:604px;
	padding-left:30px;
	position:absolute;
    left:250px;
	top:188px;
	text-transform:capitalize;
	font-size:18px;
	color:#ffffff;
	height:45px;
	line-height:45px;
	background:url(../images/blue.png) repeat-x bottom center;
	}
* html .banner p{
	background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/blue.png", sizingMethod="scale");
}	
	.banner img{
		float:right;
	}
/*end of banner*/

/*nav*/
#nav{
	height:233px;
    overflow:hidden;
}
#nav li{
	    width:220px;
	    background:#1675a1 url(../images/nav_link.gif) left top repeat-y;
	    border-bottom:1px solid #0c5987;
		padding-left:30px;
		height:38px;
		line-height:38px;
}
#nav a{
	text-transform:uppercase;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
}

#nav a.current{
	color:#828282;
}

/*end of nav*/

/*footer*/
#footer{
	margin-top:30px;
	text-align:center;
	color:#000000;
}
#footer a{
	text-transform:capitalize;
	color:#000000;
}

#footer a:hover{
	color:#000000;
}

#footer a:visited{
	color:#CCCCCC ;
}
#footer a:visited:hover{
	color:#000000;
}
/*end of footer*/

