@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
/* CSS Document */
* {
	margin: 0;
}

body {
	padding:0;
	margin:0;
	font-family: 'Droid Sans', sans-serif;
	color: #fff;
}

img {
	border:0
}

a,a:visited,a:active {
	color:#fff;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#page_wrapper  {
	width: 100%;
}

div#header {
	width: 960px;
	height: 100px;
	padding:0px;
	margin: 20px auto 0; 
}
#flags {
	float:right;
	position: relative;
	top:43px;
	left:0px;

}
#logo {
	margin-bottom:-10px;
}

div#slogan {
	width:100%;
	margin:0;
	padding-top:10px;
	height:45px;
	text-align:center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:22px;
	background-color:#07698C;
}

#menu {
	width: 960px;
	margin: 22px auto 20px;
}

div#content {
	width: 900px;
	margin: 0 auto;
	font-size:12px;
	line-height:16px;
	padding:30px;
	padding-top:20px;
	min-height:400px;
	background-image: url(images/semiwhite.png);
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}
#content ul { margin-top:15px; }
#content li { margin-left:30px;}
#content p { line-height:20px }

div#HP_left {
	width:400px;
}
div#HP_right {
	float:right;
	width:300px;
	padding:30px;
	padding-top:10px;
	background-image: url(images/semiblack.png);
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}
div#HP_right H2 {
	
}

#HP_right H2 a
,#HP_right H2 a:visited
,#HP_right H2 a:active {
	color:#fff;
	text-decoration:none;
}

#HP_right H2 a:hover {
	color:#07698D;
	text-decoration:none;
}

div#footer  {
	width: 960px;
	margin: 0 auto;
	margin-top:15px;
	background-image: url(images/semiwhite.png);
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

#footerContent {
	width: 940px;
	padding:10px;
	
}

#copyright {
	float:right;
	font-size:12px;
	margin-top:3px;
	margin-right:10px;
}

.floatRight {
	float:right;
	margin: 0 0 10px 20px;
}

.floatLeft {
	float:left;
	margin: 0 20px 10px 0;
}

img.frame {
	border: 1px solid;
	margin: 0;
/* needed for ie because it renders no margin as auto instead of 0 */	padding: 6px;
	border-color: #eee #aaaaaa #aaaaaa #eee;
	background-color:white;
}


h1,h2,h3 {font-family: 'Open Sans Condensed', sans-serif;}

h1 { font-size:24px; line-height:28px; text-transform:smallcaps; color:#07698D; text-transform:uppercase;margin-bottom:15px; margin-top:10px;}
h2 { font-size:20px; line-height:22px;  color:#07698D; margin-bottom:10px; margin-top:15px;}
h3 { font-size:14px; line-height:16px;  margin-bottom:10px; margin-top:10px;}

.rightColumn h1 { font-size:18px; line-height:20px; margin-bottom:10px;text-transform:uppercase; color:#FFF;}

.rightColumn h2 { font-size:16px; line-height:16px; color:#98002E; margin-bottom:6px;margin-top:0;}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}
.clear {
	clear:both;
	width:100%;
}

.menuUI {
	list-style-type: none;
	margin:0;
	padding:0;
}

.menuUI li {
	margin: 5px;
	margin-left:30px;
	display:inline;
	color:#FFF;
}

.menuUI li a, .menuUI li a:visited {
	color:#FFF;
	text-decoration:none;
	font-size:14px;
}

.menuUI li a:hover {
	border-bottom:#07698D;
	border-bottom-style: solid;
	border-bottom-width:5px;
}