.rotetor
{
	float:left
}

.footer
{
	 position:absolute;
	 height:1000px
}

.logedInMenu
{
	font-size:12px;
	font-weight:lighter;
	height:10px;
}

.userName
{
	position:relative;
	top:-20px; 
	left:20px;	
	font-size: 14px; 
	
}

.imgBtn
{
	position:relative;
	top:7px; 
	left:1px;
	 
	
}
.imgBtn1
{
	line-height: 35px;
	background: url(../../images/btn1.gif) no-repeat;
	text-decoration:none;
}
.panelDefaultRight
{
	margin-left:6px;
	float:left;
}
.panelDefaultCenter
{
	font-size:12px;
	margin-left:6px;
	padding-left:10px;
	float:left;
}
.panelDefault
{
	float:left;
}


.appReview
{
    padding:40px;
    text-align:left;
    color: #666666;
    display:block;
}

.screens:hover
{
    color:blue;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SUB MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul#navigation
{
	
}
ul#navigation li
{	
	font-size: 11px;
	list-style-type: none;
	float: left;	 
	font-family: "Lucida Grande" , sans-serif;
	background-color: #c9c9c9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#B3C4DB), to(#7280B0), color-stop(0.6, #809ECC));
	-webkit-transition: all 0.5s;
	border-bottom: solid 1px black;
	border-top: solid 1px #B7CBE5;
	border-left: solid 1px #B7CBE5;
}

#navigation li:hover
{
	background-color: #4f6fbf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8FAFE0), to(#4f6fbf), color-stop(0.9, #4050a0));
}

ul#navigation li a
{ 
	display: block;
	line-height: 20px;
	text-decoration: none;
	color: White;
	text-align:center;
   
}

ul#navigation li:first-child
{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
ul#navigation li:last-child
{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:728px;
	border:1px solid #818181;
	background:url(../../images/bg-content-side.png) repeat-y right;
	position:relative;
	}

#content-main-two-column {
	width:540px;
	float:left;
	}

#content-side-two-column
{
	float: right;
	width: 160px;
}

ul#navigation li
{
	list-style-type: none;
	display: block;
	width: 8em;
	float: left;
	text-align: center;
	font-family: "Lucida Grande" , sans-serif;
	height: 3em;
	border-right: 1px #818181 solid;
	-webkit-box-shadow: 1px 1px 1px #bbb;
	box-shadow: 1px 1px 1px #bbb;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-three-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:728px;
	border:1px solid #818181;
	background:url(../../images/bg-three-column-main.png) repeat-y;
	position:relative;
	}

#content-main-three-column {
	width:355px;
	float:left;
	margin-left:25px;
	}

#content-side2-three-column,
#content-side1-three-column {
	width:160px;
	font-size:15px;
	}
	
#content-side2-three-column {
	float:right;
	}

#content-side1-three-column {
	float:left;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - FOUR COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#four-column-container 
	{
	font-size:13px;
	width:900px;	
	margin-left:auto;
	margin-right:auto;
	position:relative;
	}

#four-column-1 
{
	background: url(../../images/frame_217_242.png) no-repeat;
	float:left;
	width:217px;
	height:242px;
	}

#four-column-2 
{
	background: url(../../images/frame_217_242.png) no-repeat;
	float:left;
	width:217px;
	height:242px;
	}

#four-column-3 
{
	background: url(../../images/frame_217_242.png) no-repeat;
	float:left;
	width:217px;
	height:242px;
	}

#four-column-4 
{
	background: url(../../images/frame_217_242.png) no-repeat;
	float:left;
	width:217px;
	height:242px;
	}

	
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    css-master

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	margin:0px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#333333;
}
.whiteB
{
	color:White;
}

b
{
	color:black;
}

p {
	
	}

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	_margin:10px 0;
	}
	
blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url(../../images/bg-quote.png) no-repeat;
	}

blockquote p {
	margin:2px 0;
	}
	
cite {
	font-size:14px;
	margin:0;
	padding:0 0 0 6px;
	}

fieldset {
	padding:15px;
	}
	
legend {
	color:#333333;
	padding:5px 3px 10px 3px;	
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
	
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:18px;
	margin:5px 0;
}

h1 {
	margin-bottom:0;
}

h1, h2 {
	margin-top:0px;
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#333333;
	margin-bottom: 20px; 
	margin-left:7px;
}

h3 {
	font-size:19px;
}

h3.small {
	font-size:19px;
}

h4 {
	font-size:18px;
}

h5 {
	font-size:17;
	font-weight:lighter;
}

