* {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

body {
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	line-height: 26px;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

img {
	border: 0;
}

a {
	color: #222;
	text-decoration: none;
	border-bottom: 1px dotted #222;
	padding-bottom: 1px;
}

h1, h2, h3, h4, h5, h6 {
	color: #2e3192;
	text-transform: uppercase;
}

div.Wrapper {
	width: 960px;
	height: auto;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}

/* Header */

div.Header {
	background: #2e3192;
	width: 100%;
	height: 100px;
	padding: 0;
	margin: 0 auto;
	border-bottom: 5px solid #FFF;
}

	img.Logo {
		width: 151px;
		height: 60px;
		margin: 20px auto 20px;
		padding: 0;
		float: left;
	}
	
/* Menu */

div.Menu {
	float: right;
	margin: 0px auto;
	padding: 0;
	width: auto;
	height: 100px;
}

	div.Menu ul {
		list-style: none;
		float: right;
		height: 100px;
	}

		
		div.Menu ul li, div.Menu ul li a {
			color: #FFF;
			font-size: 20px;
			text-transform: uppercase;
			border-bottom: 0px;
			line-height: 100px;
			height: 100px;
			float: left;
			padding: 0;
			margin-left: 50px;
		}
		
			div.Menu ul li a {
				background: url(/images/menu/active.png) bottom center no-repeat;
			}

/* End Menu */

/* Flags */

div.Flags {
	position: absolute;
	right: 10px;
	top: 115px;
	float: right;
	height: 18px;
	z-index: 999999;
}

	div.Flags ul {
		list-style: none;
		float: right;
		height: 18px;
	}
	
		div.Flags ul li {
			float: left;
			width: 26px;
			height: 18px;
			margin-left: 10px;
		}
		
			div.Flags ul li a {
				border: 0px;
			}

/* End Flags */

/* Slider */

div.SliderWrapper {
	background-color: #F3F3F3;
	width: 100%;
	max-height: 515px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #e4e4e4;
}

	div.SliderWrapper h3 {
		color: #555555;
		width: 960px;
		text-align: center;
		font-size: 33px;
	}

/* End Slider */

/* Content */

div.Content {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0;
}

	div.Content h1 {
		font-size: 35px;
		margin-bottom: 20px;
	}
	
	div.Content h2 {
		font-size: 20px;
		color: #787878;
		margin-bottom: 20px;
	}
	
	div.Content p {
		margin-bottom: 20px;
	}
	
	div.Content img.ContentImage {
		float: right;
		margin: 55px 0 30px 50px;
	}
		
/* End Content */

/* Footer */

div.Footer {
	background: #2e3192;
	width: 100%;
	height: 370px;
	margin: 0 auto;
	padding: 0;
}

	div.Footer img.FooterImage {
		position: absolute;
		top: -28px;
		left: -50px;
	}

/* Form */

/* Form */

div.Form {
	margin-top: 20px;
	float: left;
	width: 330px;
	color: #FFF;
}

	div.Form h2 {
		color: #FFF;
		margin-bottom: 10px;
	}

	div.FormRow {
		height: 30px;
	}
	
		.FormRadio {
			display: block;
			height: 16px;
			margin-top: 4px;
			width: 20px;
		}
		
			label.LabelSelect {
				cursor: pointer;
			}
			
	div.Form input[type="text"] {
		border: 1px solid #CCCCCC;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;
		height: 30px;
		line-height: 30px;
		margin-bottom: 8px;
		padding: 0 10px;
		width: 283px;
	}
	
	div.Form textarea {
		border: 1px solid #CCCCCC;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;
		height: 100px;
		margin-bottom: 8px;
		max-height: 120px;
		min-height: 80px;
		max-width: 283px;
		min-width: 283px;
		padding: 10px;
		width: 283px;
	}
	
	div.Form a.Submit {
		width: 100px;
		height: 30px;
		background: #FFF;
		color: #2e3192;
		text-align: center;
		border: 0px;
		line-height: 30px;
		float: right;
		margin-right: 25px;
	}
	
	.FormError {
		border-color: #FF0000 !important;
		-webkit-box-shadow:  0px 0px 5px 0px #FF0000;
        box-shadow:  0px 0px 5px 0px #FF0000;
	}

	div.FormExclamation {
		cursor: pointer;
		display: none;
		float: right;
		padding: 5px 0 0;
		width: 18px;
	}
	
	.t_ContentContainer {
		font-size: 11px !important;
	}
	
	div#FormContactNotifications {
		display: none;
		margin-top: 20px;
		color: #FFF;
		width: 313px;
		float: right;
	}

/* End Footer */

/* Misc. */

.FloatLeft {
	float: left;	
}

.FloatRight {
	float: right;	
}

.ClearBoth {
    clear: both;
}

.Hidden {
	display: none;
}

sub, sup { 
	font-size: 10px;
	line-height: 0; 
	position: relative; 
	vertical-align: baseline; 
}

sup {
	right: 4px;
	top: -6px;
}

sub { 
	bottom: -6px;
	right: -4px; 
}

hr {
	border-top: 1px solid #cdcbcb;
	border-bottom: 1px solid #e6e6e6;
}

.placeholder {
	color: #a9a9a9 !important;
}

/* Fix to prevent chrome textfield highlights */
*:focus {outline: none;}