*{
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	background-position:center bottom;
	background-repeat:no-repeat;
	display:block;
	margin:0 auto;
	background-color:#e3e3e3;
	text-align:center;
	color:#FFFFFF;
	height:700px;
}
body.body_index 
{
/*background-image:url(../img/bgImg.png);
  */
    background-position:center top;
    margin:0 auto;
}
body.body_pages 
{
	text-align:center;
     margin:0 auto;
}
/* General Style Info */
a{
color:#FFFFFF;
font:bold;

text-decoration:none;
}
a:hover{
/*color:#000000;*/
font:bold;
/*vertical-align:bottom;
*/
text-decoration:none;
}

a img{
border:none;
}

h1, h2, h3, h4{
font-weight:bold;
}

h1{
color: #FFF;
margin:0.5em 0;
/*font-size: 0%;
*/
font-weight::bold;

}

h2{
	color:#000;
	padding-top: 1em;
	margin:0.3em 0;
	font-size: 180%;
}

h3{
color:#FFFFFF;

font-size: 140%;
}

h4{
color:#FFFFFF;
padding-top:0.5em;
font-weight:bold;
}

em {
font-size: 12px;
}

/* Layout */
#pictureBorder
{
	border: thin solid #0187ba;	
}
#container{
    margin:0 auto;
	text-align:center; 
	width:810px; 
	height:594px; 
	border:medium; 
	border-color: 
	#E41414; 
	border-style: solid;
	/*overflow:auto;
 text-align:left;*/
}
#introHeader
{
	text-align:center;

}
#home
{
 /* For Graphic on main page.*/
 padding-right:5px;
}
#menu2
{
	color:#FFFFFF;
	display:block;
	/*
background-repeat:no-repeat; 
*/
height:39px;
	background-position:center bottom;
	padding: -50px;
	clip: rect(auto,auto,auto,auto);
}

#test4{

	width:530px;
	height:93px;
	background:#000;
}
#bullet
{
	width: 26px;
	
	background-image: url(../img/bulletpoint.png);
	background-repeat: no-repeat;
	background-position:center;	
}
#subMenu
{
	color:#FFFFFF; 
	background-image:url(../img/lowerPartImage.jpg); 
	display:block; 
	background-repeat:no-repeat; 
	height:104px;
	background-position:center;
}
#header
{
	text-align:center;
	vertical-align:bottom;
	/*background-image:url(../img/heading.png);
	*/display:block;
	background-repeat:no-repeat;
	height:auto;
	width:auto;
	background-position:center top;
	margin-left:0px;
	margin-top: 0px;
	padding: 0px;
	background-color: #000;
	
	
	

/*margin-top: 1em;
padding: 4px 20px;*/
}

#main
{
	vertical-align:top; 
	width: 810px; 
	height:442px; 
	border-top:thin;
	border-top-color:#E41414; 
	border-top-style:solid;
}
.style1 {
	color: #FFF;
	font-weight: bold;
}
.style2 {
	color: #0187ba;
	font-size: 18px;
}

.style3 {font-size: 12px}
.style4 {
	color: #0187ba;
	font-size: 14px;
}
.style5 {
	color: #0187ba;
	font-size: 16px;
}

#rotate
{
	border-bottom: 2px solid #E41414;
	
	
	width: 115px;

}
#alignLeft
{
	text-align:left;
}
#content{
	/* This is for the content on each page.
	*/
	clear:both;
	padding: 5px 0px 0px 0px;
	color: #FFFFFF;
	height: 460px;
	background-color:#e3e3e3;
}

#footer{
clear:both;
padding: 6px 10px;
text-align: center;

}

/* tables 

table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color:#333;
	background-color: #220322;
	clear:both;
	padding: 0;
	margin: 0 0 2em 0;
	white-space: normal;
	background-position: center bottom;
	text-align: center;
}
th {
background-color: #e2e2e2;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #003d4c;
border-bottom: 1px solid #003d4c;
text-align: center;
padding:1px 4px;
}
table tr td {
	border-right: 1px solid #ddd;
	padding:4px 4px;
	vertical-align:top;
	text-align: center;
	background-repeat: no-repeat;
	height: 103px;
}
table tr.altRow td {
background: #f4f4f4;
}
table td.actions {
	white-space: nowrap;
}
#cakeSqlLog td {
text-align: left;
padding: 4px 8px;
background: #fff;
border-bottom: 2px solid #ccc;
}
*/
/* scaffold show */
#bullet
{
	text-align:right; 
	vertical-align:middle;
}
div.related {
clear:both;
display:block;
}
dl {
line-height:2em;
margin:0em 1em;
float:left;
width: 400px;
}
dt {
font-weight: bold;
vertical-align:top;
}
dd {
margin-left:10em;
margin-top:-2em;
vertical-align:top;
}

/* notices and errors */

#flashMessage, .error, .error_message {
color:#900;
font-size: 16px;
background-color: #fff;
margin: 8px 0px;
font-weight: bold;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

/* forms */

form {
margin-top: 2em;
}
form div{
vertical-align: text-top;
margin-left: 1em;
margin-bottom:2em;
}
form div.date{
margin-left: 0em;
}
label {
display: block;
float:left;
width: 140px;
font-size: 14px;
padding-right: 20px;
}
input[type=checkbox] {
float: left;
clear: left;
margin: 2px 6px 7px 2px;
}
input, textarea {
clear: both;
display:block;
font-size: 14px;
font-family: inherit;
}
select {
clear: both;
vertical-align: text-bottom;
font-size: 14px;
font-family: inherit;
}
option {
font-size: 14px;
font-family: inherit;
padding: 0 0.3em;
}
input[type=submit] {
display: inline;
vertical-align: bottom;
}
div.required {
clear: both;
color:#222;
font-weight:bold;
}
div.optional {
clear: both;
color:#555;
}
div.submit {
clear: both;
margin-top: 40px;
margin-left: 140px;
}
/* action links */
ul.actions {
float: left;
margin-left:20px;
width: 200px;
}
ul.actions li {
margin-top: 4px;
}
pre {
padding: 1em;
}
#nav
{
	background-color:#e3e3e3;
}

#portfolioNavBar 
{
	background-color: #00ada8;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	width:106px;	
}
