@charset "utf-8";
/* CSS Document */

*{
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}
img{
	text-decoration: none; 
	border: 0px
}
body{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

a
{
	color:#a1a3ab;
}
a:hover
{
	color:#a1a3ab;
	font-style: italic;
	
}
#container
{
	width:1260px;
	margin:auto;
		
}
#companylink
{
	width:15%;
	text-decoration:none;
	height:22px;
	margin:1px;
	padding-left:3px;
	padding-top:8px;
	padding-bottom:8px;
	float:left;
	color:#FFFFFF;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	
}

#main
{
	min-height: 800px;
	height:100%;
	width:1260px;
	position:relative;
	background-color:#F4F4F4;
	margin:auto;	
}

#topbar
{
	width:100%;
	height:40px;
	background-color:#ffffff;
	background-image: -webkit-gradient(
		linear,
		right top,
		left bottom,
		color-stop(0, #002451),
		color-stop(1, #3E93CB)
	);
	background-image: -o-linear-gradient(left bottom, #002451 0%, #3E93CB 100%);
	background-image: -moz-linear-gradient(left bottom, #002451 0%, #3E93CB 100%);
	background-image: -webkit-linear-gradient(left bottom, #002451 0%, #3E93CB 100%);
	background-image: -ms-linear-gradient(left bottom, #002451 0%, #3E93CB 100%);
	background-image: linear-gradient(to left bottom, #002451 0%, #3E93CB 100%);

}
#topbarcontactbox
{
	width:350px;
	margin-top:10px;
	float:right;
	color:#ffffff;
}
#menu
{
	width:100%;
	height:40px;
	background-color:#ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: -webkit-gradient(
		linear,
		right top,
		left bottom,
		color-stop(0, #002451),
		color-stop(1, #3E93CB)
	);
	background-image: -o-linear-gradient(left bottom, #002451 0%, #3E93CB 100%);
	background-image: -moz-linear-gradient(left bottom, #002451 0%, #3E93CB 100%);
	background-image: -webkit-linear-gradient(left bottom, #002451 0%, #3E93CB 100%);
	background-image: -ms-linear-gradient(left bottom, #002451 0%, #3E93CB 100%);
	background-image: linear-gradient(to left bottom, #002451 0%, #3E93CB 100%);

}
#menuH
{
	left:37%;
	width:26%;
	height:100px;
	background-color:#ffffff;
	background: rgba(255, 255, 255, 0.5);
	/**opacity:0.4;*/
	filter:alpha(opacity=40);
	border-radius:0px 0px 25px 25px;
	position:absolute;
	z-index:20;
	
}
#logoH
{
	width:100%;
	z-index:25;
	
}
#menuitemsH
{
	margin-top:15%;
	margin-left:15%;
	width:70%;
	border-radius:15px 15px 15px 15px;
	z-index:20;
	/*
		background-image: -webkit-gradient(
		linear,
		right top,
		left bottom,
		color-stop(0, #002451),
		color-stop(1, #3E93CB)
	);
	background-image: -o-linear-gradient(left bottom, #002451 0%, #3E93CB 100%);
	background-image: -moz-linear-gradient(left bottom, #002451 0%, #3E93CB 100%);
	background-image: -webkit-linear-gradient(left bottom, #002451 0%, #3E93CB 100%);
	background-image: -ms-linear-gradient(left bottom, #002451 0%, #3E93CB 100%);
	background-image: linear-gradient(to left bottom, #002451 0%, #3E93CB 100%);*/
	
}

#approvals
{
	top:30px;
	left:1000px;
	width:240px;
	height:240px;
	position:absolute;
	z-index:25;
}

#animationcontainer
{
	width:100%;
	height: 350px;
	background-color:#ffffff;
	overflow:hidden;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

#content
{
	width:100%;
	min-height: 400px;
	background-image: url(../images/innerbg.png);
	background-repeat:repeat;
	color:#a1a3ab;
	overflow:hidden;
}

#contentbox
{
	margin-top:2%;
	/** 4 BOXES
	margin-left:1.4%;
	margin-right:1.4%;
	width:22%;
	height: 300px;
	**/
	/** 3 BOXES **/
	margin-left:1.4%;
	width:31.3%;
	height: 350px;
	/** ======= **/
	background-color:#ffffff;
	border: 1px solid #f0f0f0;
	border-radius:0px 0px 25px 0px;
	float:left;
	/**background-image: -webkit-gradient(
		linear,
		right top,
		left bottom,
		color-stop(0, #FFFFFF),
		color-stop(1, #3e92cb)
	);
	background-image: -o-linear-gradient(left bottom, #FFFFFF 40%, #3e92cb 100%);
	background-image: -moz-linear-gradient(left bottom, #FFFFFF 40%, #3e92cb 100%);
	background-image: -webkit-linear-gradient(left bottom, #FFFFFF 40%, #3e92cb 100%);
	background-image: -ms-linear-gradient(left bottom, #FFFFFF 40%, #3e92cb 100%);
	background-image: linear-gradient(to left bottom, #FFFFFF 40%, #3e92cb 100%);
	
	
	-moz-box-shadow:2px 2px 5px #2F4F4F,-0px -0px 0px #2F4F4F;    /*   For Older Versions    */
	/*-webkit-box-shadow:2px 2px 5px #2F4F4F,-0px -0px 0px #2F4F4F;  
	box-shadow:2px 2px 5px #2F4F4F,-0px -0px 0px #2F4F4F;    
	/* For IE 8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#2F4F4F')";*/
	/* For IE 5.5 - 7 */
	/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#2F4F4F');*/
}	
#contentbox:hover
{
	/**
	background-color:#3e92cb;
	color: #ffffff;
	background-image: -webkit-gradient(
	linear,
	right top,
	left bottom,
	color-stop(0, #002451),
	color-stop(1, #3E93CB)
	);
	background-image: -o-linear-gradient(left bottom, #002451 0%, #3E93CB 100%);
	background-image: -moz-linear-gradient(left bottom, #002451 0%, #3E93CB 100%);
	background-image: -webkit-linear-gradient(left bottom, #002451 0%, #3E93CB 100%);
	background-image: -ms-linear-gradient(left bottom, #002451 0%, #3E93CB 100%);
	background-image: linear-gradient(to left bottom, #002451 0%, #3E93CB 100%);
	**/

}
#ctb_image
{
width:100%;

height:60%;

overflow:hidden;


}
#ctb_header
{
margin:2%;
width:96%;
height:6%;
}
#ctb_content
{
margin:2%;
width:96%;
height:20%;
}
#ctb_footer
{
margin:2%;
width:96%;
height:2%;
}
#CONTENTPAGE
{
	margin-top:2%;
	margin-left:1.4%;
	margin-right:1.4%;
	width:96.3%;
	padding:0.4%;
	min-height:200px;
	overflow:hidden;
	border-right: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	background-color:#ffffff;
}
#mediabox
{
	margin-top:2%;
	margin-bottom:2%;
	margin-left:1.4%;
	width:31.3%;
	height: 250px;
	background-color:#FFFFFF;
	border: 1px solid #f0f0f0;
	
	/**background-color:#F4F4F4;**/
	/**border: 1px solid #3e92cb;**/
	float:left;
	overflow:hidden;

	/**-moz-box-shadow:2px 2px 5px #2F4F4F,-0px -0px 0px #2F4F4F;    /*   For Older Versions    */
	/**-webkit-box-shadow:2px 2px 5px #2F4F4F,-0px -0px 0px #2F4F4F;  */
	/** box-shadow:2px 2px 5px #2F4F4F,-0px -0px 0px #2F4F4F;  */  
	/* For IE 8 */
	/**-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#2F4F4F')";*/
	/* For IE 5.5 - 7 */
	/**filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#2F4F4F');*/
}
#media_header
{
margin:1%;
width:98%;
height:10%;
}
#media_content
{
margin:1%;
width:98%;
height:86%;
}
#contentboxwide
{
	margin-top:2%;
	margin-bottom:2%;
	margin-left:2.5%;
	margin-right:2.5%;
	width:95%;
	min-height: 150px;
	background-color:#ffffff;
	border: 1px solid #999999;
	float:left;
}
#contactinfo
{
	width:100%;
	min-height: 150px;
	color:#ffffff;
	background-color:#002551;

	background-image: -webkit-gradient(
		linear,
		right top,
		left bottom,
		color-stop(0, #002451),
		color-stop(1, #3E93CB)
	);
	background-image: -o-linear-gradient(left bottom, #002451 0%, #3E93CB 100%);
	background-image: -moz-linear-gradient(left bottom, #002451 0%, #3E93CB 100%);
	background-image: -webkit-linear-gradient(left bottom, #002451 0%, #3E93CB 100%);
	background-image: -ms-linear-gradient(left bottom, #002451 0%, #3E93CB 100%);
	background-image: linear-gradient(to left bottom, #002451 0%, #3E93CB 100%);

	overflow:hidden;
}
#contactbox
{
	margin-top:2%;
	margin-left:1.4%;
	margin-bottom: 2%;
	width:31.3%;
	min-height: 170px;

	border-right: 1px dashed #ffffff;
	float:left;
	overflow:hidden;

	/**-moz-box-shadow:2px 2px 5px #2F4F4F,-0px -0px 0px #2F4F4F;    /*   For Older Versions   
	-webkit-box-shadow:2px 2px 5px #2F4F4F,-0px -0px 0px #2F4F4F;  
	box-shadow:2px 2px 5px #2F4F4F,-0px -0px 0px #2F4F4F;    
	/* For IE 8 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#2F4F4F')";
	/* For IE 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#2F4F4F');*/
	
}
#contact_header
{
margin:1%;
width:98%;
height:10%;
}
#contact_content
{
margin:1%;
width:98%;
height:86%;
overflow:hidden;
}

/** TEXT FORMATTING CSS **/
.hdr_Main
{
	font-size:18px;
	font-weight:bold;
	color:#3E93CB;
}
.hdr_MainW
{
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
}
.txt_Main
{
	font-size:12px;
	font-weight:normal;
}

a.link1
{
	font-size:14px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	background-position: center;
	color:#3E93CB;
}

/** ------------- **/

/** ANIMATION CSS **/
ul#animation li.animation {
position:absolute;
left:0px;
top:0px;
padding:0px;
margin:0px;
display: inline-block;
list-style:none;
}
ol,ul {list-style:none;}
ul,ol,li{margin:0;padding:0;}
/** ------------- **/


/** MENU CSS **/
ol.menu,ul.menu {list-style:none;}
ul.menu,ol.menu,li.menu{margin:344;padding:0;}
/** ------------- **/

/** SLIDER CSS **/
#sliderbox{
	height: 100%;
	width: 100%;
	float: left;

	overflow: hidden;
	position: relative;
	background-color:#000000;
	/**top:55px;**/
}
#slidertext
{
   float: left;	
   overflow: hidden;
   position:absolute;
}

#slidertext li
{
    overflow: hidden;
    position: relative;
	height: 100%;
	width: 100%;
}

#slidertext ul
{
width: 100%;
height:100%;
}

a.prev
{
    float: left;
    top: 40%;
    left: 5px;
	position:absolute;
	z-index:3;
}
a.next
{
    float: right;
    top: 40%;
    right: 5px;
	position:absolute;
	z-index:2;
}
/** ------------- **/

/** INNER SHADOW CSS WRAPPER **/
.shadow
{
    display:block;
    position:relative;
}
 
.shadow img
{
    display:block;
}
 
.shadow::before
{
    display:block;
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    -moz-box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,0.2);
    box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,0.2);
}
/** ------------- **/

/** MENU CSS WRAPPER **/
ul.menu
{
list-style-type:none;
    position:relative;
    left:30%;
margin:0;
padding:0;
}
li.menu
{
float:left;
}
a.menu
{
display:block;
width:120px;
padding:5px;
color:#ffffff;
text-decoration:none;
font-weight:bold;
text-align:center;
font-size:16px;

}
a.menu:hover
{
color:#ffffff;
}
/** ------------- **/