@charset "UTF-8";
/* CSS Document */


/*---BEAUTIFUL--*/
/*-------------------------------------------------------------- */

html, 			body, 
div,			span, 
object, 		iframe, 
h1, h2, h3, h4, h5, h6, 
p, 				blockquote, 
pre, 			a, 
abbr, 			acronym, 
address, 		code, 
del, 			dfn, 
em, 			img, 
q, 				dl, 
dt, 			dd, 
ol, 			ul, 
li, 			fieldset, 
form, 			label, 
legend, 		table, 
caption, 		tbody, 
tfoot, 			thead, 
tr, 			th, td { 
margin : 0; 
padding : 0; 
border : 0; 
font-weight : inherit; 
font-style : inherit; 
font-size : 100%; 
font-family : Arial, Helvetica, sans-serif; 
vertical-align : baseline; }

body {
	background: url(../images/prototyper-bkg.jpg);
	font : 88% Arial, Helvetica, sans-serif;
	line-height : 1.4;
	color : #000000;
}
/*---END BEAUTIFUL---*/



/*---PROTOTYPE CSS---*/

/* RULES
-----------------------------------------------------------------------------*/
.vertLine {
	background-image: url(../images/spacerGray_v.jpg);
	background-repeat: repeat-y;
}

.horLine {
	background-image: url(../images/spacerGray.jpg);
	background-repeat: repeat-x;
	background-position: center;
	padding-top: 6px;
	padding-bottom: 16px;
}

.horLineInt {
	background-image: url(../images/spacerGray_h.jpg);
	background-repeat: repeat-x;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 10px;
}

hr {
	color: #7A7A7A;
	border-width: 1px;
}



/* TEXT
-----------------------------------------------------------------------------*/
.headline {
	font-size: 23px;
	line-height: 26px;
	font-weight: bold;
	color: #464D71;
}

.bullet {
	font-size: 33px;
	line-height: 15px;
	color: #B32B33;
}

.bulletCopy {
	text-align: left;
	font-size: 15px;
	line-height: 16px;
	color: #5A5A5A;
}

.subHeadline {
	font-size: 19px;
	line-height: 19px;
	font-weight: normal;
	font-variant: small-caps;
	font-family: Century Gothic;
	color: #000000;
}

.subHeadline, div.subHeadline {
	padding-top: 20px;
}

.bodyCopy {
	font-size: 13px;
	line-height: 15px;
	color: #5A5A5A;
}

.bodyCopy, ol {
	padding-left: 20px;
}

.bodyCopy, p {
	padding-left: 3px;
}

.textNav {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-align:center;
	color: #464D71;
}

.disclaimer {
	font-size: 10px;
	color: #000;
}


/* FLOAT
-----------------------------------------------------------------------------*/
#floatR {
	float:right;
}
.clear1 {
	clear: both;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
}


/* TAGS
-----------------------------------------------------------------------------*/
img {
  border: 0px;
}


