/* Main Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0px;
	color:#4f4f4f;
	text-align: center; /* to correct the centering IE bug*/
	background-image:url(images/backGrad.jpg);
	background-repeat:repeat-x;
	background-color:#cfdbee;
		
}

h1 {
	font-size:18px;
	color: #1049a9;
	font-weight:bold;
	margin:0px;
}

h2 {
	font-size:15px;
	color: #1049a9;
	font-weight:bold;
}

h3 {
	font-size:15px;
	color: #ffffff;
	font-weight:bold;
	margin:0px;
	text-align:center;
}

h4, h5, h6 {
	font-size:13px;
	color: #1049a9;
	font-weight:bold;
}



a:link, a:visited {
	text-decoration:underline;
	color:#3b74ae;	
}

a:hover {
	text-decoration:underline;
	color:#11355a;	
}

li {
	line-height: 24px;
}


input, textarea, checkbox, select 
{ 
	background: #FFF; 
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #3367a0;
	border-color: #BABABA; 
	border-style: solid; 
	border-width: 1px; 
	margin-top: 2px; 
	margin-bottom: 2px;
	
}

img {
	border:0px;
}


/* CONTAINERS */

#container {
	width:960px;
	margin-left: auto;
    margin-right: auto;
	text-align: left; /* to realign your text */
	
}

.topBlock {
	width:960px;
	height:150px;
	float:left;
	background-color:#FFF;
}

#innerContainer {
	width:960px;
	float:left;
	background-image:url(images/backMainGrad.jpg);
	background-repeat:repeat-y;
}


#leftContainer {
	width:190px;
	float:left;
}

#mainContainer {
	width:540px;
	float:left;
	padding:20px;
	border-top: 1px solid #e6ebf4;
}

#rightContainer {
	width:190px;
	float:left;
}

#footerContainer {
	width:960px;
	float:left;
	padding: 20px 0px 20px 0px;
	font-size:11px;
}


/* LEFT SIDE */


#primary-nav {
	float:left;
	padding:0px;
	margin:0px;

}
#primary-nav li, #primary-nav li a {
	float:left;
	display:block;
	margin:0px;
	width:170px;
}
#primary-nav li a {
	padding:0px 0px 0px 20px;
	color:#1349a1;
	background-color: #c5d2e9;
	border-bottom: 1px solid #b0bed5;
	text-decoration:none;
}

#primary-nav li a:hover, #primary-nav li.current a {
	color:#1349a1;
	background:#dce5f6;
}

.photosSide {
	text-align:center;
	width:190px;
	float:left;
}

/* MAIN SIDE */

.green {
	color: #759510;
}

.photosMiddle {
	text-align:center;
	width:540px;
	float:left;
}

.col {
	width:265px;
	float:left;
}

.imageProfiles {
	width: 540px;
	float:left;
	margin-left:16px;
}


.imageProfileBlock {
	width:144px;
	float:left;
	margin-right:36px;
	margin-bottom:36px;
}

.imageProfilePic {
	width:144px;
	float:left;
}

.imageProfileText {
	width:144px;
	float:left;
	text-align:center;
}

.picMediumBlock {
	width:520px;
	float:left;
	margin-bottom:20px;
}

.picMedium {
	width:236px;
	float:left;
	margin-right:20px;
	border: 1px solid #333;
}

/* RIGHT SIDE */

.rightSide {
	background:none;
	background-image:url(images/backRight.jpg);
	background-repeat: repeat-x;
	width:190px;
	float:left;
}

.blockRight {
	width:190px;
	float:left;
}

.blueTop {
	width:190px;
	height:28px;
	float:left;
	background-image:url(images/blueTopRight.gif);
	background-repeat:no-repeat;
	color:#FFF;
	padding-top:8px;
}

.blueTop2 {
	width:190px;
	height:28px;
	float:left;
	background-image:url(images/blueTop_2.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	padding-top:8px;
}

.greenTop {
	width:190px;
	height:28px;
	float:left;
	background-image:url(images/greenTopRight.gif);
	background-repeat:no-repeat;
	color:#FFF;
	padding-top:8px;
}

.blockRightBack {
	width:190px;
	float:left;
	background-image:url(images/rightBlocksBack.jpg);
	background-repeat:repeat-x;
	background-color:#bacbe7;
	border-bottom: 1px solid #89a4cf;
	margin-top:1px;
}

.blockRightBack2 {
	width:190px;
	float:left;
	background-image:url(images/rightBlocksBack2.jpg);
	background-repeat:repeat-x;
	background-color:#a9bee0;
	border-bottom: 1px solid #89a4cf;
	margin-top:1px;
}

.contentRight {
	width:174px;
	padding: 8px;
	float:left;
	color:#3a414d;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	text-align:center;
	line-height:13px;
}

li.arrow {
	line-height:15px;
	list-style-image:url(images/arrow.jpg);
	margin-left:-10px;
	margin-top:-10px;
	color:#1049a9;
	font-size:13px;
	text-align:left;
}

li.arrow2 {
	line-height:15px;
	list-style-image:url(images/arrow2.jpg);
	margin-left:-10px;
	margin-top:-10px;
	color:#1049a9;
	font-size:13px;
	text-align:left;
}

.blue {
	color:#1049a9;
}


.dvInput {
	width:450px;
	float:left;
}

.formLabel{
	width:150px;
	float:left;
}

.spnInputText {
	width:150px;
	float:left;
}

input, textarea, checkbox, select 
{ 
	background: #FFF; 
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #1049a9;
	border-color: #BABABA; 
	border-style: solid; 
	border-width: 1px; 
	margin-top: 2px; 
	margin-bottom: 2px;
	padding:2px;
	
}


#myslides {
	
	width: 500px;
	height: 338px;
    padding: 0;  
    margin:  0 auto;
	overflow: hidden;
	
} 
 
#myslides img {  
	width: 500px;
	height: 338px;
    top:  0; 
    left: 0 
}

a.footerL:link, a.footerL:visited {
	text-decoration:none;
	color:#3b74ae;
	font-weight:bold;
	font-size:11px;
}

a.footerL:hover {
	text-decoration:none;
	color:#11355a;
	font-weight:bold;
	font-size:11px;
}

