/* 
Performance Plus & Focus Copyright 2009-2010
Navigation Menu styling by www.stunichols.com, thanks Stu!
www.johncrice.com | 09.05.09 

Colors
Red  rgb(233,51,48);
Dark Grey rgb(30,30,30);
Dark Grey rgb(60,60,62);
Light Grey Text rgb(102,102,102);
Light Grey Text rgb(142,142,142);
*/


/* global css reset starts */
		
		:link,:visited {
		text-decoration:none
		}

		ul,ol {
		list-style:none
		}

		h1,h2,h3,h4,h5,h6,pre,code {
		font-size:1em;
		}

		ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { 
		margin:0;
		padding:0
		}

		a img,:link img,:visited img {
		border:none
		}

		address {
		font-style:normal
		}
		
		object {
		text-decoration:none;
		}
		
/* global css reset ends */



/*  DROP-DOWN MENU NAVIGATION  */

div#navigation {
	margin-left: auto;
	margin-right: auto;
	width:1000px;
	height:36px;
	background-color:#000;
	/* border:1px solid #FF0000; */
}

#info {
	height:400px;
	}
	
#pmenu, #pmenu ul {
	padding:0;
	margin:0 auto;
	list-style-type: none;
	}
	
#pmenu {
	margin:0;
	position:relative;
	z-index:500;
	}
	
#pmenu li {
	float:left;
	position:relative;
	}
	
#pmenu a, #pmenu a:visited {
	display:block; 
	width:145px; 
	font-size:14px;
	color:#fff;
	height:50px;
	line-height:50px;
	text-decoration:none;
	text-indent:5px;
	background:#000;
	border-right:1px dotted #fff;
	border-width:0 1px 1px 0;
	}
	
#pmenu li:hover > a {
	background:rgb(233,51,48);
	color:#fff;
	}
	
#pmenu li ul {
	display: none;
	}
	
#pmenu li:hover > ul {
	display:block;
	position:absolute;
	top:0;
	left:101px;
	}
	
#pmenu > li:hover > ul {
	left:0;
	top:50px;
	}
	
#pmenu li a#active {
	background:rgb(233,51,48);
	background-image: url(../images/corner_cut.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	}




/*  main styling */

html {
	height:100%;
}

body {
	height:100%;
	font-family:trebuchet ms, trebuchet, arial, helvetica;
	font-size:0.9em;
	color:#fff;
	margin:0;
	padding:0;
	text-align:center;
	background-color:rgb(77,77,77);
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width:1000px;
	height:auto;
	background-color: white;
}

div#header {
	margin-left: auto;
	margin-right: auto;
	width:1000px;
	height:155px;
	background-color: rgb(233,51,48);
	/* border:1px solid #FF0000; */
}

div#logo {
	width:600px;
	height:95px;
	position:relative;
	top:15px;
	left:20px;
	/* border:1px solid #FF0000; */
}

div#tagline {
	float:right;
	text-align: right;
	width:280px;
	height:40px;
	padding:5px;
	margin:35px 35px 0 0;
	/* border:1px solid #FF0000; */
}

h1#tagline {
	color:#fff;
	font-size:1.0em;
	font-family: Arial, helvetica, sans-serif;
	/* padding:5px 0 5px 0; */
	letter-spacing: 2px;
	font-weight:500;
	font-style: italic;
}

h1#tagline span {
	color:#fff;
	position:relative;
	top:6px;
	/* margin:5px 0 0 0; */
	font-size:1.1em;
	font-family: Arial, helvetica, sans-serif;
	/* padding:5px 0 5px 0; */
	letter-spacing: 1px;
	font-weight:bold;
	font-style: normal;
}

div#content {
	margin: 0 auto;
	background-color:white;
	width:1000px;
	min-height:400px;
	height:auto;
	/* border:1px solid #FF0000; */
}

div#home-video {
	width:290px;
	height:340px;
	background-color: white;
	float:right;
	margin:10px 0 0 0;
	text-align: center;
	/* border:1px solid #FF0000; */
}