/* LINK STYLINGS
-----------------------------------------------------------------------------*/
.textNav a:link, a:visited {color:#464D71; text-decoration:none;}
.textNav a:hover, a:active {color:#464D71; text-decoration:underline;}
.linkRedLearn {font-size: 90%;}
.linkRedLearn a:link, a:visited {color:#B32B33; text-decoration:none;}
.linkRedLearn a:hover, a:active {color:#666; text-decoration:underline;}
.linkRed a:link, a:visited {color:#B32B33; text-decoration:none;}
.linkRed a:hover, a:active {color:#666; text-decoration:underline;}
.linkBlue a:link, a:visited {color:#5F6DB7; text-decoration:none;}
.linkBlue a:hover, a:active {color:#666; text-decoration:underline;}

/* DIV STYLINGS
-----------------------------------------------------------------------------*/

#UCBkg {
	background-repeat: no-repeat;
	background-image:url(../images/prototyper-UC-bkg.jpg);
	background-color: #E9EDEE;
}

#homeBkg {
	background-repeat: no-repeat;
	background-image:url(../images/prototyper-home-bkg.jpg);
	background-color: #E9EDEE;
}

#interiorBkg {
	background-repeat: no-repeat;
	background-image:url(../images/prototyper-interior-bkg.jpg);
	background-color: #E9EDEE;
}


#wrapper {
	position: relative;
	background-color:#B32B33;
	overflow:hidden;
	text-align: left;
	width: 943px;
	height: 100%;
	margin: 0px auto;
	margin-top: 0px;
}

#wrapper930 {
	position: relative;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
	text-align: left;
	width: 929px;
	height: 100%;
	margin: 0px 7px 0px 7px;
}

#footer {
	position: relative;
	color:#727272;
	font-size: 10px;
	line-height: 18px;
	background-color:#FFFFCC;
	border-top-style:solid;
	border-top-width: 1px;
	border-top-color: #000000;
	text-align: center;
	width: 100%;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#leftColumn {
	position:relative; 
	width: 48%;
}

#midColumn {
	position:relative;
	width:1px;
	height:50px;
	color:#CCCCCC;
	margin-left: 49%;
}

.homeShell {
	margin: 0 auto; 
	width: 85%;
}


	
/* SUBMIT BUTTON STYLINGS
-----------------------------------------------------------------------------*/
.prototyperForms_btn
{
    border-top-width    : 1px;
    border-left-width   : 1px;
    border-bottom-width : 1px;
    border-right-width  : 1px;
    border-top-color    : #E9EDEE;
    border-left-color   : #E9EDEE;
    border-right-color  : #909F9A;
    border-bottom-color : #909F9A;
    font                : Verdana, Arial, Helvetica, sans-serif;
    color               : #000000;
}

/* FORM STYLINGS
-----------------------------------------------------------------------------*/
.formStyling, table, td, tr {
	border: 1;
	border-color:#006633;
	padding: 4px;
}

/*---MORE BEAUTIFUL--*/
/*-------------------------------------------------------------- */

/* Headings ---------------------------------------------------- */

h3, h4, h5, h6 { 
font-weight : normal; }

h1 { 
	font-size: 23px;
	line-height: 26px;
	font-weight: bold;
	color: #464D71; }

h2 { 
	font-size: 19px;
	line-height: 19px;
	font-weight: normal;
	font-variant: small-caps;
	font-family: Century Gothic;
	color: #000000; }

h3 {
margin-bottom : 1em;
font-size : 1.5em;
line-height : 1 ; }

h4 {
margin-bottom : 1.25em;
font-size : 1.2em;
line-height : 1.25; }

h5, h6 { 
margin-bottom : 1.5em;
font-weight : bold; 
font-size : 1em; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { 
margin : 0; }

/* Text elements -------------------------------------------------------------- */

p { 
margin : 0; }

a img {
border : none; }

blockquote, q {
quotes : "" ""; }

blockquote { 
margin : 1.5em 1.5em 1.5em -1.5em;
padding-left : 1.5em;
border-left : 1px solid #666;
font : italic 1.2em "Times New Roman", Times, serif; }

blockquote:before, blockquote:after, q:before, q:after { 
content : ""; }

strong { 
font-weight : bold; }

em, dfn { 
font-style : italic; }

dfn { 
font-weight : bold; }

sup, sub { 
line-height : 0; }

abbr, acronym { 
border-bottom : 1px dotted #666; }

address {
margin : 0 0 1.5em;
font-style : italic; }

del { 
color : #666; }

pre, code, tt {
margin : 1.5em 1.5em 1.5em -1.5em;
padding-left : 1.5em;
border-left : 1px dotted #666;
font : 1em 'andale mono', 'lucida console', monospace;
line-height : 1.5; }

pre { 
white-space : pre; }

code { 
display : block; }


/* Lists -------------------------------------------------------------- */

li ul, li ol { 
list-style-type : circle;
margin : 0 1.5em .75em 1.5em; }

ul, ol {
margin : 0 1.5em 1.5em 1.5em; }

ul { 
list-style-type : disc; }

ol {
list-style-type : decimal; }

dl {
margin-bottom: 1.5em; 
padding-top: 1.5em; 
border-top : 1px solid #ccc; }

dl dt {
margin-bottom : .75em;
font-size : 1.2em;
line-height : 1.25; }

dd {
margin-bottom: 1.5em; 
padding-bottom: 1.5em; 
border-bottom : 1px solid #ccc; }

/* Tables -------------------------------------------------------------- */

table {
border-collapse : separate; 
/*border-spacing : 0;--*/
}

table, td, th { 
vertical-align : top; 
/*border: none;    ----------REMOVES BORDER IN WYSIWYG - BRING BACK WHEN GOING LIVE---*/
}

th, thead th {
font-weight : bold; }

th, td, caption {
padding : 4px 4px 4px 5px; 
text-align : left; 
font-weight : normal; }


tfoot { 
font-size : .9em; }

caption {
margin-bottom : 1em;
font-size : 1.5em;
line-height : 1 ; }

/* Forms -------------------------------------------------------------- */

label { 
font-weight : bold; }

fieldset { 
margin : 0 0 1.5em 0; 
padding : 1.4em 1.4em 0 1.4em; 
border : 1px solid #ccc; }

legend {  
font-size : 1.2em; 
font-weight : bold; }

textarea { 
width : 390px; 
height : 250px; 
padding : 5px; }

/*---END BEAUTIFUL---*/




