/*
 * 
 * 	SHARED STYLE FOR HEADER AND FOOTER
 *	Title: segoe UI bold italic - letter spacing -3
 *
 */


body {
	font-family: Verdana;
	
	padding: 0px;
	margin: 0px;
}

a {
	color: #0066cc;
}

a:hover {
	color: #222;
}

a:visited { 
	color: #800080;
} 

a:active { 
	color :#e00; 
}

h1 {
	color: #161649;
	font-size: 14pt;
	margin: 10px 0px;
}

h2 {
	color: #161649;
	font-size: 11pt;
	margin: 10px 0px;
}

p {
	margin: 10px 0px;
}

div.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

div.internal {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 100%;
	padding: 0 4px;
	margin-bottom: 0;
	position: relative;
}

div.internal_footer {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 100%;
	padding: 0 4px;
	margin-bottom: 0;
}

div#header {
	background-color: #5d5dc2;
	background-image: none;
	margin: 0px;
	border: 0px;
	width: 100%;
	height: 70px;
}

.light_blue {
	color: #3232ae;
}

div#footer {
	background-color: #fff;
	background-image: url('/images/bottom_grad_blue.png');
	background-repeat: repeat-x;
	margin: 20px 0 0 0;
	border: 0px;
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 10pt;
	padding-top: 30px;
	padding-bottom: 0px;
}

img#logo {
	margin-top: 10px;
	float: left;
}

div#top_menu {
	
	background-color: #fff;
	background-image: url('/images/top_menu_grad.png');
	background-repeat: repeat-x;
		
	float: right;
	padding: 0;
	margin: 0;

	position: absolute;
	bottom: 0px;
	right: 5px;
	
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #fff;
}

div#top_menu a {
	
	height: 22px;
	display: block;
	float: left;
	
	margin: 8px 0 0 0;
	padding: 0 15px;
			
	color: #000;	
	
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	text-align: center;
}

div#top_menu a:hover {
	text-decoration: underline;
}


/***********************************************
 * 		HOMEPAGE STYLE 
 */

h1.small {
	color: #161649;
	font-size: 10pt;
	margin: 6px 0px;
	padding: 0;
}

div#index_left {
	float: left;
	width: 630px;
}

div#index_right {
	float: right;
	width: 260px;
	
	border: none;
	margin: 0;
	padding: 0;
}

div#index_right_inner {
	margin: 0;
	padding: 4px 8px;
	
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #ccc;
	
	font-size: 10pt;
}

div#index_right h2 {
	color: #fff;
	background-color: #fff;
	background-image: url('/images/rounded_grad.png');
	background-repeat: no-repeat;
	margin: 0;
	padding: 2px 15px;
	font-size: 9pt;
	font-weight: bold;
}

div#index_right_inner h2 {
	color: #161649;
	font-size: 10pt;
	margin: 6px 0px;
	padding: 0;
	background-image: none;
	background-color: #fff;
}

ul.links li {
	margin-bottom: 3px;
}

div.top_three {
	width: 198px;
	height: 355px;
	
	margin: 5px 5px 0 5px;
	float: left;
	
	padding: 0;
	
	border-width: 1px;
	border-style: solid;
	border-color: #aaa;
}

div.top_three p {
	font-size: 9pt;
	padding: 0 2px 0 2px;
}

div.top_three img {
	border: none;
	margin-bottom: 5px;
}

div.top_three a {
	border: none;	
}

a.top_big {
	font-size: 11pt;
	font-weight: bold;
	
	color: #21216f;
	text-decoration: none;
}

a.top_big:hover {
	text-decoration: underline;
}

div#index_bottom {
	font-size: 10pt;
}

/*************************************************
 * 		CONTACT PAGE STYLE
 */

table#contact {
	margin-top: 30px;
}

input.contact {
	border-width: 1px;
	border-style: solid;
	border-color: #777;
	width: 400px;
}

textarea.contact {
	border-width: 1px;
	border-style: solid;
	border-color: #777;
	width: 400px;
}

input.contact_submit {
	width: 200px;
	height: 30px;
}

/************************************
 * 		ECOMMERCE STYLE
 */

div#ecommerce p {
	font-size: 10pt;
}

img.right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
