/* Styles for citFOOD Mini-website */

/* HTML STYLES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #c5d7ed;
	background-image: url(../images/pagebkgd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}

h1 {
	font-size: 36px;
	line-height: 42px;
	color: #e37222;
	font-weight:400;
	margin: 15px 0 15px 0;}
h2 {
	 font-size: 24px;
	 line-height: 28px; 
	 color: #032366;
	 font-weight:400;
	 margin: 15px 0 15px 0; 
	 padding:0;}
h3 {
	color: #032366;
	font-size: 24px;
	line-height: 27px;
	font-weight:500;
	font-style:normal;
	margin: 30px 0 15px 0;
	padding: 0;
}
h4 {
	color: #8db9e5;
	font-size: 18px;
	line-height: 23px;
	font-weight: normal;
	margin: 10px 0 5px 0;
	padding: 0;
}

h5 {
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
}

p {
	font-size: 12px;
	line-height: 20px;
	margin: 5px 0;
	padding:0;}

ul {
	list-style-position: outside;
	list-style-type: disc;
	margin: 5px 0;
}
li {
	font-size: 11px;
	line-height: 14px;
	margin: 5px 0;
	padding:0;
}

form label {
	display: block;
	width: 120px;
	float: left;
	margin: 0 5px 10px;
	text-align: right;
	font-size: 11px;
	line-height: 15px;
}

form input,
form textarea,
form select {
	display: block;
	float: left;
	margin: 0 0 10px 0;
	float: left;}

form br {
	clear: both;}
	
form label.error {
	display: inline;
	text-align: center;
	background-color:#CC3333;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	margin: 2px 5px 10px 5px;
	padding: 0 5px 0 5px;
	border: 1px solid #CC3333;
}

.clear {
	clear:both;
	font-size: 1px;
	line-height:1px;}

/*--- OUTER PAGE CONTAINTER STYLES ---*/
#pageHolder {
	width: 990px;
	margin: 0px  auto;
	background-image:url(../images/PageBorder_02.png);
	background-repeat:repeat-y;
	background-position: top center;
	position: relative;
}

/*--- CONTENT BLOCK STYLE ---*/
#Header {
	background-image: url(../images/PageBorder_01.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	position: relative;
}

#FormerVertSoft {
	width: 460px;
	position: absolute;
	top: 0px;
	right: 20px;
}

/* Logo in Tab */

#Logo {
	width: 325px;
	position: absolute;
	top: 30px;
	left: 50px;
}

/* Microsoft Gold Cert image */
#MSGold {
	position: absolute;
	width: 120px;
	left: 450px;
	top: 40px;
	text-align: right;
}

/* Microsoft Gold Cert image */
#MSDynNAV {
	position: absolute;
	width: 120px;
	left: 600px;
	top: 40px;
	text-align: right;
}

/* Talk To Experts Button Tab */
#Expert {
	position: absolute;
	width: 200px;
	left: 765px;
	top: 65px;
	text-align: right;
	z-index: 100;
}

/* Facebook Like Box */
#LikeBox {
	position: absolute;
	width: 192px;
	left: 585px;
	top: 35px;
	text-align: left;
	z-index: 90;
}

/*--- Menu Block Styles ---*/
#menu {
	width: 557px;
	color: #fff;
	position: absolute;
	top: 109px;
	left: 425px;
	font-size: 11px;
}

#menu ul {
	margin:0;
	padding:0;
	float: left;
	width: 100%;
}
#menu li {
	display: inline;
	margin:0;
	padding:0;
	}
#menu li a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0 5px;
	border-right: 1px solid #fff;
	}
#menu li a:hover {
	color: #c5d7ed;
	} 

#menu li#columit a{
	margin: 0 5px;
	padding:0;	
	border-right: none;
}

/*---END HEADER Block ---*/

/*--- CONTENT BLOCK STYLE ---*/

#contentHolder {
	margin: 0 20px 0 20px;
}


/*--- Homepage Content Block ---*/
#homeContent {
	background-image: url(../images/citFood-SplashGraphic.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 350px;
	position: relative;
}
#homeContent #Content {
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 490px;
}
#homeContent #Content p {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 10px;
}

/*Survey Div Box Original Settings - Archived
#survey {
	position: absolute;
	left: 331px;
	top: 10px;
}
*/

#survey {
	position: absolute;
	left: 349px;
	top: 162px;
}

#whychoose {
	position: absolute;
	width: 300px;
	left: 554px;
	top: 294px;
}


/*---END Homepage Content Block ---*/

/*--- Inside Page Content Block ---*/
#mainContent {
	min-height: 575px;
	position: relative;
}
#mainContent #Content {
	width: 525px;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
	float: left;
	display: inline;
}

#mainContent .solutionblock {
	padding-bottom: 20px;}

