/*------------------------------------------------------------------
[ DEFAULT.CSS ] Main Stylesheet
--------------------------------------------------------------------

[Table of contents]

1.	RESET

2.	MAIN STYLES
2.a  Tags defaults
2.b  Base layout
2.c  Navigations
2.d  Elements, ID's & Classes

3.	FORMS
3.a  Form styles
3.b  Individual forms

4.	PLUGINS

5.	PRINT


/*------------------------------------------------------------------

1.	RESET
	Global reset for all HTML elements

------------------------------------------------------------------*/

@media handheld, projection, screen, print {

* { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
html { height: 100% }
body { background: #fff; color: #000; font-size: 100.01%; min-height: 101%; text-align: left; position: relative; }
img, fieldset, abbr, acronym { border: 0 }
ul, ol { list-style: none }
table { border-collapse: collapse; border-spacing: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
caption, th { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; }
input, select { vertical-align: middle }
textarea { height: auto; overflow: auto; }
option { padding-left: 0.6em }
button { background: none; border: 0; cursor: pointer; text-align: center; }


} @media handheld, projection, screen {


/*------------------------------------------------------------------

2.	MAIN STYLES
	General definitions

--------------------------------------------------------------------

/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/
	
body {
	background: #000;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.33em;
	text-align: center;
}

p, ul, ol, table { margin: 0 0 1.33em 0 }

strong { font-weight: bold }

em { font-style: italic }


/* Headlines */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: normal;
}


/* Anchors */
a, a:link, a:active, a:visited { color:#111122; text-decoration: none }
a:hover { color:#FF0000; text-decoration: underline }

a.hl, a.hl:link, a.hl:active, a.hl:visited { color:white; text-decoration: none }
/*-------------------------------
2.b Base layout
---------------------------------
[?] Mostly ID's. Classes & tags allowed.
*/

#wrap {
	margin: auto;
	text-align: left;
	width: 760px;
	position: relative;
}
	#header, #body, #footer {
		float: left; display: inline;
		clear: both;
		position: relative;
	}
	#header {
		background: #fff url(../images/bg_header.jpg) no-repeat bottom right;
		height: 305px; width: 100%;
	}
		#logo, #tagline { margin: 0 }

			#logo a {
				background: url(../images/logo.gif) no-repeat;
				height: 122px; width: 206px;
				position: absolute;
				top: 41px; left: 21px;
			}
			#callUs {
				background: url(../images/callUs.gif) no-repeat;
				height: 21px; width: 203px;
				position: absolute;
				top: 262px; left: 28px;
			}
			#tagline {
				font: 2.67em/1.25em "Trebuchet MS", Arial, Helvetica, sans-serif;
				width: 350px;
				position: absolute;
				top: 45px; left: 305px;
			}
				#tagline strong { font-weight: normal }

	#body {
		padding: 20px 0;
		width: 100%;
	}

	#footer {
		background: #fff;
		padding: 20px;
		text-align: center;
		width: 720px;
	}

div.col1
{
	background-color:#ffffff;
	padding:25px; 
	width:600px; 
}

h1.welcometohdr {
	font-size: 18px;
	line-height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 13px;
	font-weight: lighter;
	color: #666666;
	background-color: #ffffff;
}

div.col1
{
	padding: 30px;
	background: #ffffff;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.33em;
}

span.display-none 
{
	display: none;
}


/*-------------------------------
2.c Navigations
-------------------------------*/

ul.nav { margin: 0 }


/*-------------------------------
2.d Elements, ID's & Classes
-------------------------------*/

#footer #copy {
	color: #706e6c;
	font-size: .92em;
	margin: 1em 0 0 0;
}