h6 {
	font-size:16;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link {
	color:Blue;
	
	text-decoration:none;
}

a:visited
{
	color: Blue;
	text-decoration: none;
}

a:hover
{

	color: Blue;
	text-decoration:underline;
}

a:active {
	color:Blue;
	text-decoration:none;
}

#content-side-two-column a:link,
#content-side2-three-column a:link,
#content-side1-three-column a:link,
#content-side-two-column a:visited,
#content-side2-three-column a:visited,
#content-side1-three-column a:visited {
	text-decoration:none;
}

#content-side-two-column a:hover,
#content-side2-three-column a:hover,
#content-side1-three-column a:hover {
	text-decoration:underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/




#logo a {
	color:#4A6BB3;
	text-decoration:none;
	}

	
	
#top-information-phone {
	text-align:center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	left:75%;
	height:100%;
	padding:0 0 0 2%;
	}

#top-information-link {
	text-align: center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:0;
	height:32px;
	width:8.5%;
	padding:0 0 0 1.5%;
	}

#heading{
	text-align: left;
	font-size:22px;
	font-weight:bold;
	}


#subheading{
	font-size:18px;
	font-weight:bold;
	}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.topNav  a:hover
{
text-decoration:underline;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



 .kwicks {  
     list-style: none;  
     position: relative;
     left:-6px;
      
     padding: 0; 
	 background-image:url(../../images/no_flicker.jpg); /*some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/

 }  
 .kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 125px;
	height: 40px;
	margin-right: 0px;
	background-image:url(../../images/kwicks_sprite.jpg);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-200px 0px;
}
#kwick3 {
	background-position:-400px 0px;
}
#kwick4 { 
	background-position:-600px 0px;
}
#kwick5 { 
	background-position:-800px 0px;
}
#kwick6 { 
	background-position:-1000px 0px;
}
#kwick7 { 
	background-position:-1200px 0px;
}


#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -200px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -400px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -600px bottom; 
}
#kwick5.active, #kwick5:hover {
	background-position: -800px bottom; 
}
#kwick6.active, #kwick6:hover {
	background-position: -1000px bottom; 
}
#kwick7.active, #kwick7:hover {
	background-position: -1200px bottom; 
}
	

#kwick1 a{
	background-image:url(../../images/end.jpg);
	background-repeat:no-repeat;
	background-position: left 0px;
}

#kwick1 a:hover{
	background-position: left -80px;
}

#kwick7 a{
	 
	background-position: right -40px;
}
#kwick7 a:hover{
	background-position: right -120px;
}


/*-------- NAV LEFT --------------------------------------------*/

#navleft ul {
	margin:0;
	padding:0 0 0 0;
	}
	
#navleft li {
	display:inline;
	list-style:none;
	padding:0 0 0 0;
	background:none;
	} ul {
	margin:0;
	padding:0 0 0 0;
	}
	
#navleft li {
	display:inline;
	list-style:none;
	padding:0 16px 0 0;
	background:none;
	}
	
#navleft a
{
	text-indent:15px;
}	
	
#navleft a:link,
#navleft a:visited {
	color: #666666;
	text-decoration:none;
	font-weight:normal;
}
#navleft a:hover {
	color:Blue;
	text-decoration:underline;
}

#navleft a:active {
	color:Blue;
}

#navleft li.current a:link,
#navleft li.current a:visited {
	text-decoration:underline;
}

#navleft li.current a:hover {
	color:Blue;
	text-decoration:underline;
}

#navleft li.current a:active {
	color:Blue;
}

/* ACTIVE PAGES */
#navleft a.StaticSelectedStyle:link,
#navleft a.StaticSelectedStyle:visited {
	color:Blue;
	text-decoration:underline;
}



/*-------- NAV LEFT1 --------------------------------------------*/

#navleft1 ul {
	margin:0;
	padding:0 0 0 0;
	}
	
#navleft1 li {
	display:inline;
	list-style:none;
	padding:0 0 0 0;
	background:none;
	} ul {
	margin:0;
	padding:0 0 0 0;
	}
	
#navleft1 li {
	display:inline;
	list-style:none;
	padding:0 16px 0 0;
	background:none;
	}
#navleft1 a:link,
#navleft1 a:visited {
	color: #666666;
	text-decoration:none;
}
#navleft1 a:hover {
	color:Blue;
	text-decoration:underline;
}

#navleft1 a:active {
	color:Blue;
}

#navleft1 li.current a:link,
#navleft1 li.current a:visited {
	text-decoration:underline;
}

#navleft1 li.current a:hover {
	color:Blue;
	text-decoration:underline;
}

