/* *************************** 
  Site - Medfin Finance
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#c5bcb7;
	text-decoration:none;
}
a:hover {
	color:#c5bcb7;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
#container {
	width:780px;
	text-align:left;
	margin:0 auto;
}
/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	width:100%;
	overflow:hidden;
	background:#00209f;
	color:#fff;
}
#header h1 {
	float:left;
}
#header h1 a {
	width:87px;
	height:83px;
	display:block;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
	outline-style:none;
}
#header h2 {
	float:right;
	padding:30px 20px 0 0;
	font-size:17px;
}
#navigation {
	width:100%;
	background:#4189dd;
	color:#fff;
	height:19px;
}
#navigation li {
	background:url(../images/nav_li_bg.png) 2px 9px no-repeat;
	padding:3px 0 0 12px;
	margin:0 0 0 10px;
	font-size:11px;
	line-height:14px;
}
#navigation a {
	color:#fff;
}
/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	padding:48px 0 20px;
}
#content h1 {
	color:#fff;
	background:#459de6;
	font-size:14px;
	padding:3px 0 3px 20px;
	margin-bottom:25px;
}
#content p {
	margin:0 0 20px 0;
	font-weight:bold;
	color:#666;
	font-size: 12px;
}
#content_inner {
	padding:0px 20px 20px 20px;
	color: #000;
}
#content .investallowform {
	padding-top:30px;
}
#content .investallowform p {
	width:100%;
	overflow:hidden;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:5px 0;
	font-weight:normal;
	color:#333;
}
#content .investallowform p label {
	width:260px;
	float:left;
}
#content .investallowform h3 {
	font-size:16px;
	margin:0;
	padding:0;
}
#notes {
	padding:50px 0 0 0;
	color:#666;
	font-size:10px;
	text-align: justify;
}
.button {
	display:block;
	color:#fff;
	background:#459de6;
	font-size:14px;
	width:300px;
	margin-left:50px;
	text-align:center;
	padding:4px 0;
	margin-top:40px;
	font-weight:bold;
}
.button:hover {
	color:#fff;
	text-decoration:none;
}
/* *************************** 
   $5 Sidebar Styles
   ***************************/


/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	background:#00209f;
	color:#fff;
	padding:3px;
	font-size:11px;
	margin-bottom:10px;
}