ul#options {
	height: 399px; width: 100%;
	margin: 0;
}
	ul#options li.opt1, ul#options li.opt2, ul#options li.opt3 {
		float: left; display: inline;
		background: url(../images/bg_options.gif) no-repeat;
		color: #fff;
		height: 289px; width: 201px;
		padding: 110px 24px 0 20px;
		position: relative;
	}
	ul#options li.opt1 { background-position: 0 0 }
	ul#options li.opt2 { background-position: -245px 0; margin: 0 12px 0 13px }
	ul#options li.opt3 { background-position: -490px 0 }

	ul#options h2 {
		color: #fff;
		font-size: 2.67em;
		line-height: 1em;
		margin: 0 0 12px 0;
	}
	ul#options p.link  {
		margin: 0;
		text-align: right;
		position: absolute;
		bottom: 25px; right: 25px;
	}
		ul#options p.link a {
			color: #fff;
			font-size: 1.17em;
			font-weight: bold;
			text-decoration: underline;
			text-transform: uppercase;
		}
		ul#options p.link a:hover { text-decoration: none }


.txt0 { color: #006ab4 }
.txt1 { color: #ef2e71 }
.txt2 { color: #a3c546 }


ul.list0 li {
	background: url(../images/bullet.gif) no-repeat 0 5px;
	font-size: 1.08em;
	margin-bottom: 5px;
	padding-left: 12px;
}



/*------------------------------------------------------------------

3.	FORMS
	Styles for forms only

--------------------------------------------------------------------

/*-------------------------------
3.a Form styles
-------------------------------*/

input.text, select.select, textarea.textarea
{
	border: 1px solid #999;
	color: #000;
}
input.text { width: 195px }
select.select { width: 200px }
textarea.textarea { width: 195px }

button.button {
	color: #000;
	height: auto; width: auto;
	line-height: normal;
	white-space: nowrap;
}

/* General forms */
form.form {  }

	form.form ol {	list-style: none }
	
		form.form ol li { margin: 1em 0 }
		
/*-------------------------------
3.b Individual forms
-------------------------------*/




/*------------------------------------------------------------------

4.	PLUGINS
	Predefined utilities

--------------------------------------------------------------------

/*-------------------------------
Utility classes
-------------------------------*/

.l { text-align: left }
.c { text-align: center }
.r { text-align: right }

.wrap, .col { float: left;	display: inline; position: relative; }
.wrap { clear: both }

.clear { clear: both }
.fl { float: left }
.fr { float: right }
.hide, .hidden, .anchor, .skip { display: none }
.nomargin { margin-bottom: 0 !important }
.noborder { border: 0 !important }
.top { margin-top: 0 !important }

.replace, .br { display: block; font-size: 1%; line-height: 0; text-align: left; text-indent: -10000px; }

.hr { background: #ccc; height: 1px; margin: 1.5em 0; }
.hr hr { display: none }


/*-------------------------------
"Bars" navigation
---------------------------------
[?] EXAMPLE

Home | Services | About | Contact	*/

ul.bars li {display: inline; margin-left: -4px;}
ul.bars li.first {border: 0 !important;}
ul.bars li:before {content: "|"; padding: 0 4px;}
ul.bars li:first-child:before {content: ""; padding: 0 4px 0 0;}


/*-------------------------------
Clearfix
-------------------------------*/

.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clearfix { display: block }


/*-------------------------------
Images alignment classes
---------------------------------
[?] e  = east, n  = north, ne = north-east, sw = south-west ...etc.
*/

img.e, img.w, img.ne, img.nw, img.se, img.sw {display: block;}
img.e  { float: right;	margin: 1.5em 0 1.5em 1.5em;	}
img.w  { float: left;	margin: 1.5em 1.5em 1.5em 0;	}
img.ne { float: right;	margin: 0 0 1.5em 1.5em;	}
img.nw { float: left;   margin: 0 1.5em 1.5em 0;	}
img.se { float: right;	margin: 1.5em 0 0 1.5em;	}
img.sw { float: left;	margin: 1.5em 1.5em 0 0;	}



} @media print {

/*------------------------------------------------------------------

5.	PRINT
	Styles for print

------------------------------------------------------------------*/

body { background: none; color: #000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10pt; }
code, pre { font-family: "Courier New", Courier, mono }
img { float: left; clear: left; margin: 1.5em 1.5em 1.5em 0; }
a, a:link, a:visited { color: blue; text-decoration: underline; }
h1, h2, h3, h4, h5, h6 { color: #000; page-break-after: avoid; }
#nav, .nav, form, .skip { display: none }



/*------------------------------------------------------------------
	END CSS
------------------------------------------------------------------*/

}/* end @media */