/***************** Browser Resets **********************/
/* Resets default browser CSS styles.                  */
/* Remove all virtical height from all items           */
/*******************************************************/
* {
    margin: 0;
	padding: 0;
}

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 {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*********************** Typography *********************/
/* Baseline set by the body line height. All subsequent */
/* virticle space should be set in multiples of this    */
/* line-height value                                    */
/********************************************************/
body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;  
	line-height: 18px; /* Baseline setting */
	height: 100%;
}

p {
	margin-bottom: 18px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: Arial, Helvetica, Sans-serif; 
}

h1 { 
  font-size: 24px; 
  line-height: 36px;
  margin-bottom: 18px; 
}

h2 { 
  font-size: 18px; 
  line-height: 18px; 
  margin-bottom: 18px;
}

h3 { 
  font-size: 12px; 
  line-height: 18px; 
}

h4 {
	font-size: 16px;
	line-height: 18px;
}

h5 {
	font-size: 14px;
	line-height: 18px;
}

h6 {
	font-size: 14px;
	line-height: 18px;
}

/********************* Links **********************/
/**** Remember to define focus styles! ****/
:focus {
	outline: 0;
}

a:link, a:visited { 
	outline: none; 
	text-decoration: none;
}

a:hover, a:active {  
	text-decoration: underline; 
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

strong, b { font-weight: bold; }
em, i { font-style: italic; }

pre, code, kbd {
	font-family: "Courier New", Courier, mono;
	border: 1px dotted #000000;
	padding: 5px;
	margin: 0px 0px 16px 0px;
	background-color: #f3f3f3;
}

acronym, abbr {
	border-bottom: 1px dotted #000000;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
blockquote, q {
	border: 1px dotted #000;
	padding: 5px;
	margin: 0px 0px 16px 0px;
	background-color: #f3f3f3;
}

/***************** FROM ELEMENTS STARTS *****************/
form {}

form ul, form li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

form li {
    padding: 6px 0px;
    clear: both;
}

label {
	float:left;
	display: block;
	padding: 0px;
	margin: 0px;
	width: 150px;
}

label.tiny { width: 30px; }
label.small { width: 75px; }
label.medium { width: 140px; }
label.large { width: 190px; }

fieldset {
	border: none;
	margin: 0px 0px 16px 0px;
	text-align: left;
	padding: 3px 3px 6px 3px;
}

legend
{
	font-size: 18px;
	letter-spacing: -0.006em;
	font-weight: 700;
}
input.tiny, input.small, input.medium, input.large {
    display: block;
    float: left;
}

input.tiny { width: 30px; }
input.small { width: 100px; }
input.medium { width: 200px; }
input.large { width: 300px; }

textarea.small { width: 150px; }
textarea.medium { width: 300px; }
textarea.large { width: 500px; }

select{
	font-family: sans-serif;
	font-size:100%;
	line-height:180%;
}
select.small { width: 150px; }
select.medium { width: 300px; }
select.large { width: 500px; }

optgroup{ font-style: normal; }

.required {
	font-weight: 700;
	color: #FF6600;	
}

/**************** FROM ELEMENTS FINISHES ****************/




/**************** LIST ELEMENTS STARTS ******************/
ul, ol, dl {
    margin-left: 2em;
    margin-bottom: 18px;
}

ol {}

li {}

dl {}

dt {}

dd {}

/**************** LIST ELEMENTS FINISHES ****************/
hr {
	border: 0px solid #ffffff;
	height: 1px;
	margin-bottom: 17px;
	background-color: #dddddd;
}

/****************************** Text Replacement ********************************************/
.replace {
	text-indent: -6000px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

/***************************** Accessibilty Items ******************************************/
#skip-link {
	position: absolute;
	top: 0;
	left: -6000px;
}

/***************************** Control Items ***********************************************/
/**** Tabs ****//**** Menus ****/
ul.tabs, ul.tabs li, ul.menu, ul.menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}

ul.tabs, ul.tabs li {
	width: auto;
	float: left;
}

ul.menu, ul.menu li {}

/**************** GENERAL CLASSES STARTS ****************/
.clear-both {clear: both;}
.clear-left {clear:left;}
.clear-right {clear:right;}
.float-left {float:left;}
.float-right {float:right;}
.uppercase {text-transform:uppercase;}
.lowercase {text-transform:lowercase;}
.hide {display: none;}

/*************** GENERAL CLASSES FINISHES ***************/

/********************* Standard Layout Items **************/
.container {
	min-width: 500px; /* Set the minimum width - should be device specific */
	width: 500px;
	height: 500px;
	margin-left: 50%;
	left: -250px;
	margin-top: 100px;
	position: relative;
}
/**** Uncomment the line below to see the grid and baseline. ****/
/*.container { background: url(img/grid.png); } 
.container { background: url(img/baseline.png); }*/ 

/**** Text Content Regions ****/
#content {}
#sub-content {}

/**** Layout Columns ****/
.column {
	position: relative;
	float: left;
	padding-bottom: 32767px;
    margin-bottom: -32767px;
}

/* The first and last elements in a multi-column 
   block needs one of these classes each. */

.column.first  { margin-left: 0; }
.column.last   { margin-right: 0; }

.column-wrapper {
	overflow: hidden;
	position: relative;
}

#column-one {}
#column-two {}
#column-three {}

/**** Other Elements ****/
#utility{}
#header{}
#footer{
	clear: both;
}