/* Highlighted Content each page */
#mainContent div.solutionblock h3 {
	padding: 0 0 2px 0;
	border-bottom: 1px solid #afafaf;}
	
#mainContent div.solutionblock h5 {
	font-size: 11px;
	line-height: 14px;
	color: #8db9e5;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	margin: 0 15px 15px 0;
	padding: 0;
}

#mainContent div.solutionblock p b {
	font-size: 12px;
	line-height: 16px;
	color: #e55302;
}
#mainContent div.solutionblock p {
}

#mainContent .cstudyblock {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 5px;
}
#mainContent div.highlight.solutions {
	font-size: 11px;
	line-height: 16px;
	}

#mainContent div.solutionblock div.highlight p {
	font-size: 11px;
	line-height: 16px;
	margin: 10px 0 10px 0;}
	
/* Styles for landing pages */

#mainContent div.solutiondetails ul {
	list-style-type: none;
	margin: 5px 0 10px 0;
	padding: 0;}
#mainContent div.solutiondetails li {
	color: #032366;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin: 15px 0 5px 0;
	padding: 0;
}
#mainContent div.solutiondetails li p {
	color: #000;
	font-size: 11px;
	line-height: 16px;
	margin: 2px 0 5px 10px;}
#mainContent div.solutiondetails li p b {	
	font-size: 11px;
	line-height: 16px;
	color: #e55302;}

#mainContent .cstudyblock {	
border-top: 1px solid #AFAFAF;}

#mainContent .cstudyblock p{
	margin-bottom: 0;}
	
#mainContent div.cstudyblock h5 a {
	display: block;
	float: right;
	color: #8db9e5;
	text-decoration: none;
	padding: 2px 5px 2px 22px;
	width: 175px;
	background-image: url(../images/acroread.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainContent div.cstudyblock h5 a:hover {
	color: #e55302;
	text-decoration: none;
}	

#mainContent p a {
	text-decoration: none;
	color: #e55302;}
#mainContent p a:hover {
	color: #032366;
	border-bottom: 1px dashed #032366;}
#mainContent p.eventlink a:hover {
	border-bottom: none;}
	
#mainContent div.testimonial p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 28px;
	color: #878787;
	font-style: italic;
	text-align: left;
	margin:0 0 5px 0;
	padding: 8px 45px 8px 0;
}
#mainContent div.testimonial p b {
	color: #e55302;
	font-size: 20px;
}

/*--- SIDEBAR STYLES ---*/
#sidebar {
	float: right;
	width: 325px;
	margin: 20px 20px 20px 0;
	display: inline;
}
#sidebar h2 {
	margin:0;
	padding:0;
	text-align: center;}
#sidebar h3 {
	font-size: 18px;
	line-height: 22px;
	color: #353535;
	border-bottom: 1px solid #afafaf;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0;
}

#sidebar #FoodGraphic {
	border-bottom: 2px solid #e55302;
}

#sidebar.landingpage #FoodGraphic+p {
	color: #032366;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin: 5px 0 8px 0;
	padding: 0;
}

/* Download Block Style */
#downloads {
	margin: 0;
	padding:0;
	border-top: 1px solid #ededed;}
#downloads p {
	font-size: 13px;
	text-align: left;
	margin:0;
}
#downloads p a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 10px 10px 8px 40px;
	border-bottom: 1px solid #ededed;
	background-image: url(../images/acro-lg.png);
	background-position: 2px 8px;
	background-repeat:no-repeat;
}
#downloads p a.XPSFile {
	background-image:url(../images/xps-icon.png);
	background-position: 1px 6px;
	background-repeat:no-repeat;
}
#downloads p a.movie {
	background-image:url(../images/movie-lg.jpg);
	background-position: 1px 6px;
	background-repeat:no-repeat;
}
#downloads p a.weblink {
	background-image:url(../images/weblink_download.png);
	background-position: 1px 6px;
	background-repeat:no-repeat;
}

#downloads p a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #bdbdbd;
	border-bottom: 1px solid #9e9e9e;}
	
#mainContent #sidebar p.librarydoc {
	margin-bottom: 15px;
	margin-left: 30px;
	}
#mainContent #sidebar p.librarydoc a:hover {
	border-bottom: none;}	

	
/* Quotes Styles */
#sidebar .quodiv {
	margin:0;
	padding-top: 0;
	padding-bottom: 20px;
	border-top: 1px solid #afafaf;
}

#sidebar .quolast {
	border-bottom: 1px solid #afafaf;
}

