@font-face {
	font-family: "Lato";
	src: url("fonts/Lato-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Lato";
	font-weight: bold;
	src: url("fonts/Lato-Black.ttf") format("truetype");
}

@font-face {
	font-family: "Lato";
	font-style: italic;
	src: url("fonts/Lato-Italic.ttf") format("truetype");
}

@font-face {
	font-family: "Lato";
	font-style: italic;
	font-weight: bold;
	src: url("fonts/Lato-BlackItalic.ttf") format("truetype");
}

@font-face {
	font-family: "Myriad";
	src: url("fonts/MyriadWebPro.ttf") format("truetype");
}

@font-face {
	font-family: "Myriad";
	font-weight: bold;
	src: url("fonts/MyriadWebPro-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "Myriad";
	font-style: italic;
	src: url("fonts/MyriadWebPro-Italic.ttf") format("truetype");
}

body {
	margin: 0px;
	padding: 0px;
}

div.login {
	background: url('images/login_bg.gif') repeat-x left top;
	height: 20px;
	padding: 12px;
	
	color: #014c89;
	text-align: right;
	font-family: sans-serif;
	font-size: 13px;
}

div.nav {
	background-image: url("images/nav_bg.gif");
	background-position: top center;
	background-repeat: repeat-x;
	height: 72px;
	color: white;
	padding-top: 26px;
	
	text-align: center;
	font-family: sans-serif;
	font-size: 22px;
	text-shadow: black 0em 0.1em 0.3em;
}

div.nav2 {
	background-image: url("images/nav_bg2.gif");
	background-position: top center;
	background-repeat: repeat-x;
	height: 72px;
	color: white;
	padding-top: 26px;
	
	text-align: center;
	font-family: sans-serif;
	font-size: 21px;
	
}

div.nav, div.nav2 a {
	color: white;
	
}

div.nav, div.nav2 a:hover {
	color: #b5f096;
	
}

div.hero {
	height: 180px;
	padding: 0px;
	margin: 0px;
	
	background-image: url("images/hero_bg.jpg");
	background-position: top center;
	background-repeat: repeat-x;
	
	text-align: center;
}

div.hero_blank {
	height: 200px;
	padding: 0px;
	margin: 0px;
	
	background-image: url("images/hero_bg.jpg");
	background-position: top center;
	background-repeat: repeat;
	
	text-align: center;
}

div.main {
	width: 900px;
	padding: 0px;
	margin: 0px auto;
}

div.column {
	display: inline-block;
	width: 235px;
	height: 450px;
	padding: 22px 20px 20px 20px;
	margin-right: 20px;
	vertical-align: top;
	/*border: 1px solid #333;*/
	
	font-size: 14px;
	color: #6f6f6f;
	font-family: sans-serif;
}

div.column#left {
	background-image: url("images/left_column5.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

div.column#middle {
	background-image: url("images/middle_column5.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

div.column#right {
	background-image: url("images/right_column5.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

div.footer {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	
	text-align: center;
	
	color: black;
	font-family: Lato, sans-serif;
	font-size: 14px;
	
	background: #eeeeee  repeat-x center top;
}

div.footer a {
	font-family: Lato, sans-serif;
	color: black;
}

div.footer a:hover {
	font-family: Lato, sans-serif;
	color: #black;
}


table#footer tr td {
	vertical-align: top;
	text-align: left;
	font-size: 18px;
	width: 200px;
}

table#footer tr td ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 150%;
}

span.lato {
	font-family: Lato, sans-serif;
}

span.lato a {
	font-family: Lato, sans-serif;
}

span.myriad {
	font-family: Myriad, sans-serif;
}

span.myriad a {
	font-family: Myriad, sans-serif;
}

ul li {
	font-family: inherit;
}

.form {
	text-align: right;
	border: 1px solid #999999;
	color: #014c89;
	font-family: Lato, sans-serif;
	font-size: 18px;
	padding: 10px;
	width: 240px;
}

.form_small {
	text-align: right;
	border: 1px solid #999999;
	color: #014c89;
	font-family: Lato, sans-serif;
	font-size: 10px;
	padding: 5px;
	width: 120px;
}

.form_small_sidebar {
	text-align: right;
	border: 1px solid #999999;
	color: #014c89;
	font-family: Lato, sans-serif;
	font-size: 12px;
	padding: 8px;
	width: 240px;
}

.form_big {
	text-align: left;
	border: 1px solid #999999;
	color: #014c89;
	font-family: Lato, sans-serif;
	font-size: 18px;
	padding: 10px;
	width: 500px;
}

ul#sidemenu li {
	display: block;
	background: #f1f1f1;
	padding: 4px 4px 2px 12px;
	margin: 1px;
}

a {
	color: #014c89;
	font-family: sans-serif;
}

a:link{
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #459a29;
}