div#content-home {
	text-align: left;
	background-color:white;
	width:1000px;
	min-height:360px;
	height:auto;
	padding:20px 0 30px 0;
	background-image: url(../images/mag_glass_3.gif);
	background-repeat: no-repeat;
	background-position: 300px 15px;
	/* border:1px solid #FF0000; */
}

div#content-video {
	text-align: left;
	background-color:white;
	width:1000px;
	min-height:400px;
	height:auto;
	padding:20px 0 30px 0;
	background-image: url(../images/video.jpg);
	background-repeat: no-repeat;
	background-position: 330px 25px;
	/* border:1px solid #FF0000; */
}

div#content-bottom {
	/* margin: 0 auto; */
	text-align: center;
	background-color:#000;
	width:1000px;
	min-height:220px;
	height:255px;
	/* border:1px solid #FF0000; */
}

div#footer {
	margin: 0 auto;
	text-align: center;
	background-color: #000;
	height:18px;
	width:1000px;
	border-top:12px solid rgb(233,51,48);
}

div#copyrightdiv {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height:18px;
	width:1000px;
	/* border:1px solid #FF0000; */
}

div#leftnav {
	text-align: left;
	float:left;
	width:230px;
	min-height:400px;
	height:auto;
	padding:10px 0 0 0;
	background-color: transparent;
	margin:30px 10px 15px 10px;
	/* border:1px solid #FF0000; */
}

div#center-content {
	text-align: left;
	float:left;
	width:420px;
	min-height:400px;
	height:auto;
	background-color: transparent;
	margin:0 0 20px 0;
	padding:10px 0 0 0;
	/* border:1px solid #FF0000; */
}

div#different-content {
	text-align: left;
	float:left;
	width:600px;
	min-height:400px;
	height:auto;
	background-color: transparent;
	margin:0 0 20px 50px;
	padding:10px 0 0 0;
	/* border:1px solid #FF0000; */
}

div#rightside {
	text-align: left;
	float:left;
	width:280px;
	min-height:400px;
	height:auto;
	/* background-color: rgb(242,242,242); */
	margin:30px 0 0 30px;
	padding:10px;
	/* border:1px solid #FF0000; */
}

div#rightcol {
	float:right;
	position:relative;
	width:260px;/* 195 */
	min-height:270px;
	height:345px;
	margin:0 0 0 30px;
	background-color: transparent;
	/* border:1px solid #FF0000; */
}

div#rightcol2 {
	float:left;
	position:relative;
	width:250px;
	min-height:500px;
	height:auto;
	background-color: transparent;
	margin: 85px 40px 0 40px;
	padding:0 0 20px 0;
	/* border:1px solid #FF0000; */
}

div.quicklinks {
	text-align: left;
	float:left;
	width:220px;
	height:125px;
	background-color: transparent;
	margin:10px 0 0 100px;
	/* border:1px solid #FF0000; */
}

div.locations {
	text-align: left;
	float:left;
	width:220px;
	height:125px;
	background-color: transparent;
	margin:10px 0 0 30px;
	/* border:1px solid #FF0000; */
}

div.getpaid {
	text-align: left;
	float:left;
	width:400px;
	height:125px;
	background-color: transparent;
	margin:10px 0 0 30px;
	/* border:1px solid #FF0000; */
}




/* rules */

hr.rule1 {
	/* padding:5px 0 5px 0; */
	margin:10px 0 10px 0;
	border-bottom:1px solid #eee;
	width:400px;
}



/* subnav style */

ul#subnav {
	text-align: left;
	line-height: 2.0em;
	font-size: 1.0em;
	color:rgb(142,142,142);
	font-family: "Lucida Sans", "Helvetica", "helvetica", "arial", sans-serif;
}

ul#subnav li {
	color:rgb(142,142,142);
	text-indent: 12px;
}

ul#subnav li a#active {
	color:white;
	background-color:rgb(233,51,48);
	height:30px;
	width:230px;
	display:block;
	text-decoration: none;
	background-image: url(../images/corner_cut.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

ul#subnav li a {
	color:rgb(142,142,142);
	height:30px;
	display:block;
	width:240px;
	text-decoration: none;
}

