/*-----------------------------------------
	Website:
	Creator:
	Last Modified:
	
	0. MAIN
	1. Generic
	2. Text, headers
	3. Links
	4. Areas, Divs
	5. Tables
	6. Forms
	7. Images
	8. Lists
	9. Menus
-----------------------------------------*/

/*-----------------------------------------
	0. MAIN
-----------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family: Arial, sans-serif;
	color: #222;
	background: #1f3ea2 url("../assets/images/standard/bg.jpg") top left repeat-x;
	font-size: 75%; /* Default font size. The font-size percentage is of 16px. (0.75 * 16px = 12px) */
	line-height: 1.5; /* Default line height. (12px * 1.5 = 18px) */
	text-align: center;
}

/*-----------------------------------------
	1. LAYOUT
-----------------------------------------*/

.a-left {
	text-align: left;
}

.a-right {
	text-align: right;
}

.a-center {
	text-align: center;
}

.a-justify {
	text-align: justify;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.green-color {
	color: #1b8f0b;
}

.red-color {
	color: #f00;
}

.red-bg {
	background: #fff0f0;
	border: 1px solid #f00;
}

/*-----------------------------------------
  2. TYPOGRAPHY
-----------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #003867;
	letter-spacing: -0.05em;
}

/*h1 { 
	letter-spacing:-2px;
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}*/

h1 { 
	font-size: 2em;
	margin-bottom: 0.75em;
}

h2 { 
	font-size: 1.5em; 
	line-height: 1;
	margin-bottom: 1em; 
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

p {
	margin: 0 0 1.5em;
}

blockquote { 
	margin: 1.5em; 
	color: #666; 
	font-style: italic;
}

strong { 
	font-weight: bold;
}

small {
	font-style: italic;
	font-size: 0.8em;
}

em { /* emphasis */
	font-style: italic;
}

dfn { /* definition term */
	font-weight: bold;
	font-style: italic;
}

sup, sub {
	line-height: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}

address { 
	margin: 0 0 1.5em;
	font-style: italic;
}

del {
	text-decoration: line-through;	
}

pre { 
	margin: 1.5em 0;
	white-space: pre;
}

pre,code,tt {
	color: #81c14e;
	font-family: 'lucida console', monospace;
}

hr {
	background: #ddd;
	color: #ddd;
	border: none;
	height: 0.1em;
	margin: 0 0 1.4em;
}

/*-----------------------------------------
  3. Links
-----------------------------------------*/

a:link, a:active, a:visited {
	color: #cd0000;
	text-decoration: none;
}

a:hover, a:focus {
	color: #cd0000;
	text-decoration: underline;
}

div#footer a:link, div#footer a:active, div#footer a:visited {
	color: #fff;
	text-decoration: none;
}

div#footer a:hover, a:focus {
	color: #fff;
	text-decoration: underline;
}

/*-----------------------------------------
  4. Area, Divs
-----------------------------------------*/

div#canvas {
	width: 960px;
	margin: 10px auto;
	text-align: left;
	background: #fff;
	padding: 0 0 10px 0;
}

div#header {
	width: 100%;
}

div#content {
	padding: 10px 0 0 0;
	background: transparent url("../assets/images/standard/dots-vertical.gif") 620px 20px no-repeat;
}

div#left-column {
	display: inline;
	float: left;
	width: 560px;
	margin: 0 0 0 20px;
}

div#right-column {
	display: inline;
	float: right;
	width: 300px;
	margin: 0 20px 0 0;
}

div.col-left {
	float: left;
	width: 45%;
}

div.col-right {
	float: right;
	width: 45%;
}

div.contact-container {
	padding: 10px 0 0 0;
}

div.row {
	margin: 0 0 10px 0;
}

div.labels {
	float: left;
	width: 100px;
}

div.required {
	background: transparent url("../assets/images/standard/asterix.jpg") top right no-repeat;
}

div.inputs {
	float: right;
	width: 190px;
}

div#footer {
	width: 960px;
	margin: 10px auto;
	text-align: left;
	color: #fff;
}

/*-----------------------------------------
  5. Tables
-----------------------------------------*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table th {
	font-size: 1em;
}

table td {
	font-size: 1em;
}

/*-----------------------------------------
  6. Forms
-----------------------------------------*/

form {
}

form#contact legend {
	display: none;
}

fieldset {
}

legend {
}

label {
	font-weight: bold;
}

input, textarea, select {
	background: #fff;
	border-color: #666 #000 #000 #666;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}

textarea {
}

input:focus, textarea:focus, select:focus {
	background: #f2fbff;
}

input.login {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

input.button {
	padding: 0 7px 1px;
	border-color: #444 #000 #000 #444;
	border-style: solid;
	border-width: 1px;
	background: #bbb;
	color: #fff;
	font-weight: bold;
	text-align: center !important;
	white-space: nowrap;
	cursor: pointer;
	background: #1f3ea2 url("../assets/images/standard/button-bg.jpg") top left repeat-x;
	width: 90px;
}

input.button:hover {
	background: #000;
	width: 90px;
}

/*-----------------------------------------
  7. Images
-----------------------------------------*/

img {
	border: 0px;
}

img.border {
	border: 1px solid #000;
}

/*-----------------------------------------
  8. Lists
-----------------------------------------*/

ul, ol { 
	margin: 0 1.5em 1.5em 1.5em;
}

li ul, li ol {
	margin: 0 1.5em;
}

dl { 
	margin: 0 0 1.5em 0; 
}

dl dt { 
}

dd {
}

/*-----------------------------------------
  9. Menus
-----------------------------------------*/



