/* O-Connor Styles */


/* General HTML Tag Styles */

body{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	}

#Body{ background:url(../../Images/Background-Repeat.jpg) repeat-x;background-color:#1D75D0;}

img{border:none;}

form{margin:0; padding:0;font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}
	
a:link { color: #DBA300; text-decoration: underline; font-weight:bold; }
a:visited { color: #DBA300; text-decoration: underline; font-weight:bold; }
a:active { color: #DBA300; text-decoration:none; font-weight:bold; }
a:hover{color:  #FFFFFF; background-color:#DBA300; text-decoration:none; font-weight:bold;}

.no-hover a:hover {background-color:none; background:none;}

/* Print Styles */

.PrintHeader, .PrintFooter { display: none; }

/* Background Styles */

.ContainerBackground{background:url(../../Images/Cloud-Background.jpg) no-repeat center top; height:100%; text-align:center; margin:0 auto;padding-left:10px;}


.LeftShadow{width:8px; background:url(../../Images/LeftShadow.jpg) repeat-y;}

.RightShadow{width:7px; background:url(../../Images/RightShadow.jpg) repeat-y;}

/* Homepage Styles */

.WelcomeText{background:url(../../Images/OC_14.jpg) repeat-y bottom; width:570px; height:400px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:16px; text-align:left; padding-left:20px; padding-right:20px; width:570px; margin:0 auto;}

.Power {
	width:135px; 
	height:43px; 
	position:absolute; 
	margin-top:210px; 
	margin-left:790px; }
	.Power a:link { color: #FFFFFF; text-decoration: none; }
	.Power a:visited { color: #FFFFFF; text-decoration: none; }
	.Power a:active { color: #FFFFFF; text-decoration:none;}
	.Power a:hover{color:  #FFFFFF; background:none;text-decoration:underline;}

/* Menu Styles */

#nav, #nav ul {padding: 0;margin: 0;list-style: none;}
#nav a {display: block;}
#nav li {float: left;}
#nav li ul {position: absolute;left: -999em;}
#nav li:hover ul {left: auto;}
#nav li:hover ul, #nav li.sfhover ul {left: auto;}

/* Content Styles */

.PhotoCell{width:219px; background-color:#FFFFFF;}

.ContentCell{width:376px; background-color:#FFFFFF; text-align:left;} 

.ContentDiv{padding-left:10px; padding-right:10px; font-family:Verdana, Arial, Helvetica, sans-serif;}

.ContentDiv p{font-size:11px; line-height:18px;}

.ContentDiv ul{font-size:11px; line-height:17px;}

.ContentDiv h2{font-size:16px; font-family:Georgia, "Times New Roman", Times, serif; background:url(../../Images/H2Background.jpg) no-repeat; height:34px; padding-top:5px; padding-left:35px; margin-bottom:-10px;}

.ContentDiv h3{font-size:15px; font-family:Georgia, "Times New Roman", Times, serif; height:34px; padding-top:5px; padding-left:35px; margin-bottom:-10px;}

.BottomPhoto{ width:219px; height:350px; background:url(../../Images/Content_09.jpg) no-repeat;}

.TeamName{ font-family:Georgia, "Verdana, Arial, Helvetica, sans-serif"; font-size:12px; font-weight:bold; text-align:left;}
.TeamTitle{ font-family:"Verdana, Arial, Helvetica, sans-serif"; font-size:11px; text-align:left;}

.BottomContainer{padding-left:40px; padding-right:20px; padding-top:15px;}

.PullQuote{font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; padding-left:20px; padding-right:20px; padding-top:15px; text-align:center; line-height:20px;}

#Design {color:#125397; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:20px;}
	#Design a:link { color: #125397; text-decoration: underline; font-weight:bold; }
	#Design a:visited { color: #125397; text-decoration: underline; font-weight:bold; }
	#Design a:active { color: #125397; text-decoration:none; font-weight:bold; }
	#Design a:hover{color:  #FFFFFF; background-color:#125397; text-decoration:none; font-weight:bold;}
	
/* Form Styles */

input {color:#1965B1;}

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;}