ul#subnav li a:hover {
	color:black;
	background-color:rgb(225,225,225);
	height:30px;
	width:230px;
	display:block;
	text-decoration: none;
	/* border-bottom:1px solid rgb(125,125,125); */
}





/* text styles */

h1#headline {
	/* color:rgb(60,60,62); */
	color:rgb(233,51,48);
	font-size:1.4em;
	font-family: "Lucida Sans", "Helvetica", "helvetica", "arial", sans-serif;
	padding:30px 0 20px 10px;
	letter-spacing: 1px;
	font-weight:500;
}

h2.subhead {
	color:rgb(60,60,62);
	font-size:1.1em;
	line-height:1.6em;
	font-family: "Lucida Sans", "Helvetica", "helvetica", "arial", sans-serif;
	font-weight:500;
	letter-spacing: 1px;
	border-bottom: 1px dotted rgb(77,77,77);
	padding:0 0 2px 0;
	margin:0 0 8px 0;
	width:180px;
}

h2.subhead2 {
	color:rgb(60,60,62);
	font-size:1em;
	line-height:1.4em;
	font-family: "Lucida Sans", "Helvetica", "helvetica", "arial", sans-serif;
	font-weight:500;
	border-bottom: 1px solid rgb(200,200,200);
	padding:0 0 2px 0;
	margin:6px 0 4px 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	/* text-indent: 18px; */
	width:260px;
}

h2.subhead3 {
	color:rgb(60,60,62);
	font-size:1em;
	line-height:1.4em;
	font-family: "Lucida Sans", "Helvetica", "helvetica", "arial", sans-serif;
	font-weight:500;
	border-bottom: 1px solid rgb(200,200,200);
	padding:6px 0 1px 0;
	margin:5px 0 10px 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	/* width:370px; */
}

h2#subhead-wht {
	color:#fff;
	font-size:1.2em;
	font-family: "Lucida Sans", "Helvetica", "helvetica", "arial", sans-serif;
	padding:5px 0 10px 10px;
	letter-spacing: 1px;
	font-weight:500;
	padding: 0;
	margin:0 0 12px 0;
}



p.caption {
	color:rgb(110,110,110);
	font-size:0.9em;
	line-height:1.5em;
	font-family: "Lucida Sans", "Helvetica", "helvetica", "arial", sans-serif;
	padding:0 0 15px 0;
	font-weight:normal;
	width:180px;
}

p.caption a {
	color:rgb(233,51,48);
	text-decoration: underline;
}

p.caption a:visited {
	color:rgb(233,51,48);
	text-decoration: underline;
}

p.caption a:hover {
	color:black;
	text-decoration: underline;
}



p.caption-white {
	color:white;
	font-size:0.9em;
	line-height:1.5em;
	font-family: "Lucida Sans", "Helvetica", "helvetica", "arial", sans-serif;
	padding:0 0 15px 0;
	font-weight:normal;
	width:360px;
}

p.introcopy {
	color:rgb(142,142,142);
	font-size:1.0em;
	line-height:1.5em;
	font-family: "Lucida Sans", "Helvetica", "helvetica", "arial", sans-serif;
	padding:0 0 15px 10px;
	font-weight:lighter;
	text-transform: uppercase;
	/* letter-spacing: 1px; */	
}

p.pullquote {
	color:rgb(233,51,48);
	font-size:1.2em;
	line-height:1.4em;
	font-family: "Lucida Sans", "Helvetica", "helvetica", "arial", sans-serif;
	padding:10px 0 15px 0;
	font-weight:lighter;
	margin:0 0 0 30px;
	width:350px;
}

p.pullquote span {
	color:rgb(142,142,142);
	font-size:1.6em;
	font-family: Times, serif;
	margin-top:2px;
}

p.smallText {
	color:rgb(142,142,142);
	font-size:0.8em;
	line-height:1.6em;
	font-family: "arial", sans-serif;
	padding:0 0 15px 20px;
	font-weight:normal;
	width:280px;	
}

