﻿/* Style for idealsystem.com home page */

body {
	margin: 0;
	padding: 0;
	background: white url('../images/topBG.jpg') repeat-x scroll left 22px;
	font-family: Arial,Helvetica,Verdana,Tahoma,san serif;
}

img {
	border: 0;
	vertical-align: middle;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
}

#header{
	width: 1024px;
	margin: 0;
	padding: 0;
}

#masthead{
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	height: 230px;
	background: white url('../images/mainheader.jpg') no-repeat scroll left top; 
}

#top_nav {
	width: 600px;
	height: 20px;
	float: right;
	padding-right: 10px;
	text-align: right;
	margin-top: 10px;
	color: #777;
}

#mainNav{
	width: 650px;
	height: 120px;
	margin: 120px 0 0 0;
	padding: 0px;
	float: right;
}

#page_container{
	width: 1024px;
	margin: 0 auto;
	background: white;
}

#left_col{

	width: 220px;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}

#right_col{
	width: 730px;
	float: right;
	margin-right: 10px;
	padding: 10px 10px 20px 10px;
}

#formfooter {
	width: 1024px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	}

/* -------------------------------------------- styles for services main page ------------------------------------------- */

#servicesLeft_col{
	width: 210px;
	float: left;
	margin-left: 5px;
	margin-top: 20px;
}

#servicesRight_col{
	width: 780px;
	float: right;
	padding: 10px 0 0 5px;
}


/* ---------------------------------------- menu boxes ------------------------------------------- */

/* for about section */
.menubox { 
	width: 203px;
	padding-left: 15px;
	padding-top: 20px;
	border: 1px silver solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

}

.services_menubox { 
	width: 203px;
	height: 500px;
	padding: 10px 0 20px 10px;
	border: 1px silver solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#web.services_menubox { 
	width: 203px;
	height: 600px;
	padding: 10px 0 20px 10px;
	border: 1px silver solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}


#page_content {
	width: 1004px;
	margin: 0 auto;
	padding: 20px 10px;
}


.box2 { 
	padding: 8px;
	border: 1px silver solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-top: 12px;

}

/* -------------------------------------------------------- positioning ----------------------------- */

.floatLeft{
	float: left;
}

.floatRight {
	float: right;
}


.padLeft {
	padding-left: 10px;
}

.padRight {
	padding-right: 10px;
}

.padBottom {
	padding-bottom: 10px;
}

.padTop {
	padding-top: 10px;
}

.padAll{
	padding: 10px;
}

.middle {
	vertical-align: middle;
}

/* -------------------------------------------------------- text formatting ------------------------- */

.text {
	font-size: 11pt;
	line-height: 18pt;
}

.copyright {
	font-size: 8pt;
	font-style: italic;
	color: #004B97;
}


.bold {
	font-weight: bold;
}

.ital {
	font-style: italic;
}

.center {
	text-align: center;
}

.textRight {
	text-align: right;
}

.sectiontitle {
	font-size: 22pt;
	font-weight: 200;
	color: #004B97;
	margin-left: 5px;
	padding-bottom: 10px;
}

.pagetitle {
	font-size: 28pt;
	font-weight: 800;
	font-style: italic;
	color: #004B97;
	padding: 20px 0;
}

.headerText {
	font-weight: bold;
	font-size: 20pt;
	font-style: italic;
	line-height: 28pt;
	color: #004B97;
}

.mediumText  {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 14pt;
	font-style: normal;
	line-height: 24pt;
}

.bigText {
	font-size: 18pt;
}


.smallText {
	font-size: 10pt;
	line-height: 16pt;
}

.title {
	font-size: 16pt;
	font-weight: bold;
}

.small {
	font-size: 8pt;
	font-weight: normal;
}

.underline {
	text-decoration: underline;
}

.featured  {
	font-family:Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 14pt;
	font-style: normal;
	font-weight: Bold;
	line-height: 16pt;
	text-align: left;
	color: #FFCC66;
}

.blue {
	color: #004b97;
}

.yellowText  {
	font-family:Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 12pt;
	font-style: normal;
	font-weight: Bold;
	line-height: 12pt;
	text-align: center;
	color: #FFCC66;
}

.cellColor {
	background-color: #60A0D0;
}

/* --------------------------------------------- form and tooltip formatting -------------------------- */


a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	font-weight: normal;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url("../formfiles/imgs/question.gif") no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}


.asterix {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #C80000;
	vertical-align: 5px;
}

/* --------------------------------------------------------- link formatting ------------------------- */
a {
	color: #004B97;
	font-weight: bold;
	text-decoration: none;
}

a: hover {
	color: #E29C14;
	font-weight: bold;
	text-decoration: none;
}