#navleft1 li.current a:active {
	color:Blue;
}

/* ACTIVE PAGES */
#navleft1 a.StaticSelectedStyle:link,
#navleft1 a.StaticSelectedStyle:visited {
	color:Blue;
	text-decoration:underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LOGIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-login {

	font-size:13px;
	color:Red;
	
	
}

#nav-login1 ul {
	margin:0;
	padding:0 20% 0 0;
	}
	
#nav-login1 li {
	display:inline;
	list-style:none;
	padding:0 16px 0 0;
	background:none;
	}

#nav-login1 a:link,
#nav-login1 a:visited {
	color: Black;
	text-decoration:none;
}

#nav-login1 a:hover {
	color:Blue;
	text-decoration:underline;
}

#nav-login1 a:active {
	color:Blue;
}

#nav-login1 li.current a:link,
#nav-login1 li.current a:visited {
	text-decoration:underline;
}

#nav-login1 li.current a:hover {
	color:Blue;
	text-decoration:underline;
}

#nav-login1 li.current a:active {
	color:Blue;
}

/* ACTIVE PAGES */
#nav-login1 a.StaticSelectedStyle:link,
#nav-login1 a.StaticSelectedStyle:visited {
	color:Blue;
	text-decoration:underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#poster-photo-container {
	font-size:19px;
	width:692px;	
	right:104px; 
	position:relative;
	top:40px;
	}
	
.poster-photo-image {
	
	float:left;
	}

#feature-area-home 
{
	background: url(../../images/frame_217_242.png) no-repeat;
	position:relative;
	top:0;
	left:7px;
	font-size:19px;
	float:left;
	width:217px;
	height:242px;
	}

#feature-area-home a:link,
#feature-area-home a:visited {
	color:#dcf2f7;
	text-decoration:underline;
	}
	
#feature-area-home a:hover {
	text-decoration:none;
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#pagetitle {
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	width:720px;
	background:#608fc8;
	position:relative;
	color:#d5e8ff;
	font-size: large;
	padding:8px 20px 11px 20px;
	}

#pagetitle a:link,
#pagetitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#pagetitle a:hover{
	color:#D4E7F8;
	text-decoration:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.TreeView  
{
    border-bottom:1px dotted #B2B2B2 !important;
}

.TreeView div
{
    margin-left:5px;
}

.TreeView table
{
    border-top:1px dotted #B2B2B2 !important;
}

.TreeView div table
{
    border-bottom:none !important;
    border-top:none !important;
}

.TreeView table td
{
    padding:2px 0;
}

.LeafNodesStyle 
{
    
}


.RootNodeStyle 
{
    
}

/* ALL ELEMENTS */
.NodeStyle 
{

}

.ParentNodeStyle 
{
    background:yellow;
}
 

a.SelectedNodeStyle 
{
    background:#E5E5E5;
    display:block;
    padding:2px 0 2px 3px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 

#content-side1-three-column ul.list-of-links,
#content-side2-three-column ul.list-of-links {
	margin: 0 0 30px 0px;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	background-image:url(../../images/list-bullet-01-link.gif);
}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FEATURE AREA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.feature-area {
	background-color:#6799D1;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.photo-border {
	border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	}

.image-border-none {
	border:none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
	 
	margin-top:-10px;
	margin-left:auto;
	margin-right:auto;
	width:740px;
	padding:0 0 1em 20px;
	position:relative;
	color:black;
	font-size:12px;
}

#footer div {
	 
	position:absolute;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
}

#footer a:link,
#footer a:visited {
	color:blue;
	text-decoration:none;
}

#footer a:hover {
	color:blue;
	
}

#footer a:active {
	color:blue;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub {
	width:900px;
	text-align:center;
	font-size:10px;
	color:#999999;
	}

#footer-sub ul {
	margin:0;
	padding:0;
	}
	
#footer-sub li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#footer-sub a:link,
#footer-sub a:visited {
	text-decoration:underline;
	color:#999999;
}

#footer-sub a:hover {
	color:#666666;
	text-decoration:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news-date {
	font-size:0.9em;
	font-style:italic;
	color:#A4A4A4;
}

.arrow {
	vertical-align:middle;
	}

input.button-big {
	font-weight:bold;
	padding:.7em 1.5em;
	font-size:1.1em;
	vertical-align:bottom;
	}

input.button-small {
	font-weight:normal;
	padding:.4em 1em;
	font-size:.8em;
	vertical-align:bottom;
	}

.clear {
	clear:both;
	}

.none {
    display:none;
}