/*
Title: 	 Content Design Elements - Secondary
Author:	 Agua Web Design - www.aguawebdesign.com
Updated: 04.19.2007
Description: Styles for Content DIV designs for all pages except index (home) page.
*/

/* CREATIVITY PAGES - UNIQUE DESIGN ELEMENTS */
#main #creativity {
	background-image: url(images/content/int_content_bg_creativity_top.jpg);
	background-repeat: no-repeat;
	background-color: #FFCC33;
	background-position: center 0px;
	width: 100%;
}
#main #creativity2 {
	background-image: url(images/content/int_content_bg_creativity_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
}
#main #creativity #contenthead h3 {
	background-image: url(images/index/int_main_title_creativity.jpg);
	height: 55px;
	background-repeat: no-repeat;
	background-position: 55px 10px;
}

/* FUNCTIONALITY PAGES - UNIQUE DESIGN ELEMENTS */
#main #functionality {
	background-image: url(images/content/int_content_bg_functionality_top.jpg);
	background-repeat: no-repeat;
	background-color: #68C8DE;
	background-position: center 0px;
	width: 100%;
}
#main #functionality2 {
	background-image: url(images/content/int_content_bg_functionality_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
}
#main #functionality #contenthead h3 {
	background-image: url(images/index/int_main_title_functionality.jpg);
	height: 55px;
	background-repeat: no-repeat;
	background-position: 55px 10px;
}

/* VISIBILITY PAGES - UNIQUE DESIGN ELEMENTS */
#main #visibility {
	background-image: url(images/content/int_content_bg_visibility_top.jpg);
	background-repeat: no-repeat;
	background-color: #67CB33;
	background-position: center 0px;
	width: 100%;
}
#main #visibility2 {
	background-image: url(images/content/int_content_bg_visibility_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
}
#main #visibility #contenthead h3 {
	background-image: url(images/index/int_main_title_visibility.jpg);
	height: 55px;
	background-repeat: no-repeat;
	background-position: 55px 10px;
}

/* ALL PAGES - UNIVERSAL DESIGN ELEMENTS */
#main #contenthead {
	height: 55px;
}
#main #contentmain {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	text-align: left;
}
#main .display {
	display: none;
}
#main h2 {
	color: #003366;
	font-size: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	padding-left: 10px;
	padding-bottom: 2px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}
#main h4 {
	color: #990000;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 10px;
}
#main p {
	color: #333333;
	font-size: 1em;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 1.3em;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main ul {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #333333;
}
#main li {
	padding-bottom: 5px;
	line-height: 1.3em;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	list-style-position: outside;
}

/* FORM ELEMENTS */
#main form {
	margin-right: 15px;
	margin-left: 15px;
}
#main legend {
	color: #333333;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
}
#main fieldset {
	border: 1px solid #003366;
	padding: 5px 5px 20px;
}
#main label {
	color: #333333;
}
#main input {
	border: 1px groove #003366;
}
#main textarea {
	border: 1px groove #003366;
}
#main select {
	border: 1px groove #003366;
}
#main .formcheck {
	width: 5px;
	visibility: hidden;
}

/* TABLE ELEMENTS */
#main table {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 3px solid #5B94B2;
}
#main tr {
}
#main th {
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	font-size: 0.9em;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#main td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	font-size: 0.9em;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#main .bold {
	font-weight: bold;
}
#main .underline {
	text-decoration: underline;
}
#main .boldital {
	font-style: italic;
	font-weight: bold;
}
#main .italic {
	font-style: italic;
}
#main .floatleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 60%;
}
#main #formsubmit {
	border: 2px solid #666666;
	padding: 5px;
	margin-bottom: 15px;
	background-color: #FFD463;
	margin-right: 15px;
}