p.story {
	color:rgb(102,102,102);
	font-size:0.9em;
	line-height:1.5em;
	font-family: "Lucida Sans", "Helvetica", "helvetica", "arial", sans-serif;
	padding:0 0 15px 20px;
	font-weight:normal;
	width:290px;	
}

p.story a {
	color:yellow;
	text-decoration: none;
}

p.story a:visited {
	color:yellow;
	text-decoration: none;
}

p.story a:hover {
	color:white;
	text-decoration: none;
}

p.story2 {
	color:rgb(102,102,102);
	font-size:0.9em;
	line-height:1.5em;
	font-family: "Lucida Sans", "Helvetica", "helvetica", "arial", sans-serif;
	padding:0 0 15px 10px;
	font-weight:normal;
	/* text-indent: 8px; */	
	width:370px;
}

p.story2 a {
	color:rgb(233,51,48);
	text-decoration: underline;
}

p.story2 a:visited {
	color:rgb(233,51,48);
	text-decoration: underline;
}

p.story2 a:hover {
	color:rgb(233,51,48);
	text-decoration: underline;
}

p.story2 span {
	font-weight: bold;
	color:rgb(233,51,48);
}


p.story3 {
	color:rgb(102,102,102);
	font-size:0.9em;
	line-height:1.5em;
	font-family: "Lucida Sans", "Helvetica", "helvetica", "arial", sans-serif;
	padding:0 0 15px 10px;
	font-weight:normal;
	text-align: justify;
	/* text-indent: 8px; */	
	/* width:370px; */
}

p.story3 a {
	color:rgb(233,51,48);
	text-decoration: underline;
}

p.story3 a:visited {
	color:rgb(233,51,48);
	text-decoration: underline;
}

p.story3 a:hover {
	color:rgb(233,51,48);
	text-decoration: underline;
}

h2.sidebar_subhead {
	color:rgb(60,60,60);
	font-size:1.0em;
	line-height:1.5em;
	font-family: "Lucida Sans", "Helvetica", "helvetica", "arial", sans-serif;
	padding:6px 18px 6px 18px;
	font-weight:normal;	
	text-transform: uppercase;
	width:210px;
	margin:15px 0 0 0;
	letter-spacing: 1px;
	background-color:rgb(210,210,210);	
}

p.sidebar {
	color:rgb(102,102,102);
	font-size:0.9em;
	line-height:1.5em;
	font-family: "Lucida Sans", "Helvetica", "helvetica", "arial", sans-serif;
	padding:12px 18px 22px 18px;
	font-weight:normal;	
	width:210px;
	margin:0 0 15px 0;
	background-color:rgb(242,242,242);
}

p.story-different {
	color:rgb(102,102,102);
	font-size:1.0em;
	line-height:1.6em;
	font-family: "Lucida Sans", "Helvetica", "helvetica", "arial", sans-serif;
	padding:0 0 15px 10px;
	font-weight:normal;
	/* text-indent: 8px; */	
	width:440px;
}

p.story-different a {
	color:rgb(233,51,48);
	text-decoration: none;
}

p.story-different a:visited {
	color:rgb(233,51,48);
	text-decoration: none;
}

p.story-different a:hover {
	color:rgb(233,51,48);
	text-decoration: underline;
}

p.company {
	color:#fff;
	font-size:0.9em;
	font-family: "Tahoma", "Helvetica", "helvetica", "arial", sans-serif;
	padding:5px 0 5px 0;
	letter-spacing: 1px;
	font-weight:500;
}

p.company span {
	color:#aaa;
	font-size:0.9em;
}

p.company a {
	color:yellow;
	text-decoration: none;
}

p.company a:visited {
	color:yellow;
	text-decoration: none;
}

p.company a:hover {
	color:white;
	text-decoration: none;
}

p.dates {
	color:rgb(156,156,0);
	font-size:0.8em;
	text-transform: uppercase;
	font-family: "Helvetica", sans-serif;
	text-align: left;
	padding:0 0 5px 0;
}


/* list styles */

