@import url(reset.css);

/* HTML */
html,body{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#3a3a3a; 
	position:relative;
	font-size:0.875em;
	behavior: url("csshover3.htc");
}
head{
	zoom:1;
}
h1,h2,h3{
	padding:0 0 0 10px;
	margin:0;
	color:#3a3a3a;
}
h1{
	font-weight: 600;
	font-size:3em;
}
h2{
	font-weight:400;
	font-size:2em;
}
h3{
	font-weight:800;
	font-size:1.2em; 
	padding:10px 0 5px 10px;
	color: #1B3765;
}
em{
	font-style:italic;
}
p{
	padding:5px 10px 5px 10px;
	text-align: justify;
}
strong{
	font-weight:800;
}
a{
	text-decoration:none;
	color: #06569b; 
}
a:hover{
	text-decoration:underline;
}
small{
	color: #999;
	font-size:0.876em;
}
span.red{
	color: #F00;
}

/* MAIN LAYOUT */
#container{
	margin:20px auto;
	clear:both; 
	width:960px;
}
#container ul{
	margin: 0 0 0 45px;
}
#left-col{
	float: left;
	width: 700px;
}
#right-col{
	float: right;
	width: 260px;
}
#right-col p,#left-col{
	
	text-align: left !important;
}

#right-col img{
	margin: 0 0 0 20px;
	overflow:hidden;
	width: 240px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 2px 2px 2px #CCC;
}
#right-col img.photo{
	width:175px !important;
}
img.photo{
	margin:0 !important;

	
	box-shadow: 2px 2px 2px #CCC;
		border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}
img.contact{
width:300px;
margin:10px  0 0 10px ;
border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#header{
	margin:0 auto; 
	background-color: #040f34;
	height: 80px;
} 
#logo{
	float:left;
	width: 250px;
	height: 102px;
	padding: 50px 10px;
}
#words{
	padding: 30px 0 0 25px;
}
#content{
	margin:0 auto; 
	width:960px; 
	min-height:300px; 
	padding:10px 0 10px 0;
}
/* CONTACT */
#email{
	float: right;
	margin: 10px 40px;
	width: 250px;
}
.submit{
	width: 100px;
	float: right;
	margin: 5px;
	padding: 3px;
	border: 0;
	background: #1B3765 url(../images/admin/gradientBkg.png) left top repeat-x; 
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2c569e), to(#1a3560)); 
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #2c569e, #1a3560); 
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #2c569e, #1a3560); 
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #2c569e, #1a3560);
	/* IE 9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c569e', endColorstr='#1a3560'); 
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #2c569e, #1a3560);
	color:#FFF;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}
.submit:hover, .submit:active{
	color: #11e7ef;
}
.success{
	color: #090
}
.error{
	color: #C00;
}


/* NAVIGATION */

#navigation{
	clear: both;
	height: 40px;
	width: 960px;
	margin: 0 auto;
}
#navigation img{
	width: 250px;
	float: left;	
}
#navigation ul{
	position: relative;
	height: 40px;
	list-style: none;
	zoom: 1;
	float: right;
	top: 18px;
}
#navigation ul li{
	float: left;
}
#navigation ul li a{
	display: block;
	padding: 12px 20px;
	color:#FFF;
	font-size: 1.2em;
	font-weight: 500;
}
#navigation ul li a:hover, #navigation ul li a:active{
	color: #11e7ef;
}
$navigation ul li ul li a{
	padding: 8px 0px;
}
#navigation ul li ul li a:hover, #navigation ul li ul li a:active{
	color: #11e7ef;
}
#navigation ul li ul{
	display: none;
	position:absolute; 
	top: 38px;
	zoom: 1;
}
#navigation ul li ul li{
	background-color: #040f34;
	float: none;
	padding: 0;
}
#navigation ul li:hover ul, #navigation ul li.hover ul, #navigation ul li:active ul, #navigation ul li.active ul{
	display: inline;
}
#navigation ul li:sfhover ul{
	left:auto;
	display: inline;
	background-repeat: no-repeat;
}



/* FOOTER */
#footer{
	margin:0 auto; 
	width:940px; 
	color:#3a3a3a; 
	height:30px; 
	text-align:center; 
	font-size:0.8em; 
	clear:both; 
	line-height:30px; 
	padding:40px 10px 0 10px;
}
#footer-left{
	float:left;
}
#footer-right{
	float:right;
}
#footer-right a,#footer-right a:link, #footer-right a:visited{
	text-decoration:underline; 
	color:#3a3a3a;
}

.right-align{
	text-align: right;
}