@charset "UTF-8";
@import url('reset.css');

/* Uncomment if needed, imports MUST stay at the top to work

@import url('handheld.css') handheld;

@import url('print.css') print;

*/

/* ================================================== base: colors ===== */

.color0 { color: #555; } /* base */

.color1 { color: #333; } /* strong, em */

.color2 { color: #ddd; } /* hr */

.color3 { color: #c2b55f; } /* anchor */

.color4 { color: #c2b55f; } /* anchor:hover */

.color5 { color: #e5e5e5; } /* background */

.white { color: #ffffff; } /* white */

/* ================================================== base: layout ===== */

html,
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	/*color: #284993;*/
	background-color: #FFF; /*#e5e7eb;*/ /*#191919;*/
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#container {
	position: relative;
	left: 50%;
	margin-left: -300px;
	margin-top: 100px;
	width: 600px;
	text-align: left;
	clear: both;
	font-size: 1em;
	min-height: 100%;
	background-repeat: no-repeat;
}

/* ================================================== base: btns + icons ===== */

.btn { }

.btn-submit { }

.icon { }

.icon-facebook {
	padding-right:6 px;
	cursor: pointer;
}

.icon-twitter {
	padding-right:6 px;
	cursor: pointer;
}

.icon-linkedIn {
	padding-right:6 px;
	cursor: pointer;
}

.icon-youtube {
	padding-right:6 px;
	cursor: pointer;
}

/* ================================================== base: tables ===== */

table.super caption,
table.super th,
table.super td {
	padding: .5em 1em;
	border: 1px solid #ccc;
}

table.super caption {
	font-weight: bold;
	border-bottom: none;
}

table.super th { font-weight: bold; }

table.super td { background-color: #fff; }

table.super caption,
table.super th,
table.super tr.odd td { background-color: #eee; }

table.super thead th,
table.super tfoot td,
table.super tr.odd th { background-color: #ddd; }

/* ================================================== base: forms ===== */

fieldset.super legend { color: #000; }

fieldset.super label {
	display: block;
	color: #000;
}

fieldset.super fieldset label {
	display: inline;
	width: auto;
	color: #444;
}

/* ================================================== base: typography ===== */

h1,
h2,
h3,
h4,
h5,
h6 { color: #000; }

em,
strong { color: #333; }

a {
	color: #284993;
	text-decoration: none;
}

a:hover {
	color: #284993;
	text-decoration: underline;
}

/* ================================================== header ===== */

#header {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 600px;
	margin-left: -300px;
	text-align: left;
}

#branding { }

#site-title {
	/*position: absolute;
	left: 50%;
	top: 0px;
	width: 300px;
	height: 80px;
	margin-left: -390px;*/
	display: block;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	z-index: 102;
}

#site-title span { }

#site-title span a { }

#site-description { }

/* ================================================== nav: primary ===== */

#nav {
	position: relative;
	top: 50px;
	left: 552px;
	width: 400px;
	height: 20px;
	font-size: 14px;
	text-align: right;
	/*cursor: pointer;*/
	z-index: 103;
	
}

#nav ul.menu {
	height: 20px;
	list-style: none;
}

#nav ul.menu li {
	text-transform: uppercase;
	display: inline;
	/*padding-right: 10px;*/
}

#nav ul.menu a { text-decoration: none; }

#nav ul.menu a:hover { text-decoration: underline; }

#nav ul.menu li#menu-item-3 ul.sub-menu {
	position: absolute;
	left: 212px;
	top: 20px;
	list-style:decimal;
	font-size: 10px;
	color: #ffffff;
}

#nav ul.menu li#menu-item-3 ul.sub-menu li {
	text-align: left;
	display: block;
}

#nav ul.menu #menu-item-3 ul.sub-menu a {
	color: #ffffff;
	text-decoration: none;
}

#nav ul.menu #menu-item-3 ul.sub-menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* ================================================== main ===== */

#main { }

#primary {
	position: relative;
	top: 0px;
	left: 0px;
	width: 600px;
	margin: auto;
	text-align: center;
}

#content {
	position: relative;
	left: 50px;
	top: 50px;
	width: 500px;
	margin: 0;
	padding: 0 0 60px 0;
	/*background-color: #FFF;*/ /*#191919;*/
	/*border: 1px solid #284993;*/
	font-size: 14px;
	text-align: center;
	/*overflow-x: auto;
	overflow-y: hidden;*/
}

/* ================================================== footer: base ===== */

#footer {
	position: absolute;
	left: 50%;
	/*top: 500px;*/
	width: 600px;
	/*height: 160px;*/
	margin-left: -300px;
	/*margin-top:340px;*/
	text-align: center;
	font-size: 10px;
	z-index: 101;
}

#footer #footer-contact { /*font-size: 8px;*/ }

/*#footer #footerSubText {
	padding: 20px 0;
	margin-bottom: -10px;
}*/

#footer a { }

#site-legal { text-transform: uppercase; }

#site-legal small { font-size: 10px; }

/* ================================================== widgets: footer ===== */

#supplementary { padding-bottom: 40px; }

.one { }

.two { }

.three { }

/* ================================================== widgets: specific ===== */

.widget-utility-menu { }

.widget-social-menu { }

/* ================================================== page: home ===== */

body.home { }

/* ================================================== default: overrides ===== */


/* ================================================== default: ie ===== */

.ie7 #container { left: 200px; }

.ie6 #container { left: 200px; }