ul#redhighlight {
	list-style-type: none;
	/* color:#fff; */
	color:rgb(233,51,48);
	font-size:1em;
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
	text-align: left;
	font-weight:normal;
	line-height:1.3em;
	padding:2px 0 4px 10px;
	margin:0;
}

ul#redhighlight li {
	padding:4px 10px 5px 10px;
	width:460px;
	margin:10px 0 11px 0;
	border-bottom:1px dotted rgb(102,102,102);
	/* background-color:rgb(233,51,48); */
	/* background-color:rgb(242,242,242); */
}

ul#choices {
	font-family: "Lucida Sans", Helvetica, arial, sans-serif;
	font-weight: 500;
	font-size:1em;
	color:#fff;
	margin: 0;
	padding: 0;
}

ul#choices li {
	line-height:1em;
	padding:0;
	margin:0;
}

ul#choices li a {
	color:white;
}

p.list-link {
	font-family: "Lucida Sans", Helvetica, arial, sans-serif;
	font-weight: 500;
	font-size:0.9em;
	color:#fff;
}

p.list-link a {
	color:#fff;
	padding:0;
}

p.list-link a:hover {
	color:rgb(233,51,48);
	text-decoration: underline;
	padding:0 0 0 5px;
}

p.list-link a:visited {
	color:#fff;
}

p.list-link a:active {
	color:rgb(233,51,48);
	text-decoration: underline;
	padding:0 0 0 5px;
}



/* image styles */

img.sidebar_tn {
	width:245px;
	height:235px;
	/* border:1px solid rgb(142,142,142); */
	float:left;
	clear:right;
	padding:0;
	margin:10px 0 12px 12px;
}



/*

And the CSS to go along with it:
*/

div.contactbutton {
height:56px;
width:198px;
margin:0;
padding:0;
background-image:url(../images/Contact-Us-Button_down.png);
background-repeat: no-repeat;
}

div.contactbutton a, div.nav a:link, div.nav a:visited {
display:block;
}

div.contactbutton img {
width:100%;
height:100%;
border:0;
}

div.contactbutton a:hover img {
visibility:hidden;
}

div#signupbutton {
height:56px;
width:198px;
margin:0;
padding:0;
background-image:url(../images/signup_down.gif);
background-repeat: no-repeat;
}

div#signupbutton a, div.nav a:link, div.nav a:visited {
display:block;
}

div#signupbutton img {
width:100%;
height:100%;
border:0;
}

div#signupbutton a:hover img {
visibility:hidden;
}


div#columns p {
	color:rgb(140,140,140);
	font-size:0.95em;
	font-family: "Helvetica", sans-serif;
	text-align: left;
	line-height:1.5em;
	padding:3px 0 8px 0;
}

div#columns p a: {
	color:rgb(255,255,0);
	font-size:0.95em;
	font-family: "Helvetica", sans-serif;
	text-align: left;
	line-height:1.5em;
	padding:8px 0 8px 0;
}

div#columns a:hover {
	color:white;
}

div#columns a:visited {
	color:rgb(255,255,0);
}

div#columns a:active {
	color:rgb(255,255,0);
}



a.smallurl {
	color:rgb(255,255,0);
	font-size:0.8em;
	font-family: "Helvetica", sans-serif;
	line-height:1.3em;
	text-transform: lowercase;
	padding:3px 0 3px 0;
	border-bottom: 1px dotted rgb(255,255,0);
}

a.smallurl:hover {
	color:white;
}

a.smallurl:visited {
	color:rgb(255,255,0);
}

a.smallurl:active {
	color:rgb(255,255,0);
}

ul.bulletpoints {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/redbullet.gif);
	color:rgb(90,90,90);
	font-size:0.9em;
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
	text-align: left;
	line-height:1.3em;
	padding:2px 0 4px 10px;
	margin:0 0 0 20px;
}

ul.bulletpoints li {
	padding:3px 0 4px 0;
	margin:3px 0 4px 0;
}

