/* Common CSS Styles across site */
/*
 * Get font sizes based on yui3 fonts percent
 * http://developer.yahoo.com/yui/3/cssfonts/
 *
 *
*/
body {
	text-align: center;
	background: #E4F2FB url(../images/bg_body.jpg) repeat-x left top;
	font-family: verdana,Arial,Tahoma,sans-serif;
}
h1, h2, h3 {
	color: #0e1439;
}
h1 {
	font-size: 123.1%;
}
h2 {
	font-size: 108%;
	margin-top: 1em;
}

/* 
-----------------------------------------------------------------------------
Links
-----------------------------------------------------------------------------*/
a:link, a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover, a:active {
	color: #0033cc;
	text-decoration: underline;
}

/* 
-----------------------------------------------------------------------------
Layout
-----------------------------------------------------------------------------*/
#container {
	text-align: left;
}
#main {
	margin-top: 18px;
	padding: 3em 0px;
	background-color: #FFFFFF;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	margin-bottom: 40px;
}
#right {}
#left {}
#content {
	padding-left: 10px;
}
#header {
	height: 131px;
}
footer {
/*	border-top: 1px solid #0e1439;*/
	text-align: right;
	clear: both;
	padding: 15px;

}
#quick-contact {
	float: right;
	color: #444444;
	font-size: 197%;
	padding: 10px 15px;
	margin-right: 10px;
	background: #FFFFFF;
	border:solid 2px #CACACA;
	border-top: none;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}
#quick-contact-bottom {
	float: right;
	color: #FFFFFF;
	font-size: 197%;
	padding: 10px 15px;
	margin: 102px 10px 0px 0px;
	background: #3c3c58;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}
.ie6 #quick-contact-bottom, .ie7 #quick-contact-bottom {
	margin-top: 100px;
}

/* 
-----------------------------------------------------------------------------
Thumbnail Gallery
-----------------------------------------------------------------------------*/
.gallery {
	overflow: auto;
	width: 100%;
	padding-bottom: 15px;
}
.gallery a img {
	float: left;
	margin: 0px 9px 10px 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
.gallery a:hover img {
	border: 1px solid #00429D;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/* 
-----------------------------------------------------------------------------
General Site Styles
-----------------------------------------------------------------------------*/
.today {
	color: #FF0000;
}
.entry {
	clear: both;
}
.list {
	margin: 0px 0px 1em 0px;
	padding: 0px;
	list-style: none;
}
.list li {
	margin: 0px;
	padding: 0px;
}
.list li .desc {
	padding-left: 2em;
	font-size: 93%;
}
.photo-left {
	float: left;
	margin: 0px 1em 1em 0px;
}
.photo-right {
	float: right;
	margin: 0px 0px 1em 1em;
}
.small_text {
	font-size: 10px;	
}
.red_text, .error {
	color: #FF0000;
}
.green_text, .success {
	color: #009900;
}
.msg-error, .msg-success, .msg-alert, .msg-loading {
  padding: 5px 5px 5px 30px;
  text-align: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.msg-error {
  color: #A60000;
  background: #FBD3B1 url(../images/icon-error.png) no-repeat 5px 3px;
  border: 1px solid #A60000;
}
.msg-success {
	color: #0D8800;
  background: #E0F2CB url(../images/icon-success.png) no-repeat 5px 3px;
  border: 1px solid #0D8800;
}
.msg-alert {
	color: #BA7600;
  background: #FFF4CC url(../images/icon-alert.png) no-repeat 3px 3px;
  border: 1px solid #BA7600;
}
.msg-loading {
  color: #000000;
  background: #FFFFFF url(../images/icon-loading.gif) no-repeat 6px 6px;
  border: 1px solid #000000;
}
.spunny { /* hunny pot to repel spam */
	display: none;
}
#headshot {
    float: left;
    height: 185px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 0;
}
.no_top {
	margin-top: 0;
	padding-top: 0;
}
#slideshow {
	outline:none;
}
#fb {
	float:right;
}
#fb a {
	outline: none;
  margin-right: 64px;
}

/*
-----------------------------------------------------------------------------
Jquery Dialog Modal window
-----------------------------------------------------------------------------*/
.modal-window {
  display: none;
  text-align: left;
  padding: 20px;
}
.modal-window .entry {
  margin-bottom: 2em;
}

/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:347px;
	padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
	border:solid 2px #CACACA;
	background:#E3F2FB;
	color: #444444;
	font-size: 157%;
	padding: 10px 15px;
	margin: 20px 0px 0px 0px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}
#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:190px;
	margin:2px 0 20px 10px;
}
#stylized textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:190px;
	margin:2px 0 20px 10px;
}
#stylized button{
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background:#309C2C url(img/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}
/*
---------------------------------------------------------------------------
footer misc styles
---------------------------------------------------------------------------
*/
.center_text {
text-align:center;
}

/* 
-----------------------------------------------------------------------------
iSelect Promo
-----------------------------------------------------------------------------*/
#iselect_design {
	position: relative;
}
#iselect_design a, #iselect_design a:hover  {
	text-decoration: none;
}
#iselect_promo {
	display: none;
	position: absolute;
	width: 336px;
	height: 50px;
	top: -1.5em;
	left: -130px;
	z-index: 100;
	letter-spacing: -1000em;
	text-indent: -999em;
	overflow: hidden;
	background: url(http://www.iselect.net/images/iselect_footer.png) 0 0 no-repeat;
	cursor: pointer;
}