#sidebar .quodiv p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 22px;
	color: #878787;
	font-style: italic;
	text-align: justify;
	margin:0 0 5px 0;
	padding: 10px 25px 0 25px;
}
#sidebar .quodiv p.source {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #8db9e5;
	font-style: normal;
	text-align: right;
	margin:5px 0 5px 0;
	padding: 0 25px;
}
/* citFood Team Block Style */
#team {
	margin: 0;
	padding:0;
	border-top: 1px solid #ededed;
}
#team p {
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	margin:0;
}
#team p a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 40px;
	min-height: 40px;
	padding: 10px 10px 0 60px;
	border-bottom: 1px solid #ededed;
	background-image: url(../images/team-nophoto.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	margin: 0 0 7px 0;
}
#team p a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #bdbdbd;
	border-bottom: 1px solid #9e9e9e;}
#team p .title {
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	color: #032366;}

#offices h4 {
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	color: #e55302;
	border-bottom: 1px solid #afafaf;
	margin: 15px 0 5px 0;
	padding: 0 20px;
}

#offices h6 {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0 15px 0 40px;
}

#offices h6 b {
	color: #032366;}

#offices p {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	margin: 2px 0 2px 0;
	padding: 0 15px 0 40px;
}
#offices p b {
	text-transform: uppercase;
}

/*--- END Sidebar styles ---*/


/*---END CONTENT BLOCK ---*/

/*--- SUBSECTION BLOCK STYLES ---*/
#subsection {
	min-height: 280px;
	background-image: url(../images/subsection-bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 15px;
}

#columns {
	margin-left: 15px;
	width: 915px;
}

#subsection div.subcolumn {
	background-image: url(../images/subcol-head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 172px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 3px;
}

#columns .subcolumn h3 {
	font-size: 17px;
	line-height: 17px;
	font-weight: 500;
	font-style:normal;
	color: #FFFFFF;
	margin: 0 0 15px 0;
	padding: 0 5px;

}

#columns .subcolumn h4 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 5px 0;
	padding: 0 5px;
}

#columns .subcolumn h6 {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0 5px;
}

#columns .subcolumn ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 5px;
	margin-bottom: 9px;
	padding-left: 30px;
}
#columns .subcolumn li {
	font-size: 11px;
	line-height: 14px;
	margin-top: 3px;
	margin-bottom: 2px;
	padding-left: 0px;
}

#columns .subcolumn p {
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	margin: 5px 0 8px 0;
	padding: 0 5px 0 30px;
}

#columns .subcolumn a {
	color: #000000;
	text-decoration: none;	
}
#columns .subcolumn a:hover {
	color: #032366;
	border-bottom: 1px dashed #032366;	
}
#columns .subcolumn h3 a {
	color: #fff;
}
#columns .subcolumn h3 a:hover {
	color: #c5d7ed;
	border-bottom: none;
}

#columns .subcolumn h5 {
	margin-top: 20px;}
#columns .subcolumn h5 a:hover {
	border-bottom: none;
}

/*--- Styles for individual columns ---*/
#casestudies p {
	background-image: url(../images/browser.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}

#casestudies p.cspdf,
#talk p.docs,
#library p {
	background-image: url(../images/acroread.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}
#library p.xpsico {
	background-image: url(../images/xps-icon-sm.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}
#events p.movie,
#casestudies p.movie,
#library p.movie {
	background-image:url(../images/movie.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}

#events p {
	background-image: url(../images/cal.jpg);
	background-position: 5px 0px;
	background-repeat: no-repeat;
}
#talk p {
	background-image: url(../images/group.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}
#talk p.achievements {
	background-image: url(../images/achievements.jpg);
	background-repeat: no-repeat;
	background-position: 5px -1px;
}
#talk p.info {
	background-image: url(../images/info.jpg);
	background-repeat: no-repeat;
	background-position: 5px -1px;
}
#talk p.press {
	background-image: url(../images/press.jpg);
	background-repeat: no-repeat;
	background-position: 5px -1px;
}
#talk p.contact {
	background-image: url(../images/mail.jpg);
	background-repeat: no-repeat;
	background-position: 5px -1px;
}
#talk p.locale {
	background-image: url(../images/locale.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}
#talk p.columit {
	background-image: url(../images/citbug.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}

#talk p.check {
	background-image:url(../images/checkmark-sm.jpg);
	background-repeat: no-repeat;
	background-position: 5px -1px;
}

/*--- END SUBSECTION BLOCK ---*/


/*--- FOOTER BLOCK ---*/
#footer {
	background-image: url(../images/footer-bkgd.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0;
	height: 35px;
	position:relative;
}

#socialmedia {
	position: absolute;
	width: 175px;
	left: 375px;
	top: 8px;
}
	
#citlogo {
	position: absolute;
	width: 175px;
	left: 750px;
	top: 7px;
}

#footer  p {
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	margin: 0;
	padding: 7px 0 7px 25px;
}
#navcert {
	position: absolute;
	left: 210px;
	top: 598px;
}