ul.clients {
	list-style-type: none;
	color:rgb(178,178,178);
	font-size:0.95em;
	font-family: "Helvetica", sans-serif;
	text-align: left;
	line-height:1.5em;
	padding:3px 0 8px 0;
}

ul.clients li {
	border-bottom: 1px dotted rgb(75,75,75);
	padding:4px 0 5px 0;
	margin:4px 0 5px 0;
}

ul.clients li a {
	color:rgb(255,255,0);
	text-decoration:underline;
}

ul.clients a:hover {
	color:white;
	text-decoration:underline;
}

ul.clients a:visited {
	color:rgb(255,255,0);
	text-decoration:underline;
}

ul.clients a:active {
	color:rgb(255,255,0);
	text-decoration:underline;
}




/* Styling for right column details  */
ul.details {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/bullet-grey.gif);
	color:rgb(30,30,30);
	font-size:0.9em;
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
	text-align: left;
	font-style: normal;
	line-height:1.4em;
	padding:3px 0 6px 10px;
	margin:0 0 0 20px;
}

ul.details li {
	padding:2px 0 4px 0;
	margin:2px 0 4px 0;
	color:rgb(30,30,30);
}

ul.details li a {
	color:rgb(233,51,48);
	text-decoration:underline;
}

ul.details a:hover {
	color:black;
	text-decoration:underline;
}

ul.details a:visited {
	color:rgb(233,51,48);
	text-decoration:underline;
}

ul.details a:active {
	color:black;
	text-decoration:underline;
}





ul.list2 {
	list-style-type: none;
	color:rgb(178,178,178);
	font-size:0.95em;
	font-family: "Helvetica", sans-serif;
	text-align: left;
	line-height:1.8em;
	padding:0 0 8px 0;
}

div#column1 {
	text-align: left;
	float:left;
	top:320px;
	left:210px;
	width:215px;
	min-height:270px;
	height:auto;
	padding:15px;
	background-image: url(../images/60_percent.png);
	background-repeat: repeat;
	background-position: top left;
	/* border:1px solid #FF0000; */
}

div#column2 {
	text-align: left;
	float:left;
	top:320px;
	left:450px;
	width:215px;
	min-height:270px;
	height:auto;
	padding:15px;
	background-image: url(../images/60_percent.png);
	background-repeat: repeat;
	background-position: top left;
	/* border:1px solid #FF0000; */
}

div#column3 {
	text-align: left;
	float:left;
	width:355px;
	height:auto;
	padding:15px;
	background-image: url(../images/60_percent.png);
	background-repeat: repeat;
	background-position: top left;
	/* border:1px solid #FF0000; */
}

p#copyright {
	color:rgb(142,142,142);
	font-size:0.7em;
	font-family: "Helvetica", sans-serif;
	margin:8px 0 10px 0;
}

p#copyright a {
	color:rgb(142,142,142);
	text-decoration:underline;
}

p#copyright a:hover {
	color:white;
	text-decoration:underline;
}

p#copyright a:visited {
	color:rgb(142,142,142);
	text-decoration:underline;
}

p#copyright a:active {
	color:rgb(142,142,142);
	text-decoration:underline;
}



/* Form Styling  */
legend {
	text-transform:uppercase;
	color:rgb(102,102,102);
	font-size:0.9em;
	line-height:1.5em;
	font-family: "Lucida Sans", "Helvetica", "helvetica", "arial", sans-serif;
	font-weight:normal;
}

fieldset {
	width:400px;
	background-color:rgb(245,245,245);
	padding:10px;
	/* border:1px dotted #666666; */
}

select {
	background-color:#F0EAE8;
	border:1px dotted #666666;
  	float: left;
  	margin: 0 0 8px 0;
  	padding-left: 6px;
	color:#CC6600;
}

textarea {
	border:1px dotted #666666;
  	float: left;
  	margin: 0 0 8px 0;
  	padding-left: 3px;
	background-color:rgb(245,245,245);
	color:rgb(102,102,102);
	font-size:0.9em;
	line-height:1.5em;
	font-family: "Lucida Sans", "Helvetica", "helvetica", "arial", sans-serif;
	font-weight:normal;
	height:140px;
	width:200px;
}

