/*
 * ----------------------------------------------------------------------------------------------------------------
 * Reset
 * ----------------------------------------------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
 * ----------------------------------------------------------------------------------------------------------------
 * General
 * ----------------------------------------------------------------------------------------------------------------
 */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	height: 100%;
	background-image: url('images/bodybg.png');
	background-position: top left;
	background-repeat: repeat-x;
}

h3, h3 a
{
	font-size: 18px;
	font-weight: bolder;
	color: #555555;
	margin-bottom: 6px;
	font-family: Helvetica;
	text-decoration: none;
	clear: both;
	margin-left: -10px;
}

h3 a:hover
{
	color: #777777;
}

p
{
	line-height: 14px;
	padding-bottom: 3px;
}

strong
{
	font-weight: bold;
}

hr
{
	margin: 20px;
	color: #EEEEEE;
}

ul li
{
	list-style:circle;
	margin-left: 30px;
	padding-bottom: 3px;
}

fieldset
{
	border: thin solid #AAAAAA;
	-webkit-border-radius: 8px; /* Safari prototype */
	-moz-border-radius: 8px; /* Gecko browsers */
	border-radius: 8px; /* Everything else - limited support at the moment */ 
	margin: 10px;
	padding: 10px;
}

legend
{
	padding-left: 5px;
	padding-right: 5px;
}

input, textarea, select
{
	border: thin solid #999999;
	-webkit-border-radius: 8px; /* Safari prototype */
	-moz-border-radius: 8px; /* Gecko browsers */
	border-radius: 8px; /* Everything else - limited support at the moment */ 
}

input, select
{
	padding: 3px;
	margin-bottom: 3px;
}

option
{
	padding-right: 10px;
}

textarea
{
	padding: 9px;
	width: 97%;
}

.label
{
	/*
	 * The generic class that will be used by most <label> tags
	 */
	display: inline-block;
	margin-bottom: 5px;
	text-align: right;
}

.button
{
	height: 30px;
	border: thin solid #999999;
	background-color: #D9D9D9;
}

.button:hover, .submit:hover
{
	background-color: #F9F9F9;
}

.submit
{
	/*
	 * The generic class used by most submit buttons in forms
	 */
	float: right;
	position: relative;
	bottom: -25px;
	margin-top: -15px;
}

.inline
{
	float: none;
	margin: 0;
	bottom: 0;
}

.left
{
	float: none;
}

.errorInfo
{
	color: #FF0000;
}

#session_info
{	
	border: thin solid #6AB6E6; 
	background-image: url("images/icons/info.png");
	background-repeat: no-repeat;
}

#session_error
{
	border: thin solid #D94F1D;
	background-image: url("images/icons/error.png");
	background-repeat: no-repeat;
}

#session_info, #session_error
{
	margin: 10px auto 20px auto;
	width: 400px;
	padding: 12px 10px 10px 40px;
	-webkit-border-radius: 8px; /* Safari prototype */
	-moz-border-radius: 8px; /* Gecko browsers */
	border-radius: 8px; /* Everything else - limited support at the moment */
}

/*
 * ----------------------------------------------------------------------------------------------------------------
 * Authentication
 * ----------------------------------------------------------------------------------------------------------------
 */

#authform
{
	display: block;
	margin: 0 auto;
	width: 400px;
}


/*
 * ----------------------------------------------------------------------------------------------------------------
 * Header
 * ----------------------------------------------------------------------------------------------------------------
 */

#logo
{
	position: absolute;
	top: -30px;
	left: 30px;
	z-index: 1;
	cursor: pointer;
}

/*
 * ----------------------------------------------------------------------------------------------------------------
 * Main Navigation
 * ----------------------------------------------------------------------------------------------------------------
 */

#mainNavigation
{
	display: block;
	margin-left: 360px;
}

#mainNavigation li
{
	display: inline-block;
	cursor: pointer;
	margin: 0px;
}