textarea#sDescription {
	border:1px dotted #666666;
  	float: left;
  	margin: 0 0 8px 10px;
  	padding-left: 3px;
	background-color:rgb(245,245,245);
	color:rgb(102,102,102);
	font-size:0.9em;
	line-height:1.5em;
	font-family: "Lucida Sans", "Helvetica", "helvetica", "arial", sans-serif;
	font-weight:normal;
	height:140px;
	width:400px;
}

textarea#Longform {
	border:1px dotted #666666;
  	float: left;
  	margin: 0 0 10px 0;
  	padding-left: 3px;
	background-color:rgb(245,245,245);
	color:rgb(102,102,102);
	font-size:0.9em;
	line-height:1.5em;
	font-family: "Lucida Sans", "Helvetica", "helvetica", "arial", sans-serif;
	font-weight:normal;
	height:16px;
	width:170px;
}

textarea#sOtherProfession {
	border:1px dotted #666666;
  	float: left;
  	margin: 0 0 10px 0;
  	padding-left: 3px;
	background-color:rgb(245,245,245);
	color:rgb(102,102,102);
	font-size:0.9em;
	line-height:1.5em;
	font-family: "Lucida Sans", "Helvetica", "helvetica", "arial", sans-serif;
	font-weight:normal;
	height:16px;
	width:170px;
}

input {
	border:1px dotted #666666;
  	float: left;
  	margin: 0 0 8px 0;
  	padding-left: 3px;
	background-color:rgb(245,245,245);
	color:rgb(102,102,102);
	font-size:0.9em;
	line-height:1.5em;
	font-family: "Lucida Sans", "Helvetica", "helvetica", "arial", sans-serif;
	font-weight:normal;
	height:20px;
}

input[type='file']
{
	margin: 0 0 0 10px;
}

input.phone {
	margin-left:5px;
}

fieldset {
	padding:5px 0 10px 0;
	margin:4px 0 12px 0;
	background-color: transparent;
}

legend {
	padding:0 4px;
	letter-spacing: 1px;
	font-size: 0.8em;
	color:#333;
}

label {
	color:rgb(102,102,102);
	font-size:0.8em;
	line-height:1.5em;
	font-family: "Lucida Sans", "Helvetica", "helvetica", "arial", sans-serif;
	clear: both;
  	float:left;
  	width: 200px;
  	padding: 4px 0 2px 0;
  	margin:0 0 0 10px;
  	text-align: left;
}

span#fileUploadTxt {
	color:rgb(102,102,102);
	font-size:0.8em;
	line-height:1.5em;
	font-family: "Lucida Sans", "Helvetica", "helvetica", "arial", sans-serif;
	clear: both;
  	float:left;
  	width: 200px;
  	margin:0 0 8px 10px;
  	text-align: left;
}

option {
	color:rgb(102,102,102);
	width:140px;
}

input#submitButton, input#submit {
	color:#fff;
	background-color:rgb(233,51,48);
	border:1px solid rgb();
	clear: both;
	cursor: hand;
  	float:left;
	width: 80px;
	height:30px;
	padding: 2px 0 2px 0;
	margin:5px 0 0 10px;
}

input#reset {
	color:#fff;
	background-color:rgb(233,51,48);
	border:1px solid #999999;
  	float:left;
  	cursor: hand;
	width: 80px;
	height:30px;
	padding: 2px 0 2px 0;
	margin-top:5px;
	margin-left:10px;
}

/*
.validation
{
	font-size:x-small;
	color:red;
}
*/

.validation {
	font-size:1.0em;
	font-family: helvetica;
	text-align: left;
	float:left;
	line-height: 1.2em;
	color:white;
	background-color:red;
	width:200px;
	height:auto;
	margin:4px 4px 4px 4px;
	padding:4px 4px 4px 8px;
	clear:both;
}

div#ValidationMessages {
	width:200px;
	height:150px;
	padding:10px;
	margin:490px 0 0 0;
	/* float:left;	 */
	/* border:1px solid red; */
	clear:both;
}