#mainNavigation li .navitem_left
{
	display: inline-block;
	width: 30px;
	height: 35px;
	background: url("images/navitem.png") 0px 0px;
	background-repeat: no-repeat;
	margin-right: -4px;
}

#mainNavigation li .navitem_right
{
	display: inline-block;
	width: 30px;
	height: 35px;
	background: url("images/navitem.png") -155px 0px;
	background-repeat: no-repeat;
	margin-left: -4px;
}

#mainNavigation li .navitem_middle
{
	display: inline-block;
	height: 35px;
	background: url("images/navitem.png") -30px 0px;
	background-repeat: repeat-x;
}

#mainNavigation li a
{
	text-decoration: none;
	line-height: 20px;
	color: #336699;
	font-weight: bold;
}

 .mainSection_home #mainNavigation #mainnav_home .navitem_middle
{
	background: url("images/navitem.png") -30px -238px;
}

 .mainSection_home #mainNavigation #mainnav_home .navitem_left
{
	background: url("images/navitem.png") 0px -238px;
}

 .mainSection_home #mainNavigation #mainnav_home .navitem_right
{
	background: url("images/navitem.png") -155px -238px;
}

#mainNavigation li a:hover
{
	color: #666666;
}

#mainNavigation li a:hover .navitem_middle
{
	background: url("images/navitem.png") -250px -138px;
}

#mainNavigation li a:hover .navitem_left
{
	background: url("images/navitem.png") 0px -138px;
}

#mainNavigation li a:hover .navitem_right
{
	background: url("images/navitem.png") 31px -138px;
}

#mainNavigation li .mainnav_extrainfo
{
	display: none;
}

#mainNavigation .rhs, #mainNavigation .rhs:hover
{
	display: none;
}

 /*
 * ----------------------------------------------------------------------------------------------------------------
 * Main Content
 * ----------------------------------------------------------------------------------------------------------------
 */

 .info
 {
 	border: thin solid #6AB6E6; 
	margin: 10px auto 20px auto;
	width: 400px;
	padding: 12px 10px 10px 40px;
	-webkit-border-radius: 8px; /* Safari prototype */
	-moz-border-radius: 8px; /* Gecko browsers */
	border-radius: 8px; /* Everything else - limited support at the moment */
	background-image: url("images/icons/info.png");
	background-repeat: no-repeat;
 }
 
 #header
 {
 	clear: both;
	overflow: hidden;
	height: 150px;
 }
 
 #wrapper
 {
 	min-width: 950px;
	height: 100%;
 }
 
 #mainContentWrapper
 {
 	margin-bottom: 100px;
 }
 
 #maincontent
 {	
 	clear: both;
	overflow: hidden;
	
	width: 65%;
	min-width: 500px;
	
	border: thin solid #AAAAAA;
	
	-webkit-border-radius: 20px; /* Safari prototype */
	-moz-border-radius: 20px; /* Gecko browsers */
	border-radius: 20px; /* Everything else - limited support at the moment */ 
	
	background: #FFFFFF;
	
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 0px;
	
	padding: 30px;
 }
 
 .mainSection_home #maincontent
 {
 }
 
 /*
 * ----------------------------------------------------------------------------------------------------------------
 * Footer
 * ----------------------------------------------------------------------------------------------------------------
 */

 #footer
 {
 	position: fixed;
	bottom: 0px;
	background-image: url("images/footerbg.png");
	background-repeat: repeat-x;
	background-position: top left;
	height: 65px;
	width: 100%;
	z-index: 1;
 }
 
 #footer p
 {
 	line-height: 90px;
 }
 
 #contact_card
 {
 	position: fixed;
	bottom: -50px;
	right: 30px;
	z-index: 0;
 }
 
/*
 * ----------------------------------------------------------------------------------------------------------------
 * Contact Form
 * ----------------------------------------------------------------------------------------------------------------
 */

 #contactForm label
 {
 	display: inline-block;
	min-width: 150px;
	text-align: right;
 }
 
 input, textarea
 {
 	padding: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
 }
